Closed xjrcode closed 4 years ago
homekit documentation homekit source (message by IssueLinks)
Hey there @bdraco, mind taking a look at this issue as its been labeled with a integration (homekit
) you are listed as a codeowner for? Thanks!
(message by CodeOwnersMention)
Check your console log for zeroconf
exceptions.
This type of problem is almost always mdns being blocked (usually causes issue for chromecast as well) :
https://jlian.co/post/reliable-homekit/
https://www.reddit.com/r/HomeKit/comments/a3iwwj/troubleshooting_homekit_what_tools_to_use_and_how/
I fount the error. I have the Raspberry connected to the router but a Velop system brings wifi to the iPhone, so I need to use the old Wifi connection of the same router that raspberry is connected to.
Thank you
Thanks for updating the issue to let us know.
The problem
Pulling the
docker pull homeassistant/raspberrypi4-homeassistant:stable
in a Raspberry 4 in a clean install, and setup home assitant bridge with default config, causes Home iOS app to show "Accessory not found"Environment
Problem-relevant
configuration.yaml
Traceback/Error logs
Additional information
Deployed in 3 steps:
docker system prune
to start with clean systemsudo rm -rf /home/pi/homeassistant
to remove the config folder if exsistsdocker run --init -d --name="home-assistant" -e "TZ=Europe/Madrid" -v /home/pi/homeassistant:/config --net=host homeassistant/raspberrypi4-homeassistant:stable
The AppleTV (192.168.1.34) and the raspberry (192.168.1.10) are in the same not isolated network.