You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
I am running the latest version
I checked the documentation and found no answer
I checked to make sure that this issue has not already been filed
Problem Description
The AdGuardHome API is pretty awesome, however, a service consuming that API has to ask the user for information. As it cannot find AdGuardHome on the network by itself (unless doing enumerating scan's and other guesses, which well... let's just not 😉)
Proposed Solution
It would be great if AdGuardHome published a zeroconf/mdns/dns-sd record, so an application that can consume the AdGuardHome API can auto-detect it on the network
Alternatives Considered
None. Well, except maybe the AdGuard Home Hass.io add-on, it publishes this information inside it's Docker container startup towards Home Assistant (which consumes the API).
Additional Information
The impact and implementation time for this feature should be low.
This would add the capability for every user of Home Assistant (including people not running the Hass.io system) to get a single click experience on integrating the two.
It would be preferred to have a startup CLI argument to disable this feature.
That would be very nice! 🤗 Most recently, I tried to solve this problem using port forwarding 5353 - > 53, but to no avail!😫Can there be a temporary solution to this problem?
Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Problem Description
The AdGuardHome API is pretty awesome, however, a service consuming that API has to ask the user for information. As it cannot find AdGuardHome on the network by itself (unless doing enumerating scan's and other guesses, which well... let's just not 😉)
Proposed Solution
It would be great if AdGuardHome published a zeroconf/mdns/dns-sd record, so an application that can consume the AdGuardHome API can auto-detect it on the network
Alternatives Considered
None. Well, except maybe the AdGuard Home Hass.io add-on, it publishes this information inside it's Docker container startup towards Home Assistant (which consumes the API).
Additional Information
The impact and implementation time for this feature should be low.
This would add the capability for every user of Home Assistant (including people not running the Hass.io system) to get a single click experience on integrating the two.
It would be preferred to have a startup CLI argument to disable this feature.
Example lib by Hasicorp: https://github.com/hashicorp/mdns
The text was updated successfully, but these errors were encountered: