eclipse-archived / smarthome

Eclipse SmartHome™ project
https://www.eclipse.org/smarthome/
Eclipse Public License 2.0
861 stars 784 forks source link

[Homematic] Wrong Datapoint in Binding? #6306

Open eiGelbGeek opened 5 years ago

eiGelbGeek commented 5 years ago

16:13:55.378 [WARN ] [mematic.handler.HomematicThingHandler] - Channel not found for datapoint '94479182498374:0#OPERATING_VOLTAGE_STATUS'

homematic:HmIP-SRH:LEQ0032764823:94479182498374:0#OPERATING_VOLTAGE

htreu commented 5 years ago

@mdicke2s is this something you could take a look at please?

mdicke2s commented 5 years ago

Mhhh, I do not (yet) have such a device to reproduce it. Basically the warning says that the device sent an update for the datapoint OPERATING_VOLTAGE but there is no matching channel (which is usually supposed to have the very same name, case sensitive).

@eiGelbGeek could you please check the following:

BTW: I would assume that the absence of this channel does not affect the normal operation of the device, just that the contained information is not transferred.