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...
``` What steps will reproduce the problem? 1.make What is the expected output? What do you see instead? openzwave-control-panel-read-only/webserver.cpp:333: warning: the use of `mktemp' is dangerous, better use `mkstemp' or...
``` I am trying to compile under ubuntu 11.04 and get the following error: jaime@jaime-AO532h:~/openzwave-control-panel-read-only$ make g++ -c -Wall -Wno-format -g -DDEBUG -Werror -I ../open-zwave/cpp/src -I ../open-zwave/cpp/src/command_classes/ -I ../open-zwave/cpp/src/value_classes/ -I...
``` I am trying to compile on a Raspberry Pi against the open-zwave library, revision 887. I get the following compile error: make g++ -o ozwcp -g ozwcp.o webserver.o zwavelib.o...
``` What steps will reproduce the problem? 1. run ozwcp on android 2. open http interface from a pc 3. try to add or remove a device What is the...
``` What steps will reproduce the problem? 1.uncomment three line about linux compilation 2.uncomment gnutls lib 3. What is the expected output? What do you see instead? No error and...
``` i did exactly as follow: 1. sudo apt-get install subversion *** open-zwave: *** 2. svn checkout http://open-zwave.googlecode.com/svn/trunk/ open-zwave 3. sudo apt-get install libudev-dev 4. user@ubuntu1004desktop:~/open-zwave/cpp/build/linux$ make *** libmicrohttpd: ***...
``` I have Asus RT-N16 (running on Broadcom 47xx, linux). Trying to cross-compile that on Ubuntu 10.04 (thru VMWare Player). What steps will reproduce the problem? 1. Download toochain from...
-fpermissive option need to be added to the CFLAGS to allow the program to compile. I am using ArchLinux, with gcc version 12.2.0 Thank you.
When debugging polling for a schlage BE469ZP lock, I saw that multiple posts were made for a single large string. This pull request fixes polling for this lock, by concatenating...