Local Connection not working with SP6000 IP150 (v5.02.058) #375
Unanswered
ashwin-gupta
asked this question in
Q&A
Replies: 1 comment
-
If Babyware also can not make local connection then we can't as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Alarm system
SP6000 with IP150
Environment
RPI
Git branch
master
Describe the bug
Trying to use local connection with IP150 module (v5.02.058). PAI works with SWAN but unfortunately dont want to use SWAN for obvious reasons.
To Reproduce
Removed SITE_ID and SITE_EMAIL config, which results in the following logs.
Logs
2023-06-10 14:44:18,115 - INFO - PAI - Starting...
2023-06-10 14:44:18,116 - INFO - PAI.paradox.paradox - Disconnecting from the Alarm Panel
2023-06-10 14:44:18,116 - INFO - PAI.paradox.paradox - Clean Session
2023-06-10 14:44:18,117 - INFO - PAI.paradox.paradox - Connecting to interface
2023-06-10 14:44:18,117 - INFO - PAI.paradox.connections.ip.connection - Connecting. Try 1/3
2023-06-10 14:44:18,122 - ERROR - PAI.paradox.connections.ip.connection - Connect failed (try 1/3): [Errno 111] Connect call failed ('192.168.0.29', 10000)
2023-06-10 14:44:18,122 - INFO - PAI.paradox.connections.ip.connection - Connecting. Try 2/3
2023-06-10 14:44:18,127 - ERROR - PAI.paradox.connections.ip.connection - Connect failed (try 2/3): [Errno 111] Connect call failed ('192.168.0.29', 10000)
2023-06-10 14:44:18,127 - INFO - PAI.paradox.connections.ip.connection - Connecting. Try 3/3
2023-06-10 14:44:18,138 - ERROR - PAI.paradox.connections.ip.connection - Connect failed (try 3/3): [Errno 111] Connect call failed ('192.168.0.29', 10000)
2023-06-10 14:44:18,139 - ERROR - PAI.paradox.paradox - Failed to connect to interface
2023-06-10 14:44:18,139 - ERROR - PAI - Unable to connect to alarm
Beta Was this translation helpful? Give feedback.
All reactions