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

Hello, I can't get OpenZwave to work, I still have a Code 254 error Docker logs: https://pastebin.com/MR4QejCy OZW current log: https://pastebin.com/3q1mM6mQ If i check in my MQTT logs i see...

I run ozw daemon on a separate machine connected through wifi. When the wifi signal is interrupted, the state of random zwave devices is usually messed up. The only way...

The recommended docker launch for the ozwdaemon is: docker run -it \ --security-opt seccomp=unconfined \ --device=/dev/ttyUSB0 \ -v $PWD/ozw:/opt/ozw/config \ -e MQTT_SERVER="10.100.200.102" \ -e USB_PATH=/dev/ttyUSB0 \ -p 1983:1983 \ openzwave/ozwdaemon:latest...

https://github.com/OpenZWave/qt-openzwave/blob/7ebd43e246e97851ad20f2b1bb9c62bfd6a4a6ef/qt-ozwdaemon/mqttpublisher.cpp#L63 This line creates an mqtt client id of "qt-openzwave-0". If you have installations across multiple machines, their mqtt-client-id will be duplicated on the MQTT server. Since an MQTT server...

Could you describe how to add an healthcheck command on standalone image? Thanks.

I just got a [Honeywell 39363-CS2 UltraPro Z-Wave Plus Outdoor Plug-in Switch, Weather-Resistant, 1 Grounded Outlet, 39363](https://smile.amazon.com/gp/product/B08BJBL21R/) but ozwd doesn't recognize its name/info. After a couple "heal node" requests, it...

I am running docker images ozwdaemon:latest and eclipse-mosquitto:latest as of yesterday on a Raspberry Pi together with Home Assistant 0.113.1. I have about 90 devices and over 500 entities. As...

Hi, after importing my about 40 node zwave network, ozwdaemon stuck with 100% cpu load on my pi 4. I waked up all my battery devices and all nodes where...

It appears that the ozwdaemon doesn't handle the USB device going away. I haven't tested this outside of docker, maybe it handles better with the container layer removed. I'd be...