Jürgen Kreileder

Results 13 comments of Jürgen Kreileder

@dacarson The 3.0 API provides sunset und sunrise for both the current day and forecasts. The code so far only used the values for forecasts. I've opened a PR that...

You try to set image and digest with: ``` image_and_digest=$(echo "$ARTIFACTS" | jq -r '.[] | select (.type=="Docker Manifest") | .path') image=$(echo "${image_and_digest}" | cut -d'@' -f1 | cut -d':'...

@EugeneOne1 I've tried: `adguard-home v0.108.0-a.895+b9d5e5ba 6878 latest/edge ameshkov✓ -` with the suggested config and I'm still getting wrong results: MacOS: ```bash $ host pi5.fritz.box 192.168.78.58 Using domain server: Name: 192.168.78.58...

@EugeneOne1 using `v0.108.0-a.901+c05bce7a` and the configuration above, I'm still seeing DS request going to external servers. A, AAAA and SOA correctly go to 192.168.78.1: ![image](https://github.com/AdguardTeam/AdGuardHome/assets/4390544/c41b574b-efc2-4e49-bdb1-2c8e72576619) But DS doesn't: So I'm...

@EugeneOne1 `v0.108.0-a.902+17c4eeb6` does better but still not completely fine. Using the config given above ``` [/box/]192.168.78.1 [/fritz.box/]192.168.78.1 [/*.box/]# h3://dns.google/dns-query https://dns11.quad9.net/dns-query ``` DS request for `*.fritz.box` go to `192.168.78.1` now. But...

This seems to depend on whether you have a paid subscription for the 3.0 API. If you don't, the plugin falls back to use `/data/2.5/weather` instead of `/data/3.0/onecall` - and...

Now for the bad news: Apparently `2.5/onecall` is disabled for newer accounts (see https://github.com/domoticz/domoticz/issues/5336#issuecomment-1243023845). So the only real solution for dew point and UV index is to get a base...

See https://github.com/naofireblade/homebridge-weather-plus/issues/274#issuecomment-1898786420

No test case yet. But I'm not sure if this bug is even valid. The problem might be with the Scout service. Even this short example gives me only 5/6,...

"M2: Error: 6" means _unavailable_ – most likely this means the device is already paired to HomeKit and, as HomeKit devices only support one association, the device is really unavailable....