this post was submitted on 02 Jan 2024
28 points (96.7% liked)

homeassistant

15232 readers
117 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.

Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation

Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @[email protected]

founded 2 years ago
MODERATORS
 

I'm currently running HA on a Pi3... it works fine, but it's now a single point of failure.

I have some new hardware arriving to run VMs in and was intending to move HA to it, but now I'm wondering if I can have HA in 2 places for fault tolerance.

I'm aware that there's no built-in failover options, but has anyone done something similar?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 2 years ago (1 children)

From everything I've seen, the networked ones are never recommended over USB dongles.

[–] [email protected] 2 points 2 years ago (1 children)

Oh, interesting. From a performance point of view, or reliability?

[–] [email protected] 1 points 2 years ago (1 children)

I don't know personally. But I'd assume it would be from ease of use and reliability.

You could probably get something close to a networked zigbee dongle by running zigbee2mqtt on a pi with a USB dongle and run nothing else on it. It would potentially make restoring it in a failure easier.

[–] [email protected] 2 points 2 years ago

Hmm... good point. I've even got an original Pi kicking around somewhere that I could use... Thanks