Skip to content

Commit 6127dd0

Browse files
authored
Update README.md
1 parent 61bc86a commit 6127dd0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Please read the whole readme before use!
99

10-
This respository is an example flow how to communicate with https-request to the HUE-Bridge, using HUE's Restful API V2 (Clip API)
10+
This respository is an example flow how to communicate using https-request with the HUE-Bridge, using HUE's Restful API V2 (Clip API)
1111
It includes various sample flows, sub-flows, descriptions and a lot more. You won't be dependent on badly maintained contribs anymore.
1212

1313
As using almost only built-in NodeRed nodes, this repository has one small dependence, it is Yadomi's contrib philipshue-events.
@@ -28,12 +28,11 @@ Press the button on your Bridge. Inject the Request Node, the debug window will
2828
- **step3** add the same data into the HEADER V2 node, deploy
2929
- **step4** Inject the "Request all Data" node. This process will take a couple of seconds, the Data will be stored in context (memory)
3030
- **step5** Now you can use the Inject nodes for different API Endpoints. The data will be shown in the debug window. Discover lights or rooms for the next step
31-
- **step6** Double click on the blue "HUE Light Receiver" Node. Add the ID (for a light) or the RID (for a Room) inside the node, deploy
32-
Now use your App, turn on / off the light in the room, the subflow will output true/false. Repeat for all lights and rooms / zones.
33-
Do the same for motion sensors and buttons.
31+
- **step6** Double click on the blue "HUE Light Receiver" Node. Add the ID (for a light) or the RID (for a Room) inside the node, deploy.
32+
Now use your App, turn on / off the light in the room, the subflow will output true/false. Repeat for all lights and rooms / zones, that need to have status events for your flows.Do the same for motion sensors and buttons.
3433
- **step7** In the flow are several examples how to send actions to the bridge. You can just try it out and see what happens. The description is the node name.
35-
Discover yor scenes, (like in step 5) and add a scene ID into the "Recall a Scene" Node, deploy. Use the inject to activate the scene, repeat for all scenes.
36-
- You can start to build your setup.
34+
Discover yor scenes, (like in step 5) and add a scene ID into the "Recall a Scene" Node, deploy. Use the inject to activate the scene, repeat for all scenes that are needed.
35+
- Done! You can now start to create your setup.
3736

3837
https://github.com/andesse/hue-clip-api.node-red-flows/blob/main/HUE-CLIP-API_Node-Red-Flows.json
3938

0 commit comments

Comments
 (0)