-
Notifications
You must be signed in to change notification settings - Fork 170
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
ESP8266 not reachable after MDNS restart #215
Comments
start with dns_sd responses logging after the mdns restart. |
Here you can find the log. I can't see any big issues...? https://gist.github.com/PascalKu/355fcb75b3177df58fba8d8fdd980dea CC: @d4rkmen |
I was talking about dns_sd tool output with _hap._tcp, not the device itself |
I cant find any "tutorial" on how I can do the debugging.. could you give me more details? I really want to figure out the problem too. // EDIT: Fail! dns_sd is a tool from Apple and not part of the Arduino stuff. |
@d4rkmen Here it comes.
|
Another problem log
|
@d4rkmen I've published my code... can u see any problems with it? |
Hello,
I have a small ESP8266 device with your HomeKit Library installed and functioning properly. However, I am encountering an issue when the "MDNS restarts." While my ESP remains accessible via ping from another device on the same network, it stops responding in the Apple Home App. It's important to note that the IP address remains unchanged.
Are you familiar with this problem, and if so, do you have any suggestions on how to resolve it? Thank you in advance.
The text was updated successfully, but these errors were encountered: