zigbee broke somewhere between commit 7325c870 and 4902475c #45

Closed
opened 2022-07-05 01:38:42 +02:00 by blacklight · 0 comments
Owner

Since pulling commit 4902475c I see this in the log, repeating over and over:

INFO|platypush|Received event: {"type": "event", "target": "X", "origin": "X", "id": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "_timestamp": 1615336369.7049267, "args": {"type": "platypush.message.event.zigbee.mqtt.ZigbeeMqttDevicePropertySetEvent", "host": "localhost", "port": 1883, "device": "0xXXXXXXXXXXXXXXXX", "properties": {"brightness": 254, "color": {"hue": 242, "saturation": 100, "x": 0.1355, "y": 0.0399}, "color_temp": 555, "color_temp_startup": 370, "linkquality": 73, "state": "OFF"}}}
ERROR|platypush:backend:zigbee.mqtt|zigbee2mqtt error: No converter available for 'linkquality' (0)
WARNING|platypush:backend:zigbee.mqtt|zigbee2mqtt warning: Device with modelID 'undefined' is not supported.
WARNING|platypush:backend:zigbee.mqtt|zigbee2mqtt warning: Please see: https://www.zigbee2mqtt.io/how_tos/how_to_support_new_devices.html

Switching bulbs on and off in the web panel works. I did not update zigbee2mqtt (commit 7325c870 still works).

Since pulling commit 4902475c I see this in the log, repeating over and over: ``` INFO|platypush|Received event: {"type": "event", "target": "X", "origin": "X", "id": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "_timestamp": 1615336369.7049267, "args": {"type": "platypush.message.event.zigbee.mqtt.ZigbeeMqttDevicePropertySetEvent", "host": "localhost", "port": 1883, "device": "0xXXXXXXXXXXXXXXXX", "properties": {"brightness": 254, "color": {"hue": 242, "saturation": 100, "x": 0.1355, "y": 0.0399}, "color_temp": 555, "color_temp_startup": 370, "linkquality": 73, "state": "OFF"}}} ERROR|platypush:backend:zigbee.mqtt|zigbee2mqtt error: No converter available for 'linkquality' (0) WARNING|platypush:backend:zigbee.mqtt|zigbee2mqtt warning: Device with modelID 'undefined' is not supported. WARNING|platypush:backend:zigbee.mqtt|zigbee2mqtt warning: Please see: https://www.zigbee2mqtt.io/how_tos/how_to_support_new_devices.html ``` Switching bulbs on and off in the web panel works. I did not update zigbee2mqtt (commit 7325c870 still works).
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: platypush/platypush#45
No description provided.