Stefan Agner
Stefan Agner
@felipefdl this is a warning, and I've analyzed it extensively, it is not the culprit (see https://github.com/python-zeroconf/python-zeroconf/issues/1357). From your initial logs, I don't see an issue. The add-on seems to...
> HA OS does not include `vcgencmd` (or at least not on my own) so it's not an issue with `command_line` really. You would have to make an issue on...
Can you share the Supervisor logs when this message appears? From Settings > System > Logs, choose Supervisor on the top right.
@240Sidan what hardware are you running on?
The errors/delays are all over the place (various integrations). It seems that something is using all CPU power or blocking the event loop. Can you restart in safe mode and...
Nice catch! It seems a change in the version repository broke the image json update (see https://github.com/home-assistant/version/actions/runs/8647310063). I'll have a look. It does seem with #3308 we have another issue...
The problem here really is the missing multicast support flag on the loopback interface ``` $ ip addr 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000...
There is a iflags, I think it would be the better indication. Other interfaces might have that restriction too. E.g. a manually created dummy device: ``` sudo ip link add...
This would allow to filter the interfaces smarter on our end: https://github.com/pydron/ifaddr/pull/59
Any thoughts or comments for this PR?