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
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#.
The text was updated successfully, but these errors were encountered:
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'
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 !
The text was updated successfully, but these errors were encountered: