Yesterday I installed a Fibaro Dimmer and 5 Fibaro Wall Plugs.
The dimmer has two switches: S1 and S2. S2 is associated with the 5 wall plugs, to switch the lights in the living room. S2 switches al the 5 wall plugs nicely via this assocation. All the lights turn on or off together.
A Raspberry Pi 4, with 2Gb memory and Z Wave me UZB stick is running Home Assistant core (docker) and acts as my Z Wave controller. It’s also located in the living room. I can switch the plugs indivudually, use the the dimmer (S1), create associations, etc.
Switching the wall plugs individually works ok.
The problem I have is when I’d like to switch the 5 wall plugs at once (like the S2 assocation). The result is that 3 or 4 of the plugs will switch, the others after a long time. I tried a scene, a group, an automation with 5 entities.
An example of this problem, only switching 3 nodes to off:
2020-05-05 14:06:29.818 Info, Node007, Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 1 - False
2020-05-05 14:06:29.818 Info, Node007, SwitchBinary::Set - Setting node 7 to Off
2020-05-05 14:06:29.818 Detail, Node007, Queuing (Send) SwitchBinaryCmd_Set (Node=7): 0x01, 0x0a, 0x00, 0x13, 0x07, 0x03, 0x25, 0x01, 0x00, 0x25, 0x94, 0x77
2020-05-05 14:06:29.818 Detail, Node007, Queuing (Send) SwitchBinaryCmd_Get (Node=7): 0x01, 0x09, 0x00, 0x13, 0x07, 0x02, 0x25, 0x02, 0x25, 0x95, 0x77
2020-05-05 14:06:29.818 Detail,
2020-05-05 14:06:29.819 Info, Node007, Sending (Send) message (Callback ID=0x94, Expected Reply=0x13) - SwitchBinaryCmd_Set (Node=7): 0x01, 0x0a, 0x00, 0x13, 0x07, 0x03, 0x25, 0x01, 0x00, 0x25, 0x94, 0x77
2020-05-05 14:06:29.821 Info, Node010, Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 1 - False
2020-05-05 14:06:29.821 Info, Node010, SwitchBinary::Set - Setting node 10 to Off
2020-05-05 14:06:29.821 Detail, Node010, Queuing (Send) SwitchBinaryCmd_Set (Node=10): 0x01, 0x0a, 0x00, 0x13, 0x0a, 0x03, 0x25, 0x01, 0x00, 0x25, 0x96, 0x78
2020-05-05 14:06:29.821 Detail, Node010, Queuing (Send) SwitchBinaryCmd_Get (Node=10): 0x01, 0x09, 0x00, 0x13, 0x0a, 0x02, 0x25, 0x02, 0x25, 0x97, 0x78
2020-05-05 14:06:29.824 Info, Node009, Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 1 - False
2020-05-05 14:06:29.825 Info, Node009, SwitchBinary::Set - Setting node 9 to Off
2020-05-05 14:06:29.825 Detail, Node009, Queuing (Send) SwitchBinaryCmd_Set (Node=9): 0x01, 0x0a, 0x00, 0x13, 0x09, 0x03, 0x25, 0x01, 0x00, 0x25, 0x98, 0x75
2020-05-05 14:06:29.825 Detail, Node009, Queuing (Send) SwitchBinaryCmd_Get (Node=9): 0x01, 0x09, 0x00, 0x13, 0x09, 0x02, 0x25, 0x02, 0x25, 0x99, 0x75
2020-05-05 14:06:29.826 Detail, Node007, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-05 14:06:29.826 Detail, Node007, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-05 14:06:29.846 Detail, Node007, Received: 0x01, 0x05, 0x00, 0x13, 0x94, 0x00, 0x7d
2020-05-05 14:06:29.846 Detail, Node007, ZW_SEND_DATA Request with callback ID 0x94 received (expected 0x94)
2020-05-05 14:06:29.846 Info, Node007, Request RTT 27 Average Request RTT 32
2020-05-05 14:06:29.846 Detail, Expected callbackId was received
2020-05-05 14:06:29.846 Detail, Expected reply was received
2020-05-05 14:06:29.846 Detail, Message transaction complete
2020-05-05 14:06:29.846 Detail,
2020-05-05 14:06:29.846 Detail, Node007, Removing current message
2020-05-05 14:06:29.846 Detail,
2020-05-05 14:06:29.846 Info, Node007, Sending (Send) message (Callback ID=0x95, Expected Reply=0x04) - SwitchBinaryCmd_Get (Node=7): 0x01, 0x09, 0x00, 0x13, 0x07, 0x02, 0x25, 0x02, 0x25, 0x95, 0x77
2020-05-05 14:06:29.854 Detail, Node007, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-05 14:06:29.854 Detail, Node007, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-05 14:06:29.872 Detail, Node007, Received: 0x01, 0x05, 0x00, 0x13, 0x95, 0x00, 0x7c
2020-05-05 14:06:29.872 Detail, Node007, ZW_SEND_DATA Request with callback ID 0x95 received (expected 0x95)
2020-05-05 14:06:29.872 Info, Node007, Request RTT 25 Average Request RTT 28
2020-05-05 14:06:29.872 Detail, Expected callbackId was received
2020-05-05 14:06:29.886 Detail, Node007, Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x07, 0x03, 0x25, 0x03, 0x00, 0xc1, 0x00, 0x13
2020-05-05 14:06:29.886 Detail,
2020-05-05 14:06:29.886 Info, Node007, Response RTT 39 Average Response RTT 39
2020-05-05 14:06:29.886 Info, Node007, Received SwitchBinary report from node 7: level=Off
2020-05-05 14:06:29.886 Detail, Node007, Refreshed Value: old value=true, new value=false, type=bool
2020-05-05 14:06:29.887 Detail, Node007, Changes to this value are not verified
2020-05-05 14:06:29.887 Detail, Node007, Expected reply and command class was received
2020-05-05 14:06:29.887 Detail, Node007, Message transaction complete
2020-05-05 14:06:29.887 Detail,
2020-05-05 14:06:29.887 Detail, Node007, Removing current message
2020-05-05 14:06:29.887 Detail, Node007, Notification: ValueChanged
2020-05-05 14:06:29.894 Detail,
2020-05-05 14:06:29.894 Info, Node010, Sending (Send) message (Callback ID=0x96, Expected Reply=0x13) - SwitchBinaryCmd_Set (Node=10): 0x01, 0x0a, 0x00, 0x13, 0x0a, 0x03, 0x25, 0x01, 0x00, 0x25, 0x96, 0x78
2020-05-05 14:06:29.901 Detail, Node010, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-05 14:06:29.901 Detail, Node010, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-05 14:06:29.944 Detail, Node010, Received: 0x01, 0x05, 0x00, 0x13, 0x96, 0x00, 0x7f
2020-05-05 14:06:29.944 Detail, Node010, ZW_SEND_DATA Request with callback ID 0x96 received (expected 0x96)
2020-05-05 14:06:29.944 Info, Node010, Request RTT 49 Average Request RTT 196
2020-05-05 14:06:29.944 Detail, Expected callbackId was received
2020-05-05 14:06:29.944 Detail, Expected reply was received
2020-05-05 14:06:29.944 Detail, Message transaction complete
2020-05-05 14:06:29.944 Detail,
2020-05-05 14:06:29.944 Detail, Node010, Removing current message
2020-05-05 14:06:29.944 Detail,
2020-05-05 14:06:29.944 Info, Node010, Sending (Send) message (Callback ID=0x97, Expected Reply=0x04) - SwitchBinaryCmd_Get (Node=10): 0x01, 0x09, 0x00, 0x13, 0x0a, 0x02, 0x25, 0x02, 0x25, 0x97, 0x78
2020-05-05 14:06:29.953 Detail, Node010, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-05 14:06:29.953 Detail, Node010, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-05 14:06:30.159 Detail, Node010, Received: 0x01, 0x05, 0x00, 0x13, 0x97, 0x00, 0x7e
2020-05-05 14:06:30.159 Detail, Node010, ZW_SEND_DATA Request with callback ID 0x97 received (expected 0x97)
2020-05-05 14:06:30.159 Info, Node010, Request RTT 215 Average Request RTT 205
2020-05-05 14:06:30.159 Detail, Expected callbackId was received
2020-05-05 14:06:30.609 Detail, Node007, Received: 0x01, 0x0e, 0x00, 0x04, 0x00, 0x07, 0x06, 0x31, 0x05, 0x04, 0x22, 0x00, 0x00, 0xbf, 0x00, 0x59
2020-05-05 14:06:30.609 Detail,
2020-05-05 14:06:30.609 Info, Node007, Received SensorMultiLevel report from node 7, instance 1, Power: value=0.0W
2020-05-05 14:06:30.609 Detail, Node007, Refreshed Value: old value=15.9, new value=0.0, type=decimal
2020-05-05 14:06:30.609 Detail, Node007, Changes to this value are not verified
2020-05-05 14:06:30.609 Detail, Node007, Notification: ValueChanged
2020-05-05 14:06:30.727 Detail, Node010, Received: 0x01, 0x0e, 0x00, 0x04, 0x00, 0x0a, 0x06, 0x31, 0x05, 0x04, 0x22, 0x00, 0x00, 0xcd, 0x00, 0x26
2020-05-05 14:06:30.727 Detail,
2020-05-05 14:06:30.727 Info, Node010, Response RTT 783 Average Response RTT 644
2020-05-05 14:06:30.727 Info, Node010, Received SensorMultiLevel report from node 10, instance 1, Power: value=0.0W
2020-05-05 14:06:30.727 Detail, Node010, Refreshed Value: old value=12.1, new value=0.0, type=decimal
2020-05-05 14:06:30.727 Detail, Node010, Changes to this value are not verified
2020-05-05 14:06:30.727 Detail, Node010, Notification: ValueChanged
2020-05-05 14:06:39.944 Error, Node010, ERROR: Dropping command, expected response not received after 1 attempt(s)
2020-05-05 14:06:39.944 Detail, Node010, Removing current message
2020-05-05 14:06:39.944 Detail, Node010, Notification: Notification - TimeOut
2020-05-05 14:06:39.947 Detail,
2020-05-05 14:06:39.947 Info, Node009, Sending (Send) message (Callback ID=0x98, Expected Reply=0x13) - SwitchBinaryCmd_Set (Node=9): 0x01, 0x0a, 0x00, 0x13, 0x09, 0x03, 0x25, 0x01, 0x00, 0x25, 0x98, 0x75
2020-05-05 14:06:39.955 Detail, Node009, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-05 14:06:39.955 Detail, Node009, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-05 14:06:39.997 Detail, Node009, Received: 0x01, 0x05, 0x00, 0x13, 0x98, 0x00, 0x71
2020-05-05 14:06:39.997 Detail, Node009, ZW_SEND_DATA Request with callback ID 0x98 received (expected 0x98)
2020-05-05 14:06:39.997 Info, Node009, Request RTT 49 Average Request RTT 223
2020-05-05 14:06:39.997 Detail, Expected callbackId was received
2020-05-05 14:06:39.997 Detail, Expected reply was received
2020-05-05 14:06:39.997 Detail, Message transaction complete
2020-05-05 14:06:39.997 Detail,
2020-05-05 14:06:39.997 Detail, Node009, Removing current message
2020-05-05 14:06:39.997 Detail,
2020-05-05 14:06:39.997 Info, Node009, Sending (Send) message (Callback ID=0x99, Expected Reply=0x04) - SwitchBinaryCmd_Get (Node=9): 0x01, 0x09, 0x00, 0x13, 0x09, 0x02, 0x25, 0x02, 0x25, 0x99, 0x75
2020-05-05 14:06:40.007 Detail, Node009, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-05 14:06:40.007 Detail, Node009, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-05 14:06:40.221 Detail, Node009, Received: 0x01, 0x05, 0x00, 0x13, 0x99, 0x00, 0x70
2020-05-05 14:06:40.221 Detail, Node009, ZW_SEND_DATA Request with callback ID 0x99 received (expected 0x99)
2020-05-05 14:06:40.221 Info, Node009, Request RTT 224 Average Request RTT 223
2020-05-05 14:06:40.221 Detail, Expected callbackId was received
2020-05-05 14:06:40.759 Detail, Node009, Received: 0x01, 0x0e, 0x00, 0x04, 0x00, 0x09, 0x06, 0x31, 0x05, 0x04, 0x22, 0x00, 0x00, 0xcf, 0x00, 0x27
2020-05-05 14:06:40.759 Detail,
2020-05-05 14:06:40.759 Info, Node009, Response RTT 762 Average Response RTT 684
2020-05-05 14:06:40.759 Info, Node009, Received SensorMultiLevel report from node 9, instance 1, Power: value=0.0W
2020-05-05 14:06:40.759 Detail, Node009, Refreshed Value: old value=14.7, new value=0.0, type=decimal
2020-05-05 14:06:40.759 Detail, Node009, Changes to this value are not verified
2020-05-05 14:06:40.759 Detail, Node009, Notification: ValueChanged
2020-05-05 14:06:49.997 Error, Node009, ERROR: Dropping command, expected response not received after 1 attempt(s)
2020-05-05 14:06:49.998 Detail, Node009, Removing current message
2020-05-05 14:06:49.998 Detail, Node009, Notification: Notification - TimeOut
These errors also occur on node 6, 7, etc.
Why does this happen? What can I do about it?
Restarted Home Assistant, did a heal network, etc.
And with trying I also stumbled upon another little issue: the button card does not change color when used with a group entity, also mentioned in another topic.