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
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Please read the whole readme before use!
9
9
10
10
>To avoid confusion: you can use the original hue-clip-api.node-red-flows.json file OR the V2 labeled file out of this repository. Both will lead you to a functional HUE system, the V2 approach is slightly different to the original one. You can read the full readme and can decide what fits you more.
11
11
12
-
Version 4.1 Update Info below
12
+
Version 4.2 Change Notes below
13
13
14
14
This respository is an example Flow how to communicate with the HUE-Bridge API V2 over https request
15
15
It includes everything you need to communicate with your HUE-Bridge directly using https-request via the restful API V2 (CLIP API)
@@ -67,6 +67,17 @@ Mine runs completly zero issue since i made it.
67
67
68
68
If you need help, pull a request or start a discussion, Thanks!
69
69
70
+
Version 4.2 Update:
71
+
---
72
+
User Capusjon had the idea that it might be useful to add 3 Nodes for Enocean / Zigbee green power switches
73
+
>"Fluid Dimming when holding keypress" This is useful for switches like Enocean or zigbee green power devices that send a signal on push and >release. The first node send a request to dim up in 8000ms / second node dim down in 8000ms / third node to stop dimming.
74
+
>The nodes are set to the "light" endpoint and can be easily changed into "grouped_light", additional the ID is needed.
75
+
76
+
> new File:
77
+
> - /flows/dimming_nodes.json
78
+
79
+
- 3 nodes for dimming functionality for Enocean / Zigbee green power switches
0 commit comments