I decided to switch to running everything in docker containers, but I couldn’t find any containers that included zwave support. I decided to build my own. I tried to mirror the official Dockerfile as closely as possible. Hope others find it useful.
https://github.com/blakeblackshear/rpi-home-assistant
https://hub.docker.com/r/blakeblackshear/rpi-home-assistant/
fgabriel
(Ferdinand Gabriel)
January 4, 2017, 8:48am
2
Good work!
What a pity, you didn’t find my docker images on https://hub.docker.com/r/fgabriel/
There you can find other containers which you might want to use.
sebk-666
(Sebastian)
January 4, 2017, 9:14am
3
Hm? The official docker.io/homeassistant/home-assistant
docker image includes zwave support.
Sebastian
The official image doesn’t run on a raspberry pi.
O well. I learned a lot. I did create another image you might find interesting: https://github.com/blakeblackshear/rpi-hdmi-cec-rest
Hi, I am using the container you published. Just wondering how do you update HASS?
Thanks
You would pull the updated image, stop the old one, and start a new one. I haven’t built an updated image for a few versions. I may do that this week.
ok great, will give that a try!
cheers