this post was submitted on 17 Feb 2024
17 points (87.0% liked)
homeassistant
12008 readers
21 users here now
Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
How is your coordinator linked to your home assistant?
For example if you use Zigbee2MQTT and you have either Zigbee2MQTT or Homeassistant pointing to the internal ip of mosquito (192.168.1.11 for example) and your router goes down (with dhcp), it's possible it cannot communicate anymore.
This isn't the case if it's all running on the same box using localhost as address, running it in a docker network or when you run ZHA however.
Ding ding, here's the winner I'd bet
I think it didn't work when I tried localhost, so used pi5.local
that uses mDNS, which in some cases requires your router to be online to be able to resolve it to a ip. If part of your internet disruption was your router going down, it would explain the issue
Ahhhh, that explains it then. I so need to hurry up and build my router.