Hi all,
i’ve two Sonoff sensors snzb-03p with firmware version 2.2.1. My HA system is core 2025.6.3. The sensors are working, but i can’t read/modify the setting below:
How can fix this issue? Is the firmware the last version?
Thanks,
Luca.
Hi all,
i’ve two Sonoff sensors snzb-03p with firmware version 2.2.1. My HA system is core 2025.6.3. The sensors are working, but i can’t read/modify the setting below:
Thanks,
Luca.
Same problem, tried the commands for OTA without anything happening or this being fixed. It seems to set all numerics as “None” at point of override. And then complain about not being int10 until HA is restarted.
Using zha_toolkit I was able to push the following command:
action: zha_toolkit.attr_read
data:
ieee: <>
endpoint: 1
cluster: 0x0406
attribute: 0x0020
which read 32 as 60 which is the default timeout
action: zha_toolkit.attr_write
data:
ieee: <<< your device ieee>>>
endpoint: 1
cluster: 0x0406
attribute: 0x0020
attr_val: 5
which worked to give a 5 second timeout, you can find zha_toolkit in HACS, and your devices IEEE under “Zigbee info” in the information about the unit,