petergebruers / ozw-admin

OpenZWave Gui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ozw-admin

This is a Gui for OpenZWave, intended to replace the open-zwave-control-panel eventually.

Latest Installer Images/AppImages can be found here: https://github.com/OpenZWave/ozw-admin/releases

Work in Progress. Don't expect much right now :)

If you are using the ozwdaemon docker image, you need to allow remote network access to the Docker Image:

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 --network host openzwave/ozwdaemon:latest

Then in the OZWAdmin gui, when opening a "Remote Connection" specify the IP address of the Host the Docker Image is running on.

About

OpenZWave Gui

License:GNU General Public License v3.0


Languages

Language:C++ 95.5%Language:Python 2.4%Language:QMake 1.5%Language:CSS 0.2%Language:Shell 0.1%Language:C 0.1%Language:Batchfile 0.1%Language:Dockerfile 0.1%Language:Smarty 0.0%