| 19 Nov 2021 |
Maniac of Madness | Thank you both for your responses! I'll have a look at what's contained in the default_config and pick what makes sense for my setup. | 14:24:26 |
| 22 Nov 2021 |
CRTified | Not necessarily nix-related, but is it possible to have some kind of failover for HA or at least zigbee2mqtt? | 13:40:01 |
CRTified | My sd-card died, and while I'm going to switch to an SSD now I'd love to look into making the system more resilient | 13:40:50 |
@hexa:lossy.network | HAHA basically | 13:41:41 |
CRTified | So you mean running two instances in parallel? | 13:42:20 |
@hexa:lossy.network | I guess two machines connected to a postgres cluster with their individual zigbee dongles | 13:42:22 |
@hexa:lossy.network | though I'm not sure how that'd work, given they'd both like to write sensor data etc. | 13:42:47 |
CRTified | Wouldn't that result in a split brain for automation? | 13:43:02 |
CRTified | So everything would run twice | 13:43:15 |
@hexa:lossy.network | yeah, I think that's not going to work | 13:43:19 |
@hexa:lossy.network | basically set up k8s at home over 3 nodes and tada.wav | 13:43:28 |
Linux Hackerman | I think this is a case where redundancy would cause more outages than it would prevent. | 13:43:39 |
@hexa:lossy.network | and connect your zigbee dongle via usb2ip on an anycast address | 13:43:52 |
@hexa:lossy.network | sorry, I only have silly ideas today. | 13:44:01 |
@hexa:lossy.network |
- don't run your HA on a Raspberry Pi
| 13:44:34 |
CRTified | In reply to @hexa:lossy.network sorry, I only have silly ideas today. No problem, the idea on its own is probably a bad idea in the first place, given the state of sanity for home assistant 😀 | 13:44:56 |
@hexa:lossy.network | probably, yeah | 13:45:08 |
CRTified | In reply to @hexa:lossy.network
- don't run your HA on a Raspberry Pi
I'm Using a rk3399 based RockPi4 😉 | 13:45:10 |
@hexa:lossy.network | neat | 13:45:14 |
@hexa:lossy.network | with the nvme ssd mount? | 13:45:24 |
CRTified | That's also why I'm able to switch to an SSD as boot device now | 13:45:27 |
Linux Hackerman |
- don't run your HA on an SD card
| 13:45:28 |
@hexa:lossy.network | *
use the nvme ssd mount
| 13:45:38 |
Linux Hackerman | SD cards are the worst | 13:45:38 |
@hexa:lossy.network | * ~> use the nvme ssd mount
| 13:45:42 |
CRTified | yes, bought that and it will be delivered today | 13:45:54 |
@hexa:lossy.network | using an sd card for write intensive stuff is asking for trouble | 13:46:01 |
@hexa:lossy.network | decoupling the controller/api and the frontend of homeautomation would be neat | 13:47:02 |
@hexa:lossy.network | the controller could work in a consensus based fashion | 13:47:08 |
CRTified | In reply to @hexa:lossy.network using an sd card for write intensive stuff is asking for trouble Yeah, I kind of knew that before | 13:47:10 |