open-zwave-control-panel
open-zwave-control-panel copied to clipboard
UNMAINTAINED - We are looking for someone to maintain ozwcp! The OpenZWave Control Panel (ozwcp for short) is an application built on the OpenZWave library that permits users to query, manage and moni...
Today I managed to compile ozwcp, but when I start it, it just crashes: ``` # gdb ./ozwcp GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1 Copyright (C) 2016 Free Software Foundation, Inc....
I have create a new control panel UI that allows to do almost all the same things of OZCP, it uses `node-openzwave-shared` as NodeJS wrapper for open-zwave library in the...
I was attempting to modify a setting on a product I own, and when I saw nothing in the configuration section, I just assumed that the parameters weren't yet supported....
``` What steps will reproduce the problem? 1.clicking on the add device button (to add a binary Sensor for example) 2.switching off a binary switch (for example) 3.adding the binary...
``` What steps will reproduce the problem? 1.uncomment three line about linux compilation 2.uncomment gnutls lib 3.added -lgcrypt at the end of LIBS definition What is the expected output? What...
I got open-zwave-control-panel to compile and run under windows7 using visual studio 2015 and pthread-win32. All open zwave library functions appears to work. The web page shows up and I...
``` In cp.js : document.getElementById('sucnode').value = ''; Replace by document.getElementById('sucnodeid').value = ''; Thanks Thomas ``` Original issue reported on code.google.com by `[email protected]` on 18 Feb 2013 at 10:13
``` He, I try to use this programme on raspberry and it work fine. I would like to do some improvement. How can I send you the modification ? List...
Getting make: *** No rule to make target '/cpp/src/Options.h', needed by 'ozwcp.o'. Stop. This is my make file: http://pastebin.com/Kk3JzUyW I've double checked the OPENZWAVE path and ensured that Options.h DOES...
When creating a release build, this error warning kills the build. I can tell that `sid` gets assigned on line 563, but the compiler isn't bright enough to see that...