Search found 8 matches

by puesb
24 Nov 2015 21:19
Forum: RaZberry
Topic: Second controller
Replies: 1
Views: 2582

Second controller

Hello,

I assume I have a basic question but I seem not to find an answer. Can I add a second controller (Aeon Labs Z-Stick S2) to my RaZberry controlled network? Thank you very much

Best regards

Bart
by puesb
22 Aug 2014 16:58
Forum: RaZberry
Topic: Strange behaviour of system() call
Replies: 5
Views: 6106

Re: Strange behaviour of system() call

execute a gpio command remotely. preferably in the same way as the zwaveApi (example: http//razberryIP:8083/ZWaveAPI/Run/devices[4].instances[0].commandClasses[0x43].data[1])
I concluded from your example in the initial post, that this would be easy.
by puesb
22 Aug 2014 15:41
Forum: RaZberry
Topic: Strange behaviour of system() call
Replies: 5
Views: 6106

Re: Strange behaviour of system() call

Hello,

Stupid question what do I have to install to run JavaScripts remotely? (http://raspberry:8083/JS/Run/system)

Thank you very much

Bart
by puesb
13 May 2013 22:38
Forum: RaZberry
Topic: Solved; DLC not shown as thermostat + not able to get value
Replies: 0
Views: 5156

Solved; DLC not shown as thermostat + not able to get value

<r>Hello,<br/> <br/> I have just received my Razberry module, connected it and installed the server software. After that I have included one of my Danfoss Living Connect valves but they do not appear as a thermostat device as they do in the cloud service. Nevertheless if I send the set command (exam...
by puesb
01 Apr 2013 12:42
Forum: Discussions in English
Topic: Command not found
Replies: 5
Views: 5696

Command not found

<r>I'm trying to use the Z in a piece of c# (dotnet) code, but what ever I do I always receive the same message "404 Command not found: /htdocs//ZWaveAPI/Run/devices[2].instances[0].commandClasses[0x43].Set(1,13)".<br/> <br/> An example of the request send out is "<URL url="https://z-cloud.zwave.me:...
by puesb
01 Apr 2013 12:42
Forum: Discussions in English
Topic: Command not found
Replies: 5
Views: 5696

Indeed silly

After some trouble shooting it turned out to be something very silly. The request type was overwritten with GET after I had put it to POST earlier on.
by puesb
01 Apr 2013 12:42
Forum: Discussions in English
Topic: Command not found
Replies: 5
Views: 5696

Reading data using HTTP request

<r>The Set command is working Prefect, now I want to read the value of the set-point.<br/> I first do a GET request (post) to update the data object. next I do a (post) request to receive the data (or at least the latest value probably not yet changed on battery powered device) but I don't find the ...
by puesb
01 Apr 2013 12:42
Forum: Discussions in English
Topic: Command not found
Replies: 5
Views: 5696

Polling data works

Thank you for your help, indeed polling the data works but then I have to manually analyze this response. Lots of work and probably not well optimized. So i will follow your tip wisely and buy myself a Razberry, knowing that a lot is taken care of for me.