yozik04 on dev
Add capability to synchronize p… #291 Timezone for clock sync Correct TIMEZONE parameter label and 1 more (compare)
yozik04 on 3.0.1
yozik04 on master
Version 3.1.0-dev Github CI/CD badges #290 fixing publishing string v… and 1 more (compare)
yozik04 on dev
#290 fixing publishing string v… (compare)
yozik04 on dev
Github CI/CD badges (compare)
yozik04 on dev
Version 3.0.0 Version 3.0.0 Merge branch 'dev' and 3 more (compare)
yozik04 on 3.0.0
yozik04 on 3.0.0
yozik04 on master
Fixing workflows (compare)
yozik04 on 3.0.0
yozik04 on 3.0.0
yozik04 on master
Dockerhub secrets in workflow (compare)
yozik04 on 3.0.0
yozik04 on 3.0.0
yozik04 on master
Version 3.0.0 Merge branch 'dev' (compare)
yozik04 on 3.0.0
yozik04 on master
3.1.0-dev List of zone and partition prop… Version 3.0.0 (compare)
yozik04 on dev
List of zone and partition prop… (compare)
yozik04 on master
yozik04 on homie
2022-03-30 16:23:11,344 - INFO - PAI - Starting...
2022-03-30 16:23:11,344 - INFO - PAI.paradox.paradox - Disconnecting from the Alarm Panel
2022-03-30 16:23:11,345 - INFO - PAI.paradox.paradox - Clean Session
2022-03-30 16:23:11,346 - INFO - PAI.paradox.paradox - Connecting to interface
2022-03-30 16:23:11,346 - INFO - PAI.paradox.connections.serial_connection - Connecting to serial port /dev/ttyS1
2022-03-30 16:23:11,347 - INFO - PAI.paradox.connections.serial_connection - /dev/ttyS1 is not readable/writable. Trying to fix...
2022-03-30 16:23:11,348 - ERROR - PAI.paradox.connections.serial_connection - Failed to update file /dev/ttyS1 permissions
2022-03-30 16:23:11,350 - ERROR - PAI.paradox.paradox - Failed to connect to interface
2022-03-30 16:23:11,351 - ERROR - PAI - Unable to connect to alarm
Why I'm having this message? My conf is:
IP_CONNECTION_HOST = '192.168.1.59' # IP Module address when using direct I>
IP_CONNECTION_PORT = 10000 # IP Module port when using direct IP C>
IP_CONNECTION_PASSWORD = 'paradox' # IP Module password. "paradox" is fact>
PASSWORD = '1234'
I used this conf, is ok. What is new now, is I use portainer...and I dont understand how it try to use serial connection.
https://github.com/ParadoxAlarmInterface/pai/wiki/Connection-methods#local-network-connection
Hi,
I did a clean install and upgraded PAI to latest. The panel is discovered using MQTT but some entities are missing from Home Assistant - sensors like binary_sensor.paradox_201893f9_partition_korter_entry_delay and other similar sensors (arming, in entry delay, etc). Only sensors I have are the zones and zone tampers + PAI status and panel voltages.
I'm not sure what version I was using previously, but it had to be something less than a year old. Tried downgrading to 2.7 and 2.5, panel is discovered and works but the entities are still missing. I have not changed the configuration. Is there something else I can do to get these sensors back?
So just in case someone else also needs this and has trouble finding the right config this is what worked for me:
HOMEASSISTANT_PUBLISH_PARTITION_PROPERTIES = [
'target_state',
'current_state',
'entry_delay',
'exit_delay',
'arm_stay',
'arm_away'
]
Statuses are listed here https://github.com/ParadoxAlarmInterface/pai/wiki/MQTT-Interface