Which Domoticz version: V4.10717
I don't updated yet. This is on the live system. I do not update because it is not buster.
Need to config a new Pi with buster, i do not want the live version updating, to keep out of troubles.
Setting up a new pi, takes a little longer.
What is the problem: No change in device state when pushing buttons.
I have 3 off these devices.
Pairing with zigbee2mqtt and domoticz went without issues. Device is also visible in the device list.
Device has 3 buttons (Arrow up, Arrow down and centrale button).
After pairing i tested and this is how far i got
Pushing up, than i see changing the last seen time to the moment i pushed. Switch state doesn't change. Device-log is empty
Pushing down, than i see changing the last seen time to the moment i pushed. Switch state doesn't change. Device-log is empty
When pushing the centrale button i get this errors. After that Button Up and Down give the same error.
Code: Select all
2020-04-29 19:11:52.140 Error: (Zigbee2MQTT) 'onMessage' failed 'ValueError':'cannot convert float NaN to integer'.
2020-04-29 19:11:52.140 Error: (Zigbee2MQTT) ----> Line 193 in '/home/pi/domoticz/plugins/zigbee2mqtt/plugin.py', function onMessage
2020-04-29 19:11:52.140 Error: (Zigbee2MQTT) ----> Line 106 in '/home/pi/domoticz/plugins/zigbee2mqtt/plugin.py', function onMessage
2020-04-29 19:11:52.140 Error: (Zigbee2MQTT) ----> Line 167 in '/home/pi/domoticz/plugins/zigbee2mqtt/mqtt.py', function onMessage
2020-04-29 19:11:52.140 Error: (Zigbee2MQTT) ----> Line 166 in '/home/pi/domoticz/plugins/zigbee2mqtt/plugin.py', function onMQTTPublish
2020-04-29 19:11:52.140 Error: (Zigbee2MQTT) ----> Line 21 in '/home/pi/domoticz/plugins/zigbee2mqtt/adapters/base_adapter.py', function handleMqttMessage
2020-04-29 19:11:52.140 Error: (Zigbee2MQTT) ----> Line 113 in '/home/pi/domoticz/plugins/zigbee2mqtt/devices/device.py', function handle_message
2020-04-29 19:11:52.140 Error: (Zigbee2MQTT) ----> Line 13 in '/home/pi/domoticz/plugins/zigbee2mqtt/zigbee_message.py', function get_battery_level
Can somebody help to get on track, how the debug this kind of problems?