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

Support for SP550+ (product id: 28) #413

Closed
bocsitomcsi opened this issue Nov 24, 2023 · 4 comments
Closed

Support for SP550+ (product id: 28) #413

bocsitomcsi opened this issue Nov 24, 2023 · 4 comments
Labels
bug Something isn't working to be confirmed Reported but not yet confirmed

Comments

@bocsitomcsi
Copy link

Alarm system

Panel model: SP550+ version 1.28 build 1
Access mode: IP(114) Module version 20, firmware: 5.6, serial: 720586e9

Environment

  • Raspberrypi, debian
  • Containerized solution

Git branch

Tried out version 3.2.1, 3.3.0 and lates-dev one as well. Sympton is the same.

Describe the bug

As part of the initialization process it failes with below mentioned problem.

To Reproduce

Start container (docker-compose up).

Logs

As this part does not contain any sensitive information I would add here the log:

paradox    | 2023-11-24 19:43:47,164 - INFO     - PAI - Starting Paradox Alarm Interface 3.3.0-dev
paradox    | 2023-11-24 19:43:47,165 - INFO     - PAI - Config loaded from /etc/pai/pai.conf
paradox    | 2023-11-24 19:43:47,165 - INFO     - PAI - Console Log level set to 20
paradox    | 2023-11-24 19:43:47,252 - INFO     - PAI.paradox.interfaces - Starting BasicMQTTInterface Interface
paradox    | 2023-11-24 19:43:47,255 - INFO     - PAI.paradox.interfaces.mqtt.core - MQTT loop started
paradox    | 2023-11-24 19:43:47,265 - INFO     - PAI.paradox.interfaces - Starting HomeAssistantMQTTInterface Interface
paradox    | 2023-11-24 19:43:47,266 - INFO     - PAI - Starting...
paradox    | 2023-11-24 19:43:47,267 - INFO     - PAI.paradox.paradox - Connecting to interface
paradox    | 2023-11-24 19:43:47,267 - INFO     - PAI.paradox.paradox - Using IP Connection
paradox    | 2023-11-24 19:43:47,526 - INFO     - PAI.paradox.connections.ip.connection - Connecting. Try 1/3
paradox    | 2023-11-24 19:43:47,531 - INFO     - PAI.paradox.connections.connection - Connection established
paradox    | 2023-11-24 19:43:47,532 - INFO     - PAI.paradox.connections.ip.commands - Authenticating with IP Module
paradox    | 2023-11-24 19:43:47,539 - INFO     - PAI.paradox.connections.ip.commands - Authentication Success. IP(114) Module version 20, firmware: 5.6, serial: 720586e9
paradox    | 2023-11-24 19:43:47,558 - INFO     - PAI.paradox.connections.ip.commands - Session successfully established with IP Module
paradox    | 2023-11-24 19:43:47,559 - INFO     - PAI.paradox.paradox - Connecting to Panel
paradox    | 2023-11-24 19:43:47,592 - INFO     - PAI.paradox.paradox - Panel Identified SP550+  version 1.28 build 1
paradox    | 2023-11-24 19:43:47,593 - INFO     - PAI.paradox.paradox - Initiating panel connection
paradox    | 2023-11-24 19:43:47,621 - ERROR    - PAI - Restarting
paradox    | Traceback (most recent call last):
paradox    |   File "/usr/local/lib/python3.9/site-packages/paradox/main.py", line 81, in run_loop
paradox    |     if await alarm.full_connect():
paradox    |   File "/usr/local/lib/python3.9/site-packages/paradox/paradox.py", line 212, in full_connect
paradox    |     if not await self.connect():
paradox    |   File "/usr/local/lib/python3.9/site-packages/paradox/paradox.py", line 176, in connect
paradox    |     self.panel = create_panel(
paradox    |   File "/usr/local/lib/python3.9/site-packages/paradox/hardware/__init__.py", line 47, in create_panel
paradox    |     raise NotImplementedError(
paradox    | NotImplementedError: We are not sure what panel you have (product_id: 28).             Please create an issue. Maybe we can help you.

@bocsitomcsi bocsitomcsi added bug Something isn't working to be confirmed Reported but not yet confirmed labels Nov 24, 2023
@yozik04
Copy link
Collaborator

yozik04 commented Nov 25, 2023

I see Paradox has started to use GPT-4 to generate new panels. :)

@bocsitomcsi
Copy link
Author

Maybe I am wrong but SP550+ shouldn't be rather SP5500+? Or are these ones are different?

@yozik04 yozik04 changed the title Unknown panel (product id: 28) Support for SP550+ (product id: 28) Nov 27, 2023
@yozik04
Copy link
Collaborator

yozik04 commented Nov 27, 2023

@bocsitomcsi Try development version and report back.

@bocsitomcsi
Copy link
Author

I can confirm it is working as expected. Thanks for the quick help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working to be confirmed Reported but not yet confirmed
Projects
None yet
Development

No branches or pull requests

2 participants