Closed velocityzen closed 5 years ago
Hi,
I am having the same problem, everything in the setup seems to have worked
(connected with **myssid**, channel 1 dhcp client start... ip:192.168.0.113,mask:255.255.255.0,gw:192.168.0.1
)
but can't see the esp8266 in my home app devices, there's just nothing showing up.
I too am looking for help. The default code seems to indeed be 111-11-111 from the code:
homekit_server_config_t config = { .accessories = accessories, .password = "111-11-111" };
Will try to flash other examples and will let you know I get lucky (currently flashed led). Please do the same if you find something.
Cheers.
@dombergy I think the problem that device doesn't announce himself on mDNS. It also should announce itself for pairing. There is probably some trigger, I'll look into code later today.
I use the bonjour browser to see what is going on mDNS. Device doesn't appear at all. I tried mDNS example from esp-idf and it works perfectly.
Hey @velocityzen , thanks for the follow up. Are you saying you can now find the device in the Home app? If so, could you point me to what you did? I don't quite understand how the mDNS protocol works. Also, are you able to control the esp through the app (toggle on/off an output)? Cheers
@dombergy No I couldn't :(
Try building it with latest ESP-IDF (>=v3.2). Prior versions had a bug with mDNS implementation.
Will close it for now, if that does not work, feel free to reopen.
Thanks for the demo.
I flashed my ESP32-PICO-KIT V4.1 everything is ok and seems to work, it is connected to wi-fi, I can see the device in the network, but I can't add it to Home app on my iPhone. It does not appear there.
Is the default code 111-11-111?
Log: