-
Notifications
You must be signed in to change notification settings - Fork 6
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
Link local address #16
Comments
Could you run A few times to show me what is happening?. Also, could it be that it is the camera that advertises services like that? |
It seemed to always be the same address running that command. The cameras have an option to turn it off, but with tools like discovery for OSX it will show both addresses. |
It could be related to the fact that ServiceInfo only has one IPv4 and one IPv6 associated with it. This PR in the original package seems to solve that issue. I will check if I can port it here. |
Yes that would be great. What time line do you think this will happen in? |
Hopefully this WE |
Wow that's quick. That would bring support with first release using aiozeroconf. Perfect! |
Hi, My tentative fix is in branch dev_ha. Could you try it please. One thing I noticed is that there is a small issue if you start a listener before you publish a service. It will get you ServiceInfo as soon as it gets an A or AAAA record. There is no way to know that there should be more I guess. Let me know. Regards, |
Don't forget to read the commit message... Non backward compatible change |
I will try it out tomorrow 👍🏻. Backwards compatibility isn't an issue yet since we just have it published to dev branch |
Unfortunately there is an issue with the Asyncio UDP implementation in python for windows (home-assistant/core#24115) so we can't use your version of Zeroconf until python 3.8. I will try this out as soon as I've gotten everything reverted and working with the sync zeroconf implementation |
Any update on advertising on multiple ip address ? |
Sorry no. The OP drop the ball on this, so I did too. You can try the develop branch. |
I followed up on the interest in revisiting changing to this library but the python-zeroconf has been rewritten to be async so there is no longer any need. So I'll close this issue now. |
Hi!
Another question. I have Axis cameras that use bonjour to be discovered, they report both link local address and a normal address, it seems like with this library you can't be sure which one you will get as it will show the one or the other between runs. How would I go about fixing this?
The text was updated successfully, but these errors were encountered: