OpenZWave Daemon (MQTT and Remote Access)
5M+
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)
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
Please consult the Github pages for complete information.
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
Content type
Image
Digest
Size
226 MB
Last updated
almost 5 years ago
Requires Docker Desktop 4.37.1 or later.