Skip to content

Commit 072b33d

Browse files
authored
Update README.md
1 parent c1c1efe commit 072b33d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Press the button on your Bridge. Inject the Request Node, the debug window will
2525
- **step4** Inject the "Request all Data" node. This process will take a couple of seconds, the Data will be stored in context (memory)
2626
- **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
2727
- **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.
28-
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.
28+
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.
2929
- **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.
30-
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.
30+
Discover your 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.
3131
- Done! You can now start to create your setup.
3232

3333
https://github.com/andesse/hue-clip-api.node-red-flows/blob/main/HUE-CLIP-API_Node-Red-Flows.json
@@ -40,12 +40,9 @@ https://github.com/andesse/hue-clip-api.node-red-flows/blob/main/HUE-CLIP-API_No
4040
The Bridge is just able to receive max! 5 light / 1 group request per second, less is better. If problems do occure, use the alternative request flow (step3)
4141
- additional flows are in the "flows" folder in this repository and can be downloaded there
4242
- Colors get more complicated. These are x/y values now. To determine the right value I recommend to change the color in the app and watch the EventStream. Open the color payload until you find the x/y values and use these.
43-
- seperate flows can be found in the "flows" subfolder
4443
- For a full API Documentation you could create an Account at: https://developers.meethue.com/
4544

46-
If you need help, start a discussion, Thanks!
47-
48-
45+
If you need help, start a discussion and when you are pleased with this repository, click donate and buy me a coffee :) Thanks
4946

5047
### Shoutout to everyone who participated with great ideas, code, and/or additional flows, that made this repository even better, Thank you! Credits below
5148

0 commit comments

Comments
 (0)