open-zwave
open-zwave copied to clipboard
a C++ library to control Z-Wave Networks via a USB Z-Wave Controller.
I have a bunch of Leviton DZS15-1LZ switches. They are older (not ZWave "plus") and they don't offer instant updates when they are physically triggered (due to some Lutron patent)....
When a Value is set to verify change, and the value hasn't changed (bOriginalEqual is true), don't call Value::OnValueRefreshed(). Also, don't call OnValueChanged() since it's already called when the changing...
This config merits discussion on how to handle SWITCH_MULTILEVEL_START_LEVEL_CHANGE and SWITCH_MULTILEVEL_STOP_LEVEL_CHANGE commands sent by the controller to the associated actuator. More information here: https://groups.google.com/forum/#!topic/openzwave/PbCrQyQODTo I've tentatively added COMMAND_CLASS_SWITCH_MULTILEVEL together with...
unlike "old" openzwave, current versions won't open my danalock zwave lock if it's already in unlock state. if the state is locked unlock working. It is bother me because i...
Hi, I observe that, sometimes, changing the thermostat set point on Secure SRT323 results in the minimal value being displayed on the object (5°C) and a negative value returned on...
Would it be possible to produce artifacts for Windows in addition to the numerous *nix systems currently? There are no Windows binaries present here: http://mirror.my-ho.st/Downloads/OpenZWave/ - which makes it harder...
I recently migrated from the integrated HA OpenZWave distribution to this qt-openzwave container. Everything is running great, I'd say even better than the version integrated into HA, with the exception...
I'm not sure about the VerifyChanged compatibility declarations. The ozw config file only seems to pick up instance 1 and doesn't actually set the verify changed flags. This device requires...
There are at least two code.google.com links on the front page which are *supposed* to point to wiki pages, but instead they redirect to the project's main github page.
I have a Remotec ZXT-120 IR AC controller running with [Home Assistant](http://home-assistant.io). The device shows up fine in Home Assistant, and I can turn the heater on. However, when it...