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
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,23 @@
2
2
3
3
# hue-clip-api.node-red-flows
4
4
5
-
# ALERT! DO NOT UPDATE YOUR BRIDGE!
6
-
# PLEASE READ THE OPEN ISSUE
5
+
# ATTENTION! BE CAREFUL UPDATING YOUR BRIDGE! API CHANGES!
7
6
8
-
Problem explained here: https://github.com/andesse/hue-clip-api.node-red-flows/issues/25
7
+
HUE changed the Event-Flow output in the API for groups. I got a beta release (1.53.1953188010) where it changed.
8
+
Instead of sending payloads for every light/group seperately they changed it into a payload with one big array.
9
+
For the reason that the response data for th group is not always at the same position the array need to be converted to single payloads first.
10
+
All the data needed comes now directly as payload, so the subflows need to be replaced with this new version. Everything else seem to work like before.
11
+
12
+
These changes can be done already, even when you dont have this Firmware. You can replace your nodes to be prepared before the public Firmware rollout.
13
+
> Before you start to change everything, pleas run a quick test with one room.
14
+
>> TO BE SAVE, BACKUP YOUR OLD FLOW BEFORE!
15
+
16
+
The new file is here: https://github.com/andesse/hue-clip-api.node-red-flows/blob/main/V3_receivers.json
17
+
18
+
Here is a screenshot what is included and the new array payload in the debug window:
0 commit comments