Http get regest

Hello.
Is it posable to get (request) the status of a devise eg light over http.
Eg the opposite of “http://hg_address/api/HomeAutomation.ArduinoDemo/3/Control.Off” witch sets the value in HG. I would like to read the current value from HG.
IanR

yes, probably easy enough to find with your browser debugger - I dont have a hg install at work to check :slight_smile:

Helllo
Found it after a long time:

http:// < IP > /api/HomeAutomation.ZWave/ < zwave module number eg 3 > /Basic.Get

so would look like
http://127.0.0.1/api/HomeAutomation.ZWave/3/Basic.Get
This returns a json file with the current value of the unit requested

Ian R

Sorry, missed this question completely.
Also take a look at the docs: https://bounz.github.io/HomeGenie-BE/api/mig/mig_api_zwave.html#4
You will find a lot of other things that you can do using API.