this post was submitted on 17 Feb 2024
18 points (87.5% liked)

homeassistant

11372 readers
23 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
 

The other day my WiFi network went down and with it, I lost access to my Zigbee network?* Is this normal or is this a sign of a massive issue?

*When I checked the Raspberry Pi running Home Assistant, all devices showed as unavailable.

you are viewing a single comment's thread
view the rest of the comments
[–] Willem@kutsuya.dev 7 points 4 months ago (2 children)

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.

[–] sabreW4K3@lemmy.tf 2 points 4 months ago (1 children)

I think it didn't work when I tried localhost, so used pi5.local

[–] Willem@kutsuya.dev 2 points 4 months ago (1 children)

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

[–] sabreW4K3@lemmy.tf 2 points 4 months ago

Ahhhh, that explains it then. I so need to hurry up and build my router.

[–] picnic@lemmy.world 2 points 4 months ago

Ding ding, here's the winner I'd bet