eclipse-archived / smarthome

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

[Homematic] Channel not found for datapoint #6791

Closed alexf2015 closed 5 years ago

alexf2015 commented 5 years ago

Hi my log is full with messages like this:

2019-01-04 09:14:13.222 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'NEQ0849488:0#RSSI' 2019-01-04 09:14:13.229 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'NEQ0849488:0#SIGNAL_STRENGTH' 2019-01-04 09:24:42.636 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'NEQ0851096:0#RSSI' 2019-01-04 09:24:42.644 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'NEQ0851096:0#SIGNAL_STRENGTH' 2019-01-04 09:25:36.058 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'NEQ0849367:0#RSSI' 2019-01-04 09:25:36.064 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'NEQ0849367:0#SIGNAL_STRENGTH' 2019-01-04 09:35:56.476 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'LKF0019272:0#RSSI' 2019-01-04 09:35:56.494 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'LKF0019272:0#SIGNAL_STRENGTH' 2019-01-04 09:41:03.615 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'NEQ0849406:0#RSSI' 2019-01-04 09:41:03.622 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'NEQ0849406:0#SIGNAL_STRENGTH' 2019-01-04 09:46:43.346 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'LKF0019282:0#RSSI' 2019-01-04 09:46:43.354 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'LKF0019282:0#SIGNAL_STRENGTH'

It is a little bit weird as most of my homematic devices (connected via homegear) are of type "BC-SC-Rd-WM-2" with firmware version 1.0. But only some of them produce such log entries.

There also a few devices of type "BC-PB-2-WM" but there are multiple firmware versions: 1.0, 1.2 and 1.3. Only the devices with version 1.2 are causing those messages.

alexf2015 commented 5 years ago

After deeper analysis I have found some differences between things that work and those which cause the log entries:

Those which cause the log entries are the older ones and have a channel named #RSSI_DEVICE. The newer ones instead have a channel named #SIGNAL_STRENGTH.

I have deleted and recreated the older ones and now all things only have the channel #SIGNAL_STRENGTH.

I will check my logs but I believe this is the solution.

maggu2810 commented 5 years ago

I assume this is related to the issue #2555 (if I understand your explanation correctly). If my understanding has been wrong, forgive me and reopen this issue.