Docker container with Z-Wave support

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/

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.

Hm? The official docker.io/homeassistant/home-assistant docker image includes zwave support.

Sebastian

The official image doesn’t run on a raspberry pi.

Ah, that explains it :wink:

Sebastian

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