Can you run MSR on Home Assistant OS ?
-
Looking at using Home Assistant for the first time, either on a Home Assistant Green, their own hardware or buying a cheap second hand mini PC.
Sounds like Home Assistant OS is linux based using Docker for HA etc.
Would I also be able to install things like MSR as well on their OS ? On the same box?
Thanks.
-
Docker is the way to go. I have two distinct hosts (one mainly as failover) and dozens of docker containers running alongside. The best feature is separation between them, so that if you mess with them, your system will run stable anyway and just the problematic containers will be impacted. Also, using docker compose file setup is a breeze. Not an easy learning curve, but doable.
-
You can't (sensibly) install additional, non supported things on HAOS
Docker is powerful, but feels rather like a steep learning curve in this case (as mentioned) I'd either get a couple of old NUCs from ebay, or get a decent(ish) NAS with VM capability. Much simpler IMHO
C
-
It’s just the first phase that’s complicate. In terms of every day operations, it’s very easy to manage and automate. Plus, no need to backup the entire vm but you’re good with just data and less memory/cpu intensive by design. Worth to explorer when doing a major re-design imho.






