-
Notifications
You must be signed in to change notification settings - Fork 3
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
OverflowError: int too big to convert #4
Comments
I would like to ask you for some information before I start researching:
|
Thanks for the reply.
https://www.rec-indovent.se/wp-content/uploads/Teknikermanual_Recom_210505.pdf (SE manual) |
I made some corrections that are published in 1.2b Can you please check if it works and what is displayed in the log? |
Hi, thanks for the effort.
|
Please update to version 1.3, the problem with unit_type should be fixed. |
Hey, maybe you help me out here? Using the Blauberg AHU app everything works just fine.
I've confirmed that the password, port (4000) and IP are correct as the socket doesn't fail as per Logs, unfortunately, I'm getting the "OverflowError: int too big to convert`"
Error while setting up ecovent platform for fan Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 249, in _async_setup_platform await asyncio.shield(task) File "/config/custom_components/ecovent/fan.py", line 77, in async_setup_platform fan = EcoVentFan( File "/config/custom_components/ecovent/fan.py", line 275, in __init__ self.update() File "/config/custom_components/ecovent/fan.py", line 542, in update self.do_func(self.func["read"], request) File "/config/custom_components/ecovent/fan.py", line 535, in do_func self.parse_response(response) File "/config/custom_components/ecovent/fan.py", line 660, in parse_response setattr( File "/config/custom_components/ecovent/fan.py", line 865, in filter_timer_countdown val = int(input, 16).to_bytes(3, "big") OverflowError: int too big to convert
Much appreciated. :)
The text was updated successfully, but these errors were encountered: