Koenkk / zigbee2mqtt

Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
https://www.zigbee2mqtt.io
GNU General Public License v3.0
11.97k stars 1.67k forks source link

More then two bulbs in group don't work #5890

Closed smulle48 closed 3 years ago

smulle48 commented 3 years ago

Hi

I just created a new network with a Conbee2 stick.

Then I created a group with a IKEA E1743, two IKEA LED1605R5 and 1 LED1837R5. The light are working fine with the remote, both on/off and brightness, but there's one problem. In the web frontend, the state of the LED1837R5 is not changing even though I have added "report: true" to the config file. The two LED1605R5 are updating the state just fine.

I can get the state of the LED1837R5 if I push the update button, but that should not be necessary :-)

I don't get any mqtt messages at all from that bulb, but I get from the rest

smulle48 commented 3 years ago

Zigbee2MQTT:debug 2021-01-27 22:25:53: Loaded state from file /opt/zigbee2mqtt/data/state.json Zigbee2MQTT:info 2021-01-27 22:25:53: Logging to console and directory: '/opt/zigbee2mqtt/data/log/2021-01-27.22-25-52' filename: log.txt Zigbee2MQTT:debug 2021-01-27 22:25:53: Removing old log directory '/opt/zigbee2mqtt/data/log/2021-01-24.17-40-51' Zigbee2MQTT:info 2021-01-27 22:25:53: Starting Zigbee2MQTT version 1.17.0-dev (commit #54fc4fa) Zigbee2MQTT:info 2021-01-27 22:25:53: Starting zigbee-herdsman (0.13.59) Zigbee2MQTT:debug 2021-01-27 22:25:53: Using zigbee-herdsman with settings: '{"adapter":{"concurrent":null,"delay":null},"backupPath":"/opt/zigbee2mqtt/data/coordinator_backup.json","databaseBackupPath":"/opt/zigbee2mqtt/data/database.db.backup","databasePath":"/opt/zigbee2mqtt/data/database.db","network":{"channelList":[11],"extendedPanID":[221,221,221,221,221,221,221,221],"networkKey":"HIDDEN","panID":6754},"serialPort":{"adapter":"deconz","path":"/dev/ttyACM1"}}' CREATED DECONZ ADAPTER Zigbee2MQTT:info 2021-01-27 22:25:53: zigbee-herdsman started Zigbee2MQTT:info 2021-01-27 22:25:53: Coordinator firmware version: '{"meta":{"maintrel":0,"majorrel":38,"minorrel":104,"product":0,"revision":"0x26680700","transportrev":0},"type":"ConBee2/RaspBee2"}' Zigbee2MQTT:debug 2021-01-27 22:25:54: Zigbee network parameters: {"channel":11,"extendedPanID":"0xdddddddddddddddd","panID":6754} Zigbee2MQTT:info 2021-01-27 22:25:54: Currently 5 devices are joined: Zigbee2MQTT:info 2021-01-27 22:25:54: 0xccccccfffe027698 (0xccccccfffe027698): E1743 - IKEA TRADFRI ON/OFF switch (EndDevice) Zigbee2MQTT:info 2021-01-27 22:25:54: 0xccccccfffe2fbac5 (0xccccccfffe2fbac5): LED1837R5 - IKEA TRADFRI LED bulb GU10 400 lumen, dimmable (Router) Zigbee2MQTT:info 2021-01-27 22:25:54: 0x000b57fffe59e37d (0x000b57fffe59e37d): V3-BTZB - Danalock BT/ZB smartlock (EndDevice) Zigbee2MQTT:info 2021-01-27 22:25:54: 0x90fd9ffffe2ad84c (0x90fd9ffffe2ad84c): LED1650R5 - IKEA TRADFRI LED bulb GU10 400 lumen, dimmable (Router) Zigbee2MQTT:info 2021-01-27 22:25:54: 0x90fd9ffffe32886b (0x90fd9ffffe32886b): LED1650R5 - IKEA TRADFRI LED bulb GU10 400 lumen, dimmable (Router)

Just tested from scratch. It looks like if I add more then 2 lights in a group, it's not working quite well. When pushing the button, only some of the lights are turned on and off. It's not the same every time, so it's like the network is overloaded as I can see there's no mqtt message to all lights.

If I delete lights so there are only 2 lights, it's working perfect, no matter what type of bulb it is.

With 2 lights added:

Zigbee2MQTT:debug 2021-01-27 22:22:51: Received Zigbee message from '0xccccccfffe027698', type 'commandOff', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 1 Zigbee2MQTT:info 2021-01-27 22:22:51: MQTT publish: topic 'zigbee2mqtt/0xccccccfffe027698', payload '{"action":"off","battery":47,"click":"off","linkquality":62,"update":{"state":"idle"},"update_available":false}' Zigbee2MQTT:debug 2021-01-27 22:22:51: Received Zigbee message from '0x90fd9ffffe32886b', type 'attributeReport', cluster 'genOnOff', data '{"onOff":0}' from endpoint 1 with groupID null Zigbee2MQTT:info 2021-01-27 22:22:51: MQTT publish: topic 'zigbee2mqtt/0x90fd9ffffe32886b', payload '{"brightness":80,"linkquality":45,"state":"OFF","update":{"state":"idle"},"update_available":false}' Zigbee2MQTT:debug 2021-01-27 22:22:51: Received Zigbee message from '0x90fd9ffffe2ad84c', type 'attributeReport', cluster 'genOnOff', data '{"onOff":0}' from endpoint 1 with groupID null Zigbee2MQTT:info 2021-01-27 22:22:51: MQTT publish: topic 'zigbee2mqtt/group_1', payload '{"brightness":80,"state":"OFF"}' Zigbee2MQTT:info 2021-01-27 22:22:51: MQTT publish: topic 'zigbee2mqtt/0x90fd9ffffe2ad84c', payload '{"brightness":80,"linkquality":62,"state":"OFF","update":{"state":"idle"},"update_available":false}' Zigbee2MQTT:debug 2021-01-27 22:22:52: Received Zigbee message from '0x90fd9ffffe2ad84c', type 'attributeReport', cluster 'genOnOff', data '{"onOff":0}' from endpoint 1 with groupID 1 Zigbee2MQTT:info 2021-01-27 22:22:52: MQTT publish: topic 'zigbee2mqtt/0x90fd9ffffe2ad84c', payload '{"brightness":80,"linkquality":62,"state":"OFF","update":{"state":"idle"},"update_available":false}'

with 3 lights added:

Zigbee2MQTT:debug 2021-01-27 22:27:38: Received Zigbee message from '0xccccccfffe027698', type 'commandOff', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 1 Zigbee2MQTT:info 2021-01-27 22:27:38: MQTT publish: topic 'zigbee2mqtt/0xccccccfffe027698', payload '{"action":"off","battery":47,"linkquality":63,"update":{"state":"idle"},"update_available":false}' Zigbee2MQTT:debug 2021-01-27 22:27:39: Received Zigbee message from '0x90fd9ffffe32886b', type 'attributeReport', cluster 'genOnOff', data '{"onOff":0}' from endpoint 1 with groupID null Zigbee2MQTT:info 2021-01-27 22:27:39: MQTT publish: topic 'zigbee2mqtt/0x90fd9ffffe32886b', payload '{"brightness":80,"linkquality":45,"state":"OFF","update":{"state":"idle"},"update_available":false}' Zigbee2MQTT:debug 2021-01-27 22:27:39: Received Zigbee message from '0x90fd9ffffe2ad84c', type 'attributeReport', cluster 'genOnOff', data '{"onOff":0}' from endpoint 1 with groupID null Zigbee2MQTT:info 2021-01-27 22:27:39: MQTT publish: topic 'zigbee2mqtt/0x90fd9ffffe2ad84c', payload '{"brightness":80,"linkquality":63,"state":"OFF","update":{"state":"idle"},"update_available":false}' Zigbee2MQTT:debug 2021-01-27 22:27:39: Received Zigbee message from '0xccccccfffe2fbac5', type 'attributeReport', cluster 'genOnOff', data '{"onOff":0}' from endpoint 1 with groupID 1 Zigbee2MQTT:info 2021-01-27 22:27:39: MQTT publish: topic 'zigbee2mqtt/group_1', payload '{"brightness":80,"state":"OFF"}' Zigbee2MQTT:info 2021-01-27 22:27:39: MQTT publish: topic 'zigbee2mqtt/0xccccccfffe2fbac5', payload '{"brightness":80,"linkquality":63,"state":"OFF","update":{"state":"idle"},"update_available":false}' Zigbee2MQTT:debug 2021-01-27 22:27:42: Received Zigbee message from '0xccccccfffe027698', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 1 Zigbee2MQTT:info 2021-01-27 22:27:42: MQTT publish: topic 'zigbee2mqtt/0xccccccfffe027698', payload '{"action":"on","battery":47,"linkquality":63,"update":{"state":"idle"},"update_available":false}' Zigbee2MQTT:debug 2021-01-27 22:27:42: Received Zigbee message from '0x90fd9ffffe32886b', type 'attributeReport', cluster 'genOnOff', data '{"onOff":1}' from endpoint 1 with groupID null Zigbee2MQTT:info 2021-01-27 22:27:42: MQTT publish: topic 'zigbee2mqtt/group_1', payload '{"brightness":80,"state":"ON"}' Zigbee2MQTT:info 2021-01-27 22:27:42: MQTT publish: topic 'zigbee2mqtt/0x90fd9ffffe32886b', payload '{"brightness":80,"linkquality":63,"state":"ON","update":{"state":"idle"},"update_available":false}' Zigbee2MQTT:debug 2021-01-27 22:27:42: Received Zigbee message from '0x90fd9ffffe2ad84c', type 'attributeReport', cluster 'genOnOff', data '{"onOff":1}' from endpoint 1 with groupID 1 Zigbee2MQTT:info 2021-01-27 22:27:42: MQTT publish: topic 'zigbee2mqtt/0x90fd9ffffe2ad84c', payload '{"brightness":80,"linkquality":63,"state":"ON","update":{"state":"idle"},"update_available":false}' Zigbee2MQTT:debug 2021-01-27 22:27:42: Received Zigbee message from '0xccccccfffe2fbac5', type 'attributeReport', cluster 'genOnOff', data '{"onOff":1}' from endpoint 1 with groupID 1 Zigbee2MQTT:info 2021-01-27 22:27:42: MQTT publish: topic 'zigbee2mqtt/0xccccccfffe2fbac5', payload '{"brightness":80,"linkquality":63,"state":"ON","update":{"state":"idle"},"update_available":false}'

it looks like the same bulb gets the same message twice

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