Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.08 KB

README.MD

File metadata and controls

30 lines (21 loc) · 1.08 KB

Zwave2MQTT

Build Status Docker Pulls Docker Version Docker Size/Layers

Why not use the official container?

It has no arm64 support, this project might make it back upstream :) This container allows this setup to work flawlessly!

Test container with docker-compose

cd examples/compose
docker-compose up

Building the container locally

You could build the container locally to add plugins. It works like this:

docker build . \
      --tag lansible/zwave2mqtt:latest

Credits