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
It´s not possible to add fan device with correct password and Device ID -> unknown error
So I entered a wrong password -> fan device could be added but of course no values available.
Then I change the password in Vento App to the "wrong" password, so that the passwords of the fan and in the integration are the same. But this leads to "error during setup" of the integration
Debug protocol:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 604, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/ecovent_v2/init.py", line 38, in async_setup_entry
coordinator = VentoFanDataUpdateCoordinator(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/ecovent_v2/init.py", line 75, in init
self._fan.init_device()
File "/usr/local/lib/python3.12/site-packages/ecoventv2/init.py", line 231, in init_device
return self.update()
^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/ecoventv2/init.py", line 376, in update
return self.do_func(self.func['read'], request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/ecoventv2/init.py", line 365, in do_func
self.parse_response(response)
File "/usr/local/lib/python3.12/site-packages/ecoventv2/init.py", line 483, in parse_response
setattr ( self, self.params[int(response[:2].hex(),16)][0], response[2:].hex())
File "/usr/local/lib/python3.12/site-packages/ecoventv2/init.py", line 680, in filter_timer_countdown
val = int(input,16).to_bytes(3,'big')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OverflowError: int too big to convert
Has anyone had this problem before?
The text was updated successfully, but these errors were encountered:
rubatec
changed the title
Firmware 0.8 (04/11/2023) Unknown error
Firmware 0.8 (04/11/2023) Unexpected error
Sep 1, 2024
It´s not possible to add fan device with correct password and Device ID -> unknown error
So I entered a wrong password -> fan device could be added but of course no values available.
Then I change the password in Vento App to the "wrong" password, so that the passwords of the fan and in the integration are the same. But this leads to "error during setup" of the integration
Debug protocol:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 604, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/ecovent_v2/init.py", line 38, in async_setup_entry
coordinator = VentoFanDataUpdateCoordinator(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/ecovent_v2/init.py", line 75, in init
self._fan.init_device()
File "/usr/local/lib/python3.12/site-packages/ecoventv2/init.py", line 231, in init_device
return self.update()
^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/ecoventv2/init.py", line 376, in update
return self.do_func(self.func['read'], request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/ecoventv2/init.py", line 365, in do_func
self.parse_response(response)
File "/usr/local/lib/python3.12/site-packages/ecoventv2/init.py", line 483, in parse_response
setattr ( self, self.params[int(response[:2].hex(),16)][0], response[2:].hex())
File "/usr/local/lib/python3.12/site-packages/ecoventv2/init.py", line 680, in filter_timer_countdown
val = int(input,16).to_bytes(3,'big')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OverflowError: int too big to convert
Has anyone had this problem before?
The text was updated successfully, but these errors were encountered: