OpenZWave Gui
Find a file
2020-05-27 17:10:19 +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 Fix up Node Values/System/Config for Remote Connections and only run QTOZWManager methods if OZW is setup. Additionally, delay creation of Windows till we are connected to avoid outdated models being passed to the Windows 2020-05-27 17:10:09 +08:00
ozwadmin-widgets ads needs to be compiled as a Static Library 2020-05-26 22:34:22 +08:00
scripts appdata isn't working right now 2020-03-17 13:03:09 +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 Change pkg-config file for qt-openzwave 2020-05-20 15:30:00 +03: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-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.