Search found 9 matches

by n4zg
10 Sep 2015 23:01
Forum: RaZberry
Topic: Razzberry Inclusion mode Url syntax
Replies: 0
Views: 3222

Razzberry Inclusion mode Url syntax

Hi can some suggest the Inclusion mode Url syntax for Razberry module.

I am creating a web page where i would like to add devices to the razberry module by pressing a button, the razberry module to go into pairing mode so i can add devices.

Thanks
by n4zg
29 Aug 2015 22:41
Forum: RaZberry
Topic: Getting value from water meter sensor
Replies: 1
Views: 3397

Getting value from water meter sensor

Hi i am struggling to see if the water meter alarm sensor has been triggered via a http call i am using the following http://MYIP:8083/ZWaveAPI/Run/devices[7].instances[1].commandClasses[113] with the above command i get a null, I am returning to zwave after 2 years away from it, so im a bit rusty, ...
by n4zg
01 Aug 2014 00:02
Forum: RaZberry
Topic: Update all devices from URL Syntax
Replies: 2
Views: 4682

Update all devices from URL Syntax

Hi im trying to update all sensors from a webpage, in similar way to the expert UI button, anyone know the syntax for this ..

thanks
by n4zg
30 Jul 2014 21:12
Forum: RaZberry
Topic: Get value for Temp from multilevel sensor
Replies: 1
Views: 3686

Get value for Temp from multilevel sensor

Hi im trying to get the value for Temp, humidity and lumin from a ROuting multi sensor from a webpage i dont know the syntax.. ive tried a few different options but no luck any suggestions please ..

Code: Select all

http://<ipaddress>:8083/ZWaveAPI/Run/devices[8].Temperature
Thanks
by n4zg
28 Jul 2014 01:36
Forum: RaZberry
Topic: http syntax for dimmer switch Razberry
Replies: 2
Views: 5146

Re: http syntax for dimmer switch Razberry

Thanks for the reply, that kind of works but i have to referesh the page to activate it and it doesnt seem accurate for example i do set 78.. it sets it to 78 then when i reduce it 40 the amount in the interface shows 70, does it need a command to switch it on or off . thanks for the info..
by n4zg
28 Jul 2014 00:15
Forum: RaZberry
Topic: http syntax for dimmer switch Razberry
Replies: 2
Views: 5146

http syntax for dimmer switch Razberry

Hi im a bit stuck i am trying to access a dimmer switch with the following url on the razberry module

Code: Select all

http://<ipaddress>/ZWaveAPI/Run/devices[4].instances[0].commandClasses[0x20].Set(78)
but not working any suggestions please .

Thanks
by n4zg
29 Jun 2014 16:21
Forum: RaZberry
Topic: Http command to get all devices connected
Replies: 2
Views: 5667

Re: Http command to get all devices connected

Thank you very much that is exactly what i was looking for .

Thanks :D
by n4zg
28 Jun 2014 04:52
Forum: RaZberry
Topic: Http command to get all devices connected
Replies: 2
Views: 5667

Http command to get all devices connected

Hi I'm trying to retrieve all the ids connected to the razberry . I have used the neighbours option but that gives me just the number. Is it possible to get the name of all the devices as a Json with a http request in a similar naming style to the widgets data in the User interface. Thanks in advanc...
by n4zg
24 Jun 2014 14:14
Forum: RaZberry
Topic: Retrieve data from razberry for a period of time
Replies: 1
Views: 4125

Retrieve data from razberry for a period of time

Hi im trying to get data from the razberry for a period of time say last 7 days i dont know the syntax to do it any help would be gratefully appreciated .. I can get data with a timestamp with the following. http://<ipaddress>:8083/ZWaveAPI/data/<timestamp> but i need the json data for the last 7 da...