Koenkk / zigbee2mqtt

Zigbee šŸ to MQTT bridge šŸŒ‰, get rid of your proprietary Zigbee bridges šŸ”Ø
https://www.zigbee2mqtt.io
GNU General Public License v3.0
11.81k stars 1.64k forks source link

fast publish messages generates: Data request failed with error: 'undefined' (241) #7163

Closed bartplessers closed 3 years ago

bartplessers commented 3 years ago

What happened

I'm testing with 10 light bulbs. Publishing following messages (done by copy+paste on the command line

mosquitto_pub -h MQTTSERVER -p 1883 -u myUserName -P myPassword -t zigbee2mqtt/my/n01/badkamer/light/L11/hanglamp/set -m OFF
mosquitto_pub -h MQTTSERVER -p 1883 -u myUserName -P myPassword -t zigbee2mqtt/my/n01/p00/light/L06/hanglamp/set -m OFF
mosquitto_pub -h MQTTSERVER -p 1883 -u myUserName -P myPassword -t zigbee2mqtt/my/n00/p00/light/L07/hanglamp/set -m OFF
mosquitto_pub -h MQTTSERVER -p 1883 -u myUserName -P myPassword -t zigbee2mqtt/my/n02/p00/light/L09/hanglamp/set -m OFF
mosquitto_pub -h MQTTSERVER -p 1883 -u myUserName -P myPassword -t zigbee2mqtt/my/n00/p00/light/L10/toilet/set -m OFF
mosquitto_pub -h MQTTSERVER -p 1883 -u myUserName -P myPassword -t zigbee2mqtt/my/n91/p02/light/L01/testlamp/set -m OFF
mosquitto_pub -h MQTTSERVER -p 1883 -u myUserName -P myPassword -t zigbee2mqtt/my/n91/p02/light/L12/testlamp/set -m OFF
mosquitto_pub -h MQTTSERVER -p 1883 -u myUserName -P myPassword -t zigbee2mqtt/my/n91/p02/light/L13/testlamp/set -m OFF
mosquitto_pub -h MQTTSERVER -p 1883 -u myUserName -P myPassword -t zigbee2mqtt/my/n91/p02/light/L08/testlamp/set -m OFF
mosquitto_pub -h MQTTSERVER -p 1883 -u myUserName -P myPassword -t zigbee2mqtt/my/n01/p02/light/L17/hanglamp/set -m OFF

does not always turn all the bulbs OFF. (Same issue with ON) Randomly "some" of the bulbs do not react. Not always the same bulb....

Here is the debug info

debug 2021-04-21 20:59:57: Received MQTT message on 'zigbee2mqtt/my/n01/badkamer/light/L11/hanglamp/set' with data 'OFF'
debug 2021-04-21 20:59:57: Publishing 'set' 'state' to 'my/n01/badkamer/light/L11/hanglamp'
debug 2021-04-21 20:59:57: Received MQTT message on 'zigbee2mqtt/my/n01/p00/light/L06/hanglamp/set' with data 'OFF'
debug 2021-04-21 20:59:57: Received MQTT message on 'zigbee2mqtt/my/n00/p00/light/L07/hanglamp/set' with data 'OFF'
debug 2021-04-21 20:59:57: Received MQTT message on 'zigbee2mqtt/my/n02/p00/light/L09/hanglamp/set' with data 'OFF'
debug 2021-04-21 20:59:57: Received MQTT message on 'zigbee2mqtt/my/n00/p00/light/L10/toilet/set' with data 'OFF'
debug 2021-04-21 20:59:57: Received MQTT message on 'zigbee2mqtt/my/n91/p02/light/L01/testlamp/set' with data 'OFF'
debug 2021-04-21 20:59:57: Publishing 'set' 'state' to 'my/n01/p00/light/L06/hanglamp'
debug 2021-04-21 20:59:57: Publishing 'set' 'state' to 'my/n00/p00/light/L07/hanglamp'
debug 2021-04-21 20:59:57: Publishing 'set' 'state' to 'my/n02/p00/light/L09/hanglamp'
debug 2021-04-21 20:59:57: Publishing 'set' 'state' to 'my/n00/p00/light/L10/toilet'
debug 2021-04-21 20:59:57: Publishing 'set' 'state' to 'my/n91/p02/light/L01/testlamp'
debug 2021-04-21 20:59:57: Received MQTT message on 'zigbee2mqtt/my/n91/p02/light/L12/testlamp/set' with data 'OFF'
debug 2021-04-21 20:59:57: Received MQTT message on 'zigbee2mqtt/my/n91/p02/light/L13/testlamp/set' with data 'OFF'
debug 2021-04-21 20:59:57: Received MQTT message on 'zigbee2mqtt/my/n91/p02/light/L08/testlamp/set' with data 'OFF'
debug 2021-04-21 20:59:57: Publishing 'set' 'state' to 'my/n91/p02/light/L12/testlamp'
debug 2021-04-21 20:59:57: Publishing 'set' 'state' to 'my/n91/p02/light/L13/testlamp'
debug 2021-04-21 20:59:57: Publishing 'set' 'state' to 'my/n91/p02/light/L08/testlamp'
debug 2021-04-21 20:59:57: Received MQTT message on 'zigbee2mqtt/my/n01/p02/light/L17/hanglamp/set' with data 'OFF'
debug 2021-04-21 20:59:57: Publishing 'set' 'state' to 'my/n01/p02/light/L17/hanglamp'
info  2021-04-21 20:59:57: MQTT publish: topic 'zigbee2mqtt/my/n01/badkamer/light/L11/hanglamp', payload '{"brightness":254,"linkquality":72,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-21 20:59:58: MQTT publish: topic 'zigbee2mqtt/my/n02/p00/light/L09/hanglamp', payload '{"brightness":254,"linkquality":75,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-21 20:59:58: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L01/testlamp', payload '{"brightness":254,"color_temp":153,"linkquality":75,"state":"OFF","update":{"state":"idle"},"update_available":false}'
error 2021-04-21 20:59:58: Publish 'set' 'state' to 'my/n91/p02/light/L12/testlamp' failed: 'Error: Command 0xccccccfffe31f8a7/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Data request failed with error: 'undefined' (241))'
debug 2021-04-21 20:59:58: Error: Command 0xccccccfffe31f8a7/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Data request failed with error: 'undefined' (241))
    at ZStackAdapter.<anonymous> (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/adapter/z-stack/adapter/zStackAdapter.js:339:27)
    at Generator.next (<anonymous>)
    at fulfilled (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/adapter/z-stack/adapter/zStackAdapter.js:24:58)
info  2021-04-21 20:59:58: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":"Publish 'set' 'state' to 'my/n91/p02/light/L12/testlamp' failed: 'Error: Command 0xccccccfffe31f8a7/1 genOnOff.off({}, {\"timeout\":10000,\"disableResponse\":false,\"disableRecovery\":false,\"disableDefaultResponse\":false,\"direction\":0,\"srcEndpoint\":null,\"reservedBits\":0,\"manufacturerCode\":null,\"transactionSequenceNumber\":null,\"writeUndiv\":false}) failed (Data request failed with error: 'undefined' (241))'","meta":{"friendly_name":"my/n91/p02/light/L12/testlamp"},"type":"zigbee_publish_error"}'
info  2021-04-21 20:59:58: MQTT publish: topic 'zigbee2mqtt/my/n01/p00/light/L06/hanglamp', payload '{"brightness":254,"linkquality":36,"state":"OFF","update":{"state":"available"},"update_available":true}'
info  2021-04-21 20:59:58: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L07/hanglamp', payload '{"brightness":254,"linkquality":102,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-21 20:59:58: MQTT publish: topic 'zigbee2mqtt/my/n01/p02/light/L17/hanglamp', payload '{"brightness":254,"linkquality":75,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-21 20:59:58: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L08/testlamp', payload '{"brightness":254,"linkquality":102,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-21 20:59:58: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L13/testlamp', payload '{"brightness":254,"color_temp":153,"linkquality":72,"state":"OFF","update":{"state":"idle"},"update_available":false}'

Here another example


debug 2021-04-21 21:23:51: Received MQTT message on 'zigbee2mqtt/my/n00/p00/light/L07/hanglamp/set' with data '{"state": "ON"}'
debug 2021-04-21 21:23:51: Publishing 'set' 'state' to 'my/n00/p00/light/L07/hanglamp'
debug 2021-04-21 21:23:51: Received MQTT message on 'zigbee2mqtt/my/n01/p00/light/L06/hanglamp/set' with data '{"state": "ON"}'
debug 2021-04-21 21:23:51: Publishing 'set' 'state' to 'my/n01/p00/light/L06/hanglamp'
debug 2021-04-21 21:23:51: Received MQTT message on 'zigbee2mqtt/my/n02/p00/light/L09/hanglamp/set' with data '{"state": "ON"}'
debug 2021-04-21 21:23:51: Publishing 'set' 'state' to 'my/n02/p00/light/L09/hanglamp'
debug 2021-04-21 21:23:51: Received MQTT message on 'zigbee2mqtt/my/n00/p00/light/L10/toilet/set' with data '{"state": "ON"}'
debug 2021-04-21 21:23:51: Received MQTT message on 'zigbee2mqtt/my/n91/p02/light/L12/testlamp/set' with data '{"state": "ON"}'
debug 2021-04-21 21:23:51: Publishing 'set' 'state' to 'my/n00/p00/light/L10/toilet'
debug 2021-04-21 21:23:51: Publishing 'set' 'state' to 'my/n91/p02/light/L12/testlamp'
debug 2021-04-21 21:23:51: Received MQTT message on 'zigbee2mqtt/my/n91/p02/light/L01/testlamp/set' with data '{"state": "ON"}'
debug 2021-04-21 21:23:51: Received MQTT message on 'zigbee2mqtt/my/n91/p02/light/L13/testlamp/set' with data '{"state": "ON"}'
debug 2021-04-21 21:23:51: Received MQTT message on 'zigbee2mqtt/my/n91/p02/light/L08/testlamp/set' with data '{"state": "ON"}'
debug 2021-04-21 21:23:51: Publishing 'set' 'state' to 'my/n91/p02/light/L01/testlamp'
debug 2021-04-21 21:23:51: Publishing 'set' 'state' to 'my/n91/p02/light/L13/testlamp'
debug 2021-04-21 21:23:51: Publishing 'set' 'state' to 'my/n91/p02/light/L08/testlamp'
debug 2021-04-21 21:23:51: Received MQTT message on 'zigbee2mqtt/my/n01/badkamer/light/L11/hanglamp/set' with data '{"state": "ON"}'
debug 2021-04-21 21:23:51: Received MQTT message on 'zigbee2mqtt/my/n01/p02/light/L17/hanglamp/set' with data '{"state": "ON"}'
debug 2021-04-21 21:23:51: Publishing 'set' 'state' to 'my/n01/badkamer/light/L11/hanglamp'
debug 2021-04-21 21:23:51: Publishing 'set' 'state' to 'my/n01/p02/light/L17/hanglamp'
info  2021-04-21 21:23:51: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L07/hanglamp', payload '{"brightness":254,"linkquality":36,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-21 21:23:51: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L10/toilet', payload '{"brightness":254,"linkquality":75,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-21 21:23:51: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L12/testlamp', payload '{"brightness":254,"color_temp":153,"linkquality":102,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-21 21:23:52: MQTT publish: topic 'zigbee2mqtt/my/n01/badkamer/light/L11/hanglamp', payload '{"brightness":254,"linkquality":75,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-21 21:23:52: MQTT publish: topic 'zigbee2mqtt/my/n01/p02/light/L17/hanglamp', payload '{"brightness":254,"linkquality":75,"state":"ON","update":{"state":"idle"},"update_available":false}'
debug 2021-04-21 21:24:00: Received MQTT message on 'zigbee2mqtt/bridge/config/devices/get' with data ''
info  2021-04-21 21:24:00: MQTT publish: topic 'zigbee2mqtt/bridge/config/devices', payload '[{"dateCode":"20210120","friendly_name":"Coordinator","ieeeAddr":"0x00124b00215ffe86","lastSeen":1619033040008,"networkAddress":0,"softwareBuildID":"zStack3x0","type":"Coordinator"},{"dateCode":"20180809","description":"Aqara double key wireless wall switch (2018 model)","friendly_name":"my/n99/p99/switch/S03/testschakelaar","hardwareVersion":20,"ieeeAddr":"0x00158d0002f38837","lastSeen":1619030695222,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WXKG02LM_rev2","modelID":"lumi.remote.b286acn01","networkAddress":13627,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20181203","description":"TRADFRI LED bulb E26/E27 806 lumen, dimmable, warm white","friendly_name":"my/n00/p00/light/L07/hanglamp","hardwareVersion":2,"ieeeAddr":"0x14b457fffe4f7695","lastSeen":1619033034774,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1836G9","modelID":"TRADFRI bulb E27 WW 806lm","networkAddress":65334,"powerSource":"Mains (single phase)","softwareBuildID":"2.3.050","type":"Router","vendor":"IKEA"},{"description":"Aqara human body movement and illuminance sensor","friendly_name":"my/n00/p00/occupancy/O01/midden","ieeeAddr":"0x00158d000313d04a","lastSeen":1619032267684,"manufacturerID":4151,"manufacturerName":"LUMI","model":"RTCGQ11LM","modelID":"lumi.sensor_motion.aq2","networkAddress":52335,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"my/n00/p00/contact/C01/voordeur","hardwareVersion":2,"ieeeAddr":"0x00158d000312f871","lastSeen":1619033004702,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":4785,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara door & window contact sensor","friendly_name":"my/n01/p01/contact/C05/venster rechts","hardwareVersion":2,"ieeeAddr":"0x00158d000346ac37","lastSeen":1619030881121,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":62429,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara double key wireless wall switch (2018 model)","friendly_name":"my/n00/p00/switch/S05/voordeur","ieeeAddr":"0x00158d00042458ca","lastSeen":1619031386067,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WXKG02LM_rev2","modelID":"lumi.remote.b286acn01","networkAddress":34356,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20190723","description":"TRADFRI ON/OFF switch","friendly_name":"my/n00/p00/switch/R08/voordeur","hardwareVersion":1,"ieeeAddr":"0x14b457fffe6c4c22","lastSeen":1607637740161,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1743","modelID":"TRADFRI on/off switch","networkAddress":2469,"powerSource":"Battery","softwareBuildID":"2.2.010","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20180809","description":"Aqara double key wireless wall switch (2018 model)","friendly_name":"my/n00/p00/switch/S01/midden","hardwareVersion":20,"ieeeAddr":"0x00158d0002e2cdb3","lastSeen":1619031191290,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WXKG02LM_rev2","modelID":"lumi.remote.b286acn01","networkAddress":63467,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"my/n01/p01/contact/C09/balkondeur","hardwareVersion":2,"ieeeAddr":"0x00158d000321da51","lastSeen":1619030513293,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":373,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20170302","description":"TRADFRI LED bulb E12/E14/E17 400 lumen, dimmable warm white, chandelier opal","friendly_name":"my/n01/p00/light/L06/hanglamp","hardwareVersion":1,"ieeeAddr":"0x086bd7fffe210b20","lastSeen":1619033030001,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1649C5","modelID":"TRADFRI bulb E14 W op/ch 400lm","networkAddress":26312,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.214","type":"Router","vendor":"IKEA"},{"dateCode":"20181203","description":"TRADFRI LED bulb E26/E27 806 lumen, dimmable, warm white","friendly_name":"my/n02/p00/light/L09/hanglamp","hardwareVersion":2,"ieeeAddr":"0x14b457fffe6f9cf0","lastSeen":1619033030003,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1836G9","modelID":"TRADFRI bulb E27 WW 806lm","networkAddress":4581,"powerSource":"Mains (single phase)","softwareBuildID":"2.3.050","type":"Router","vendor":"IKEA"},{"dateCode":"20180809","description":"Aqara double key wireless wall switch (2018 model)","friendly_name":"my/n02/p00/switch/S04/wandschakelaar","hardwareVersion":20,"ieeeAddr":"0x00158d0004245827","lastSeen":1619031795611,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WXKG02LM_rev2","modelID":"lumi.remote.b286acn01","networkAddress":6280,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara temperature, humidity and pressure sensor","friendly_name":"temperatuur (T05) milan","ieeeAddr":"0x00158d000323170d","lastSeen":1619032693342,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":25744,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"my/n02/p01/contact/C02/venster links","hardwareVersion":2,"ieeeAddr":"0x00158d000346ac05","lastSeen":1619031432721,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":54710,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"my/n02/p01/contact/C06/venster rechts","hardwareVersion":2,"ieeeAddr":"0x00158d000321ab02","lastSeen":1619031871470,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":44377,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161129","description":"Aqara temperature, humidity and pressure sensor","friendly_name":"temperatuur (T10) zolder","hardwareVersion":30,"ieeeAddr":"0x00158d00034d168c","lastSeen":1619032709575,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":33867,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161129","description":"Aqara temperature, humidity and pressure sensor","friendly_name":"temperatuur (T06) bo","hardwareVersion":30,"ieeeAddr":"0x00158d000323163f","lastSeen":1619032231511,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":63975,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"my/n01/p02/contact/C08/venster links","hardwareVersion":2,"ieeeAddr":"0x00158d000321ab52","lastSeen":1619032902102,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":55244,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara door & window contact sensor","friendly_name":"my/n01/p02/contact/C04/venster rechts","ieeeAddr":"0x00158d000321ab0b","lastSeen":1619032777632,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":61953,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara vibration sensor","friendly_name":"my/n01/p01/vibration/A01/nachtkastje","ieeeAddr":"0x00158d0002c573cf","lastSeen":1619032385456,"manufacturerID":4151,"manufacturerName":"LUMI","model":"DJT11LM","modelID":"lumi.vibration.aq1","networkAddress":39893,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20191026","description":"TRADFRI control outlet","friendly_name":"my/n01/p01/power/P01/stopcontact IKEA","hardwareVersion":1,"ieeeAddr":"0x000d6ffffef9b7ee","lastSeen":1619032815880,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1603/E1702","modelID":"TRADFRI control outlet","networkAddress":8047,"powerSource":"Mains (single phase)","softwareBuildID":"2.0.024","type":"Router","vendor":"IKEA"},{"dateCode":"20161129","description":"Aqara temperature, humidity and pressure sensor","friendly_name":"my/n01/p01/temperature/T02/nachtkastje","hardwareVersion":30,"ieeeAddr":"0x00158d0002d7ed23","lastSeen":1619032119896,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":17935,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20190723","description":"TRADFRI ON/OFF switch","friendly_name":"my/n01/badkamer/switch/R12/wandschakelaar","hardwareVersion":1,"ieeeAddr":"0x14b457fffe7b5800","lastSeen":1618978833624,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1743","modelID":"TRADFRI on/off switch","networkAddress":27132,"powerSource":"Battery","softwareBuildID":"2.2.010","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20161129","description":"Aqara temperature, humidity and pressure sensor","friendly_name":"my/n00/living/temperature/T01/woonkamer","hardwareVersion":30,"ieeeAddr":"0x00158d0002d7f2df","lastSeen":1613421909760,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":44983,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20190723","description":"TRADFRI ON/OFF switch","friendly_name":"my/n99/p99/switch/R13/testschakelaar2","hardwareVersion":1,"ieeeAddr":"0xbc33acfffe9be9ca","lastSeen":1619015197904,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1743","modelID":"TRADFRI on/off switch","networkAddress":51320,"powerSource":"Battery","softwareBuildID":"2.2.010","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20181203","description":"TRADFRI LED bulb E26/E27 806 lumen, dimmable, warm white","friendly_name":"my/n00/p00/light/L10/toilet","hardwareVersion":2,"ieeeAddr":"0xccccccfffea309d1","lastSeen":1619033031885,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1836G9","modelID":"TRADFRI bulb E27 WW 806lm","networkAddress":31736,"powerSource":"Mains (single phase)","softwareBuildID":"2.3.050","type":"Router","vendor":"IKEA"},{"description":"MiJia human body movement sensor","friendly_name":"my/n00/p00/occupancy/O02/toilet","ieeeAddr":"0x00158d0004470b68","lastSeen":1619031150012,"manufacturerID":4151,"manufacturerName":"LUMI","model":"RTCGQ01LM","modelID":"lumi.sensor_motion","networkAddress":32175,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20190723","description":"TRADFRI ON/OFF switch","friendly_name":"my/n00/p00/switch/R07/achterzijde","hardwareVersion":1,"ieeeAddr":"0x14b457fffe4fa583","lastSeen":1612671343366,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1743","modelID":"TRADFRI on/off switch","networkAddress":53079,"powerSource":"Battery","softwareBuildID":"2.2.010","type":"EndDevice","vendor":"IKEA"},{"description":"MiJia human body movement sensor","friendly_name":"my/n91/p02/occupancy/O04/bewegingssensor","ieeeAddr":"0x00158d000445bc22","lastSeen":1619030354006,"manufacturerID":4151,"manufacturerName":"LUMI","model":"RTCGQ01LM","modelID":"lumi.sensor_motion","networkAddress":5825,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20200312","description":"TRADFRI LED bulb E27 1000 lumen, dimmable, white spectrum, opal white","friendly_name":"my/n91/p02/light/L12/testlamp","hardwareVersion":1,"ieeeAddr":"0xccccccfffe31f8a7","lastSeen":1619033031896,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1732G11","modelID":"TRADFRI bulb E27 WS opal 1000lm","networkAddress":29792,"powerSource":"Mains (single phase)","softwareBuildID":"2.0.029","type":"Router","vendor":"IKEA"},{"dateCode":"20200311","description":"TRADFRI LED bulb E26/E27 980 lumen, dimmable, white spectrum, opal white","friendly_name":"my/n91/p02/light/L01/testlamp","hardwareVersion":1,"ieeeAddr":"0xd0cf5efffe0bb71a","lastSeen":1619033030315,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1545G12","modelID":"TRADFRI bulb E27 WS opal 980lm","networkAddress":56437,"powerSource":"Mains (single phase)","softwareBuildID":"2.3.050","type":"Router","vendor":"IKEA"},{"description":"Aqara wireless switch (with gyroscope)","friendly_name":"my/n99/p99/switch/S11/drukknop","ieeeAddr":"0x00158d000429e6b5","lastSeen":1607370431222,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WXKG12LM","modelID":"lumi.sensor_switch.aq3","networkAddress":31414,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20200312","description":"TRADFRI LED bulb E27 1000 lumen, dimmable, white spectrum, opal white","friendly_name":"my/n91/p02/light/L13/testlamp","hardwareVersion":1,"ieeeAddr":"0xccccccfffe39e2f8","lastSeen":1619033030321,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1732G11","modelID":"TRADFRI bulb E27 WS opal 1000lm","networkAddress":60383,"powerSource":"Mains (single phase)","softwareBuildID":"2.0.029","type":"Router","vendor":"IKEA"},{"dateCode":"20191014","description":"TRADFRI wireless dimmer","friendly_name":"my/n99/p99/switch/R03/dimmer Ikea (klein rondje)","hardwareVersion":30,"ieeeAddr":"0x000b57fffe73012f","lastSeen":1608571614389,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"ICTC-G-1","modelID":"TRADFRI wireless dimmer","networkAddress":24825,"powerSource":"Battery","softwareBuildID":"2.3.028","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20181203","description":"TRADFRI LED bulb E26/E27 806 lumen, dimmable, warm white","friendly_name":"my/n91/p02/light/L08/testlamp","hardwareVersion":2,"ieeeAddr":"0x14b457fffe51a9f2","lastSeen":1619033030338,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1836G9","modelID":"TRADFRI bulb E27 WW 806lm","networkAddress":6948,"powerSource":"Mains (single phase)","softwareBuildID":"2.3.050","type":"Router","vendor":"IKEA"},{"dateCode":"20181203","description":"TRADFRI LED bulb E26/E27 806 lumen, dimmable, warm white","friendly_name":"my/n01/badkamer/light/L11/hanglamp","hardwareVersion":2,"ieeeAddr":"0xccccccfffe9dd88b","lastSeen":1619033032069,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1836G9","modelID":"TRADFRI bulb E27 WW 806lm","networkAddress":43616,"powerSource":"Mains (single phase)","softwareBuildID":"2.3.050","type":"Router","vendor":"IKEA"},{"description":"MiJia human body movement sensor","friendly_name":"my/n99/p99/occupancy/O05/testsensor","ieeeAddr":"0x00158d0003d09c75","lastSeen":1619031388060,"manufacturerID":4151,"manufacturerName":"LUMI","model":"RTCGQ01LM","modelID":"lumi.sensor_motion","networkAddress":33392,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"my/n00/keuken/contact/C03/keukendeur","hardwareVersion":2,"ieeeAddr":"0x00158d000321aaa2","lastSeen":1619030321891,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":63313,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161129","description":"Aqara temperature, humidity and pressure sensor","friendly_name":"temperatuur (T04) kastsmurf","hardwareVersion":30,"ieeeAddr":"0x00158d0003230d20","lastSeen":1619032819180,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":11854,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"MiJia human body movement sensor","friendly_name":"my/n99/p99/occupancy/O03/testsensor","ieeeAddr":"0x00158d0003cf46ab","lastSeen":1619031626857,"manufacturerID":4151,"manufacturerName":"LUMI","model":"RTCGQ01LM","modelID":"lumi.sensor_motion","networkAddress":61176,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara double key wireless wall switch (2018 model)","friendly_name":"my/n01/p00/switch/S02/wandschakelaar","ieeeAddr":"0x00158d0002e2cdde","lastSeen":1619031932004,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WXKG02LM_rev2","modelID":"lumi.remote.b286acn01","networkAddress":6889,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20190708","description":"TRADFRI remote control","friendly_name":"my/n99/p99/switch/R11/testschakelaar","hardwareVersion":1,"ieeeAddr":"0x14b457fffed39d52","lastSeen":1609902996562,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1524/E1810","modelID":"TRADFRI remote control","networkAddress":31952,"powerSource":"Battery","softwareBuildID":"2.3.014","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20190723","description":"TRADFRI ON/OFF switch","friendly_name":"my/n99/p99/switch/R09/testschakelaar","hardwareVersion":1,"ieeeAddr":"0x14b457fffe7b5804","lastSeen":1619026914226,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1743","modelID":"TRADFRI on/off switch","networkAddress":18239,"powerSource":"Battery","softwareBuildID":"2.2.010","type":"EndDevice","vendor":"IKEA"},{"description":"Aqara vibration sensor","friendly_name":"my/n99/p99/vibration/A02/testsensor","ieeeAddr":"0x00158d0002c4acb1","lastSeen":1619031312833,"manufacturerID":4151,"manufacturerName":"LUMI","model":"DJT11LM","modelID":"lumi.vibration.aq1","networkAddress":44002,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20180809","description":"Aqara double key wireless wall switch (2018 model)","friendly_name":"my/n99/p99/switch/S08/testschakelaar","hardwareVersion":20,"ieeeAddr":"0x00158d0004245877","lastSeen":1619029070124,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WXKG02LM_rev2","modelID":"lumi.remote.b286acn01","networkAddress":46720,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20180809","description":"Aqara double key wireless wall switch (2018 model)","friendly_name":"my/n99/p99/switch/S06/testschakelaar","hardwareVersion":20,"ieeeAddr":"0x00158d000428e9a1","lastSeen":1619031791609,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WXKG02LM_rev2","modelID":"lumi.remote.b286acn01","networkAddress":61012,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161129","description":"Aqara temperature, humidity and pressure sensor","friendly_name":"temperatuur (T08) kelder","hardwareVersion":30,"ieeeAddr":"0x00158d000322f6ad","lastSeen":1613421906842,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":16525,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161129","description":"Aqara temperature, humidity and pressure sensor","friendly_name":"temperatuur (T07) badkamer","hardwareVersion":30,"ieeeAddr":"0x00158d00033ddd8e","lastSeen":1619032712080,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":37481,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara temperature, humidity and pressure sensor","friendly_name":"my/n00/keuken/temperature/T03/koelkast","ieeeAddr":"0x00158d0002fb487c","lastSeen":1619032864108,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":21796,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20190723","description":"TRADFRI ON/OFF switch","friendly_name":"0x14b457fffe7c3f1c","hardwareVersion":1,"ieeeAddr":"0x14b457fffe7c3f1c","lastSeen":1619029236587,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1743","modelID":"TRADFRI on/off switch","networkAddress":9976,"powerSource":"Battery","softwareBuildID":"2.2.010","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20181203","description":"TRADFRI LED bulb E26/E27 806 lumen, dimmable, warm white","friendly_name":"my/n01/p02/light/L17/hanglamp","hardwareVersion":2,"ieeeAddr":"0x14b457fffe686a00","lastSeen":1619033032073,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1836G9","modelID":"TRADFRI bulb E27 WW 806lm","networkAddress":12273,"powerSource":"Mains (single phase)","softwareBuildID":"2.3.050","type":"Router","vendor":"IKEA"},{"dateCode":"20190710","description":"SYMFONISK sound controller","friendly_name":"0x680ae2fffe1022ae","hardwareVersion":1,"ieeeAddr":"0x680ae2fffe1022ae","lastSeen":1619031872687,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1744","modelID":"SYMFONISK Sound Controller","networkAddress":33545,"powerSource":"Battery","softwareBuildID":"2.1.024","type":"EndDevice","vendor":"IKEA"}]'
debug 2021-04-21 21:24:00: Received MQTT message on 'zigbee2mqtt/bridge/config/devices' with data '[{"dateCode":"20210120","friendly_name":"Coordinator","ieeeAddr":"0x00124b00215ffe86","lastSeen":1619033040008,"networkAddress":0,"softwareBuildID":"zStack3x0","type":"Coordinator"},{"dateCode":"20180809","description":"Aqara double key wireless wall switch (2018 model)","friendly_name":"my/n99/p99/switch/S03/testschakelaar","hardwareVersion":20,"ieeeAddr":"0x00158d0002f38837","lastSeen":1619030695222,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WXKG02LM_rev2","modelID":"lumi.remote.b286acn01","networkAddress":13627,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20181203","description":"TRADFRI LED bulb E26/E27 806 lumen, dimmable, warm white","friendly_name":"my/n00/p00/light/L07/hanglamp","hardwareVersion":2,"ieeeAddr":"0x14b457fffe4f7695","lastSeen":1619033034774,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1836G9","modelID":"TRADFRI bulb E27 WW 806lm","networkAddress":65334,"powerSource":"Mains (single phase)","softwareBuildID":"2.3.050","type":"Router","vendor":"IKEA"},{"description":"Aqara human body movement and illuminance sensor","friendly_name":"my/n00/p00/occupancy/O01/midden","ieeeAddr":"0x00158d000313d04a","lastSeen":1619032267684,"manufacturerID":4151,"manufacturerName":"LUMI","model":"RTCGQ11LM","modelID":"lumi.sensor_motion.aq2","networkAddress":52335,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"my/n00/p00/contact/C01/voordeur","hardwareVersion":2,"ieeeAddr":"0x00158d000312f871","lastSeen":1619033004702,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":4785,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara door & window contact sensor","friendly_name":"my/n01/p01/contact/C05/venster rechts","hardwareVersion":2,"ieeeAddr":"0x00158d000346ac37","lastSeen":1619030881121,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":62429,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara double key wireless wall switch (2018 model)","friendly_name":"my/n00/p00/switch/S05/voordeur","ieeeAddr":"0x00158d00042458ca","lastSeen":1619031386067,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WXKG02LM_rev2","modelID":"lumi.remote.b286acn01","networkAddress":34356,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20190723","description":"TRADFRI ON/OFF switch","friendly_name":"my/n00/p00/switch/R08/voordeur","hardwareVersion":1,"ieeeAddr":"0x14b457fffe6c4c22","lastSeen":1607637740161,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1743","modelID":"TRADFRI on/off switch","networkAddress":2469,"powerSource":"Battery","softwareBuildID":"2.2.010","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20180809","description":"Aqara double key wireless wall switch (2018 model)","friendly_name":"my/n00/p00/switch/S01/midden","hardwareVersion":20,"ieeeAddr":"0x00158d0002e2cdb3","lastSeen":1619031191290,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WXKG02LM_rev2","modelID":"lumi.remote.b286acn01","networkAddress":63467,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"my/n01/p01/contact/C09/balkondeur","hardwareVersion":2,"ieeeAddr":"0x00158d000321da51","lastSeen":1619030513293,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":373,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20170302","description":"TRADFRI LED bulb E12/E14/E17 400 lumen, dimmable warm white, chandelier opal","friendly_name":"my/n01/p00/light/L06/hanglamp","hardwareVersion":1,"ieeeAddr":"0x086bd7fffe210b20","lastSeen":1619033030001,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1649C5","modelID":"TRADFRI bulb E14 W op/ch 400lm","networkAddress":26312,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.214","type":"Router","vendor":"IKEA"},{"dateCode":"20181203","description":"TRADFRI LED bulb E26/E27 806 lumen, dimmable, warm white","friendly_name":"my/n02/p00/light/L09/hanglamp","hardwareVersion":2,"ieeeAddr":"0x14b457fffe6f9cf0","lastSeen":1619033030003,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1836G9","modelID":"TRADFRI bulb E27 WW 806lm","networkAddress":4581,"powerSource":"Mains (single phase)","softwareBuildID":"2.3.050","type":"Router","vendor":"IKEA"},{"dateCode":"20180809","description":"Aqara double key wireless wall switch (2018 model)","friendly_name":"my/n02/p00/switch/S04/wandschakelaar","hardwareVersion":20,"ieeeAddr":"0x00158d0004245827","lastSeen":1619031795611,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WXKG02LM_rev2","modelID":"lumi.remote.b286acn01","networkAddress":6280,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara temperature, humidity and pressure sensor","friendly_name":"temperatuur (T05) milan","ieeeAddr":"0x00158d000323170d","lastSeen":1619032693342,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":25744,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"my/n02/p01/contact/C02/venster links","hardwareVersion":2,"ieeeAddr":"0x00158d000346ac05","lastSeen":1619031432721,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":54710,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"my/n02/p01/contact/C06/venster rechts","hardwareVersion":2,"ieeeAddr":"0x00158d000321ab02","lastSeen":1619031871470,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":44377,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161129","description":"Aqara temperature, humidity and pressure sensor","friendly_name":"temperatuur (T10) zolder","hardwareVersion":30,"ieeeAddr":"0x00158d00034d168c","lastSeen":1619032709575,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":33867,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161129","description":"Aqara temperature, humidity and pressure sensor","friendly_name":"temperatuur (T06) bo","hardwareVersion":30,"ieeeAddr":"0x00158d000323163f","lastSeen":1619032231511,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":63975,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"my/n01/p02/contact/C08/venster links","hardwareVersion":2,"ieeeAddr":"0x00158d000321ab52","lastSeen":1619032902102,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":55244,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara door & window contact sensor","friendly_name":"my/n01/p02/contact/C04/venster rechts","ieeeAddr":"0x00158d000321ab0b","lastSeen":1619032777632,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":61953,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara vibration sensor","friendly_name":"my/n01/p01/vibration/A01/nachtkastje","ieeeAddr":"0x00158d0002c573cf","lastSeen":1619032385456,"manufacturerID":4151,"manufacturerName":"LUMI","model":"DJT11LM","modelID":"lumi.vibration.aq1","networkAddress":39893,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20191026","description":"TRADFRI control outlet","friendly_name":"my/n01/p01/power/P01/stopcontact IKEA","hardwareVersion":1,"ieeeAddr":"0x000d6ffffef9b7ee","lastSeen":1619032815880,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1603/E1702","modelID":"TRADFRI control outlet","networkAddress":8047,"powerSource":"Mains (single phase)","softwareBuildID":"2.0.024","type":"Router","vendor":"IKEA"},{"dateCode":"20161129","description":"Aqara temperature, humidity and pressure sensor","friendly_name":"my/n01/p01/temperature/T02/nachtkastje","hardwareVersion":30,"ieeeAddr":"0x00158d0002d7ed23","lastSeen":1619032119896,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":17935,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20190723","description":"TRADFRI ON/OFF switch","friendly_name":"my/n01/badkamer/switch/R12/wandschakelaar","hardwareVersion":1,"ieeeAddr":"0x14b457fffe7b5800","lastSeen":1618978833624,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1743","modelID":"TRADFRI on/off switch","networkAddress":27132,"powerSource":"Battery","softwareBuildID":"2.2.010","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20161129","description":"Aqara temperature, humidity and pressure sensor","friendly_name":"my/n00/living/temperature/T01/woonkamer","hardwareVersion":30,"ieeeAddr":"0x00158d0002d7f2df","lastSeen":1613421909760,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":44983,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20190723","description":"TRADFRI ON/OFF switch","friendly_name":"my/n99/p99/switch/R13/testschakelaar2","hardwareVersion":1,"ieeeAddr":"0xbc33acfffe9be9ca","lastSeen":1619015197904,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1743","modelID":"TRADFRI on/off switch","networkAddress":51320,"powerSource":"Battery","softwareBuildID":"2.2.010","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20181203","description":"TRADFRI LED bulb E26/E27 806 lumen, dimmable, warm white","friendly_name":"my/n00/p00/light/L10/toilet","hardwareVersion":2,"ieeeAddr":"0xccccccfffea309d1","lastSeen":1619033031885,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1836G9","modelID":"TRADFRI bulb E27 WW 806lm","networkAddress":31736,"powerSource":"Mains (single phase)","softwareBuildID":"2.3.050","type":"Router","vendor":"IKEA"},{"description":"MiJia human body movement sensor","friendly_name":"my/n00/p00/occupancy/O02/toilet","ieeeAddr":"0x00158d0004470b68","lastSeen":1619031150012,"manufacturerID":4151,"manufacturerName":"LUMI","model":"RTCGQ01LM","modelID":"lumi.sensor_motion","networkAddress":32175,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20190723","description":"TRADFRI ON/OFF switch","friendly_name":"my/n00/p00/switch/R07/achterzijde","hardwareVersion":1,"ieeeAddr":"0x14b457fffe4fa583","lastSeen":1612671343366,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1743","modelID":"TRADFRI on/off switch","networkAddress":53079,"powerSource":"Battery","softwareBuildID":"2.2.010","type":"EndDevice","vendor":"IKEA"},{"description":"MiJia human body movement sensor","friendly_name":"my/n91/p02/occupancy/O04/bewegingssensor","ieeeAddr":"0x00158d000445bc22","lastSeen":1619030354006,"manufacturerID":4151,"manufacturerName":"LUMI","model":"RTCGQ01LM","modelID":"lumi.sensor_motion","networkAddress":5825,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20200312","description":"TRADFRI LED bulb E27 1000 lumen, dimmable, white spectrum, opal white","friendly_name":"my/n91/p02/light/L12/testlamp","hardwareVersion":1,"ieeeAddr":"0xccccccfffe31f8a7","lastSeen":1619033031896,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1732G11","modelID":"TRADFRI bulb E27 WS opal 1000lm","networkAddress":29792,"powerSource":"Mains (single phase)","softwareBuildID":"2.0.029","type":"Router","vendor":"IKEA"},{"dateCode":"20200311","description":"TRADFRI LED bulb E26/E27 980 lumen, dimmable, white spectrum, opal white","friendly_name":"my/n91/p02/light/L01/testlamp","hardwareVersion":1,"ieeeAddr":"0xd0cf5efffe0bb71a","lastSeen":1619033030315,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1545G12","modelID":"TRADFRI bulb E27 WS opal 980lm","networkAddress":56437,"powerSource":"Mains (single phase)","softwareBuildID":"2.3.050","type":"Router","vendor":"IKEA"},{"description":"Aqara wireless switch (with gyroscope)","friendly_name":"my/n99/p99/switch/S11/drukknop","ieeeAddr":"0x00158d000429e6b5","lastSeen":1607370431222,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WXKG12LM","modelID":"lumi.sensor_switch.aq3","networkAddress":31414,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20200312","description":"TRADFRI LED bulb E27 1000 lumen, dimmable, white spectrum, opal white","friendly_name":"my/n91/p02/light/L13/testlamp","hardwareVersion":1,"ieeeAddr":"0xccccccfffe39e2f8","lastSeen":1619033030321,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1732G11","modelID":"TRADFRI bulb E27 WS opal 1000lm","networkAddress":60383,"powerSource":"Mains (single phase)","softwareBuildID":"2.0.029","type":"Router","vendor":"IKEA"},{"dateCode":"20191014","description":"TRADFRI wireless dimmer","friendly_name":"my/n99/p99/switch/R03/dimmer Ikea (klein rondje)","hardwareVersion":30,"ieeeAddr":"0x000b57fffe73012f","lastSeen":1608571614389,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"ICTC-G-1","modelID":"TRADFRI wireless dimmer","networkAddress":24825,"powerSource":"Battery","softwareBuildID":"2.3.028","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20181203","description":"TRADFRI LED bulb E26/E27 806 lumen, dimmable, warm white","friendly_name":"my/n91/p02/light/L08/testlamp","hardwareVersion":2,"ieeeAddr":"0x14b457fffe51a9f2","lastSeen":1619033030338,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1836G9","modelID":"TRADFRI bulb E27 WW 806lm","networkAddress":6948,"powerSource":"Mains (single phase)","softwareBuildID":"2.3.050","type":"Router","vendor":"IKEA"},{"dateCode":"20181203","description":"TRADFRI LED bulb E26/E27 806 lumen, dimmable, warm white","friendly_name":"my/n01/badkamer/light/L11/hanglamp","hardwareVersion":2,"ieeeAddr":"0xccccccfffe9dd88b","lastSeen":1619033032069,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1836G9","modelID":"TRADFRI bulb E27 WW 806lm","networkAddress":43616,"powerSource":"Mains (single phase)","softwareBuildID":"2.3.050","type":"Router","vendor":"IKEA"},{"description":"MiJia human body movement sensor","friendly_name":"my/n99/p99/occupancy/O05/testsensor","ieeeAddr":"0x00158d0003d09c75","lastSeen":1619031388060,"manufacturerID":4151,"manufacturerName":"LUMI","model":"RTCGQ01LM","modelID":"lumi.sensor_motion","networkAddress":33392,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"my/n00/keuken/contact/C03/keukendeur","hardwareVersion":2,"ieeeAddr":"0x00158d000321aaa2","lastSeen":1619030321891,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":63313,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161129","description":"Aqara temperature, humidity and pressure sensor","friendly_name":"temperatuur (T04) kastsmurf","hardwareVersion":30,"ieeeAddr":"0x00158d0003230d20","lastSeen":1619032819180,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":11854,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"MiJia human body movement sensor","friendly_name":"my/n99/p99/occupancy/O03/testsensor","ieeeAddr":"0x00158d0003cf46ab","lastSeen":1619031626857,"manufacturerID":4151,"manufacturerName":"LUMI","model":"RTCGQ01LM","modelID":"lumi.sensor_motion","networkAddress":61176,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara double key wireless wall switch (2018 model)","friendly_name":"my/n01/p00/switch/S02/wandschakelaar","ieeeAddr":"0x00158d0002e2cdde","lastSeen":1619031932004,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WXKG02LM_rev2","modelID":"lumi.remote.b286acn01","networkAddress":6889,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20190708","description":"TRADFRI remote control","friendly_name":"my/n99/p99/switch/R11/testschakelaar","hardwareVersion":1,"ieeeAddr":"0x14b457fffed39d52","lastSeen":1609902996562,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1524/E1810","modelID":"TRADFRI remote control","networkAddress":31952,"powerSource":"Battery","softwareBuildID":"2.3.014","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20190723","description":"TRADFRI ON/OFF switch","friendly_name":"my/n99/p99/switch/R09/testschakelaar","hardwareVersion":1,"ieeeAddr":"0x14b457fffe7b5804","lastSeen":1619026914226,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1743","modelID":"TRADFRI on/off switch","networkAddress":18239,"powerSource":"Battery","softwareBuildID":"2.2.010","type":"EndDevice","vendor":"IKEA"},{"description":"Aqara vibration sensor","friendly_name":"my/n99/p99/vibration/A02/testsensor","ieeeAddr":"0x00158d0002c4acb1","lastSeen":1619031312833,"manufacturerID":4151,"manufacturerName":"LUMI","model":"DJT11LM","modelID":"lumi.vibration.aq1","networkAddress":44002,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20180809","description":"Aqara double key wireless wall switch (2018 model)","friendly_name":"my/n99/p99/switch/S08/testschakelaar","hardwareVersion":20,"ieeeAddr":"0x00158d0004245877","lastSeen":1619029070124,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WXKG02LM_rev2","modelID":"lumi.remote.b286acn01","networkAddress":46720,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20180809","description":"Aqara double key wireless wall switch (2018 model)","friendly_name":"my/n99/p99/switch/S06/testschakelaar","hardwareVersion":20,"ieeeAddr":"0x00158d000428e9a1","lastSeen":1619031791609,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WXKG02LM_rev2","modelID":"lumi.remote.b286acn01","networkAddress":61012,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161129","description":"Aqara temperature, humidity and pressure sensor","friendly_name":"temperatuur (T08) kelder","hardwareVersion":30,"ieeeAddr":"0x00158d000322f6ad","lastSeen":1613421906842,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":16525,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161129","description":"Aqara temperature, humidity and pressure sensor","friendly_name":"temperatuur (T07) badkamer","hardwareVersion":30,"ieeeAddr":"0x00158d00033ddd8e","lastSeen":1619032712080,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":37481,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara temperature, humidity and pressure sensor","friendly_name":"my/n00/keuken/temperature/T03/koelkast","ieeeAddr":"0x00158d0002fb487c","lastSeen":1619032864108,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":21796,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20190723","description":"TRADFRI ON/OFF switch","friendly_name":"0x14b457fffe7c3f1c","hardwareVersion":1,"ieeeAddr":"0x14b457fffe7c3f1c","lastSeen":1619029236587,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1743","modelID":"TRADFRI on/off switch","networkAddress":9976,"powerSource":"Battery","softwareBuildID":"2.2.010","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20181203","description":"TRADFRI LED bulb E26/E27 806 lumen, dimmable, warm white","friendly_name":"my/n01/p02/light/L17/hanglamp","hardwareVersion":2,"ieeeAddr":"0x14b457fffe686a00","lastSeen":1619033032073,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1836G9","modelID":"TRADFRI bulb E27 WW 806lm","networkAddress":12273,"powerSource":"Mains (single phase)","softwareBuildID":"2.3.050","type":"Router","vendor":"IKEA"},{"dateCode":"20190710","description":"SYMFONISK sound controller","friendly_name":"0x680ae2fffe1022ae","hardwareVersion":1,"ieeeAddr":"0x680ae2fffe1022ae","lastSeen":1619031872687,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1744","modelID":"SYMFONISK Sound Controller","networkAddress":33545,"powerSource":"Battery","softwareBuildID":"2.1.024","type":"EndDevice","vendor":"IKEA"}]'
info  2021-04-21 21:24:00: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":[{"dateCode":"20210120","friendly_name":"Coordinator","ieeeAddr":"0x00124b00215ffe86","lastSeen":1619033040044,"networkAddress":0,"softwareBuildID":"zStack3x0","type":"Coordinator"},{"dateCode":"20180809","description":"Aqara double key wireless wall switch (2018 model)","friendly_name":"my/n99/p99/switch/S03/testschakelaar","hardwareVersion":20,"ieeeAddr":"0x00158d0002f38837","lastSeen":1619030695222,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WXKG02LM_rev2","modelID":"lumi.remote.b286acn01","networkAddress":13627,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20181203","description":"TRADFRI LED bulb E26/E27 806 lumen, dimmable, warm white","friendly_name":"my/n00/p00/light/L07/hanglamp","hardwareVersion":2,"ieeeAddr":"0x14b457fffe4f7695","lastSeen":1619033034774,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1836G9","modelID":"TRADFRI bulb E27 WW 806lm","networkAddress":65334,"powerSource":"Mains (single phase)","softwareBuildID":"2.3.050","type":"Router","vendor":"IKEA"},{"description":"Aqara human body movement and illuminance sensor","friendly_name":"my/n00/p00/occupancy/O01/midden","ieeeAddr":"0x00158d000313d04a","lastSeen":1619032267684,"manufacturerID":4151,"manufacturerName":"LUMI","model":"RTCGQ11LM","modelID":"lumi.sensor_motion.aq2","networkAddress":52335,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"my/n00/p00/contact/C01/voordeur","hardwareVersion":2,"ieeeAddr":"0x00158d000312f871","lastSeen":1619033004702,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":4785,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara door & window contact sensor","friendly_name":"my/n01/p01/contact/C05/venster rechts","hardwareVersion":2,"ieeeAddr":"0x00158d000346ac37","lastSeen":1619030881121,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":62429,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara double key wireless wall switch (2018 model)","friendly_name":"my/n00/p00/switch/S05/voordeur","ieeeAddr":"0x00158d00042458ca","lastSeen":1619031386067,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WXKG02LM_rev2","modelID":"lumi.remote.b286acn01","networkAddress":34356,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20190723","description":"TRADFRI ON/OFF switch","friendly_name":"my/n00/p00/switch/R08/voordeur","hardwareVersion":1,"ieeeAddr":"0x14b457fffe6c4c22","lastSeen":1607637740161,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1743","modelID":"TRADFRI on/off switch","networkAddress":2469,"powerSource":"Battery","softwareBuildID":"2.2.010","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20180809","description":"Aqara double key wireless wall switch (2018 model)","friendly_name":"my/n00/p00/switch/S01/midden","hardwareVersion":20,"ieeeAddr":"0x00158d0002e2cdb3","lastSeen":1619031191290,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WXKG02LM_rev2","modelID":"lumi.remote.b286acn01","networkAddress":63467,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"my/n01/p01/contact/C09/balkondeur","hardwareVersion":2,"ieeeAddr":"0x00158d000321da51","lastSeen":1619030513293,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":373,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20170302","description":"TRADFRI LED bulb E12/E14/E17 400 lumen, dimmable warm white, chandelier opal","friendly_name":"my/n01/p00/light/L06/hanglamp","hardwareVersion":1,"ieeeAddr":"0x086bd7fffe210b20","lastSeen":1619033030001,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1649C5","modelID":"TRADFRI bulb E14 W op/ch 400lm","networkAddress":26312,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.214","type":"Router","vendor":"IKEA"},{"dateCode":"20181203","description":"TRADFRI LED bulb E26/E27 806 lumen, dimmable, warm white","friendly_name":"my/n02/p00/light/L09/hanglamp","hardwareVersion":2,"ieeeAddr":"0x14b457fffe6f9cf0","lastSeen":1619033030003,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1836G9","modelID":"TRADFRI bulb E27 WW 806lm","networkAddress":4581,"powerSource":"Mains (single phase)","softwareBuildID":"2.3.050","type":"Router","vendor":"IKEA"},{"dateCode":"20180809","description":"Aqara double key wireless wall switch (2018 model)","friendly_name":"my/n02/p00/switch/S04/wandschakelaar","hardwareVersion":20,"ieeeAddr":"0x00158d0004245827","lastSeen":1619031795611,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WXKG02LM_rev2","modelID":"lumi.remote.b286acn01","networkAddress":6280,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara temperature, humidity and pressure sensor","friendly_name":"temperatuur (T05) milan","ieeeAddr":"0x00158d000323170d","lastSeen":1619032693342,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":25744,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"my/n02/p01/contact/C02/venster links","hardwareVersion":2,"ieeeAddr":"0x00158d000346ac05","lastSeen":1619031432721,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":54710,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"my/n02/p01/contact/C06/venster rechts","hardwareVersion":2,"ieeeAddr":"0x00158d000321ab02","lastSeen":1619031871470,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":44377,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161129","description":"Aqara temperature, humidity and pressure sensor","friendly_name":"temperatuur (T10) zolder","hardwareVersion":30,"ieeeAddr":"0x00158d00034d168c","lastSeen":1619032709575,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":33867,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161129","description":"Aqara temperature, humidity and pressure sensor","friendly_name":"temperatuur (T06) bo","hardwareVersion":30,"ieeeAddr":"0x00158d000323163f","lastSeen":1619032231511,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":63975,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"my/n01/p02/contact/C08/venster links","hardwareVersion":2,"ieeeAddr":"0x00158d000321ab52","lastSeen":1619032902102,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":55244,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara door & window contact sensor","friendly_name":"my/n01/p02/contact/C04/venster rechts","ieeeAddr":"0x00158d000321ab0b","lastSeen":1619032777632,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":61953,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara vibration sensor","friendly_name":"my/n01/p01/vibration/A01/nachtkastje","ieeeAddr":"0x00158d0002c573cf","lastSeen":1619032385456,"manufacturerID":4151,"manufacturerName":"LUMI","model":"DJT11LM","modelID":"lumi.vibration.aq1","networkAddress":39893,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20191026","description":"TRADFRI control outlet","friendly_name":"my/n01/p01/power/P01/stopcontact IKEA","hardwareVersion":1,"ieeeAddr":"0x000d6ffffef9b7ee","lastSeen":1619032815880,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1603/E1702","modelID":"TRADFRI control outlet","networkAddress":8047,"powerSource":"Mains (single phase)","softwareBuildID":"2.0.024","type":"Router","vendor":"IKEA"},{"dateCode":"20161129","description":"Aqara temperature, humidity and pressure sensor","friendly_name":"my/n01/p01/temperature/T02/nachtkastje","hardwareVersion":30,"ieeeAddr":"0x00158d0002d7ed23","lastSeen":1619032119896,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":17935,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20190723","description":"TRADFRI ON/OFF switch","friendly_name":"my/n01/badkamer/switch/R12/wandschakelaar","hardwareVersion":1,"ieeeAddr":"0x14b457fffe7b5800","lastSeen":1618978833624,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1743","modelID":"TRADFRI on/off switch","networkAddress":27132,"powerSource":"Battery","softwareBuildID":"2.2.010","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20161129","description":"Aqara temperature, humidity and pressure sensor","friendly_name":"my/n00/living/temperature/T01/woonkamer","hardwareVersion":30,"ieeeAddr":"0x00158d0002d7f2df","lastSeen":1613421909760,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":44983,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20190723","description":"TRADFRI ON/OFF switch","friendly_name":"my/n99/p99/switch/R13/testschakelaar2","hardwareVersion":1,"ieeeAddr":"0xbc33acfffe9be9ca","lastSeen":1619015197904,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1743","modelID":"TRADFRI on/off switch","networkAddress":51320,"powerSource":"Battery","softwareBuildID":"2.2.010","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20181203","description":"TRADFRI LED bulb E26/E27 806 lumen, dimmable, warm white","friendly_name":"my/n00/p00/light/L10/toilet","hardwareVersion":2,"ieeeAddr":"0xccccccfffea309d1","lastSeen":1619033031885,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1836G9","modelID":"TRADFRI bulb E27 WW 806lm","networkAddress":31736,"powerSource":"Mains (single phase)","softwareBuildID":"2.3.050","type":"Router","vendor":"IKEA"},{"description":"MiJia human body movement sensor","friendly_name":"my/n00/p00/occupancy/O02/toilet","ieeeAddr":"0x00158d0004470b68","lastSeen":1619031150012,"manufacturerID":4151,"manufacturerName":"LUMI","model":"RTCGQ01LM","modelID":"lumi.sensor_motion","networkAddress":32175,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20190723","description":"TRADFRI ON/OFF switch","friendly_name":"my/n00/p00/switch/R07/achterzijde","hardwareVersion":1,"ieeeAddr":"0x14b457fffe4fa583","lastSeen":1612671343366,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1743","modelID":"TRADFRI on/off switch","networkAddress":53079,"powerSource":"Battery","softwareBuildID":"2.2.010","type":"EndDevice","vendor":"IKEA"},{"description":"MiJia human body movement sensor","friendly_name":"my/n91/p02/occupancy/O04/bewegingssensor","ieeeAddr":"0x00158d000445bc22","lastSeen":1619030354006,"manufacturerID":4151,"manufacturerName":"LUMI","model":"RTCGQ01LM","modelID":"lumi.sensor_motion","networkAddress":5825,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20200312","description":"TRADFRI LED bulb E27 1000 lumen, dimmable, white spectrum, opal white","friendly_name":"my/n91/p02/light/L12/testlamp","hardwareVersion":1,"ieeeAddr":"0xccccccfffe31f8a7","lastSeen":1619033031896,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1732G11","modelID":"TRADFRI bulb E27 WS opal 1000lm","networkAddress":29792,"powerSource":"Mains (single phase)","softwareBuildID":"2.0.029","type":"Router","vendor":"IKEA"},{"dateCode":"20200311","description":"TRADFRI LED bulb E26/E27 980 lumen, dimmable, white spectrum, opal white","friendly_name":"my/n91/p02/light/L01/testlamp","hardwareVersion":1,"ieeeAddr":"0xd0cf5efffe0bb71a","lastSeen":1619033030315,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1545G12","modelID":"TRADFRI bulb E27 WS opal 980lm","networkAddress":56437,"powerSource":"Mains (single phase)","softwareBuildID":"2.3.050","type":"Router","vendor":"IKEA"},{"description":"Aqara wireless switch (with gyroscope)","friendly_name":"my/n99/p99/switch/S11/drukknop","ieeeAddr":"0x00158d000429e6b5","lastSeen":1607370431222,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WXKG12LM","modelID":"lumi.sensor_switch.aq3","networkAddress":31414,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20200312","description":"TRADFRI LED bulb E27 1000 lumen, dimmable, white spectrum, opal white","friendly_name":"my/n91/p02/light/L13/testlamp","hardwareVersion":1,"ieeeAddr":"0xccccccfffe39e2f8","lastSeen":1619033030321,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1732G11","modelID":"TRADFRI bulb E27 WS opal 1000lm","networkAddress":60383,"powerSource":"Mains (single phase)","softwareBuildID":"2.0.029","type":"Router","vendor":"IKEA"},{"dateCode":"20191014","description":"TRADFRI wireless dimmer","friendly_name":"my/n99/p99/switch/R03/dimmer Ikea (klein rondje)","hardwareVersion":30,"ieeeAddr":"0x000b57fffe73012f","lastSeen":1608571614389,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"ICTC-G-1","modelID":"TRADFRI wireless dimmer","networkAddress":24825,"powerSource":"Battery","softwareBuildID":"2.3.028","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20181203","description":"TRADFRI LED bulb E26/E27 806 lumen, dimmable, warm white","friendly_name":"my/n91/p02/light/L08/testlamp","hardwareVersion":2,"ieeeAddr":"0x14b457fffe51a9f2","lastSeen":1619033030338,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1836G9","modelID":"TRADFRI bulb E27 WW 806lm","networkAddress":6948,"powerSource":"Mains (single phase)","softwareBuildID":"2.3.050","type":"Router","vendor":"IKEA"},{"dateCode":"20181203","description":"TRADFRI LED bulb E26/E27 806 lumen, dimmable, warm white","friendly_name":"my/n01/badkamer/light/L11/hanglamp","hardwareVersion":2,"ieeeAddr":"0xccccccfffe9dd88b","lastSeen":1619033032069,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1836G9","modelID":"TRADFRI bulb E27 WW 806lm","networkAddress":43616,"powerSource":"Mains (single phase)","softwareBuildID":"2.3.050","type":"Router","vendor":"IKEA"},{"description":"MiJia human body movement sensor","friendly_name":"my/n99/p99/occupancy/O05/testsensor","ieeeAddr":"0x00158d0003d09c75","lastSeen":1619031388060,"manufacturerID":4151,"manufacturerName":"LUMI","model":"RTCGQ01LM","modelID":"lumi.sensor_motion","networkAddress":33392,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"my/n00/keuken/contact/C03/keukendeur","hardwareVersion":2,"ieeeAddr":"0x00158d000321aaa2","lastSeen":1619030321891,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":63313,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161129","description":"Aqara temperature, humidity and pressure sensor","friendly_name":"temperatuur (T04) kastsmurf","hardwareVersion":30,"ieeeAddr":"0x00158d0003230d20","lastSeen":1619032819180,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":11854,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"MiJia human body movement sensor","friendly_name":"my/n99/p99/occupancy/O03/testsensor","ieeeAddr":"0x00158d0003cf46ab","lastSeen":1619031626857,"manufacturerID":4151,"manufacturerName":"LUMI","model":"RTCGQ01LM","modelID":"lumi.sensor_motion","networkAddress":61176,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara double key wireless wall switch (2018 model)","friendly_name":"my/n01/p00/switch/S02/wandschakelaar","ieeeAddr":"0x00158d0002e2cdde","lastSeen":1619031932004,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WXKG02LM_rev2","modelID":"lumi.remote.b286acn01","networkAddress":6889,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20190708","description":"TRADFRI remote control","friendly_name":"my/n99/p99/switch/R11/testschakelaar","hardwareVersion":1,"ieeeAddr":"0x14b457fffed39d52","lastSeen":1609902996562,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1524/E1810","modelID":"TRADFRI remote control","networkAddress":31952,"powerSource":"Battery","softwareBuildID":"2.3.014","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20190723","description":"TRADFRI ON/OFF switch","friendly_name":"my/n99/p99/switch/R09/testschakelaar","hardwareVersion":1,"ieeeAddr":"0x14b457fffe7b5804","lastSeen":1619026914226,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1743","modelID":"TRADFRI on/off switch","networkAddress":18239,"powerSource":"Battery","softwareBuildID":"2.2.010","type":"EndDevice","vendor":"IKEA"},{"description":"Aqara vibration sensor","friendly_name":"my/n99/p99/vibration/A02/testsensor","ieeeAddr":"0x00158d0002c4acb1","lastSeen":1619031312833,"manufacturerID":4151,"manufacturerName":"LUMI","model":"DJT11LM","modelID":"lumi.vibration.aq1","networkAddress":44002,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20180809","description":"Aqara double key wireless wall switch (2018 model)","friendly_name":"my/n99/p99/switch/S08/testschakelaar","hardwareVersion":20,"ieeeAddr":"0x00158d0004245877","lastSeen":1619029070124,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WXKG02LM_rev2","modelID":"lumi.remote.b286acn01","networkAddress":46720,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20180809","description":"Aqara double key wireless wall switch (2018 model)","friendly_name":"my/n99/p99/switch/S06/testschakelaar","hardwareVersion":20,"ieeeAddr":"0x00158d000428e9a1","lastSeen":1619031791609,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WXKG02LM_rev2","modelID":"lumi.remote.b286acn01","networkAddress":61012,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161129","description":"Aqara temperature, humidity and pressure sensor","friendly_name":"temperatuur (T08) kelder","hardwareVersion":30,"ieeeAddr":"0x00158d000322f6ad","lastSeen":1613421906842,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":16525,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161129","description":"Aqara temperature, humidity and pressure sensor","friendly_name":"temperatuur (T07) badkamer","hardwareVersion":30,"ieeeAddr":"0x00158d00033ddd8e","lastSeen":1619032712080,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":37481,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara temperature, humidity and pressure sensor","friendly_name":"my/n00/keuken/temperature/T03/koelkast","ieeeAddr":"0x00158d0002fb487c","lastSeen":1619032864108,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":21796,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20190723","description":"TRADFRI ON/OFF switch","friendly_name":"0x14b457fffe7c3f1c","hardwareVersion":1,"ieeeAddr":"0x14b457fffe7c3f1c","lastSeen":1619029236587,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1743","modelID":"TRADFRI on/off switch","networkAddress":9976,"powerSource":"Battery","softwareBuildID":"2.2.010","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20181203","description":"TRADFRI LED bulb E26/E27 806 lumen, dimmable, warm white","friendly_name":"my/n01/p02/light/L17/hanglamp","hardwareVersion":2,"ieeeAddr":"0x14b457fffe686a00","lastSeen":1619033032073,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1836G9","modelID":"TRADFRI bulb E27 WW 806lm","networkAddress":12273,"powerSource":"Mains (single phase)","softwareBuildID":"2.3.050","type":"Router","vendor":"IKEA"},{"dateCode":"20190710","description":"SYMFONISK sound controller","friendly_name":"0x680ae2fffe1022ae","hardwareVersion":1,"ieeeAddr":"0x680ae2fffe1022ae","lastSeen":1619031872687,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1744","modelID":"SYMFONISK Sound Controller","networkAddress":33545,"powerSource":"Battery","softwareBuildID":"2.1.024","type":"EndDevice","vendor":"IKEA"}],"type":"devices"}'
info  2021-04-21 21:24:05: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L01/testlamp', payload '{"brightness":254,"color_temp":153,"linkquality":99,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-21 21:24:05: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L13/testlamp', payload '{"brightness":254,"color_temp":153,"linkquality":75,"state":"ON","update":{"state":"idle"},"update_available":false}'
error 2021-04-21 21:24:14: Publish 'set' 'state' to 'my/n01/p00/light/L06/hanglamp' failed: 'Error: Command 0x086bd7fffe210b20/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 26312 - 1 - 151 - 6 - 11 after 10000ms)'
debug 2021-04-21 21:24:14: Error: Command 0x086bd7fffe210b20/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 26312 - 1 - 151 - 6 - 11 after 10000ms)
    at Timeout.waiter.timer.setTimeout [as _onTimeout] (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/utils/waitress.js:67:35)
    at ontimeout (timers.js:436:11)
    at tryOnTimeout (timers.js:300:5)
    at listOnTimeout (timers.js:263:5)
    at Timer.processTimers (timers.js:223:10)
info  2021-04-21 21:24:14: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":"Publish 'set' 'state' to 'my/n01/p00/light/L06/hanglamp' failed: 'Error: Command 0x086bd7fffe210b20/1 genOnOff.on({}, {\"timeout\":10000,\"disableResponse\":false,\"disableRecovery\":false,\"disableDefaultResponse\":false,\"direction\":0,\"srcEndpoint\":null,\"reservedBits\":0,\"manufacturerCode\":null,\"transactionSequenceNumber\":null,\"writeUndiv\":false}) failed (Timeout - 26312 - 1 - 151 - 6 - 11 after 10000ms)'","meta":{"friendly_name":"my/n01/p00/light/L06/hanglamp"},"type":"zigbee_publish_error"}'
error 2021-04-21 21:24:14: Publish 'set' 'state' to 'my/n02/p00/light/L09/hanglamp' failed: 'Error: Command 0x14b457fffe6f9cf0/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 4581 - 1 - 152 - 6 - 11 after 10000ms)'
debug 2021-04-21 21:24:14: Error: Command 0x14b457fffe6f9cf0/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 4581 - 1 - 152 - 6 - 11 after 10000ms)
    at Timeout.waiter.timer.setTimeout [as _onTimeout] (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/utils/waitress.js:67:35)
    at ontimeout (timers.js:436:11)
    at tryOnTimeout (timers.js:300:5)
    at listOnTimeout (timers.js:263:5)
    at Timer.processTimers (timers.js:223:10)
info  2021-04-21 21:24:14: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":"Publish 'set' 'state' to 'my/n02/p00/light/L09/hanglamp' failed: 'Error: Command 0x14b457fffe6f9cf0/1 genOnOff.on({}, {\"timeout\":10000,\"disableResponse\":false,\"disableRecovery\":false,\"disableDefaultResponse\":false,\"direction\":0,\"srcEndpoint\":null,\"reservedBits\":0,\"manufacturerCode\":null,\"transactionSequenceNumber\":null,\"writeUndiv\":false}) failed (Timeout - 4581 - 1 - 152 - 6 - 11 after 10000ms)'","meta":{"friendly_name":"my/n02/p00/light/L09/hanglamp"},"type":"zigbee_publish_error"}'
error 2021-04-21 21:24:15: Publish 'set' 'state' to 'my/n91/p02/light/L08/testlamp' failed: 'Error: Command 0x14b457fffe51a9f2/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 6948 - 1 - 157 - 6 - 11 after 10000ms)'
debug 2021-04-21 21:24:15: Error: Command 0x14b457fffe51a9f2/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 6948 - 1 - 157 - 6 - 11 after 10000ms)
    at Timeout.waiter.timer.setTimeout [as _onTimeout] (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/utils/waitress.js:67:35)
    at ontimeout (timers.js:436:11)
    at tryOnTimeout (timers.js:300:5)
    at listOnTimeout (timers.js:263:5)
    at Timer.processTimers (timers.js:223:10)
info  2021-04-21 21:24:15: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":"Publish 'set' 'state' to 'my/n91/p02/light/L08/testlamp' failed: 'Error: Command 0x14b457fffe51a9f2/1 genOnOff.on({}, {\"timeout\":10000,\"disableResponse\":false,\"disableRecovery\":false,\"disableDefaultResponse\":false,\"direction\":0,\"srcEndpoint\":null,\"reservedBits\":0,\"manufacturerCode\":null,\"transactionSequenceNumber\":null,\"writeUndiv\":false}) failed (Timeout - 6948 - 1 - 157 - 6 - 11 after 10000ms)'","meta":{"friendly_name":"my/n91/p02/light/L08/testlamp"},"type":"zigbee_publish_error"}'

What did you expect to happen

all bulbs react, even if messages are published quick after each other

How to reproduce it (minimal and precise)

see above

Debug info

Zigbee2MQTT version: 1.18.2 (commit #abd8a092) Adapter hardware: ,CC26X2R1 Adapter firmware version: CC2652R_coordinator_20210120 hardware: RPI4 Zigbee2MQTT + MQTT broker running directly on OS (NOT in docker)

bartplessers commented 3 years ago

FYI

I moved my MQTT broker and my Zigbee2Mqtt stick to a more reliable hardware device:

CPU : Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz HD: SSD Micron C400 RealSSD 2.5" 7mm 128GB

same issue here


debug 2021-04-21 22:09:48: Received MQTT message on 'zigbee2mqtt/my/n00/p00/light/L07/hanglamp/set' with data '{"state": "OFF"}'
debug 2021-04-21 22:09:48: Publishing 'set' 'state' to 'my/n00/p00/light/L07/hanglamp'
debug 2021-04-21 22:09:48: Received MQTT message on 'zigbee2mqtt/my/n02/p00/light/L09/hanglamp/set' with data '{"state": "OFF"}'
debug 2021-04-21 22:09:48: Received MQTT message on 'zigbee2mqtt/my/n00/p00/light/L10/toilet/set' with data '{"state": "OFF"}'
debug 2021-04-21 22:09:48: Received MQTT message on 'zigbee2mqtt/my/n91/p02/light/L08/testlamp/set' with data '{"state": "OFF"}'
debug 2021-04-21 22:09:48: Received MQTT message on 'zigbee2mqtt/my/n01/p00/light/L06/hanglamp/set' with data '{"state": "OFF"}'
debug 2021-04-21 22:09:48: Received MQTT message on 'zigbee2mqtt/my/n01/badkamer/light/L11/hanglamp/set' with data '{"state": "OFF"}'
debug 2021-04-21 22:09:48: Received MQTT message on 'zigbee2mqtt/my/n91/p02/light/L12/testlamp/set' with data '{"state": "OFF"}'
debug 2021-04-21 22:09:48: Received MQTT message on 'zigbee2mqtt/my/n91/p02/light/L13/testlamp/set' with data '{"state": "OFF"}'
debug 2021-04-21 22:09:48: Received MQTT message on 'zigbee2mqtt/my/n91/p02/light/L01/testlamp/set' with data '{"state": "OFF"}'
debug 2021-04-21 22:09:48: Received MQTT message on 'zigbee2mqtt/my/n01/p02/light/L17/hanglamp/set' with data '{"state": "OFF"}'
debug 2021-04-21 22:09:48: Publishing 'set' 'state' to 'my/n02/p00/light/L09/hanglamp'
debug 2021-04-21 22:09:48: Publishing 'set' 'state' to 'my/n00/p00/light/L10/toilet'
debug 2021-04-21 22:09:48: Publishing 'set' 'state' to 'my/n91/p02/light/L08/testlamp'
debug 2021-04-21 22:09:48: Publishing 'set' 'state' to 'my/n01/p00/light/L06/hanglamp'
debug 2021-04-21 22:09:48: Publishing 'set' 'state' to 'my/n01/badkamer/light/L11/hanglamp'
debug 2021-04-21 22:09:48: Publishing 'set' 'state' to 'my/n91/p02/light/L12/testlamp'
debug 2021-04-21 22:09:48: Publishing 'set' 'state' to 'my/n91/p02/light/L13/testlamp'
debug 2021-04-21 22:09:48: Publishing 'set' 'state' to 'my/n91/p02/light/L01/testlamp'
debug 2021-04-21 22:09:48: Publishing 'set' 'state' to 'my/n01/p02/light/L17/hanglamp'
info  2021-04-21 22:09:48: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L07/hanglamp', payload '{"brightness":254,"linkquality":147,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-21 22:09:48: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L10/toilet', payload '{"brightness":254,"linkquality":147,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-21 22:09:48: MQTT publish: topic 'zigbee2mqtt/my/n02/p00/light/L09/hanglamp', payload '{"brightness":254,"linkquality":51,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-21 22:09:48: MQTT publish: topic 'zigbee2mqtt/my/n01/p00/light/L06/hanglamp', payload '{"brightness":254,"linkquality":48,"state":"OFF","update":{"state":"available"},"update_available":true}'
info  2021-04-21 22:09:48: MQTT publish: topic 'zigbee2mqtt/my/n01/badkamer/light/L11/hanglamp', payload '{"brightness":254,"linkquality":51,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-21 22:09:48: MQTT publish: topic 'zigbee2mqtt/my/n01/p02/light/L17/hanglamp', payload '{"brightness":254,"linkquality":54,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-21 22:09:50: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L08/testlamp', payload '{"brightness":254,"linkquality":147,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-21 22:09:50: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L12/testlamp', payload '{"brightness":254,"color_temp":153,"linkquality":147,"state":"OFF","update":{"state":"idle"},"update_available":false}'
debug 2021-04-21 22:09:55: Received Zigbee message from 'my/n01/p02/contact/C04/venster rechts', type 'attributeReport', cluster 'genBasic', data '{"65281":{"1":3005,"10":60383,"100":0,"3":21,"4":17320,"5":48,"6":[0,1]}}' from endpoint 1 with groupID 0
info  2021-04-21 22:09:55: MQTT publish: topic 'zigbee2mqtt/my/n01/p02/contact/C04/venster rechts', payload '{"battery":100,"contact":true,"linkquality":147,"temperature":21,"voltage":3005}'
error 2021-04-21 22:10:11: Publish 'set' 'state' to 'my/n91/p02/light/L13/testlamp' failed: 'Error: Command 0xccccccfffe39e2f8/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 60383 - 1 - 119 - 6 - 11 after 10000ms)'
debug 2021-04-21 22:10:11: Error: Command 0xccccccfffe39e2f8/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 60383 - 1 - 119 - 6 - 11 after 10000ms)
    at Timeout.waiter.timer.setTimeout [as _onTimeout] (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/utils/waitress.js:67:35)
    at ontimeout (timers.js:436:11)
    at tryOnTimeout (timers.js:300:5)
    at listOnTimeout (timers.js:263:5)
    at Timer.processTimers (timers.js:223:10)
info  2021-04-21 22:10:11: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":"Publish 'set' 'state' to 'my/n91/p02/light/L13/testlamp' failed: 'Error: Command 0xccccccfffe39e2f8/1 genOnOff.off({}, {\"timeout\":10000,\"disableResponse\":false,\"disableRecovery\":false,\"disableDefaultResponse\":false,\"direction\":0,\"srcEndpoint\":null,\"reservedBits\":0,\"manufacturerCode\":null,\"transactionSequenceNumber\":null,\"writeUndiv\":false}) failed (Timeout - 60383 - 1 - 119 - 6 - 11 after 10000ms)'","meta":{"friendly_name":"my/n91/p02/light/L13/testlamp"},"type":"zigbee_publish_error"}'
error 2021-04-21 22:10:11: Publish 'set' 'state' to 'my/n91/p02/light/L01/testlamp' failed: 'Error: Command 0xd0cf5efffe0bb71a/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 56437 - 1 - 120 - 6 - 11 after 10000ms)'
debug 2021-04-21 22:10:11: Error: Command 0xd0cf5efffe0bb71a/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 56437 - 1 - 120 - 6 - 11 after 10000ms)
    at Timeout.waiter.timer.setTimeout [as _onTimeout] (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/utils/waitress.js:67:35)
    at ontimeout (timers.js:436:11)
    at tryOnTimeout (timers.js:300:5)
    at listOnTimeout (timers.js:263:5)
    at Timer.processTimers (timers.js:223:10)
info  2021-04-21 22:10:11: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":"Publish 'set' 'state' to 'my/n91/p02/light/L01/testlamp' failed: 'Error: Command 0xd0cf5efffe0bb71a/1 genOnOff.off({}, {\"timeout\":10000,\"disableResponse\":false,\"disableRecovery\":false,\"disableDefaultResponse\":false,\"direction\":0,\"srcEndpoint\":null,\"reservedBits\":0,\"manufacturerCode\":null,\"transactionSequenceNumber\":null,\"writeUndiv\":false}) failed (Timeout - 56437 - 1 - 120 - 6 - 11 after 10000ms)'","meta":{"friendly_name":"my/n91/p02/light/L01/testlamp"},"type":"zigbee_publish_error"}'
Koenkk commented 3 years ago

Can you try adding the following to your configuration.yaml and see if that fixes it:

advanced:
  adapter_concurrent: 4
bartplessers commented 3 years ago

nope. Things seems to get worse than...

info  2021-04-22 20:01:47: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L07/hanglamp', payload '{"brightness":254,"linkquality":123,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:01:47: MQTT publish: topic 'zigbee2mqtt/my/n01/p00/light/L06/hanglamp', payload '{"brightness":254,"linkquality":48,"state":"ON","update":{"state":"available"},"update_available":true}'
info  2021-04-22 20:01:47: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L10/toilet', payload '{"brightness":254,"linkquality":51,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:01:47: MQTT publish: topic 'zigbee2mqtt/my/n02/p00/light/L09/hanglamp', payload '{"brightness":254,"linkquality":24,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:01:47: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L12/testlamp', payload '{"brightness":254,"color_temp":153,"linkquality":123,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:01:48: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L01/testlamp', payload '{"brightness":254,"color_temp":153,"linkquality":36,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:01:48: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L08/testlamp', payload '{"brightness":254,"linkquality":123,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:01:48: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L13/testlamp', payload '{"brightness":254,"color_temp":268,"linkquality":48,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:01:48: MQTT publish: topic 'zigbee2mqtt/my/n01/badkamer/light/L11/hanglamp', payload '{"brightness":254,"linkquality":51,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:01:48: MQTT publish: topic 'zigbee2mqtt/my/n01/p02/light/L17/hanglamp', payload '{"brightness":254,"linkquality":42,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:01:53: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L10/toilet', payload '{"brightness":254,"linkquality":51,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:01:53: MQTT publish: topic 'zigbee2mqtt/my/n02/p00/light/L09/hanglamp', payload '{"brightness":254,"linkquality":48,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:01:53: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L07/hanglamp', payload '{"brightness":254,"linkquality":48,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:01:53: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L12/testlamp', payload '{"brightness":254,"color_temp":153,"linkquality":123,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:02:10: MQTT publish: topic 'zigbee2mqtt/temperatuur (T04) kastsmurf', payload '{"battery":100,"humidity":19.66,"linkquality":45,"pressure":1018,"temperature":31.67,"voltage":3005}'
info  2021-04-22 20:02:10: MQTT publish: topic 'zigbee2mqtt/temperatuur (T04) kastsmurf', payload '{"battery":100,"humidity":19.12,"linkquality":48,"pressure":1018,"temperature":31.67,"voltage":3005}'
info  2021-04-22 20:02:10: MQTT publish: topic 'zigbee2mqtt/temperatuur (T04) kastsmurf', payload '{"battery":100,"humidity":19.12,"linkquality":45,"pressure":1018,"temperature":31.67,"voltage":3005}'
error 2021-04-22 20:02:16: Publish 'set' 'state' to 'my/n91/p02/light/L01/testlamp' failed: 'Error: Command 0xd0cf5efffe0bb71a/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 56437 - 1 - 96 - 6 - 11 after 10000ms)'
info  2021-04-22 20:02:16: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":"Publish 'set' 'state' to 'my/n91/p02/light/L01/testlamp' failed: 'Error: Command 0xd0cf5efffe0bb71a/1 genOnOff.off({}, {\"timeout\":10000,\"disableResponse\":false,\"disableRecovery\":false,\"disableDefaultResponse\":false,\"direction\":0,\"srcEndpoint\":null,\"reservedBits\":0,\"manufacturerCode\":null,\"transactionSequenceNumber\":null,\"writeUndiv\":false}) failed (Timeout - 56437 - 1 - 96 - 6 - 11 after 10000ms)'","meta":{"friendly_name":"my/n91/p02/light/L01/testlamp"},"type":"zigbee_publish_error"}'
error 2021-04-22 20:02:16: Publish 'set' 'state' to 'my/n91/p02/light/L13/testlamp' failed: 'Error: Command 0xccccccfffe39e2f8/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 60383 - 1 - 97 - 6 - 11 after 10000ms)'
info  2021-04-22 20:02:16: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":"Publish 'set' 'state' to 'my/n91/p02/light/L13/testlamp' failed: 'Error: Command 0xccccccfffe39e2f8/1 genOnOff.off({}, {\"timeout\":10000,\"disableResponse\":false,\"disableRecovery\":false,\"disableDefaultResponse\":false,\"direction\":0,\"srcEndpoint\":null,\"reservedBits\":0,\"manufacturerCode\":null,\"transactionSequenceNumber\":null,\"writeUndiv\":false}) failed (Timeout - 60383 - 1 - 97 - 6 - 11 after 10000ms)'","meta":{"friendly_name":"my/n91/p02/light/L13/testlamp"},"type":"zigbee_publish_error"}'
error 2021-04-22 20:02:16: Publish 'set' 'state' to 'my/n91/p02/light/L08/testlamp' failed: 'Error: Command 0x14b457fffe51a9f2/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 6948 - 1 - 98 - 6 - 11 after 10000ms)'
info  2021-04-22 20:02:16: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":"Publish 'set' 'state' to 'my/n91/p02/light/L08/testlamp' failed: 'Error: Command 0x14b457fffe51a9f2/1 genOnOff.off({}, {\"timeout\":10000,\"disableResponse\":false,\"disableRecovery\":false,\"disableDefaultResponse\":false,\"direction\":0,\"srcEndpoint\":null,\"reservedBits\":0,\"manufacturerCode\":null,\"transactionSequenceNumber\":null,\"writeUndiv\":false}) failed (Timeout - 6948 - 1 - 98 - 6 - 11 after 10000ms)'","meta":{"friendly_name":"my/n91/p02/light/L08/testlamp"},"type":"zigbee_publish_error"}'
info  2021-04-22 20:02:16: MQTT publish: topic 'zigbee2mqtt/my/n01/badkamer/light/L11/hanglamp', payload '{"brightness":254,"linkquality":51,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:02:16: MQTT publish: topic 'zigbee2mqtt/my/n01/p02/light/L17/hanglamp', payload '{"brightness":254,"linkquality":45,"state":"OFF","update":{"state":"idle"},"update_available":false}'
error 2021-04-22 20:02:18: Publish 'set' 'state' to 'my/n01/p00/light/L06/hanglamp' failed: 'Error: Command 0x086bd7fffe210b20/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 26312 - 1 - 92 - 6 - 11 after 10000ms)'
info  2021-04-22 20:02:18: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":"Publish 'set' 'state' to 'my/n01/p00/light/L06/hanglamp' failed: 'Error: Command 0x086bd7fffe210b20/1 genOnOff.off({}, {\"timeout\":10000,\"disableResponse\":false,\"disableRecovery\":false,\"disableDefaultResponse\":false,\"direction\":0,\"srcEndpoint\":null,\"reservedBits\":0,\"manufacturerCode\":null,\"transactionSequenceNumber\":null,\"writeUndiv\":false}) failed (Timeout - 26312 - 1 - 92 - 6 - 11 after 10000ms)'","meta":{"friendly_name":"my/n01/p00/light/L06/hanglamp"},"type":"zigbee_publish_error"}'
bartplessers commented 3 years ago

or there is a lot of latency. See timestamp, publish commands are sent on same moment, but L06 reacts 16seconds later.

In fact, is tis because I have often this latency issue that I started investigating this issue...


info  2021-04-22 20:08:15: MQTT publish: topic 'zigbee2mqtt/my/n01/badkamer/light/L11/hanglamp', payload '{"brightness":254,"linkquality":51,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:08:15: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L07/hanglamp', payload '{"brightness":254,"linkquality":126,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:08:15: MQTT publish: topic 'zigbee2mqtt/my/n02/p00/light/L09/hanglamp', payload '{"brightness":254,"linkquality":33,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:08:15: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L10/toilet', payload '{"brightness":254,"linkquality":54,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:08:15: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L01/testlamp', payload '{"brightness":254,"color_temp":153,"linkquality":39,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:08:15: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L12/testlamp', payload '{"brightness":254,"color_temp":153,"linkquality":123,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:08:15: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L13/testlamp', payload '{"brightness":254,"color_temp":268,"linkquality":39,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:08:15: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L08/testlamp', payload '{"brightness":254,"linkquality":123,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:08:15: MQTT publish: topic 'zigbee2mqtt/my/n01/p02/light/L17/hanglamp', payload '{"brightness":254,"linkquality":36,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:08:28: MQTT publish: topic 'zigbee2mqtt/my/n01/p00/light/L06/hanglamp', payload '{"brightness":254,"linkquality":48,"state":"ON","update":{"state":"available"},"update_available":true}'
Koenkk commented 3 years ago

Can you try with:

advanced:
  adapter_concurrent: 1
bartplessers commented 3 years ago
  1. more latency

weird thing: 20:31:24 fire a sequence of 10 "ON" commands ... 20:32:25: last light turns on.

but inbetween there are also some unexpected "OFF" commands in between. As if they were a late result of the previous commands. An async problem somewhere?


info  2021-04-22 20:31:24: MQTT publish: topic 'zigbee2mqtt/my/n01/badkamer/light/L11/hanglamp', payload '{"brightness":254,"linkquality":51,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:31:25: MQTT publish: topic 'zigbee2mqtt/my/n01/p00/light/L06/hanglamp', payload '{"brightness":254,"linkquality":48,"state":"ON","update":{"state":"available"},"update_available":true}'
info  2021-04-22 20:31:25: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L07/hanglamp', payload '{"brightness":254,"linkquality":126,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:31:25: MQTT publish: topic 'zigbee2mqtt/my/n02/p00/light/L09/hanglamp', payload '{"brightness":254,"linkquality":27,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:31:25: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L10/toilet', payload '{"brightness":254,"linkquality":51,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:31:25: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L01/testlamp', payload '{"brightness":254,"color_temp":153,"linkquality":33,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:31:25: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L12/testlamp', payload '{"brightness":254,"color_temp":153,"linkquality":123,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:31:25: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L13/testlamp', payload '{"brightness":254,"color_temp":268,"linkquality":123,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:31:25: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L08/testlamp', payload '{"brightness":254,"linkquality":51,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:31:25: MQTT publish: topic 'zigbee2mqtt/my/n01/p02/light/L17/hanglamp', payload '{"brightness":254,"linkquality":39,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:31:27: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L07/hanglamp', payload '{"brightness":254,"linkquality":126,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:31:27: MQTT publish: topic 'zigbee2mqtt/my/n01/p00/light/L06/hanglamp', payload '{"brightness":254,"linkquality":48,"state":"OFF","update":{"state":"available"},"update_available":true}'
info  2021-04-22 20:31:28: MQTT publish: topic 'zigbee2mqtt/my/n02/p00/light/L09/hanglamp', payload '{"brightness":254,"linkquality":45,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:31:28: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L10/toilet', payload '{"brightness":254,"linkquality":51,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:31:28: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L12/testlamp', payload '{"brightness":254,"color_temp":153,"linkquality":123,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:31:28: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L01/testlamp', payload '{"brightness":254,"color_temp":153,"linkquality":33,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:31:28: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L13/testlamp', payload '{"brightness":254,"color_temp":268,"linkquality":123,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:31:28: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L08/testlamp', payload '{"brightness":254,"linkquality":51,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:31:28: MQTT publish: topic 'zigbee2mqtt/my/n01/badkamer/light/L11/hanglamp', payload '{"brightness":254,"linkquality":51,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:31:28: MQTT publish: topic 'zigbee2mqtt/my/n01/p02/light/L17/hanglamp', payload '{"brightness":254,"linkquality":48,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:31:32: MQTT publish: topic 'zigbee2mqtt/my/n01/badkamer/light/L11/hanglamp', payload '{"brightness":254,"linkquality":51,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:31:45: MQTT publish: topic 'zigbee2mqtt/my/n01/p00/light/L06/hanglamp', payload '{"brightness":254,"linkquality":51,"state":"ON","update":{"state":"available"},"update_available":true}'
info  2021-04-22 20:31:52: MQTT publish: topic 'zigbee2mqtt/my/n00/keuken/temperature/T03/koelkast', payload '{"battery":86,"humidity":57.08,"linkquality":51,"pressure":1019,"temperature":5.86,"voltage":2975}'
info  2021-04-22 20:31:52: MQTT publish: topic 'zigbee2mqtt/my/n00/keuken/temperature/T03/koelkast', payload '{"battery":86,"humidity":63.12,"linkquality":51,"pressure":1019,"temperature":5.86,"voltage":2975}'
info  2021-04-22 20:31:52: MQTT publish: topic 'zigbee2mqtt/my/n00/keuken/temperature/T03/koelkast', payload '{"battery":86,"humidity":63.12,"linkquality":51,"pressure":1019,"temperature":5.86,"voltage":2975}'
info  2021-04-22 20:31:58: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L07/hanglamp', payload '{"brightness":254,"linkquality":48,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:31:58: MQTT publish: topic 'zigbee2mqtt/my/n02/p00/light/L09/hanglamp', payload '{"brightness":254,"linkquality":18,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-22 20:31:58: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L10/toilet', payload '{"brightness":254,"linkquality":51,"state":"ON","update":{"state":"idle"},"update_available":false}'
  1. still having some errors sometimes:

info 2021-04-22 20:38:13: MQTT publish: topic 'zigbee2mqtt/my/n01/badkamer/light/L11/hanglamp', payload '{"brightness":254,"linkquality":51,"state":"ON","update":{"state":"idle"},"update_available":false}' info 2021-04-22 20:38:13: MQTT publish: topic 'zigbee2mqtt/my/n01/p00/light/L06/hanglamp', payload '{"brightness":254,"linkquality":48,"state":"ON","update":{"state":"available"},"update_available":true}' info 2021-04-22 20:38:13: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L07/hanglamp', payload '{"brightness":254,"linkquality":51,"state":"ON","update":{"state":"idle"},"update_available":false}' info 2021-04-22 20:38:13: MQTT publish: topic 'zigbee2mqtt/my/n02/p00/light/L09/hanglamp', payload '{"brightness":254,"linkquality":36,"state":"ON","update":{"state":"idle"},"update_available":false}' info 2021-04-22 20:38:13: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L10/toilet', payload '{"brightness":254,"linkquality":51,"state":"ON","update":{"state":"idle"},"update_available":false}' info 2021-04-22 20:38:13: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L01/testlamp', payload '{"brightness":254,"color_temp":153,"linkquality":36,"state":"ON","update":{"state":"idle"},"update_available":false}' info 2021-04-22 20:38:13: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L12/testlamp', payload '{"brightness":254,"color_temp":153,"linkquality":120,"state":"ON","update":{"state":"idle"},"update_available":false}' info 2021-04-22 20:38:13: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L13/testlamp', payload '{"brightness":254,"color_temp":268,"linkquality":51,"state":"ON","update":{"state":"idle"},"update_available":false}' info 2021-04-22 20:38:13: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L08/testlamp', payload '{"brightness":254,"linkquality":51,"state":"ON","update":{"state":"idle"},"update_available":false}' info 2021-04-22 20:38:14: MQTT publish: topic 'zigbee2mqtt/my/n01/p02/light/L17/hanglamp', payload '{"brightness":254,"linkquality":45,"state":"ON","update":{"state":"idle"},"update_available":false}' info 2021-04-22 20:38:19: MQTT publish: topic 'zigbee2mqtt/my/n01/badkamer/light/L11/hanglamp', payload '{"brightness":254,"linkquality":51,"state":"OFF","update":{"state":"idle"},"update_available":false}' info 2021-04-22 20:38:19: MQTT publish: topic 'zigbee2mqtt/my/n01/p00/light/L06/hanglamp', payload '{"brightness":254,"linkquality":48,"state":"OFF","update":{"state":"available"},"update_available":true}' info 2021-04-22 20:38:19: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L07/hanglamp', payload '{"brightness":254,"linkquality":51,"state":"OFF","update":{"state":"idle"},"update_available":false}' info 2021-04-22 20:38:20: MQTT publish: topic 'zigbee2mqtt/my/n02/p00/light/L09/hanglamp', payload '{"brightness":254,"linkquality":45,"state":"OFF","update":{"state":"idle"},"update_available":false}' info 2021-04-22 20:38:20: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L10/toilet', payload '{"brightness":254,"linkquality":51,"state":"OFF","update":{"state":"idle"},"update_available":false}' info 2021-04-22 20:38:20: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L01/testlamp', payload '{"brightness":254,"color_temp":153,"linkquality":42,"state":"OFF","update":{"state":"idle"},"update_available":false}' info 2021-04-22 20:38:20: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L12/testlamp', payload '{"brightness":254,"color_temp":153,"linkquality":123,"state":"OFF","update":{"state":"idle"},"update_available":false}' info 2021-04-22 20:38:20: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L13/testlamp', payload '{"brightness":254,"color_temp":268,"linkquality":51,"state":"OFF","update":{"state":"idle"},"update_available":false}' info 2021-04-22 20:38:20: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L08/testlamp', payload '{"brightness":254,"linkquality":51,"state":"OFF","update":{"state":"idle"},"update_available":false}' info 2021-04-22 20:38:20: MQTT publish: topic 'zigbee2mqtt/my/n01/p02/light/L17/hanglamp', payload '{"brightness":254,"linkquality":45,"state":"OFF","update":{"state":"idle"},"update_available":false}' info 2021-04-22 20:38:30: MQTT publish: topic 'zigbee2mqtt/temperatuur (T10) zolder', payload '{"battery":100,"humidity":30.38,"linkquality":36,"pressure":1018,"temperature":19.97,"voltage":3005}' info 2021-04-22 20:38:31: MQTT publish: topic 'zigbee2mqtt/my/n01/badkamer/light/L11/hanglamp', payload '{"brightness":254,"linkquality":51,"state":"ON","update":{"state":"idle"},"update_available":false}' info 2021-04-22 20:38:44: MQTT publish: topic 'zigbee2mqtt/my/n01/p00/light/L06/hanglamp', payload '{"brightness":254,"linkquality":51,"state":"ON","update":{"state":"available"},"update_available":true}' info 2021-04-22 20:38:44: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L07/hanglamp', payload '{"brightness":254,"linkquality":33,"state":"ON","update":{"state":"idle"},"update_available":false}' info 2021-04-22 20:38:44: MQTT publish: topic 'zigbee2mqtt/my/n02/p00/light/L09/hanglamp', payload '{"brightness":254,"linkquality":33,"state":"ON","update":{"state":"idle"},"update_available":false}' info 2021-04-22 20:38:44: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L10/toilet', payload '{"brightness":254,"linkquality":51,"state":"ON","update":{"state":"idle"},"update_available":false}' info 2021-04-22 20:38:57: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L01/testlamp', payload '{"brightness":254,"color_temp":153,"linkquality":51,"state":"ON","update":{"state":"idle"},"update_available":false}' info 2021-04-22 20:38:57: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L12/testlamp', payload '{"brightness":254,"color_temp":153,"linkquality":123,"state":"ON","update":{"state":"idle"},"update_available":false}' info 2021-04-22 20:39:11: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L13/testlamp', payload '{"brightness":254,"color_temp":268,"linkquality":33,"state":"ON","update":{"state":"idle"},"update_available":false}' info 2021-04-22 20:39:16: MQTT publish: topic 'zigbee2mqtt/bridge/event', payload '{"data":{"friendly_name":"my/n01/p02/switch/R15/dimmer","ieee_address":"0x680ae2fffe1022ae"},"type":"device_announce"}' info 2021-04-22 20:39:16: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":"announce","meta":{"friendly_name":"my/n01/p02/switch/R15/dimmer"},"type":"device_announced"}' info 2021-04-22 20:39:19: MQTT publish: topic 'zigbee2mqtt/my/n01/p01/temperature/T02/nachtkastje', payload '{"battery":100,"humidity":34.24,"linkquality":51,"pressure":1019,"temperature":20.12,"voltage":3195}' error 2021-04-22 20:39:34: Publish 'set' 'state' to 'my/n91/p02/light/L08/testlamp' failed: 'Error: Command 0x14b457fffe51a9f2/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 6948 - 1 - 233 - 6 - 11 after 10000ms)' info 2021-04-22 20:39:34: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":"Publish 'set' 'state' to 'my/n91/p02/light/L08/testlamp' failed: 'Error: Command 0x14b457fffe51a9f2/1 genOnOff.on({}, {\"timeout\":10000,\"disableResponse\":false,\"disableRecovery\":false,\"disableDefaultResponse\":false,\"direction\":0,\"srcEndpoint\":null,\"reservedBits\":0,\"manufacturerCode\":null,\"transactionSequenceNumber\":null,\"writeUndiv\":false}) failed (Timeout - 6948 - 1 - 233 - 6 - 11 after 10000ms)'","meta":{"friendly_name":"my/n91/p02/light/L08/testlamp"},"type":"zigbee_publish_error"}' info 2021-04-22 20:39:34: MQTT publish: topic 'zigbee2mqtt/my/n01/p02/light/L17/hanglamp', payload '{"brightness":254,"linkquality":39,"state":"ON","update":{"state":"idle"},"update_available":false}'

Koenkk commented 3 years ago

I'm wondering if it has something do to with interference, is your adapter positioned + 20 cm from the computer and what channel do you use, does it conflict with the wifi ones? https://www.zigbee2mqtt.io/how_tos/how_to_improve_network_range_and_stability.html#reduce-wi-fi-interference-by-changing-the-zigbee-channel

bartplessers commented 3 years ago

Hi @Koenkk ,

moved stick to an extension cable of 2m, stick hanging free in the air now. moved stick also again to amd64 to avoid RPI4 performance issues MQTT broker still on RPI4

nearest router (light) +/- 0.5m farest distance between routers (mostly lights): 4m

problem stil exists :-(

my config file:


{
  "external_converters": [],
  "devices": [
    "devices.yaml"
  ],
  "groups": [
    "groups.yaml"
  ],
  "homeassistant": true,
  "permit_join": false,
  "mqtt": {
    "base_topic": "zigbee2mqtt",
    "server": "mqtt://192.168.4.87",
    "user": "xxx",
    "password": "yyy",
    "keepalive": 60
  },
  "serial": {
    "port": "/dev/ttyUSB0"
  },
  "advanced": {
    "log_level": "info",
    "adapter_concurrent": 1,
    "homeassistant_legacy_triggers": false,
    "legacy_api": false,
    "pan_id": 6758,
    "channel": 11,
    "network_key": [
      40,
      76,
      245,
      223,
      151,
      194,
      111,
      128,
      173,
      183,
      178,
      136,
      237,
      127,
      76,
      231
    ],
    "availability_blocklist": [],
    "availability_passlist": []
  },
  "device_options": {},
  "blocklist": [],
  "passlist": [],
  "queue": {},
  "frontend": {
    "port": 8099
  },
  "experimental": {}
}
Koenkk commented 3 years ago

And what about interference with wifi? (https://www.metageek.com/training/resources/zigbee-wifi-coexistence.html)

bartplessers commented 3 years ago

Hi @Koenkk ,

I will try to investigate this more, but I still have some questions:

I just don't get it. My belly tells me there is something else going on. Right now, seems that after a while, the mesh becomes a mess... :-(

kind regards, Bart

Koenkk commented 3 years ago

It's indeed very strange. Can you try switching back to older releases to find out where things go wrong?

bartplessers commented 3 years ago

Situation now

for now, things seems to be stabilized. I will do some more stress tests and keep you informed.

grtz B

bartplessers commented 3 years ago

mmmmm, doesn' look very promissing

first test: fire up 6 lights (the only one that are left):

mosquitto_pub -h 192.168.4.87 -p 1883 -u user -P pass -t zigbee2mqtt/my/n01/p03/light/L11/hanglamp/set -m ON
mosquitto_pub -h 192.168.4.87 -p 1883 -u user -P pass -t zigbee2mqtt/my/n01/p00/light/L06/hanglamp/set -m ON
mosquitto_pub -h 192.168.4.87 -p 1883 -u user -P pass -t zigbee2mqtt/my/n00/p00/light/L07/hanglamp/set -m ON
mosquitto_pub -h 192.168.4.87 -p 1883 -u user -P pass -t zigbee2mqtt/my/n02/p00/light/L09/hanglamp/set -m ON
mosquitto_pub -h 192.168.4.87 -p 1883 -u user -P pass -t zigbee2mqtt/my/n00/p00/light/L10/toilet/set -m ON
mosquitto_pub -h 192.168.4.87 -p 1883 -u user -P pass -t zigbee2mqtt/my/n01/p02/light/L17/hanglamp/set -m ON

all lights went on, but as you can see: L17 switches on 2 seconds later. Unacceptable in real life scenario's

info  2021-04-25 23:56:41: MQTT publish: topic 'zigbee2mqtt/my/n01/p03/light/L11/hanglamp', payload '{"brightness":254,"linkquality":48,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-25 23:56:41: MQTT publish: topic 'zigbee2mqtt/my/n01/p00/light/L06/hanglamp', payload '{"linkquality":33,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-25 23:56:41: MQTT publish: topic 'zigbee2mqtt/my/n02/p00/light/L09/hanglamp', payload '{"brightness":10,"linkquality":36,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-25 23:56:41: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L07/hanglamp', payload '{"brightness":254,"linkquality":69,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-25 23:56:41: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L10/toilet', payload '{"brightness":254,"linkquality":51,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-25 23:56:43: MQTT publish: topic 'zigbee2mqtt/my/n01/p02/light/L17/hanglamp', payload '{"brightness":254,"linkquality":66,"state":"ON","update":{"state":"idle"},"update_available":false}'
bartplessers commented 3 years ago

One other thing: noticed this morning:

The good news: latency is no more or less acceptable. Only if I swith on/off the 6 lights a lot after each other, sometimes one of the lights (randomly) "hangs" a few seconds.

grtz B

bartplessers commented 3 years ago

Hi @Koenkk , Running a bit more stable now:

However: after a while, I noticed that

Any comments on this?

2021-04-26_23-18-25

Koenkk commented 3 years ago

These connections can indeed happen when some of your router still think that certain children are connected to them. After some time the router should realize a device is not more connected to it and then the connection will be gone.

I also recommend to disable the isSibling since it doesn't mean anything in terms of Zigbee.

bartplessers commented 3 years ago

Hi @Koenkk ,

meanwhile I'm upscaling my mesh again by adding more bulbs. right now 51 devices are joined:

info  2021-04-27 21:31:30: Logging to console and directory: '/share/zigbee2mqtt/log/2021-04-27.21-31-29' filename: log.txt
info  2021-04-27 21:31:30: Starting Zigbee2MQTT version 1.18.1 (commit #1.18.1)
info  2021-04-27 21:31:30: Starting zigbee-herdsman (0.13.71)
info  2021-04-27 21:31:32: zigbee-herdsman started
info  2021-04-27 21:31:32: Coordinator firmware version: '{"meta":{"maintrel":1,"majorrel":2,"minorrel":7,"product":1,"revision":20210120,"transportrev":2},"type":"zStack3x0"}'
info  2021-04-27 21:31:32: Currently 51 devices are joined:

mesh seems well balanced: 2021-04-28_11-32-20

However with this simple test: just copy/paste the (modified) code below on your command line (I even removed security to ensure that there was no latency due to user/pass checking):

mosquitto_pub -h 192.168.4.87 -p 1883 -t zigbee2mqtt/my/n91/p02/light/L01/testlamp/set -m ON
mosquitto_pub -h 192.168.4.87 -p 1883 -t zigbee2mqtt/my/n01/p00/light/L06/hanglamp/set -m ON
mosquitto_pub -h 192.168.4.87 -p 1883 -t zigbee2mqtt/my/n00/p00/light/L07/hanglamp/set -m ON
mosquitto_pub -h 192.168.4.87 -p 1883 -t zigbee2mqtt/my/n91/p02/light/L08/testlamp/set -m ON
mosquitto_pub -h 192.168.4.87 -p 1883 -t zigbee2mqtt/my/n02/p00/light/L09/testlamp/set -m ON
mosquitto_pub -h 192.168.4.87 -p 1883 -t zigbee2mqtt/my/n00/p00/light/L10/toilet/set -m ON
mosquitto_pub -h 192.168.4.87 -p 1883 -t zigbee2mqtt/my/n01/p03/light/L11/hanglamp/set -m ON
mosquitto_pub -h 192.168.4.87 -p 1883 -t zigbee2mqtt/my/n91/p02/light/L12/testlamp/set -m ON
mosquitto_pub -h 192.168.4.87 -p 1883 -t zigbee2mqtt/my/n01/p02/light/L17/hanglamp/set -m ON

mosquitto_pub -h 192.168.4.87 -p 1883 -t zigbee2mqtt/my/n91/p02/light/L01/testlamp/set -m OFF
mosquitto_pub -h 192.168.4.87 -p 1883 -t zigbee2mqtt/my/n01/p00/light/L06/hanglamp/set -m OFF
mosquitto_pub -h 192.168.4.87 -p 1883 -t zigbee2mqtt/my/n00/p00/light/L07/hanglamp/set -m OFF
mosquitto_pub -h 192.168.4.87 -p 1883 -t zigbee2mqtt/my/n91/p02/light/L08/testlamp/set -m OFF
mosquitto_pub -h 192.168.4.87 -p 1883 -t zigbee2mqtt/my/n02/p00/light/L09/testlamp/set -m OFF
mosquitto_pub -h 192.168.4.87 -p 1883 -t zigbee2mqtt/my/n00/p00/light/L10/toilet/set -m OFF
mosquitto_pub -h 192.168.4.87 -p 1883 -t zigbee2mqtt/my/n01/p03/light/L11/hanglamp/set -m OFF
mosquitto_pub -h 192.168.4.87 -p 1883 -t zigbee2mqtt/my/n91/p02/light/L12/testlamp/set -m OFF
mosquitto_pub -h 192.168.4.87 -p 1883 -t zigbee2mqtt/my/n01/p02/light/L17/hanglamp/set -m OFF

I can reproduce the errors again

info  2021-04-28 11:22:11: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L01/testlamp', payload '{"brightness":254,"linkquality":60,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:12: MQTT publish: topic 'zigbee2mqtt/my/n01/p00/light/L06/hanglamp', payload '{"brightness":254,"linkquality":45,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:12: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L07/hanglamp', payload '{"brightness":254,"linkquality":60,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:12: MQTT publish: topic 'zigbee2mqtt/my/n02/p00/light/L09/testlamp', payload '{"brightness":3,"linkquality":45,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:12: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L08/testlamp', payload '{"brightness":254,"linkquality":42,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:12: MQTT publish: topic 'zigbee2mqtt/my/n01/p03/light/L11/hanglamp', payload '{"brightness":127,"linkquality":60,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:12: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L12/testlamp', payload '{"brightness":254,"linkquality":57,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:12: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L10/toilet', payload '{"brightness":254,"linkquality":60,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:12: MQTT publish: topic 'zigbee2mqtt/my/n01/p02/light/L17/hanglamp', payload '{"brightness":254,"linkquality":30,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:13: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L01/testlamp', payload '{"brightness":254,"linkquality":60,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:13: MQTT publish: topic 'zigbee2mqtt/my/n01/p00/light/L06/hanglamp', payload '{"brightness":254,"linkquality":39,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:13: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L07/hanglamp', payload '{"brightness":254,"linkquality":60,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:14: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L08/testlamp', payload '{"brightness":254,"linkquality":39,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:14: MQTT publish: topic 'zigbee2mqtt/my/n01/p03/light/L11/hanglamp', payload '{"brightness":127,"linkquality":57,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:14: MQTT publish: topic 'zigbee2mqtt/my/n02/p00/light/L09/testlamp', payload '{"brightness":3,"linkquality":30,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:14: MQTT publish: topic 'zigbee2mqtt/my/n01/p02/light/L17/hanglamp', payload '{"brightness":254,"linkquality":45,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:14: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L01/testlamp', payload '{"brightness":254,"linkquality":57,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:14: MQTT publish: topic 'zigbee2mqtt/my/n01/p00/light/L06/hanglamp', payload '{"brightness":254,"linkquality":42,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:14: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L07/hanglamp', payload '{"brightness":254,"linkquality":60,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:14: MQTT publish: topic 'zigbee2mqtt/my/n01/p03/light/L11/hanglamp', payload '{"brightness":127,"linkquality":60,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:14: MQTT publish: topic 'zigbee2mqtt/my/n01/p02/light/L17/hanglamp', payload '{"brightness":254,"linkquality":42,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:14: MQTT publish: topic 'zigbee2mqtt/my/n02/p00/light/L09/testlamp', payload '{"brightness":3,"linkquality":30,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:16: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L12/testlamp', payload '{"brightness":254,"linkquality":60,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:16: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L10/toilet', payload '{"brightness":254,"linkquality":60,"state":"ON","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:16: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L12/testlamp', payload '{"brightness":254,"linkquality":60,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:16: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L10/toilet', payload '{"brightness":254,"linkquality":60,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:16: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L08/testlamp', payload '{"brightness":254,"linkquality":42,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 11:22:18: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L01/testlamp', payload '{"brightness":254,"linkquality":60,"state":"ON","update":{"state":"idle"},"update_available":false}'
error 2021-04-28 11:22:18: Publish 'set' 'state' to 'my/n01/p02/light/L17/hanglamp' failed: 'Error: Command 0x14b457fffe686a00/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Data request failed with error: 'undefined' (241))'
info  2021-04-28 11:22:18: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":"Publish 'set' 'state' to 'my/n01/p02/light/L17/hanglamp' failed: 'Error: Command 0x14b457fffe686a00/1 genOnOff.on({}, {\"timeout\":10000,\"disableResponse\":false,\"disableRecovery\":false,\"disableDefaultResponse\":false,\"direction\":0,\"srcEndpoint\":null,\"reservedBits\":0,\"manufacturerCode\":null,\"transactionSequenceNumber\":null,\"writeUndiv\":false}) failed (Data request failed with error: 'undefined' (241))'","meta":{"friendly_name":"my/n01/p02/light/L17/hanglamp"},"type":"zigbee_publish_error"}'
info  2021-04-28 11:22:18: MQTT publish: topic 'zigbee2mqtt/my/n01/p00/light/L06/hanglamp', payload '{"brightness":254,"linkquality":42,"state":"ON","update":{"state":"idle"},"update_available":false}'
error 2021-04-28 11:22:18: Publish 'set' 'state' to 'my/n91/p02/light/L01/testlamp' failed: 'Error: Command 0xd0cf5efffe0bb71a/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Data request failed with error: 'undefined' (241))'
info  2021-04-28 11:22:18: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":"Publish 'set' 'state' to 'my/n91/p02/light/L01/testlamp' failed: 'Error: Command 0xd0cf5efffe0bb71a/1 genOnOff.off({}, {\"timeout\":10000,\"disableResponse\":false,\"disableRecovery\":false,\"disableDefaultResponse\":false,\"direction\":0,\"srcEndpoint\":null,\"reservedBits\":0,\"manufacturerCode\":null,\"transactionSequenceNumber\":null,\"writeUndiv\":false}) failed (Data request failed with error: 'undefined' (241))'","meta":{"friendly_name":"my/n91/p02/light/L01/testlamp"},"type":"zigbee_publish_error"}'
error 2021-04-28 11:22:19: Publish 'set' 'state' to 'my/n01/p00/light/L06/hanglamp' failed: 'Error: Command 0x086bd7fffe210b20/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Data request failed with error: 'undefined' (241))'
info  2021-04-28 11:22:19: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":"Publish 'set' 'state' to 'my/n01/p00/light/L06/hanglamp' failed: 'Error: Command 0x086bd7fffe210b20/1 genOnOff.off({}, {\"timeout\":10000,\"disableResponse\":false,\"disableRecovery\":false,\"disableDefaultResponse\":false,\"direction\":0,\"srcEndpoint\":null,\"reservedBits\":0,\"manufacturerCode\":null,\"transactionSequenceNumber\":null,\"writeUndiv\":false}) failed (Data request failed with error: 'undefined' (241))'","meta":{"friendly_name":"my/n01/p00/light/L06/hanglamp"},"type":"zigbee_publish_error"}'

There has not always have to be an error. just switching the group button ON/OFF several times, an you get lights that are "hanging". You can see this latency below: L07 switches off at 12:17:22, 13 seconds later than the rest

2021-04-28_12-22-17

info  2021-04-28 12:17:09: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L10/toilet', payload '{"brightness":254,"linkquality":60,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 12:17:09: MQTT publish: topic 'zigbee2mqtt/my/n01/p02/light/L17/hanglamp', payload '{"brightness":254,"linkquality":60,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 12:17:09: MQTT publish: topic 'zigbee2mqtt/my/n01/p00/light/L06/hanglamp', payload '{"brightness":254,"linkquality":60,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 12:17:09: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L12/testlamp', payload '{"brightness":254,"linkquality":60,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 12:17:09: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L01/testlamp', payload '{"brightness":254,"linkquality":60,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 12:17:09: MQTT publish: topic 'zigbee2mqtt/my/n91/p02/light/L08/testlamp', payload '{"brightness":254,"linkquality":63,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 12:17:09: MQTT publish: topic 'zigbee2mqtt/my/n02/p00/light/L09/testlamp', payload '{"brightness":254,"linkquality":60,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 12:17:09: MQTT publish: topic 'zigbee2mqtt/my/n01/p03/light/L11/hanglamp', payload '{"brightness":254,"linkquality":60,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 12:17:22: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L07/hanglamp', payload '{"brightness":254,"linkquality":60,"state":"OFF","update":{"state":"idle"},"update_available":false}'
info  2021-04-28 12:17:22: MQTT publish: topic 'zigbee2mqtt/my/n00/p00/light/L07/hanglamp', payload '{"brightness":254,"linkquality":63,"state":"OFF","update":{"state":"idle"},"update_available":false}'

I'm really concerned about this.

So back to basics:

any feedback is welcome, but as long this is not clear, I don't feel comfortable to trow my other gateways away ...

kind regards, Bart

Koenkk commented 3 years ago

is this an issue with "large" networks? (Although I hope that a network with 51 devices is not considered as large...)

51 is not really large anymore, so this cannot be the problem

is it an issue due to the "complex" names of my devices: as you can see, I renamed my device i.e. from "0xd0cf5efffe0bb71a" to "my/n91/p02/light/L01/testlamp" which gives me more flexibility to follow specific topics on mqtt-broker

Definitely not, also the MQTT user/pass thing doesn't have anything to do with it.

is it an issue with the IKEA bulbs: maybe they can not follow the fast sequence of commands?

Yes, I also experience this with my IKEA bulbs in a group. They hang for a few seconds when dealing with many messages. You can even reproduce this issue in a network without a coordinator (just the remote and bulb): https://www.youtube.com/watch?v=LK9Llve8Xl8&ab_channel=KoenKanters

bartplessers commented 3 years ago

@Koenkk thanx for this info!

I can more ore less reproduce the "burst"-messages. However, I'm still not convinced the problems are a result of this. In my case I generate messages to a lot of bulbs. So every individual bulb only gets a few messages, it's the zigbee adapter / mesh that gets all the load.

In this video, I only swith on/off the group switch of 9 lights. Even on the second time I switch everything off, light L06 seems to "hang". This "burst" is done by manually switching (no scripting) and occurs even on the 4th command (ON-OFF-ON-OFF)

It doesn't generate an error, only some latency, but I'm convinced that both issues are related to each other. It looks like the stick (SSH in my case) can not handle the burst of messages...

https://user-images.githubusercontent.com/10470708/116562040-1fe48c80-a903-11eb-970a-e1861383e83a.mp4

grtz B

Koenkk commented 3 years ago

So every individual bulb only gets a few messages, it's the zigbee adapter / mesh that gets all the load.

The bulbs are part of the mesh, so depending what the router relations are they also have to process messages of other bulbs. Note that each message is also confirmed by the bulb, so 1 command = 2 Zigbee messages on the network.

What adapter concurrent option do you now use?

Coming back to the 241 error, this means MAC_TRANSACTION_OVERFLOW. I think it happens because due to the network congestion the coordinator is unable to transmit messages to the network causing the buffers to overflow. In case you still have this error I can provide a firmware with increased buffers.

bartplessers commented 3 years ago

Hello @Koenkk

current config:

data_path: /share/zigbee2mqtt
external_converters: []
devices: devices.yaml
groups: groups.yaml
homeassistant: true
permit_join: false
mqtt:
  base_topic: zigbee2mqtt
  server: 'mqtt://192.168.4.87'
serial:
  port: /dev/ttyUSB0
advanced:
  log_level: info
  pan_id: 6758
  channel: 11
  network_key:
    - 40
    - 76
    - 245
    - 223
    - 151
    - 194
    - 111
    - 128
    - 173
    - 183
    - 178
    - 136
    - 237
    - 127
    - 76
    - 231
  availability_blocklist: []
  availability_passlist: []
device_options:
  legacy: false
blocklist: []
passlist: []
queue: {}
frontend:
  port: 8099
experimental: {}
socat:
  enabled: false
  master: 'pty,raw,echo=0,link=/dev/ttyZ2M,mode=777'
  slave: 'tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5'
  options: '-d -d'
  log: false

log

info  2021-04-29 19:40:53: Logging to console and directory: '/share/zigbee2mqtt/log/2021-04-29.19-40-52' filename: log.txt
info  2021-04-29 19:40:53: Starting Zigbee2MQTT version 1.18.1 (commit #1.18.1)
info  2021-04-29 19:40:53: Starting zigbee-herdsman (0.13.71)
info  2021-04-29 19:40:55: zigbee-herdsman started
info  2021-04-29 19:40:55: Coordinator firmware version: '{"meta":{"maintrel":1,"majorrel":2,"minorrel":7,"product":1,"revision":20210120,"transportrev":2},"type":"zStack3x0"}'
info  2021-04-29 19:40:55: Currently 51 devices are joined:
info  2021-04-29 19:40:55: my/n99/p99/switch/S03/testschakelaar (0x00158d0002f38837): WXKG02LM_rev2 - Xiaomi Aqara double key wireless wall switch (2018 model) (EndDevice)
info  2021-04-29 19:40:55: my/n00/p00/light/L07/hanglamp (0x14b457fffe4f7695): LED1836G9 - IKEA TRADFRI LED bulb E26/E27 806 lumen, dimmable, warm white (Router)
info  2021-04-29 19:40:55: my/n00/p00/occupancy/O01/midden (0x00158d000313d04a): RTCGQ11LM - Xiaomi Aqara human body movement and illuminance sensor (EndDevice)
info  2021-04-29 19:40:55: my/n00/p00/contact/C01/voordeur (0x00158d000312f871): MCCGQ11LM - Xiaomi Aqara door & window contact sensor (EndDevice)
info  2021-04-29 19:40:55: my/n01/p01/contact/C05/venster rechts (0x00158d000346ac37): MCCGQ11LM - Xiaomi Aqara door & window contact sensor (EndDevice)
info  2021-04-29 19:40:55: my/n00/p00/switch/S05/voordeur (0x00158d00042458ca): WXKG02LM_rev2 - Xiaomi Aqara double key wireless wall switch (2018 model) (EndDevice)
info  2021-04-29 19:40:55: my/n00/p00/switch/R08/voordeur (0x14b457fffe6c4c22): E1743 - IKEA TRADFRI ON/OFF switch (EndDevice)
info  2021-04-29 19:40:55: my/n00/p00/switch/S01/midden (0x00158d0002e2cdb3): WXKG02LM_rev2 - Xiaomi Aqara double key wireless wall switch (2018 model) (EndDevice)
info  2021-04-29 19:40:55: my/n01/p01/contact/C09/balkondeur (0x00158d000321da51): MCCGQ11LM - Xiaomi Aqara door & window contact sensor (EndDevice)
info  2021-04-29 19:40:55: my/n01/p00/light/L06/hanglamp (0x086bd7fffe210b20): LED1649C5 - IKEA TRADFRI LED bulb E12/E14/E17 400 lumen, dimmable warm white, chandelier opal (Router)
info  2021-04-29 19:40:55: my/n01/p03/light/L11/hanglamp (0xccccccfffe9dd88b): LED1836G9 - IKEA TRADFRI LED bulb E26/E27 806 lumen, dimmable, warm white (Router)
info  2021-04-29 19:40:55: my/n02/p00/switch/S04/wandschakelaar (0x00158d0004245827): WXKG02LM_rev2 - Xiaomi Aqara double key wireless wall switch (2018 model) (EndDevice)
info  2021-04-29 19:40:55: temperatuur (T05) milan (0x00158d000323170d): WSDCGQ11LM - Xiaomi Aqara temperature, humidity and pressure sensor (EndDevice)
info  2021-04-29 19:40:55: my/n02/p01/contact/C02/venster links (0x00158d000346ac05): MCCGQ11LM - Xiaomi Aqara door & window contact sensor (EndDevice)
info  2021-04-29 19:40:55: my/n02/p01/contact/C06/venster rechts (0x00158d000321ab02): MCCGQ11LM - Xiaomi Aqara door & window contact sensor (EndDevice)
info  2021-04-29 19:40:55: temperatuur (T10) zolder (0x00158d00034d168c): WSDCGQ11LM - Xiaomi Aqara temperature, humidity and pressure sensor (EndDevice)
info  2021-04-29 19:40:55: temperatuur (T06) bo (0x00158d000323163f): WSDCGQ11LM - Xiaomi Aqara temperature, humidity and pressure sensor (EndDevice)
info  2021-04-29 19:40:55: my/n01/p02/contact/C08/venster links (0x00158d000321ab52): MCCGQ11LM - Xiaomi Aqara door & window contact sensor (EndDevice)
info  2021-04-29 19:40:55: my/n01/p02/contact/C04/venster rechts (0x00158d000321ab0b): MCCGQ11LM - Xiaomi Aqara door & window contact sensor (EndDevice)
info  2021-04-29 19:40:55: my/n01/p01/vibration/A01/nachtkastje (0x00158d0002c573cf): DJT11LM - Xiaomi Aqara vibration sensor (EndDevice)
info  2021-04-29 19:40:55: my/n01/p01/power/P01/stopcontact IKEA (0x000d6ffffef9b7ee): E1603/E1702 - IKEA TRADFRI control outlet (Router)
info  2021-04-29 19:40:55: my/n01/p01/temperature/T02/nachtkastje (0x00158d0002d7ed23): WSDCGQ11LM - Xiaomi Aqara temperature, humidity and pressure sensor (EndDevice)
info  2021-04-29 19:40:55: my/n01/p03/switch/R12/wandschakelaar (0x14b457fffe7b5800): E1743 - IKEA TRADFRI ON/OFF switch (EndDevice)
info  2021-04-29 19:40:55: my/n00/living/temperature/T01/woonkamer (0x00158d0002d7f2df): WSDCGQ11LM - Xiaomi Aqara temperature, humidity and pressure sensor (EndDevice)
info  2021-04-29 19:40:55: my/n99/p99/switch/R13/testschakelaar (0xbc33acfffe9be9ca): E1743 - IKEA TRADFRI ON/OFF switch (EndDevice)
info  2021-04-29 19:40:55: my/n00/p00/light/L10/toilet (0xccccccfffea309d1): LED1836G9 - IKEA TRADFRI LED bulb E26/E27 806 lumen, dimmable, warm white (Router)
info  2021-04-29 19:40:55: my/n00/p00/occupancy/O02/toilet (0x00158d0004470b68): RTCGQ01LM - Xiaomi MiJia human body movement sensor (EndDevice)
info  2021-04-29 19:40:55: my/n00/p00/switch/R07/achterzijde (0x14b457fffe4fa583): E1743 - IKEA TRADFRI ON/OFF switch (EndDevice)
info  2021-04-29 19:40:55: my/n91/p02/occupancy/O04/bewegingssensor (0x00158d000445bc22): RTCGQ01LM - Xiaomi MiJia human body movement sensor (EndDevice)
info  2021-04-29 19:40:55: my/n91/p02/light/L12/testlamp (0xccccccfffe31f8a7): LED1732G11 - IKEA TRADFRI LED bulb E27 1000 lumen, dimmable, white spectrum, opal white (Router)
info  2021-04-29 19:40:55: my/n91/p02/light/L08/testlamp (0x14b457fffe51a9f2): LED1836G9 - IKEA TRADFRI LED bulb E26/E27 806 lumen, dimmable, warm white (Router)
info  2021-04-29 19:40:55: my/n99/p99/switch/S11/drukknop (0x00158d000429e6b5): WXKG12LM - Xiaomi Aqara wireless switch (with gyroscope) (EndDevice)
info  2021-04-29 19:40:55: my/n91/p02/light/L01/testlamp (0xd0cf5efffe0bb71a): LED1545G12 - IKEA TRADFRI LED bulb E26/E27 980 lumen, dimmable, white spectrum, opal white (Router)
info  2021-04-29 19:40:55: my/n99/p99/switch/R03/dimmer Ikea (klein rondje) (0x000b57fffe73012f): ICTC-G-1 - IKEA TRADFRI wireless dimmer (EndDevice)
info  2021-04-29 19:40:55: my/n02/p00/light/L09/testlamp (0x14b457fffe6f9cf0): LED1836G9 - IKEA TRADFRI LED bulb E26/E27 806 lumen, dimmable, warm white (Router)
info  2021-04-29 19:40:55: my/n99/p99/occupancy/O05/testsensor (0x00158d0003d09c75): RTCGQ01LM - Xiaomi MiJia human body movement sensor (EndDevice)
info  2021-04-29 19:40:55: my/n00/keuken/contact/C03/keukendeur (0x00158d000321aaa2): MCCGQ11LM - Xiaomi Aqara door & window contact sensor (EndDevice)
info  2021-04-29 19:40:55: temperatuur (T04) kastsmurf (0x00158d0003230d20): WSDCGQ11LM - Xiaomi Aqara temperature, humidity and pressure sensor (EndDevice)
info  2021-04-29 19:40:55: my/n99/p99/occupancy/O03/testsensor (0x00158d0003cf46ab): RTCGQ01LM - Xiaomi MiJia human body movement sensor (EndDevice)
info  2021-04-29 19:40:55: my/n01/p00/switch/S02/wandschakelaar (0x00158d0002e2cdde): WXKG02LM_rev2 - Xiaomi Aqara double key wireless wall switch (2018 model) (EndDevice)
info  2021-04-29 19:40:55: my/n99/p99/switch/R11/testschakelaar (0x14b457fffed39d52): E1524/E1810 - IKEA TRADFRI remote control (EndDevice)
info  2021-04-29 19:40:55: my/n99/p99/switch/R09/testschakelaar (0x14b457fffe7b5804): E1743 - IKEA TRADFRI ON/OFF switch (EndDevice)
info  2021-04-29 19:40:55: my/n99/p99/vibration/A02/testsensor (0x00158d0002c4acb1): DJT11LM - Xiaomi Aqara vibration sensor (EndDevice)
info  2021-04-29 19:40:55: my/n99/p99/switch/S08/testschakelaar (0x00158d0004245877): WXKG02LM_rev2 - Xiaomi Aqara double key wireless wall switch (2018 model) (EndDevice)
info  2021-04-29 19:40:55: my/n99/p99/switch/S06/testschakelaar (0x00158d000428e9a1): WXKG02LM_rev2 - Xiaomi Aqara double key wireless wall switch (2018 model) (EndDevice)
info  2021-04-29 19:40:55: temperatuur (T08) kelder (0x00158d000322f6ad): WSDCGQ11LM - Xiaomi Aqara temperature, humidity and pressure sensor (EndDevice)
info  2021-04-29 19:40:55: temperatuur (T07) badkamer (0x00158d00033ddd8e): WSDCGQ11LM - Xiaomi Aqara temperature, humidity and pressure sensor (EndDevice)
info  2021-04-29 19:40:55: my/n00/keuken/temperature/T03/koelkast (0x00158d0002fb487c): WSDCGQ11LM - Xiaomi Aqara temperature, humidity and pressure sensor (EndDevice)
info  2021-04-29 19:40:55: my/n01/p02/switch/R16/wandschakelaar (0x14b457fffe7c3f1c): E1743 - IKEA TRADFRI ON/OFF switch (EndDevice)
info  2021-04-29 19:40:55: my/n01/p02/light/L17/hanglamp (0x14b457fffe686a00): LED1836G9 - IKEA TRADFRI LED bulb E26/E27 806 lumen, dimmable, warm white (Router)
info  2021-04-29 19:40:55: my/n01/p02/switch/R15/dimmer (0x680ae2fffe1022ae): E1744 - IKEA SYMFONISK sound controller (EndDevice)
info  2021-04-29 19:40:55: Zigbee: disabling joining new devices.
info  2021-04-29 19:40:55: Started frontend on port 0.0.0.0:8099
info  2021-04-29 19:40:55: Connecting to MQTT server at mqtt://192.168.4.87
info  2021-04-29 19:40:56: Connected to MQTT server

it's a ZZH-stick, firmware CC2652R_coordinator_20210120.zip

In case you still have this error I can provide a firmware with increased buffers.

yes please! Will check if this solve some things.

kind regards, B

Koenkk commented 3 years ago

Here you go: znp_CC26X2R1_20210429.hex.zip based on the OP I assume you use a CC26X2R1 launchpad, if not don't flash this fw.

bartplessers commented 3 years ago

Nope, it's this device

https://www.tindie.com/products/electrolama/zzh-cc2652r-multiprotocol-rf-stick/

Compatible with your firmware?

Koenkk commented 3 years ago

yes, also works for the zzh CC2652R

bartplessers commented 3 years ago

just flashed my stick with your "znp_CC26X2R1_20210429.hex.zip" First findings: no delay anymore!!! But my family is getting nuts of all the flashing bulbs here all over the place, so I will continue testing tomorrow... :-)

many thanx for your time. Will keep you informed.

kind regards, B

Koenkk commented 3 years ago

@bartplessers when testing again, please do it with the 20210430 firmware: https://github.com/Koenkk/Z-Stack-firmware/tree/develop/coordinator/Z-Stack_3.x.0/bin , besides the increased buffers it also contains the new Texas Instruments SDK release.

bartplessers commented 3 years ago

Did some tests today with "znp_CC26X2R1_20210429.hex.zip"

I think the new firmware is definitive an improvement.

I will reflash my stick tomorrow with 20210430 and do some more tests.

Exiting! Grtz B

bartplessers commented 3 years ago

OK, up'n running

info  2021-05-01 11:45:10: Logging to console and directory: '/share/zigbee2mqtt/log/2021-05-01.11-45-09' filename: log.txt
info  2021-05-01 11:45:10: Starting Zigbee2MQTT version 1.18.1 (commit #1.18.1)
info  2021-05-01 11:45:10: Starting zigbee-herdsman (0.13.71)
info  2021-05-01 11:45:18: zigbee-herdsman started
info  2021-05-01 11:45:18: Coordinator firmware version: '{"meta":{"maintrel":1,"majorrel":2,"minorrel":7,"product":1,"revision":20210430,"transportrev":2},"type":"zStack3x0"}'

Good news: I've done a stress test: could not reproduce any error at all! The latency that occurs however still remains.

I will leave it now for few hours and will do some other stresstests this evening

thanx again! B

bartplessers commented 3 years ago

Ok, no errors anymore. Addes few more bulbs

info  2021-05-01 22:21:09: Logging to console and directory: '/share/zigbee2mqtt/log/2021-05-01.22-21-08' filename: log.txt
info  2021-05-01 22:21:09: Starting Zigbee2MQTT version 1.18.1 (commit #1.18.1)
info  2021-05-01 22:21:09: Starting zigbee-herdsman (0.13.71)
info  2021-05-01 22:21:11: zigbee-herdsman started
info  2021-05-01 22:21:11: Coordinator firmware version: '{"meta":{"maintrel":1,"majorrel":2,"minorrel":7,"product":1,"revision":20210430,"transportrev":2},"type":"zStack3x0"}'
info  2021-05-01 22:21:11: Currently 55 devices are joined:

Did some stress tests, no errors anymore.

Mesh looks fine 2021-05-01_22-28-08

I will add some more devices tomorrow.

kind regards, B

bartplessers commented 3 years ago

FYI upscaling to 62 devices

info  2021-05-02 12:20:27: Logging to console and directory: '/share/zigbee2mqtt/log/2021-05-02.12-20-26' filename: log.txt
info  2021-05-02 12:20:27: Starting Zigbee2MQTT version 1.18.1 (commit #1.18.1)
info  2021-05-02 12:20:27: Starting zigbee-herdsman (0.13.71)
info  2021-05-02 12:20:29: zigbee-herdsman started
info  2021-05-02 12:20:29: Coordinator firmware version: '{"meta":{"maintrel":1,"majorrel":2,"minorrel":7,"product":1,"revision":20210430,"transportrev":2},"type":"zStack3x0"}'
info  2021-05-02 12:20:29: Currently 62 devices are joined:

2021-05-02_12-22-37

no errors reported till now.

Koenkk commented 3 years ago

Good to hear šŸ„³

bartplessers commented 3 years ago

FYI

sometimes I see following errors in the logs:

info  2021-05-03 06:00:02: Starting network scan (includeRoutes 'false')
error 2021-05-03 06:00:16: Failed to execute LQI for 'my/n01/p00/light/L06/hanglamp'
info  2021-05-03 06:00:24: MQTT publish: topic 'zigbee2mqtt/my/n01/p00/switch/S02/wandschakelaar', payload '{"battery":100,"linkquality":90,"voltage":3085}'
error 2021-05-03 06:00:37: Failed to execute LQI for 'my/n02/p00/light/L09/hanglamp'
info  2021-05-03 06:00:43: MQTT publish: topic 'zigbee2mqtt/my/n00/keuken/contact/C03/keukendeur', payload '{"battery":100,"contact":true,"linkquality":54,"temperature":12,"voltage":3025}'
info  2021-05-03 06:00:49: Network scan finished

I have a feeling that if the mesh contains some devices that have these "Failed to execute LQI" error, a "delay" occurs. Not necessarily with the light with the error itself.

Does this make sense? Is it possible that an LQI-error induces an error in routing the messages to a device? Is there a way to see the route a message follows? Something like "tracert"?

2021-05-03_10-19-34

bartplessers commented 3 years ago

FYI upgraded to 73 devices.

info  2021-05-03 17:49:10: Logging to console and directory: '/share/zigbee2mqtt/log/2021-05-03.17-49-09' filename: log.txt
info  2021-05-03 17:49:11: Starting Zigbee2MQTT version 1.18.1 (commit #1.18.1)
info  2021-05-03 17:49:11: Starting zigbee-herdsman (0.13.71)
info  2021-05-03 17:49:13: zigbee-herdsman started
info  2021-05-03 17:49:13: Coordinator firmware version: '{"meta":{"maintrel":1,"majorrel":2,"minorrel":7,"product":1,"revision":20210430,"transportrev":2},"type":"zStack3x0"}'
info  2021-05-03 17:49:13: Currently 73 devices are joined:

Moved all my devices now from IKEA-bridge to Z2M-bridge. My mesh is now so dense I probably can boil an egg by holding it in the air...!

And...hopefully I never have to re-join again

next steps:

keep you informed. grtz B

Koenkk commented 3 years ago

Failed to execute LQI can happen for many reason, with one of the following be the most likely reasons:

I've pushed a possible improvement, when an LQI scan fails now Z2M will wait 5 seconds and try once more (to let the network settle a bit). Available in the dev branch now. (https://www.zigbee2mqtt.io/how_tos/how-to-switch-to-dev-branch.html). Edge for hassio but make sure you are using the following repo: https://github.com/zigbee2mqtt/hassio-zigbee2mqtt

bartplessers commented 3 years ago

super!

switched to https://github.com/zigbee2mqtt/hassio-zigbee2mqtt and running:

info  2021-05-04 01:10:15: Logging to console and directory: '/share/zigbee2mqtt/log/2021-05-04.01-10-14' filename: log.txt
info  2021-05-04 01:10:16: Starting Zigbee2MQTT version 1.18.3-dev (commit #baeac6f)
info  2021-05-04 01:10:16: Starting zigbee-herdsman (0.13.92)
info  2021-05-04 01:10:18: zigbee-herdsman started
info  2021-05-04 01:10:18: Coordinator firmware version: '{"meta":{"maintrel":1,"majorrel":2,"minorrel":7,"product":1,"revision":20210430,"transportrev":2},"type":"zStack3x0"}'
info  2021-05-04 01:10:18: Currently 73 devices are joined:

if there will be an error, you'll be the first to know :-)

grtz B

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days