Skip to content

Commit 61bc86a

Browse files
authored
Update README.md
1 parent 8c0c9b7 commit 61bc86a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
This respository is an example flow how to communicate with https-request to 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

13-
As using almost only built-in NodeRed nodes, this repository has one dependence. It is Yadomi's contrib philipshue-events.
13+
As using almost only built-in NodeRed nodes, this repository has one small dependence, it is Yadomi's contrib philipshue-events.
1414

1515
https://github.com/yadomi/node-red-contrib-philipshue-events
1616

17-
### Before importing this flow, it is important to install yadomi's contrib before. DO NOT DEPLOY WITHOUT!
17+
### Before importing this flow, it is important to install yadomi's contrib previously. DO NOT DEPLOY WITHOUT!
1818

1919
———————————————
2020

2121
### Installation Instructions:
2222
- Install "@yadomi/node-red-contrib-philipshue-events" in NodeRed
2323
- Import the Data from the :arrow_right: **HUE-CLIP-API_Node-Red-Flows.json** :arrow_left: into a new Flow Tab, deploy
2424
- In the flow are labels with **step1-step7**, follow step-by-step
25-
- **step1** generate a username for this flow in the Bridge, first add the Bridge IP in the labeled node, deploy
26-
Press the button on your Bridge. Inject the Request Node, the debug window will show the username
25+
- **step1** generate a username for this flow in the Bridge, first add the Bridge IP in the labeled node, deploy.
26+
Press the button on your Bridge. Inject the Request Node, the debug window will show the username
2727
- **step2** Configure the hue-events node with your IP and just discovered username
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)
@@ -32,7 +32,7 @@ https://github.com/yadomi/node-red-contrib-philipshue-events
3232
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.
3333
Do the same for motion sensors and buttons.
3434
- **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 step5 and add a scene ID into the "Recall a Scene" Node, deploy. Use the inject to activate the scene, repeat for all scenes.
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.
3636
- You can start to build your setup.
3737

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

0 commit comments

Comments
 (0)