Iolloi Zigbee dimmer module #24892
Brians5231
started this conversation in
Devices
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am having an issue with a particular device that I have quite a few of in my Z2MQTT setup in Home Assistant. It's an Iolloi zigbee dimmer module ID-UK21FW09
It's the version that is designed to be put behind the switch plate.
They seem to work fine but are sending constant error messages making it hard to pair new devices. It looks like iolloi might not be selling these anymore so maybe I might have to replace them but just seeing if anyone has any idea if this can be fixed with anything in the Z2MQTT setup.
A typical log for starting Z2MQTT is:
[22:46:57] INFO: Preparing to start...
[22:46:57] INFO: Socat enabled
[22:46:57] INFO: Starting socat
Socat startup parameters:
Options: -d -d
Master: pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777
Slave: tcp-listen:8485,keepalive,nodelay,reuseaddr
[22:46:57] INFO: Starting socat process ...
2024/11/23 22:46:57 socat[46] N PTY is /dev/pts/0
2024/11/23 22:46:57 socat[46] N listening on AF=10 [0000:0000:0000:0000:0000:0000:0000:0000]:8485
[22:46:58] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2024-11-23 22:47:05] error: zh:ember:uart:ash: Received ERROR from adapter while connecting, with code=ERROR_EXCEEDED_MAXIMUM_ACK_TIMEOUT_COUNT.
[2024-11-23 22:47:16] error: z2m: Publish 'set' 'state' to 'Upstairs hall spots' failed: 'Error: ZCL command 0x385b44fffe2cadd9/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (Delivery failed for '5505'.)'
[2024-11-23 22:47:16] error: z2m: Publish 'set' 'state' to 'Living room spots' failed: 'Error: ZCL command 0x70ac08fffe773bab/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (Delivery failed for '13030'.)'
[2024-11-23 22:47:16] error: z2m: Publish 'set' 'state' to 'Front bedroom spots' failed: 'Error: ZCL command 0x38398ffffe7fcb04/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (Delivery failed for '14987'.)'
[2024-11-23 22:47:16] error: z2m: Publish 'set' 'state' to 'Porch lights (Inside1)' failed: 'Error: ZCL command 0x187a3efffe8f172e/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (Delivery failed for '33725'.)'
I have 11 of these devices and they constantly send error messages like the ones above. I have 50 or so other devices on the network that don't give any issues at all.
I use the SLZB-06M Coordinator over POE and it is central in the kitchen away from any power sources that could cause interference.
Thanks,
Brian
Beta Was this translation helpful? Give feedback.
All reactions