From a23d27fcf0196f8f87af3c3d5d7add913aae5a2f Mon Sep 17 00:00:00 2001 From: Seb <37946892+avenger11@users.noreply.github.com> Date: Thu, 21 Dec 2023 14:30:11 +0000 Subject: [PATCH] modified: pages/My setup and Hardware.md --- pages/My setup and Hardware.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pages/My setup and Hardware.md b/pages/My setup and Hardware.md index 9a2a102..8123380 100644 --- a/pages/My setup and Hardware.md +++ b/pages/My setup and Hardware.md @@ -7,3 +7,17 @@ nav_order: 3 # My setup and Hardware +I recently change my approach to use containers instead of Home Assistant VM for the following reason: +- My home assistant take more than 5 mins to restart all the extension etc.. +- Restart the VM and Home Assistant take more than 15 mins +- There is update every week ( I want to keep up but I don't have 1h to reserve every week for update in case something goes wrong and I need to use a backup) +- If home assistant crash during update/restart EVERYTHING stop + +With container I separate Home Assistant,Node-Red,Zigbee2MQTT,Emqx & MariaDB. +- I'm using [mqdockerup](https://github.com/MichelFR/MqDockerUp) for update notification and update +- Restart one container for update take less than a minute ( And I will find a way so it take less than a second even for Home Assistant 😄) +- I use Zigbee over ethernet so I'm not relying on USB stick. + +So today, I'm running Home Assistant, Node-Red, Zigbee2Mqtt, Emqx and MariaDB in docker container on my Synology DS920+ (with additional SSD and 20Go of RAM) + +The Wall Mount tablet is a FireHD 10 from amazon running Fully Kiosk Browser. \ No newline at end of file