How to check a device still online in the ZigBee network

For hue, this will help you:

http://yourhuebridgeip/debug/clip.html
In the window you see, post to /API:
{“devicetype”: “my_playground#blabla”}
Do this after you pushed the blue button on the bridge.

This way you will get the username you need to perform these actions:

https://developers.meethue.com/develop/hue-api/lights-api/

(Make sure to create a developers account to get in that api docs)

Then, make sure you can with with the better logic app (in combination with the Http flow cards). To get the light reachable status.

In Http flow cards, use under “then” the get JSON action.

1 Like