Search found 5 matches

by tromper
06 Apr 2018 16:16
Forum: Discussions in English
Topic: Binding battery level of my flood sensor
Replies: 0
Views: 2611

Binding battery level of my flood sensor

Hi everyone, I am trying to bind the battery level of my sensor using the JS automation engine. I bind other values perfectly so i guess i am doing something wrong with this one. Here is the code i use: //BATTERY// zway.devices[2].commandClasses[128].data[1].val.bind(function(){ //Binds event if(thi...
by tromper
14 Nov 2017 15:05
Forum: RaZberry
Topic: Sending data to server using JS automation engine
Replies: 0
Views: 2393

Sending data to server using JS automation engine

Hello everyone, I have a problem and was wondering if maybe some of you could help me, as I am more or less new in Z-Wave world. I am trying to create a webpage, hosted in an Apache server (with PHP and mySQL) on the Raspberry, where I would like to see the values of my Fibaro Flood Sensor, more or ...
by tromper
03 Nov 2017 00:12
Forum: RaZberry
Topic: Tutorial-load js files/get device values/requests to servers
Replies: 2
Views: 6036

Re: Tutorial-load js files/get device values/requests to servers

Hey! nice tutorial! would be nice if you write a tutorial on how the data is fetched in the PHP script and how it's sent
to an email
by tromper
30 Oct 2017 21:46
Forum: RaZberry
Topic: C API plus web server
Replies: 4
Views: 5363

Re: C API plus web server

Hi jucs, I am currently doing a project for my university which involves creating a GUI and sending data to it from my zwave sensor using razberry and the c library API. I am using netbeans to try to compile the program but i keep struggling as it is telling me that the header file zwaylib.h and zlo...
by tromper
25 Oct 2017 18:21
Forum: RaZberry
Topic: Explain how to use low level C API
Replies: 11
Views: 14521

Re: Explain how to use low level C API

Hello,

How do i add -I/opt/z-way-server/LibZway to CFLAGS?? i have the same problem, it is telling me that the file zwaylib.h can not be found.

Thanks, Tromper