Home Assistant without Docker

8 comments started 2022-02-15 last 2022-02-27
Home AutomationHome Assistant
J
#1 jkazer

Hi, I have an older Synology DS214play which doesn't support Docker. Does anyone have instructions for setting up HA without Docker?

Y
#3 yandards

Avoid Docker for HA.

It wont run in supervisor mode so you can't get the recent API stuff from on here to work properly if at all.

A
#4 anglefire

yandards sorry but that is simply incorrect. I run HA with the supervisor in a docker container with influxdb, node-red, grafana and GivTcp in their own containers.

In fact if you install it not in a docker and then backup you config and then re-install it into a docker container, and restore the backup, it puts all the other items in containers.

I re-installled mine over the weekend when I upgraded my rpi4 to raspian 64bit. Took a couple of hours to sort start to finish.

A
#5 anglefire

Oh and I also use node-red to pull the data from the givenergy servers using the api’s so that works too.

Y
#6 yandards

anglefire I stand corrected, apologies for any confusion.

I don't think Synologys Docker plug in allows an install in supervisor mode but I might be wrong there too.

A
#7 anglefire

yandards now that I don’t know - but if it supports dockers then the answer is probably yes!

J
#8 jkazer

anglefire Seems the simplest approach is to add http://packages.synocommunity.com/ to the Synology sources list: Package Center -> Settings -> Package Sources. And then add it from the Community area. I got version 2021.9.7-15 HA Core this way.