open-zwave
open-zwave copied to clipboard
a C++ library to control Z-Wave Networks via a USB Z-Wave Controller.
Dear all, Since a few weeks Open-zwave won' t build, it error's out with the following error on a clean git clone: Building src/command_classes/Alarm.cpp Building src/command_classes/ApplicationStatus.cpp Building src/command_classes/AssociationCommandConfiguration.cpp /home/user/open-zwave-read-only/cpp/src/command_classes/AssociationCommandConfiguration.cpp: In...
This patch fixes #2613 according to the issue discussions.
in manufacturer_specification.xml in line 750 the name of the Fibaro CO sensor FGCD001 is wrong. This is the name of the smoke sensor FGSD -> FGCD ``` ``` must be...
Hi, @markruys What is the purpose of this change in Value.cpp? ```diff if (!IsWriteOnly()) { - // queue a "RequestValue" message to update the value - if (m_refreshAfterSet) { -...
Hi, Look at that log: CMD: sudo -E -n npm install -g homebridge-openzwave@latest > [email protected] preinstall /usr/local/lib/node_modules/homebridge-openzwave/node_modules/openzwave-shared > node lib/install-ozw.js > [email protected] install /usr/local/lib/node_modules/homebridge-openzwave/node_modules/openzwave-shared > node-gyp rebuild grep: /usr/*/include/value_classes: No...
Still the fuckin' debian pb about ninja and pip install or cmake via python Still in need
Please answer me ... Help lol Would like instead Tyvm It s ok Bye
I received a new Fibaro Dimmer 2 with an unknown id: 1001. Node has production date Dec-2021. Added a line to the manufacterer_specific.xml on my local device, that seems to...
Hi, if I include Fibaro Smart Implant (FGBS222) with security disabled all endpoints are correctly recognized. If I include it securely some of those endpoints are missing. If I add...