OpenZWave Gui
Find a file
2020-02-09 15:30:36 +08:00
data start adding definitions for Quirks 2017-05-05 23:46:44 +08:00
devicedb-lib remove these reduntant files, and fix build so its using dylibs not frameworks 2019-06-17 13:56:55 +08:00
ozwadmin-main Enable Remote Connection 2020-01-28 23:30:00 +08:00
ozwadmin-widgets widgets needs the path as well 2020-01-25 12:25:40 +08:00
scripts Update Path to License 2020-01-28 22:46:07 +08:00
.gitignore Initial commit 2016-04-27 22:59:59 +08:00
.gitmodules Remove Local openzwave 2019-06-04 17:04:25 +08:00
LICENSE Initial SourceCode Checkin 2016-04-27 23:02:11 +08:00
ozw-admin.pri Link in openzwavedatabase 2020-01-28 22:25:22 +08:00
ozwadmin.pro Start Moving OZWAdmin over to the new QT Wrapper 2019-06-03 21:46:33 +08:00
README.md Update README.md 2020-01-29 00:22:49 +08:00

ozw-admin

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

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 USBPATH=/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.