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

Unknown error connecting with Helvar router #1

Open
1aranzant opened this issue May 31, 2024 · 2 comments
Open

Unknown error connecting with Helvar router #1

1aranzant opened this issue May 31, 2024 · 2 comments

Comments

@1aranzant
Copy link

Hey ! I'm trying to connect to both my Helvar digidim 905s, but both of them return the following error:
What could the issue be?
Thanks for your work !

2024-05-31 23:32:23.502 ERROR (MainThread) [custom_components.helvar.config_flow] Creating Helvar config entry
NoneType: None
2024-05-31 23:32:28.589 ERROR (MainThread) [custom_components.helvar.router] Unknown error connecting with Helvar router at 192.168.3.10
Traceback (most recent call last):
File "/config/custom_components/helvar/router.py", line 43, in async_setup
await router.initialize()
File "/usr/local/lib/python3.12/site-packages/aiohelvar/router.py", line 207, in initialize
await self.get_scenes()
File "/usr/local/lib/python3.12/site-packages/aiohelvar/router.py", line 222, in get_scenes
await get_scenes(self, self.groups)
File "/usr/local/lib/python3.12/site-packages/aiohelvar/scenes.py", line 74, in get_scenes
parts = response.result.strip("@").split("@")
^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'strip'
2024-05-31 23:32:29.686 ERROR (MainThread) [aiohelvar.router] Request command >V:2,C:100,@0.1.1# triggered an error back from the router: !V:2,C:100,@0.1.1=9#.
2024-05-31 23:32:29.696 ERROR (MainThread) [aiohelvar.router] Request command >V:2,C:100,@0.1.2# triggered an error back from the router: !V:2,C:100,@0.1.2=9#.
2024-05-31 23:32:29.707 ERROR (MainThread) [aiohelvar.router] Request command >V:2,C:100,@0.1.3# triggered an error back from the router: !V:2,C:100,@0.1.3=9#.
2024-05-31 23:32:29.709 ERROR (MainThread) [aiohelvar.router] Request command >V:2,C:100,@0.1.4# triggered an error back from the router: !V:2,C:100,@0.1.4=9#.
@benwallacestock
Copy link

benwallacestock commented Jul 31, 2024

I am also getting the error described above. @1aranzant did you end up getting this working??

This error originated from a custom integration.

Logger: custom_components.helvar.router
Source: custom_components/helvar/router.py:43
integration: HelvarNet
First occurred: 12:20:40 PM (1 occurrences)
Last logged: 12:20:40 PM

Unknown error connecting with Helvar router at 10.254.1.1
Traceback (most recent call last):
  File "/config/custom_components/helvar/router.py", line 43, in async_setup
    await router.initialize()
  File "/usr/local/lib/python3.12/site-packages/aiohelvar/router.py", line 207, in initialize
    await self.get_scenes()
  File "/usr/local/lib/python3.12/site-packages/aiohelvar/router.py", line 222, in get_scenes
    await get_scenes(self, self.groups)
  File "/usr/local/lib/python3.12/site-packages/aiohelvar/scenes.py", line 74, in get_scenes
    parts = response.result.strip("@").split("@")
            ^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'strip'

@1aranzant
Copy link
Author

@benwallacestock nop still nothing...

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

No branches or pull requests

2 participants