Andras Gaal
Andras Gaal
@erwinvanhunen, any word on when the netstandard release is expected?
My tv (C8) it will almost always return true. I get no message when I hit the power button on the remote :( Also, in this state I am able...
Ah, shoot, do you want me to move it to the main repo? I'm in docker on a rpi4, so `linux/arm/v7`
I have the same issue... with `integerValue` set to `true`, I get a validation error but the low battery state seems to be set in homekit. I am unable to...
Played with it a little more... looks like the Home app only polls the low battery state once in a while instead of it being event driven. If I switch...
Interestingly, the settings of the irrigation system do seem to show the zones:
I have the same issue. Camera video is working fine in camera.ui interface, but does not load in Home app. If I disconnect my phone from wifi, Home app starts...
Unfortunately the same. In the meantime, I have upgraded Ubuntu to 22.04.1 but no change. Interestingly `2022.09.3` works without an issue. Also cannot wrap my head around the no such...
``` andrasg@ubuntu-sz:~$ docker run --rm --dns=127.0.0.1 -e PIHOLE_DNS_=192.168.1.253 -e PH_VERBOSE=1 pihole/pihole:2022.09.4 WARNING: Localhost DNS setting (--dns=127.0.0.1) may fail in containers. exec /s6-init: no such file or directory ``` No change....
Oddly, it looks like the container is not even created properly: ``` andrasg@ubuntu-sz:~$ docker run -d --dns=127.0.0.1 -e PIHOLE_DNS_=192.168.1.253 -e PH_VERBOSE=1 --name=piholetest pihole/pihole:2022.09.4 WARNING: Localhost DNS setting (--dns=127.0.0.1) may fail...