open-zwave icon indicating copy to clipboard operation
open-zwave copied to clipboard

a C++ library to control Z-Wave Networks via a USB Z-Wave Controller.

Results 107 open-zwave issues
Sort by recently updated
recently updated
newest added

In `config/fibaro/fgwd111.xml` the config fields 41 and 42 have values that can be combined but the max value does not reflect this. The description says you are able to combine...

Since few weeks, I am not able to compile OZW on FreeBSD 13.0 with Clang 11. I have several fatal errors : ``` In file included from /usr/home/kiwi/git/freebsd-ports/comms/openzwave-devel/work/open-zwave-f150a985/cpp/src/command_classes/CommandClasses.cpp:73: /usr/home/kiwi/git/freebsd-ports/comms/openzwave-devel/work/open-zwave-f150a985/cpp/src/command_classes/Supervision.h:82:12: error:...

It was recognized in Domoticz and not mentioned in the library, so I figured out how to make the xml file. It has been forking for a while now. I...

Is there support for over the air (OTA) firmware update of devices. COMMAND_CLASS_FIRMWARE_UPDATE I was searching [http://www.openzwave.com/dev/index.html](http://www.openzwave.com/dev/index.html) but I can not find API to support it.

enhancement
HelpWanted:Advanced

I simply merged a commit from Fishwaldo in the Dev branch in 2020 and briefly tested it. I hope the community will come together to support 700 series bridge firmware...

Add support for Namron Touch Z-Wave 16 Thermostat

Add Abus door lock cfa3010

First error is ``` openzwave\cpp\src\command_classes\Supervision.cpp(56): error C7555: use of designated initializers requires at least '/std:c++20' ``` startig at line 55 in Supervision.cpp you have the following code. ```cpp m_sessions.push_back({ .session_id...

I created a configuration file for Goodway In wall switch using documentation provided on webpage: https://products.z-wavealliance.org/products/2948. I've tested it with the device on Domoticz. Configuration works and device reports it's...