openhab / openhab-addons

Add-ons for openHAB
https://www.openhab.org/
Eclipse Public License 2.0
1.86k stars 3.57k forks source link

[homematic] log is full of Channel not found for datapoint 'xxxxxxxxxxx:0#ERROR_OVERLOAD' #14963

Open Homer-Sim opened 1 year ago

Homer-Sim commented 1 year ago

Hello

I am running OH3.4.4 in a docker container (net=host) My log is full of these warnings: Channel not found for datapoint '001118A9AXXXXX:0#ERROR_OVERLOAD'

The serial number is changing so it is for each device a single entry. As far as I checked it it is all from rollershutter actors HmIP-BROLL

Should there be a channel ERROR_OVERLOAD within the binding?

dirkbe commented 1 year ago

Hi, I also get these errors from my HmIP-BROLL devices (blinds/rollershutters). According to the HmIP device documentation "0:ERROR_OVERLOAD" is supported for dimmer devices not rollershutters. I run OH 3.4.2/docker.

MrNigt commented 1 year ago

Hi,

My observation is that this bug comes up, after the firmware upgrade of HmIP-BROLL 1.10.8. OH3.4.4/docker.

Homer-Sim commented 1 year ago

I am not sure about this firmware issue, because I had the logs full but only one device had been upgraded. The others were still on old version ...

MrNigt commented 1 year ago

I just double checked my logs. And it started with only one device. After upgrading others the number of devices increased. It could also be linked to the new CCU firmware version 3.69.7, which I don't think is the case as the number of errors increased with the firmware update of the devices.. On top of the abover error message, I also get another one sometimes "Can't convert FLOAT value '' with DecimalTypeConverter for 'XXXXXXXXXXXXX:1#WIND_DIR_RANGE'`".

lsiepel commented 1 year ago

Could you share some trace / debug logs from both issues (ERROR_OVERLOAD and WIND_DIR_RANGE)

Homer-Sim commented 1 year ago

Could you share some trace / debug logs from both issues (ERROR_OVERLOAD and WIND_DIR_RANGE) i HOPE i DID IT CORRECTLY.

logset DEBUG org.openhab.binding.homematic.txt

lsiepel commented 1 year ago

Looked at the binding and i don't find any obvious reason.

Did you delete and re-create the thing? As channel detection is done during discovery.

Homer-Sim commented 10 months ago

I tried 2 of several to del / recreate but it change nothing. Is the channel ERROR_OVERLOAD part of the binding?