I have 14 zigbee bulbs (innr). They are all working fine.
I have a strange minor issue with them: when launching a scene for all 14 bulbs, for example to all switch them OFF, some of them (i.e. 1 or 2) are not switched off. It is not always the same that have the issue. If I trigger the scene again, then, the zigbee messages are resent and the two remaining bulbs go to OFF. So, each time I want to trigger a scene, I have to trigger it twice, because each time 1 to 3 bulbs are not receiving the command. If I wait few minutes, sometimes the ones not responding finally receive the message (because openhab resends it). So my guess, is that the original message have never been received.
Thus, I investigated the quality of the network. All my bulbs are in the same room, but the LQI is around 120 and I see in Openhab that the coordinator repors a LQI of 43 (which seems low). So I bought an Aeotec Range Repeater Zi, to improve the covering and the routing. But I think that it was useless: even with the repeater in the room (LQI of 190 with the coordinator), the issue remains: some bulbs do not receive the message.
Because the issue appears only when triggering a scene (sending a unique common to a bulb works always fine), I have the feeling that the issue is linked to the fact that openhab is sending a lot of zigbee messages in a short time, and then, because of the routing between the bulbs, some collisions make that some of the last messages are lost. But, I am surprised if this is the explanation, as triggering a scene with a lot of bulbs is a classical usage that have probably been tested.
At some point, I suspected my openhab configuration to be the problem: currently, I associated one item to several channel things (for example 1 dimmer item controls 4 dimmer channels of 4 bulbs). I have seen other users doing that in the forum, but I am not sure it is good or not.
As an example, I just did a short test by triggering a scene that basically put to off almost all bulbs. The command is issued at 13:58, and 00158d0004b0ef99 does not go OFF. Then, at 14:05, it finally goes off (probably because openhab has retried. The filtered log is below:
filtered_log_00158d0004b0ef99.txt (3.3 KB)
I have attached the full log here:
zigbee.log (50.0 KB)
Here are the list of nodes and neigbors:
nodes.txt (4.8 KB)
neighbors_coordinator.txt (2.5 KB)
neighbors_5447.txt (2.0 KB)
If you have any idea ā¦