Search found 6 matches

by johnrswanton
21 May 2013 16:56
Forum: RaZberry
Topic: Aeotec multisensor
Replies: 11
Views: 11918

Aeotec multisensor

<t>Hi <br/> <br/> I have a Aeotec Multisensor and i have incuded it RaZberry I'm able to get the value for the motion from this url : http://RASPBERRYPI_IP/ZWaveAPI/Run/devices[4].instances[0].commandClasses.SensorBinary.data.level.valueOf()<br/> <br/> but i am unable to get the temperature,humidity...
by johnrswanton
21 May 2013 16:56
Forum: RaZberry
Topic: Aeotec multisensor
Replies: 11
Views: 11918

Thanks for you reply,

<t>Thanks for you reply,<br/> i have tried <br/> http://RASPBERRYPI_IP:8083/ZWaveAPI/Run/devices[4].instances[0].commandClasses.SensorMultilevel.data<br/> <br/> and got this response<br/> <br/> {"name":"devices.4.instances.0.commandClasses.49.data","updated":"1970-01-16T20:17:47.557Z","invalidated":...
by johnrswanton
21 May 2013 16:56
Forum: RaZberry
Topic: Aeotec multisensor
Replies: 11
Views: 11918

I have temperature but how do i get light and humidity values

<t>Hi,I am able to get the temperature but it keeps jumping in value im not sure but maybe im getting the light and humidity but all on the same url as shown below, is there a way of seperating them?http://RASP_IP:8083/ZWaveAPI/Run/devices[4].instances[0].commandClasses.SensorMultilevel.data.val.val...
by johnrswanton
21 May 2013 16:56
Forum: RaZberry
Topic: Aeotec multisensor
Replies: 11
Views: 11918

Thanks,   well tried them

Thanks,   well tried them urls and got this error"Uncaught TypeError: Cannot read property 'val' of undefined"regards John
by johnrswanton
27 Mar 2013 20:00
Forum: RaZberry
Topic: list devices and get battery level
Replies: 3
Views: 5262

list devices and get battery level

<r>Hi all,<br/> <br/> I have recently bought the raspberry pi and z-way module and got it set up no problems<br/> <br/> I am currently able to get the state of a door sensor whether it is open or closed using the below url:<br/> <URL url="http://192.168.0.104:8083/ZWaveAPI/Run/devices%5B2%5D.instanc...
by johnrswanton
27 Mar 2013 20:00
Forum: RaZberry
Topic: list devices and get battery level
Replies: 3
Views: 5262

list devices and get battery level

<t>i can access the full tree from <br/> http://rasp_ip:8083/ZWaveAPI/Data/0 <br/> <br/> I have one door sensor which has node id of 2 where do i find information on this device and other additional devices i add in the future<br/> what part of the tree contains a list of all the devices and their n...