qt-openzwave icon indicating copy to clipboard operation
qt-openzwave copied to clipboard

QT5 Wrapper for OpenZWave

Results 64 qt-openzwave issues
Sort by recently updated
recently updated
newest added

Dear developers, I really enjoy your great work, but now I hope for you assistance to solve a problem several people are struggling with. I am running the Home Assistant...

A lot of times during startup, OZW will crash. This is specially annoying since the network takes 40+ minutes to startup :/ I'm using this in HA with the hass.io...

New lock codes show up in ozwadmin but not in MQTT until ozwdaemon is restarted. Lock codes are being set via `ozw.set_usercode` in Home Assistant's Developer Tools -> Services. Additionally,...

The latest log record retrieved by HomeSeer with this lock was always correct. With ozw 1.6 the log record is completely wonky... Unlocked by keypad with user code says Lock...

Add-on crashes immediately after adding a Kwikset Zwave Lock. I attempted multiple times each time deleting the node after crash. I was able to add a Kwikset Zwave+ lock without...

When I've tried using the `replacefailednode` mqtt command, [here](https://github.com/OpenZWave/qt-openzwave/blob/master/docs/MQTT.md#replacefailednode), I receive "Invalid Node Number". In my case, I was attempting to re-use node 22, which had a previously failed device...

When trying to run ozwdaemon (standalone of allinone) I get the following output ``` [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct...

I think it would help the average OZW-interested person if we could have some sort of releases. I believe that the `:latest` docker image is automatically compiled and so it...

I am running openzwave/ozwdaemon:allinone-latest in a docker container on my Pi. I can open the OZW Admin VNC viewer but it keeps closing. It would appear to be whenever there...

Common convention is to honor DESTDIR such that package builders can properly handle code. This shouldn't happen: ``` $ make install DESTDIR=`pwd -P`/FOO cd qt-openzwave/ && ( test -e Makefile...