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
+39-4Lines changed: 39 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
3
3
# hue-clip-api.node-red-flows
4
4
5
+
>>Minor change Version 4.0 Update Info below
6
+
---
7
+
5
8
Please read the whole readme before use!
6
9
---
7
10
@@ -13,10 +16,8 @@ With Version 3.1 this is almost as easy to setup like some contribs that are ava
13
16
I am assuming a setup with 1 bridge, 30 lights, 4 motion sensors, 5 buttons, 25 scenes can be done in under 2 hours.
14
17
Dont be afraid, replace step-by-step, it will be easy. :)
15
18
16
-
17
19
Thanks to user ralfhille, who created the header node and the concept!
18
20
19
-
>>Version 3.4 Update Info below
20
21
21
22
This flow has one contrib, that need zero maintainance!
22
23
------------
@@ -64,8 +65,43 @@ Mine runs completly zero issue since i made it, no trouble with my wife anymore.
64
65
65
66
If you need help, pull a request or start a discussion, Thanks!
66
67
67
-
When you give me a star then it makes me happy! :)
68
+
69
+
Version 4.0 Update:
68
70
---
71
+
User Fred.Blo created a new approach to make this flow concept even more easy to setup. Big shoutout for that!
72
+
73
+
>If you have it already running with the initial release (up to v3.4), there is not much need to make these changes.
74
+
75
+
This will make it more easy to set it up initially. It also helps to have a cleaner looking Flow. There is one part of the Flow, that can be added seperately. It is an error handling mechanism for the Bridge timeout, "Event_Sender"
76
+
77
+
2 new Files:
78
+
- V2_HUE-CLIP-API_Node-Red-Flows_Fred.Blo.json
79
+
- V2_HUE_Event_Sender.json
80
+
81
+
82
+
- Existing Subflows (Light, Button & Motion Sensor receivers) are now 'configurable' for easier integration in existing system
83
+
• ID / RID is set in insert node config
84
+
- New subflow added 'Light Sender' to send commands to lamps easily, using node config :
85
+
• ID / RID is set in inserted node config
86
+
• type of light (light point or group of light)
87
+
- The 'bridge link' (receiver & sender) was revamped:
88
+
• single centralized grouped nodes for all calls
89
+
• handles 'overflows of calls' (i.e. when the HUE bridge refuses calls because it rate is > 5/sec, they are queued for repeat)
90
+
• a return value is sent to allow continuing the flow after command was sent
91
+
- removed / merged the 'technical' subflows (only used in configuration part to find the ID's / RID's
92
+
- A bit of 'UI'
93
+
• Re-organized nodes in groups to make it easier reading / configuring / accessing
94
+
• Some comments are directly readable without opening them (i.e. double click on it)
95
+
• added output names to subflows to easily know what to expect as output when reading flow using such nodes (without having to open subflow)
These are stored in context (default) until they are overwritten or erased.
104
140
With another Flow additional included, you can recall all these Informations as an array, or seperately.
105
141
106
-
PS: there are probably some typos, bad spelling, or other mistakes in this repository. I launched it in no-time, because i know how high the demand is for a working hue-setup. Forgive me ;)
0 commit comments