openzwave/ozwdaemon

By openzwave

Updated almost 5 years ago

OpenZWave Daemon (MQTT and Remote Access)

Image
14

5M+

openzwave/ozwdaemon repository overview

OZWDaemon

A Docker Container for running the OpenZWave MQTT Adapter (for Home Assistant via the new Z-Wave Integration at https://github.com/cgarwood/python-openzwave-mqtt)

Running:

Start a container with the following command line:

docker run -it --security-opt seccomp=unconfined --device=/dev/ttyUSB0 -v /tmp/ozw:/opt/ozw/config -e MQTT_SERVER="10.100.200.102" -e USB_PATH=/dev/ttyUSB0 openzwave/ozwdaemon:latest

  • replace MQTT_SERVER with the IP address of the MQTT Server
  • replace all /dev/ttyUSB0 entries with the path to your USB Stick.
  • OpenZWave Config Files are copied on startup to the host directory specified by /tmp/ozw - You should replace it with a directory that is persistent.

Please consult the Github pages for complete information.

Available Tags:

latest - The Latest Build - A MultiArch Image for Intel, and ARM platforms

build-<buidnumber> - A Specific MultiArch Release of ozwdaemon

amd64-<buildnumber> / arm64-<buildnumber> / armhf-<buildnumber> - Individual Platform Images - Merged into the build- and latest tags where appropriate

Tag summary

Content type

Image

Digest

Size

226 MB

Last updated

almost 5 years ago

Requires Docker Desktop 4.37.1 or later.