Max Winterstein
Max Winterstein
Smells like an issue with MQTT, not the addon itself. You sure you are using a correct username/passwort/host for mqtt?
This works fine for me and should be there since `v0.2.13`.
Thanks for the link! ❤️ Combining it with https://github.com/tsightler/ring-mqtt-ha-addon/blob/master/config.json makes sense to me. This is indeed a nice feature, and integration might not be a huge thing. But I must...
well, I guess there are multiple ways mplementing this. Easiest might be to simply restrict the range at dump1090 itself. ```bash root@f1c878cb-adsb-multi-portal-feeder:/# ./usr/lib/fr24/dump1090 --help | grep max-range --max-range Absolute maximum...
I understand, so like | AC | DISTANCE| | --- | --- | | D-AING | 20 | I guess some way could be to fetch the `aircraft.json` and parse...
> Seems that Anycubic published their development(?) branch of the Max firmware. Maybe this will help? > > https://github.com/ANYCUBIC-3D/Kobra_Max And also for Kobra: https://github.com/ANYCUBIC-3D/Kobra
> A fix was made and will be merged soon oh nice! Thanks for the hint! We will see when https://github.com/home-assistant/supervisor/pull/3971 gets merged and released. Maybe I am then in...
Is this still an issue? I use a remote DUMP1090 host for a while now with no issues at all. here my config (obscured) for reference: ```yaml SERVICE_ENABLE_DUMP1090: true SERVICE_ENABLE_PIAWARE:...
Any news on this? I also ran into an issue where my traefik had requested a huge number of certs for non existing frontends. Bash oneliner guy i am, i...
Can definitely recommend the [cert-manager](https://github.com/jetstack/cert-manager/) and [acme-dns](https://github.com/joohoi/acme-dns) way. Using this to get wildcart lets-encrypt certs refreshed works nice for me. ditched traefik for [ambassador](https://github.com/datawire/ambassador) a while ago and never looked...