OpenZWave Gui
Find a file
2020-06-16 14:29:03 +08:00
.github Create FUNDING.yml 2020-03-14 00:06:31 +08:00
.vscode Start Work on Dialogs for Controller Commands 2020-05-25 14:11:11 +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 Refactor our Configuration Dialog and Implement the Remote Object Cache Setting 2020-06-15 22:58:47 +08:00
ozwadmin-widgets Refactor our Configuration Dialog and Implement the Remote Object Cache Setting 2020-06-15 22:58:47 +08:00
scripts make sure we build a release build 2020-06-05 12:58:25 +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 Command Line Connections, and a few fixes here and there 2020-06-02 21:22:31 +08:00
ozwadmin.pro feat: test new feature 2020-06-16 14:29:03 +08:00
README.md Update README.md 2020-05-05 22:02:33 +02:00

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: http://bamboo.my-ho.st/bamboo/browse/OZW-OZW/latestSuccessful/artifact

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.