Open teskanoo opened 3 days ago
Hey there @dmulcahey, @adminiuga, @puddly, @thejulianjes, mind taking a look at this issue as it has been labeled with an integration (zha
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
zha documentation zha source (message by IssueLinks)
2024-11-13 23:39:15.371 WARNING (MainThread) [zigpy.application] Watchdog failure
means that your coordinator has stopped working and that ZHA will disconnect from it. It'll re-connect in a few seconds.
Your other issue is because the Sonoff router firmware advertises itself as being a lightbulb but sets min_mireds = 0
, which is not a valid color temperature. This isn't really a bug with anything more than the device and is more a request for you to write a quirk to figure out what the correct min color temperature is for the device (if it even has color LED).
The problem
I have a DONGLE-E_R flashed as a Router
This issue seems to happen immediately after energy scanning (which is reported as not supported)
[zigpy.application] Coordinator does not support energy scanning
I see this Warning presented to me in the logs
[zha.zigbee.cluster_handlers] [0x3EA1:2:0x0300]: [Min mireds is 0, setting to 153] Please open an issue on the quirks repo to have this device corrected
I see this twice, perhaps because the device as two lights
On a side note..., perhaps related, my whole ZigBee network periodically freezes (I think while being polled) and a timeout error for almost every device on the network is logged
Memory and CPU increase at these events occur
See Logs
What version of Home Assistant Core has the issue?
core-2024.11.1
What was the last working version of Home Assistant Core?
Core 2024.8
What type of installation are you running?
Home Assistant OS
Integration causing the issue
zha
Link to integration documentation on our website
https://www.home-assistant.io/integrations/zha
Diagnostics information
config_entry-zha-b98e844778cb6db0482527a0b217a411 (4).json
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response