Breaking change: mDNS is (no longer) required #25622
Replies: 1 comment
|
Note: we've updated this in https://github.com/evcc-io/evcc/releases/tag/0.211.0 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
With 0.210.0 we've simplified configuration of HomeAssistant devices. With this change,

uriandtokenare no longer supported. Instead, HomeAssistant instances are configured using theirhomename as announced over mDNS. The defaulthomename isHome:However, this will only work if the HomeAssistant instance can be detected ver mDNS. If the dropdown list is empty, mDNS is not working and needs be fixed.
Docker users
For mDNS make sure that:
hostnetworkingmDNS redirector example
All reactions