how to read temp. value fibaro multisensor

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
LOCOSP
Posts: 29
Joined: 22 Sep 2013 02:33

how to read temp. value fibaro multisensor

Post by LOCOSP »

Hi,
I'm using my own GUI Web Interface and today i'm trying to get some temperature data from Fibaro MultiSensor...

Normally when using rely switches my url looks like this:

Code: Select all

http://raspberry:port/ZAutomation/api/v1/devices/ZWayVDev_zway_number/command/on or off
the question is how the url should look for temperature sensor ?

Sorry but the API docs are to hard to understand for me :?

Thank You in advance

Cheers
User avatar
PoltoS
Posts: 7571
Joined: 26 Jan 2011 19:36

Re: how to read temp. value fibaro multisensor

Post by PoltoS »

Just http://raspberry:port/ZAutomation/api/v1/devices/ZWayVDev_zway_number (inside the JSON you can find your value)
Post Reply