You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I have an issue connecting through 150MQ (v6.15.008). I've put module serial ID and tried also empty, same error. Here is the log:
2026-05-25 09:31:15,510 - INFO - MainThread - PAI.paradox.paradox - Clean Session
2026-05-25 09:31:15,510 - INFO - MainThread - PAI.paradox.paradox - Connecting to interface
2026-05-25 09:31:15,510 - INFO - MainThread - PAI.paradox.connections.ip.connection - Connecting. Try 1/3
2026-05-25 09:31:15,510 - INFO - MainThread - PAI.paradox.connections.ip.stun_session - Connecting to Site: MySITE
2026-05-25 09:31:15,510 - INFO - MainThread - PAI.paradox.connections.ip.stun_session - Getting site info
2026-05-25 09:31:15,510 - DEBUG - MainThread - PAI.paradox.interfaces.mqtt.core - MQTT: paradox/interface/pai_status=stopped
2026-05-25 09:31:15,511 - DEBUG - MainThread - PAI.paradox.interfaces.mqtt.core - MQTT: paradox/interface/availability=offline
2026-05-25 09:31:15,512 - DEBUG - MainThread - PAI.paradox.interfaces.mqtt.core - MQTT: paradox/interface/pai_status=initializing
2026-05-25 09:31:15,512 - DEBUG - MainThread - PAI.paradox.interfaces.mqtt.core - MQTT: paradox/interface/availability=offline
2026-05-25 09:31:15,794 - DEBUG - MainThread - PAI.paradox.connections.ip.stun_session - Site Info: {
"site": [
{
"name": "MySITE",
"module": [],
"paid": 1,
"daysLeft": 141,
"sitePanelStatus": 1,
"email": "MYEMAIL"
}
]
}
2026-05-25 09:31:15,794 - ERROR - MainThread - PAI.paradox.connections.ip.connection - Unhandled exception while connecting (try 1/3): Unable to find module with desired panel serial
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/paradox/connections/ip/connection.py", line 28, in connect
await self._try_connect()
File "/usr/local/lib/python3.11/site-packages/paradox/connections/ip/connection.py", line 150, in _try_connect
await self.stun_session.connect()
File "/usr/local/lib/python3.11/site-packages/paradox/connections/ip/stun_session.py", line 44, in connect
raise ConnectToSiteFailed("Unable to find module with desired panel serial")
paradox.exceptions.ConnectToSiteFailed: Unable to find module with desired panel serial
EDIT: I can connect through BabyWare and BlueEye.
Beta Was this translation helpful? Give feedback.
All reactions