OpenZWave Gui
Find a file
2020-05-10 23:37:43 +08:00
.github Create FUNDING.yml 2020-03-14 00:06:31 +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 Add QT-AdvanceDockWidget Version 3.3.5 and Start Porting Windows to it 2020-05-10 23:37:43 +08:00
ozwadmin-widgets Add QT-AdvanceDockWidget Version 3.3.5 and Start Porting Windows to it 2020-05-10 23:37:43 +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 Start adding some feedback 2020-02-13 17:14:55 +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 pointing to installer images 2020-03-02 16:54:54 +08: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 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.