Results 770 comments of Stefan Agner

> * updating HAOS from 11.5 to 12.1 wipes WLAN details. > > > I'll redact my report to reflect the first issue. Where should I report second one? This...

Something is still not right with greylisting. I (still) use memcached, and messages get greylisted over and over again. Source IP, message ID and spamd scan result are identical, but...

> If `build.json` or `build.yaml` isn't provided then it simply uses `latest` as per here: Afaik, that is only true for the addon build type, which this PR doesn't change.

This fix is meant for manual builds. > I agree, it's possible to build an add-on without build information. Correct, and add-on builds are not touched by this change. So...

Did you consider using the pure Python implementation instead? Since this is not really performance relevant I think it should work fine as well: https://pypi.org/project/gpiod/ The API is slightly different...

Does your network provide a DNS server via DHCP? If not, then the fact that you have to set a DNS server manually is expected. :man_shrugging: systemd-resolved knows two level...

> Ok, but... my network provides DNS via DHCP. I think this problem is just on Debian. So this is reproducible with a vanilla 12.4 and just installing systemd-resolved? Ok,...

@ChristBKK what router make/model do you have? I am guessing your router announces an IPv6 DNS server, which ultimately is not reachable (for some reason). Instead of disabling IPv6, I'd...

We do mention that systemd-resolved must be installed in the README, so this commands should work in general. Also, systemd-resolved is mandatory for Supervisor, as the DNS plug-in uses it...

> I wonder if it's possible to use the Observer (trough port 4357) for sending command to HA instance (in my case running on RPI) to force a restart or...