Search found 4 matches

by Deidad292
05 Jun 2017 23:39
Forum: RaZberry
Topic: POST Z-Way device status to another server (webpage)
Replies: 5
Views: 6736

Re: POST Z-Way device status to another server (webpage)

Thank you again for your answer. Ther was no more instances using port 8083, so I figured that mi own .js function should be the one causing the bind problem, because without it everything worked fine. To solve this, I have changed the code to: //Bindings for value changes console.log('###########CH...
by Deidad292
05 Jun 2017 15:59
Forum: RaZberry
Topic: POST Z-Way device status to another server (webpage)
Replies: 5
Views: 6736

Re: POST Z-Way device status to another server (webpage)

Thank you for your quick answer, I will look for examples. Yes, what I am trying to do is use a GET method to take the sensor value each time something changes, for this I use the ZWaveAPi in the GET method and then POST it to my webpage. You mentioned this is a bad idea, in which other ways could I...
by Deidad292
05 Jun 2017 01:10
Forum: RaZberry
Topic: POST Z-Way device status to another server (webpage)
Replies: 5
Views: 6736

POST Z-Way device status to another server (webpage)

Hello everyone, I have a problem and I was wondering if maybe some of you could help me, as I am more or less new in the programming and Z-Wave world. I am trying to create a webpage, hosted in an Apache server (with PHP and mySQL) on the Raspberry, where I can see the values of my Fibaro Flood Sens...
by Deidad292
27 Nov 2016 21:54
Forum: RaZberry
Topic: Z-Wave network using C libraries/alternatives
Replies: 0
Views: 2767

Z-Wave network using C libraries/alternatives

Hello everyone, this is my first post here, sorry if this is not the correct place to post my problem. So, I have a Raspberry Pi 2.0 with Raspbian installed and the RaZberry module, and I have the task of creating a web page to monitor a Fibaro flood sensor. The thing is, I am not supposed to use de...