-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST] Add MAC address in properties of the zeroconf discovery protocol #686
Comments
Line 7860 in 7180580
We should add here something like? MDNS.addServiceTxt("bsblan", "tcp", "mac", escapedMac.c_str());
|
Something like this?
|
Sure, can you come up with a (tested) pull request? Happy to add that, but don't have the means to test it at the moment... |
I will try. |
The above wouldn't work on the ESP32 because after the first |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
When setting up an integration with zeroconf in Home-Assistant we need to check if it's already setup.
For this we use the MAC address as ip address can change. The problem is that this information is not send in the properties of the zeroconf message.
So we can't check if BSBLan integration is already setup for the device.
Describe the solution you'd like
add MAC address to service text (txtContent?) as a property
Hi Fred,
I don't have the latest firmware installed yet. Will look into this shortly. I suspect this MAC address is not in there? If so discard this request.
The text was updated successfully, but these errors were encountered: