Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeout while connecting #459

Open
andreasnix opened this issue Apr 23, 2024 · 1 comment
Open

Timeout while connecting #459

andreasnix opened this issue Apr 23, 2024 · 1 comment
Labels
question Further information is requested

Comments

@andreasnix
Copy link

Hi,

I have a problem with PAI. I have EVO192 with Paradox 307 serial USB to RPI4. It was working before but after some updates it stopped working. I've googled for a long time but nothing has helped. Tried changing PC password, downgraded firmware and so on but nothing has helped. Have PAI 3.4.1 installed.

Error:

2024-04-23 18:02:56,998 - INFO - PAI - Starting...
2024-04-23 18:02:56,999 - INFO - PAI.paradox.paradox - Disconnecting from the Alarm Panel
2024-04-23 18:02:56,999 - INFO - PAI.paradox.paradox - Clean Session
2024-04-23 18:02:57,000 - INFO - PAI.paradox.paradox - Cleaning previous session. Closing connection
2024-04-23 18:02:57,019 - ERROR - PAI.paradox.connections.protocols - Connection was closed: None
2024-04-23 18:02:57,020 - ERROR - PAI.paradox.connections.serial_connection - Connection to panel was lost
2024-04-23 18:02:57,024 - INFO - PAI.paradox.paradox - Disconnected from the Alarm Panel
2024-04-23 18:02:57,024 - INFO - PAI.paradox.paradox - Connecting to interface
2024-04-23 18:02:57,024 - INFO - PAI.paradox.connections.serial_connection - Connecting to serial port /dev/ttyUSB0
2024-04-23 18:02:57,031 - INFO - PAI.paradox.connections.serial_connection - Serial port open
2024-04-23 18:02:57,034 - INFO - PAI.paradox.paradox - Connecting to Panel
2024-04-23 18:02:57,064 - INFO - PAI.paradox.paradox - Panel Identified EVO192ª version 7.70 build 1
2024-04-23 18:02:57,064 - INFO - PAI.paradox.paradox - Initiating panel connection
2024-04-23 18:03:02,077 - ERROR - PAI.paradox.paradox - Timeout while connecting to panel. Is an other connection active?
2024-04-23 18:03:02,078 - ERROR - PAI - Unable to connect to alarm

Configuration:

LOGGING_LEVEL_CONSOLE: 20
LOGGING_LEVEL_FILE: 40
CONNECTION_TYPE: Serial
SERIAL_PORT: /dev/ttyUSB0
SERIAL_BAUD: 57600
IP_CONNECTION_HOST: 127.0.0.1
IP_CONNECTION_PORT: 10000
IP_CONNECTION_PASSWORD: paradox
KEEP_ALIVE_INTERVAL: 10
LIMITS:
zone: auto
user: 1-10
door: ""
pgm: 1-5
partition: auto
module: ""
repeater: ""
keypad: ""
key-switch: ""
SYNC_TIME: true
SYNC_TIME_MIN_DRIFT: 120
PASSWORD: "1234"
MQTT_ENABLE: true
MQTT_HOST: core-mosquitto
MQTT_PORT: 1883
MQTT_KEEPALIVE: 60
MQTT_USERNAME: mqtt
MQTT_PASSWORD: (hidden)
MQTT_HOMEASSISTANT_AUTODISCOVERY_ENABLE: true
COMMAND_ALIAS:
arm: partition all arm
disarm: partition all disarm
MQTT_COMMAND_ALIAS:
armed_home: arm_stay
armed_night: arm_sleep
armed_away: arm
disarmed: disarm
HOMEASSISTANT_NOTIFICATIONS_EVENT_FILTERS:

  • live,alarm,-restore
  • trouble,-clock
  • live,tamper
    HOMEASSISTANT_PUBLISH_PARTITION_PROPERTIES:
  • target_state
  • current_state
    HOMEASSISTANT_PUBLISH_ZONE_PROPERTIES:
  • open
  • tamper
    PUSHBULLET_CONTACTS: []
    PUSHBULLET_EVENT_FILTERS:
  • live,alarm,-restore
  • trouble,-clock
  • live,tamper
    PUSHOVER_EVENT_FILTERS:
  • live,alarm,-restore
  • trouble,-clock
  • live,tamper
    PUSHOVER_BROADCAST_KEYS: []
    SIGNAL_CONTACTS: []
    SIGNAL_EVENT_FILTERS:
  • live,alarm,-restore
  • trouble,-clock
  • live,tamper
    GSM_CONTACTS: []
    GSM_EVENT_FILTERS:
  • live,alarm,-restore
  • trouble,-clock
  • live,tamper
    IP_INTERFACE_ENABLE: false
    IP_INTERFACE_PASSWORD: paradox
    DUMMY_EVENT_FILTERS: []
    LABEL_ENCODING: paradox-en
@andreasnix andreasnix added the question Further information is requested label Apr 23, 2024
@yozik04
Copy link
Collaborator

yozik04 commented Apr 23, 2024

I assume it was EVO192 firmware update. 😃
I am not sure we support encrypted serial port in 7.70

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants