Hi, I wanted to try out Zigbee for my temp/humidity sensors. My use case requires the sensors to report as frequent as possible (to quickly trigger actions without much delay), apparently the SONOFF SNZB-02P's do that - at least thats what the vendor says in its article description. The problem is, in my setup they report only every 15-30 minutes.
My setup is:
- Raspberry Pi 4 4GB
- Sonoff Zigbee 3.0 USB Dongle Plus
- 2x Sonoff SNZB-02P
Sensors are laying right next to the dongle (5 cm) and I also tried repairing for a few times, with no luck. With the ZHA Toolkit I tried to zha_toolkit.execute but I receive NO_ROUTE errors:
2025-06-23 07:59:38.225 ERROR (MainThread) [custom_components.zha_toolkit.scan_device] Couldn't read 0x0402/0xfffe: Failed to send request: <Status.NWK_NO_ROUTE: 205>
2025-06-23 07:59:45.252 ERROR (MainThread) [custom_components.zha_toolkit.scan_device] Failed 'discover_attributes_extended' starting 0x0402/0x0000. Error: Failed to send request: <Status.NWK_NO_ROUTE: 205>
2025-06-23 07:59:52.699 ERROR (MainThread) [custom_components.zha_toolkit.scan_device] Failed to discover 0x0402 commands starting 0. Error: Failed to send request: <Status.NWK_NO_ROUTE: 205>
2025-06-23 07:59:59.868 ERROR (MainThread) [custom_components.zha_toolkit.scan_device] Failed 'discover_attributes_extended' starting 0x0402/0x0000. Error: Failed to send request: <Status.NWK_NO_ROUTE: 205>
Can someone help me troubleshoot this or maybe even knows what is causing this?