claudegel / sinope-130

Neviweb130 custom component for Home Assistant to manage devices connected via a GT130 and wifi devices from Sinopé

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Updating error code" in the logs

Guyohms opened this issue · comments

Since the last release, I get this error several times by hours:

WARNING (SyncWorker_1) [custom_components.neviweb130.climate] Updating error code: {'referenceSensor': 'ok', 'compensationSensor': 'ok', 'airSensor': 'ok', 'wireSensor': 'ok', 'currentOverload': 'ok', 'thermalOverload': 'ok', 'loadError': 'ok', 'endOfLife': False}

image

What is your thermostat model and firmware

OK It's not an error it's just debug I added because there are many difference in error code between each thermostat type
you can just comment out the line 1010 by putting a # in front of it to stop that message in custom_components/neviweb130/climate.py.
# _LOGGER.warning("Updating error code: %s",device_error_code)
I'll make a new release that will remove that logging soon.

Thanks, it's not doing any harm, I will wait for the next release

Merci Claude !