ufodone / envisalink_new

A modernized version of the Home Assistant envisalink integration available through HACS.
MIT License
61 stars 6 forks source link

Data format invalid from Envisalink, ignoring.. #116

Open brijeshsinghparihar opened 3 months ago

brijeshsinghparihar commented 3 months ago

Core 2024.6.1 Supervisor 2024.06.0 Operating System 12.3 Frontend 20240605.0

Integration becomes unavailable, log file shows below,

Logger: custom_components.envisalink_new.pyenvisalink.honeywell_client
Source: custom_components/envisalink_new/pyenvisalink/honeywell_client.py:189
integration: Envisalink_new ([documentation](https://github.com/ufodone/envisalink_new), [issues](https://github.com/ufodone/envisalink_new/issues))
First occurred: 7:43:26 PM (5 occurrences)
Last logged: 7:45:25 PM

Data format invalid from Envisalink, ignoring... 

`This error originated from a custom integration.

Logger: custom_components.envisalink_new.pyenvisalink.envisalink_base_client Source: custom_components/envisalink_new/pyenvisalink/envisalink_base_client.py:138 integration: Envisalink_new (documentation, issues) First occurred: 7:41:07 PM (1 occurrences) Last logged: 7:41:07 PM

Caught unexpected exception: TypeError('EnvisalinkController.async_login_timeout_callback() takes 1 positional argument but 2 were given')`

ufodone commented 3 months ago

I can't tell what's going on from just those errors. It looks like the integration is getting bad/unexpected data from the EVL.

Can you provide your configuration settings, EVL hardware type, and firmware version? Could you also enable debug logging for the integration and then reproduce the issue?