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

Add SP7000+ support #365

Merged
merged 2 commits into from
May 13, 2023
Merged

Add SP7000+ support #365

merged 2 commits into from
May 13, 2023

Conversation

makstech
Copy link
Contributor

2023-05-13 09:30:29,768 - INFO     - PAI - Starting...
2023-05-13 09:30:29,768 - INFO     - PAI.paradox.paradox - Disconnecting from the Alarm Panel
2023-05-13 09:30:29,768 - INFO     - PAI.paradox.paradox - Clean Session
2023-05-13 09:30:29,768 - INFO     - PAI.paradox.paradox - Cleaning previous session. Closing connection
2023-05-13 09:30:29,769 - ERROR    - PAI.paradox.connections.protocols - Connection was closed: None
2023-05-13 09:30:29,769 - ERROR    - PAI.paradox.connections.connection - Connection was lost
2023-05-13 09:30:29,770 - INFO     - PAI.paradox.paradox - Disconnected from the Alarm Panel
2023-05-13 09:30:29,770 - INFO     - PAI.paradox.paradox - Connecting to interface
2023-05-13 09:30:29,770 - INFO     - PAI.paradox.connections.ip.connection - Connecting. Try 1/3
2023-05-13 09:30:29,777 - INFO     - PAI.paradox.connections.connection - Connection established
2023-05-13 09:30:29,777 - INFO     - PAI.paradox.connections.ip.commands - Authenticating with IP Module
2023-05-13 09:30:29,786 - INFO     - PAI.paradox.connections.ip.commands - Authentication Success. IP(114) Module version 20, firmware: 5.6, serial: *redacted*
2023-05-13 09:30:29,798 - INFO     - PAI.paradox.connections.ip.commands - Session successfully established with IP Module
2023-05-13 09:30:29,798 - INFO     - PAI.paradox.paradox - Connecting to Panel
2023-05-13 09:30:29,819 - INFO     - PAI.paradox.paradox - Panel Identified SP700+  version 1.24 build 0
2023-05-13 09:30:29,819 - INFO     - PAI.paradox.paradox - Initiating panel connection
2023-05-13 09:30:29,843 - ERROR    - PAI - Restarting
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/paradox/main.py", line 81, in run_loop
    if await alarm.full_connect():
  File "/usr/local/lib/python3.9/site-packages/paradox/paradox.py", line 212, in full_connect
    if not await self.connect():
  File "/usr/local/lib/python3.9/site-packages/paradox/paradox.py", line 176, in connect
    self.panel = create_panel(
  File "/usr/local/lib/python3.9/site-packages/paradox/hardware/__init__.py", line 46, in create_panel
    raise NotImplementedError(
NotImplementedError: We are not sure what panel you have (product_id: 30).             Please create an issue. Maybe we can help you.

Not sure if there's anything else that needs to be done except just adding product ID to the enum.

@sonarcloud
Copy link

sonarcloud bot commented May 13, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@yozik04 yozik04 merged commit 0b0aa6f into ParadoxAlarmInterface:dev May 13, 2023
@yozik04
Copy link
Collaborator

yozik04 commented May 13, 2023

Thank you @makstech!

@yozik04
Copy link
Collaborator

yozik04 commented May 13, 2023

Should be available in dev branch. If you use Home Assistant then you need to reinstall the plugin.

@makstech makstech deleted the sp7000+ branch May 14, 2023 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants