You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
## Please read the whole readme before use!
9
9
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)
11
11
It includes various sample flows, sub-flows, descriptions and a lot more. You won't be dependent on badly maintained contribs anymore.
12
12
13
13
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
28
28
-**step3** add the same data into the HEADER V2 node, deploy
29
29
-**step4** Inject the "Request all Data" node. This process will take a couple of seconds, the Data will be stored in context (memory)
30
30
-**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.
34
33
-**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.
0 commit comments