stas-demydiuk / domoticz-zigbee2mqtt-plugin

zigbee2mqtt plugin for domoticz
MIT License
136 stars 98 forks source link

OSRAM AC08562 #721

Closed janjansen1 closed 2 years ago

janjansen1 commented 2 years ago

OSRAM AC08562 (I think this lamp is not yet supported by the plugin. After pairing, it will be seen as an AB32840.) The following devices are created: Link quality (custom sensor) Effect (selector switch) Light (color switch)

Related Devices https://www.zigbee2mqtt.io/devices/AC08562.html

additional info Domoticz version 2021.1, build 13670 plugin: v.3.1.0-beta, zigbee2mqtt: v.1.21.2 (zStack3x0 20210708)

Domoticz log shows error after initiating the color switch 2021-10-02 20:02:12.077 Status: User: Admin (IP: 192.168.2.8) initiated a switch command (184/Keuken rechts (Light)/On) 2021-10-02 20:02:12.144 Error: Zigbee: (Zigbee) 'onCommand' failed 'AttributeError':''NoneType' object has no attribute 'Name''. 2021-10-02 20:02:12.144 Error: Zigbee: (Zigbee) Exception traceback: 2021-10-02 20:02:12.144 Error: Zigbee: (Zigbee) ----> Line 302 in '/home/pi/domoticz/plugins/zigbee2mqtt/plugin.py', function onCommand 2021-10-02 20:02:12.144 Error: Zigbee: (Zigbee) ----> Line 107 in '/home/pi/domoticz/plugins/zigbee2mqtt/plugin.py', function onCommand 2021-10-02 20:02:12.144 Error: Zigbee: (Zigbee) ----> Line 74 in '/home/pi/domoticz/plugins/zigbee2mqtt/devices_manager.py', function handle_command 2021-10-02 20:02:12.144 Error: Zigbee: (Zigbee) ----> Line 293 in '/home/pi/domoticz/plugins/zigbee2mqtt/adapter.py', function handle_command 2021-10-02 20:02:12.144 Error: Zigbee: (Zigbee) ----> Line 192 in '/home/pi/domoticz/plugins/zigbee2mqtt/devices/device.py', function handle_command

plugin configuration { "domoticz": { "device_id": "0x7cb03eaa00aa487e", "legacy_alias": "light", "unit": 175 }, "zigbee": { "address": "0x7cb03eaa00aa487e", "endpoint": "n/a", "feature": "light" } }, { "domoticz": { "device_id": "0x7cb03eaa00aa487e", "legacy_alias": "effec", "unit": 176 }, "zigbee": { "address": "0x7cb03eaa00aa487e", "endpoint": "n/a", "feature": "effect" } }, { "domoticz": { "device_id": "0x7cb03eaa00aa487e", "legacy_alias": "signal", "unit": 177 }, "zigbee": { "address": "0x7cb03eaa00aa487e", "endpoint": "n/a", "feature": "linkquality" } }

The plugin creates several similar devices (see issue Dylantje)

Thanks in advance!

janjansen1 commented 2 years ago

dear Stas,

Thanks for the latest update. The lights work and no more unnecessary additional devices are created.

Is it another issue that is indicated failed:routingTable?

Schermafbeelding zigbee2mqtt

stas-demydiuk commented 2 years ago

The failed routing table is usually caused by zigbee network itself, not by plugin or zigbee2mqtt