Skip to content

Commit 777b8cf

Browse files
authored
Update README.md
1 parent 5b65187 commit 777b8cf

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,23 @@
22

33
# hue-clip-api.node-red-flows
44

5-
# ALERT! DO NOT UPDATE YOUR BRIDGE!
6-
# PLEASE READ THE OPEN ISSUE
5+
# ATTENTION! BE CAREFUL UPDATING YOUR BRIDGE! API CHANGES!
76

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:
19+
20+
![V3_receivers](https://user-images.githubusercontent.com/76150626/188277699-5f3a7cbf-b43f-409a-a95b-e59adaeb7409.JPG)
921

10-
Workaround here: https://github.com/andesse/hue-clip-api.node-red-flows/blob/main/V3_light_receiver.json
1122

1223
Please read the whole readme before use!
1324
---

0 commit comments

Comments
 (0)