Get fibaro device status using node red http

Good Afternoon
I wonder if anyone could offer any help
I would like to query a fibaro door contact using node-red http and get its current status.
I have used this but get a vast about of text but cannot seem to find the status

http://username:password@192.168.xxx.xxx:80/api/devices?id=141

Many thanks in anticipation

You need to output a parse json object from the http request node. Once you have that paste it here between backticks (use the </> button)
eg
```
paste here
```

Many thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.