node-red-contrib-knx-ultimate 2.2.18 → 2.2.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +872 -884
- package/nodes/hue-config.js +53 -36
- package/nodes/knxUltimateHueBattery.html +2 -1
- package/nodes/knxUltimateHueButton.html +2 -1
- package/nodes/knxUltimateHueLight.html +7 -5
- package/nodes/knxUltimateHueLight.js +1 -1
- package/nodes/knxUltimateHueLightSensor.html +2 -1
- package/nodes/knxUltimateHueMotion.html +2 -1
- package/nodes/knxUltimateHueScene.html +2 -1
- package/nodes/knxUltimateHueTapDial.html +2 -1
- package/nodes/knxUltimateHueTemperatureSensor.html +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,225 +6,224 @@
|
|
|
6
6
|
|
|
7
7
|
# CHANGELOG
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
**Version 2.2.20** - November 2023<br/>
|
|
10
|
+
- Fixed a cross site js script loading, affecting the node running under HomeAssistant.<br/>
|
|
11
|
+
|
|
12
|
+
**Version 2.2.19** - November 2023<br/>
|
|
13
|
+
- HUE Bugfix.<br/>
|
|
14
|
+
|
|
15
|
+
**Version 2.2.18** - November 2023<br/>
|
|
11
16
|
- HUE Bugfix.<br/>
|
|
12
17
|
- New connection check for HUE bridge.<br/>
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
<p>
|
|
18
|
+
|
|
19
|
+
**Version 2.2.16** - November 2023<br/>
|
|
16
20
|
- NEW: Hue Light: you can now enable the input/output PINs and send/receive commands to/from the light, via the msg flow, like msg.on={"on":true}. The option is "Node Input/Output PINs".<br/>
|
|
17
21
|
- NEW: Hue Scene: you can now enable the input/output PINs and send/receive commands to/from the light, via the msg flow. The option is "Node Input/Output PINs".<br/>
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
<p>
|
|
22
|
+
|
|
23
|
+
**Version 2.2.9** - November 2023<br/>
|
|
21
24
|
- Fixed errors in Iobroker.<br/>
|
|
22
25
|
- HUE Light: NEW: color selection show now the temperature in kelvin.<br/>
|
|
23
26
|
- HUE Light: NEW: Tunable White: added control and status in kelvin (DPT 7.600). This is in BETA testing.<br/>
|
|
24
27
|
- Removed some options in button and scene nodes, because they are unnecessary.<br/>
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
<p>
|
|
28
|
+
|
|
29
|
+
**Version 2.2.6** - October 2023<br/>
|
|
28
30
|
- Fix: fixed HUE button sending a KNX telegram at startup. Fixed also other nodes.<br/>
|
|
29
31
|
- HUE Nodes: added the option to inizialize at startup or not.<br/>
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
**Version 2.2.5** - October 2023<br/>
|
|
33
35
|
- Fix: fixed some HUE nodes not able to register to the event notification service.<br/>
|
|
34
36
|
- Restyle GUI of KNX Device node.<br/>
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
**Version 2.2.4** - October 2023<br/>
|
|
38
40
|
- HUE Light: fixed some status hiccups and better handling of async hue bridge functions.<br/>
|
|
39
|
-
|
|
40
|
-
|
|
41
|
+
|
|
42
|
+
**Version 2.2.3** - October 2023<br/>
|
|
41
43
|
- HUE Light: Again, rewrite of the DIM function to get rid of the dimming_delta.<br/>
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
**Version 2.2.2** - October 2023<br/>
|
|
45
47
|
- NEW: HUE Motion: support HUE Camera motion events via the HUE Motion node.<br/>
|
|
46
|
-
- HUE Light: some tweaking to the GUI.<br/>
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
</p>
|
|
51
|
-
<p>
|
|
52
|
-
<b>Version 2.2.1</b> - October 2023<br/>
|
|
48
|
+
- HUE Light: some tweaking to the GUI.<br/> - HUE Grouped Light: Fixed relative dimming function.<br/> - KNK Alerter node: <a href="https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/SampleAlerter">fixed the wiki sample page</a>.<br/> - KNX Viewer: added the help pane in Node-Red.<br/>
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
**Version 2.2.1** - October 2023<br/>
|
|
53
52
|
- Massive rewrite of the DIM function, for brightness and for color temperature.<br/>
|
|
54
53
|
- NEW: HUE Light: Added dimming speed, minimum dim value and maximum dim value.<br/>
|
|
55
54
|
- NEW: HUE Light: Read of the lamp status at node-red start and after deploy of a new node.<br/>
|
|
56
55
|
- Security fix: patched a vulnerability in crypto.js.<br/>
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
**Version 2.1.63** - October 2023<br/>
|
|
60
59
|
- HUE Light: optimized the GUI in select color TAB.<br/>
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
**Version 2.1.62** - October 2023<br/>
|
|
64
63
|
- HUE Light: FIX: a typo error could prevent the light to switch on, if the light was set to specified RGB color at switch on.<br/>
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
**Version 2.1.61** - October 2023<br/>
|
|
68
67
|
- HUE Light: NEW color picker. A Color picker is shown in the right TABS of node-red, as soon as you open the light node. You can choose the color you want, and paste the RGB color into the HUE light node.<br/>
|
|
69
68
|
- HUE Light: the color getter is now not shown, whenever you select a grouped light. You can use the color picker instead.<br/>
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
**Version 2.1.58** - October 2023<br/>
|
|
73
72
|
- HUE Light: NEW color getter. Just click a button to automatically fill the node's "color" properties<br/>
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
**Version 2.1.57** - October 2023<br/>
|
|
77
76
|
- HUE Light: NEW Behaviour "KNX Brightness Status"<br/>
|
|
78
77
|
- HUE Light: the light now remembers the last brightness value after switch off<br/>
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
**Version 2.1.56** - October 2023<br/>
|
|
82
81
|
- HUE Scene: removed non existant scene 0.<br/>
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
**Version 2.1.54** - October 2023<br/>
|
|
86
85
|
- HUE Scene: NEW: you can now use also the Datapoint 18.001, to recall a scene via a KNX scene pushbutton.<br/>
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
**Version 2.1.52** - October 2023<br/>
|
|
90
89
|
- HUE Light node: fixed another possible switch on brightness issue.<br/>
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
**Version 2.1.51** - October 2023<br/>
|
|
94
93
|
- HUE Light node: fixed a possible switch on brightness issue.<br/>
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
**Version 2.1.50** - October 2023<br/>
|
|
98
97
|
- KNXUltimateViewer node: fixed too large text in custom template..<br/>
|
|
99
|
-
|
|
100
|
-
|
|
98
|
+
|
|
99
|
+
**Version 2.1.47** - September 2023<br/>
|
|
101
100
|
- HUE BRIDGE: fixed multiple HUE bridge handling.<br/>
|
|
102
|
-
|
|
103
|
-
|
|
101
|
+
|
|
102
|
+
**Version 2.1.46** - September 2023<br/>
|
|
104
103
|
- HUE BRIDGE: In case of https problems (certificate expired, etc...), the node will try to connect to the HUE BRIDGE in insecure http mode.<br/>
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
**Version 2.1.45** - August 2023<br/>
|
|
108
107
|
- HUE Light: now it correctly sets the KNX brightness if you turn on/off the light via HUE app.<br/>
|
|
109
108
|
- Fix a resource occupation while connecting to the HUE bridge and the bridge is not reachable for the first time.<br/>
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
**Version 2.1.43** - August 2023<br/>
|
|
113
112
|
- HUE Light: Moved some options to the "Behaviour" tab and fixed a race condition in the color setting, when some options are in conflict each other.<br/>
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
**Version 2.1.42** - August 2023<br/>
|
|
117
116
|
- Fixed some issues in getting the hue device's names, when using some non LTS versions of node.js.<br/>
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
**Version 2.1.41** - August 2023<br/>
|
|
121
120
|
- NEW: HUE Light: you can now control ALL GROUPED LIGHT together.<br/>
|
|
122
121
|
- HUE Light: fixed an issue with the "Link brightness to on/off switch" option, when a json color is selected at daylight or nighttime<br/>
|
|
123
122
|
- HUE Light: New: now you can use both DPT 5.001 and 3.007 in the color temperature, at the same time.<br/>
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
**Version 2.1.40** - August 2023<br/>
|
|
127
126
|
- HUE Light: Bugfix: color cycle continues to cycle color, even if a FALSE is sent from the group address.<br/>
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
**Version 2.1.39** - August 2023<br/>
|
|
131
130
|
- KNX-Ultimate Node: fixed an issue with the msg.topic sent to the flow.<br/>
|
|
132
131
|
- NEW: HUE Light: now you can set the color temperature, using datapoint 5.001 as well.<br/>
|
|
133
132
|
- NEW: HUE Light: the node will now disable parts of the UI, based on the capabilities of the HUE lamp.<br/>
|
|
134
133
|
- HUE nodes now wait 15 seconds before getting status and updating KNX devices, after node-red restart. <br/>
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
**Version 2.1.38** - August 2023<br/>
|
|
138
137
|
- Strenghten HUE eventsource resiliency.<br/>
|
|
139
138
|
- Implemented standard logging on all HUE nodes (there was temporary console.log statements).<br/>
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
**Version 2.1.37** - July 2023<br/>
|
|
143
142
|
- Load control: added msg.shedding to force shed/unshed.<br/>
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
**Version 2.1.36** - July 2023<br/>
|
|
147
146
|
- HUE Server bugfix: in some cases, the eventsource lost the connection while in idle for more than 15 minutes; fixed.<br/>
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
**Version 2.1.35** - July 2023<br/>
|
|
151
150
|
- Maintenance release. Added a youtube link with samples, into every HUE node configuration's window.<br/>
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
**Version 2.1.34** - July 2023<br/>
|
|
155
154
|
- NEW: Hue light node now supports the grouped lights.<br/>
|
|
156
155
|
- Tap Dial node: fixed an issue with datapoint 5.001.<br/>
|
|
157
156
|
- Full rewrite of the HUE engine, to reduce the http traffic with the HUE Bridge as much as possible.<br/>
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
**Version 2.1.33** - July 2023<br/>
|
|
161
160
|
- HUE Light: fix for lights not supporting GAMUT.<br/>
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
**Version 2.1.32** - July 2023<br/>
|
|
165
164
|
- NEW: Hue Battery Sensor: you can now get the battery level of all your battery powered HUE devices.<br/>
|
|
166
165
|
- The sensors now read the value at startup.<br/>
|
|
167
166
|
- Minor fixes.<br/>
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
**Version 2.1.31** - July 2023<br/>
|
|
171
170
|
- FIX: HUE Light: fixed wrong datapoint in the color cycle effect.<br/>
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
**Version 2.1.29** - July 2023<br/>
|
|
175
174
|
- FIX: HUE Light: fixed an issue involving brightness. The HUE HUB, randomly, sends a 0.39 dimming value as hue status. This cause an ON telegram to be sent to the KNX bus.<br/>
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
**Version 2.1.28** - July 2023<br/>
|
|
179
178
|
- HUE Light: fixed DIM behaviour.<br/>
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
**Version 2.1.27** - July 2023<br/>
|
|
183
182
|
- Trashed some old unuseful code and status options.<br/>
|
|
184
183
|
- Keep moving help to the help box of node-red.<br/>
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
**Version 2.1.26** - July 2023<br/>
|
|
188
187
|
- Hue Light: fixed brightness states issue.<br/>
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
**Version 2.1.25** - July 2023<br/>
|
|
192
191
|
- Hue Light: added the option to update the KNX Brightness status when turn on/off the HUE light.<br/>
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
**Version 2.1.24** - July 2023<br/>
|
|
196
195
|
- Hue Light: fix brightness not sending true/false to the KNX switch status, if no brightness GA present. Set the RBE filter on that.<br/>
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
**Version 2.1.23** - July 2023<br/>
|
|
200
199
|
- Hue Light: Update KNX Switch Status on HUE brighness change, now is the default.<br/>
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
**Version 2.1.22** - July 2023<br/>
|
|
204
203
|
- NEW: Hue Light: UI optimization and allow to set the switch on light, even it Night Lighting is unselected.<br/>
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
**Version 2.1.20** - July 2023<br/>
|
|
208
207
|
- NEW: Hue Light: you can choose to enable/disable the day/night behaviour.<br/>
|
|
209
208
|
- NEW: Hue Light: you can now choose some options in the new Behaviours configuration tab.<br/>
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
**Version 2.1.19** - July 2023<br/>
|
|
213
212
|
- Hue light and Hue button optimization.<br/>
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
**Version 2.1.18** - July 2023<br/>
|
|
218
217
|
- Quick fix for MDT and Wienzler interfaces.<br/>
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
**Version 2.1.17** - July 2023<br/>
|
|
222
221
|
- Revamped UI of KNX-Ultimate device node.<br/>
|
|
223
222
|
- HUE light: added "invert" option to the Day/Night sensor.<br/>
|
|
224
223
|
- More verbose status for all nodes.<br/>
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
**Version 2.1.16** - June 2023<br/>
|
|
228
227
|
- NEW: Hue scene. You can now call a HUE scene.<br/>
|
|
229
228
|
- Bump dependencies versions.<br/>
|
|
230
229
|
- Increased TTL of dgram socket, from 128 to 250.<br/>
|
|
@@ -232,306 +231,300 @@
|
|
|
232
231
|
- Enabled compatibility with KNX Virtual (BETA).<br/>
|
|
233
232
|
- Continue migrating the Help from gitHub to the standard Node-Red help box. You could find some discrepancies in help text. Sorry for that.<br/>
|
|
234
233
|
- **BREAKING CHANGE*** removed the emulation capability, because it's a complicated thing to mantain. If you don't know what it is, just don't care about that.<br/>
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
**Version 2.1.15** - June 2023<br/>
|
|
238
237
|
- Fix an issue with auto discovery of not registered HUE bridges. Now you must first set the IP, then click CONNECT.<br/>
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
**Version 2.1.14** - June 2023<br/>
|
|
242
241
|
- Hue Light node: added day/night behaviour.<br/>
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
**Version 2.1.13** - June 2023<br/>
|
|
246
245
|
- Hue Light node: fixed inversion in the color temp state.<br/>
|
|
247
246
|
- Hue Light node: switching on/off the light, now sets the DIM to 100%/0% as well.<br/>
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
**Version 2.1.12** - June 2023<br/>
|
|
251
250
|
- Hue Light node: added tunable white.<br/>
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
**Version 2.1.11** - June 2023<br/>
|
|
255
254
|
- KNX Global Context node: added the optional datastore to choose from.<br/>
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
**Version 2.1.10** - June 2023<br/>
|
|
259
258
|
- KNX Gateway Node: Migrated documentation to the standard node-red documentation box.<br/>
|
|
260
259
|
- KNXUltimate engine is now part of the published package https://www.npmjs.com/package/knxultimate.<br/>
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
**Version 2.1.9** - June 2023<br/>
|
|
264
263
|
- Start migrating documentation to the standard node-red documentation box.<br/>
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
**Version 2.1.8** - June 2023<br/>
|
|
268
267
|
- HUE event stream reader revamped.<br/>
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
**Version 2.1.7** - June 2023<br/>
|
|
272
271
|
- KNX nodes not correctly show status of JSON objects (like dimming, color, etc.).<br/>
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
**Version 2.1.6** - June 2023<br/>
|
|
276
275
|
- Several fixes for reading the correct GAMUT color.<br/>
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
**Version 2.1.4** - June 2023<br/>
|
|
280
279
|
- NEW: Hue light node: added random color cycle effect group address.<br/>
|
|
281
280
|
- Fixed destroying KNX nodes.<br/>
|
|
282
281
|
- Fixed destroying HUE nodes.<br/>
|
|
283
282
|
- Several HUE bugfixes.<br/>
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
**Version 2.1.3** - June 2023<br/>
|
|
287
286
|
- Bugfix.<br/>
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
**Version 2.1.2** - June 2023<br/>
|
|
291
290
|
- NEW: Hue Hue Light node, added BLINK option.<br/>
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
**Version 2.1.1** - June 2023<br/>
|
|
295
294
|
- NEW: Hue Tap Dial node: setting a color datapoint(232.600), the rotary dial will send a random color to the KNX group address.<br/>
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
**Version 2.1.0** - June 2023<br/>
|
|
299
298
|
- HUE nodes exited the BETA version. You can now start using HUE nodes.<br/>
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
**Version 2.0.21** - June 2023<br/>
|
|
303
302
|
- HUE: CAUTION POSSIBLE BREAKING CHANGES TO THE HUE NODES. PLEASE BE AWARE THAT HUE NODES ARE STILL IN BETA<br/>
|
|
304
303
|
- Revamped hue clipv2 push event client.<br/>
|
|
305
304
|
- New service icons.<br/>
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
**Version 2.0.20** - June 2023<br/>
|
|
309
308
|
- HUE: CAUTION POSSIBLE BREAKING CHANGES TO THE HUE NODES. PLEASE BE AWARE THAT HUE NODES ARE STILL IN BETA<br/>
|
|
310
309
|
- Fixed API issue, when no HUE bridges present.<br/>
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
**Version 2.0.19** - June 2023<br/>
|
|
314
313
|
- HUE: CAUTION POSSIBLE BREAKING CHANGES TO THE HUE NODES. PLEASE BE AWARE THAT HUE NODES ARE STILL IN BETA<br/>
|
|
315
314
|
- Fixed reading initial state of hue lamps.<br/>
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
**Version 2.0.18** - June 2023<br/>
|
|
319
318
|
- HUE: CAUTION POSSIBLE BREAKING CHANGES TO THE HUE NODES. PLEASE BE AWARE THAT HUE NODES ARE STILL IN BETA<br/>
|
|
320
319
|
- Fixed HUE telegram speed, according to the HUE Api V2 recommendation.<br/>
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
**Version 2.0.17** - June 2023<br/>
|
|
324
323
|
- HUE: CAUTION POSSIBLE BREAKING CHANGES TO THE HUE NODES. PLEASE BE AWARE THAT HUE NODES ARE STILL IN BETA<br/>
|
|
325
324
|
- Fixed issues with async call to getlightstate aas soon as the light node is created.<br/>
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
**Version 2.0.16** - June 2023<br/>
|
|
329
328
|
- HUE: CAUTION POSSIBLE BREAKING CHANGES TO THE HUE NODES. PLEASE BE AWARE THAT HUE NODES ARE STILL IN BETA<br/>
|
|
330
329
|
- Fixed issues with dimming in the hue button and hue tap dial nodes.<br/>
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
**Version 2.0.15** - June 2023<br/>
|
|
334
333
|
- HUE: CAUTION POSSIBLE BREAKING CHANGES TO THE HUE NODES. PLEASE BE AWARE THAT HUE NODES ARE STILL IN BETA<br/>
|
|
335
334
|
- NEW: Temperature sensor.<br/>
|
|
336
335
|
- Changes to HUE Light node, to mime the ISE KNX CONNECT HUE beavior.<br/>
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
**Version 2.0.13** - June 2023<br/>
|
|
340
339
|
- HUE: CAUTION POSSIBLE BREAKING CHANGES TO THE HUE NODES. PLEASE BE AWARE THAT HUE NODES ARE STILL IN BETA<br/>
|
|
341
340
|
- Hue Button node: fixed missing events in output msg.<br/>
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
**Version 2.0.12** - June 2023<br/>
|
|
345
344
|
- HUE: CAUTION BREAKING CHANGES TO THE HUE NODES. PLEASE BE AWARE THAT HUE NODES ARE STILL IN BETA<br/>
|
|
346
345
|
- NEW: Hue light sensor node.<br/>
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
**Version 2.0.11** - June 2023<br/>
|
|
350
349
|
- HUE: CAUTION BREAKING CHANGES TO THE HUE NODES. PLEASE BE AWARE THAT HUE NODES ARE STILL IN BETA<br/>
|
|
351
350
|
- Hotfix for Hue Button node, not retain property in config window.<br/>
|
|
352
351
|
- Removed "Double Tap" event, because it doesn't exists yet.<br/>
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
**Version 2.0.10** - June 2023<br/>
|
|
356
355
|
- HUE: CAUTION BREAKING CHANGES TO THE HUE NODES. PLEASE BE AWARE THAT HUE NODES ARE STILL IN BETA<br/>
|
|
357
356
|
- Hue Button node redesign.<br/>
|
|
358
357
|
- Other hue nodes fixes<br/>
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
**Version 2.0.9** - June 2023<br/>
|
|
363
362
|
- NEW: HUE Motion node<br/>
|
|
364
363
|
- NEW: HUE Tap Dial node<br/>
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
**Version 2.0.7** - June 2023<br/>
|
|
368
367
|
- HUE Button node: added an output PIN<br/>
|
|
369
368
|
- HUE Button node: added an option to emit a simplified msg
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
**Version 2.0.6** - June 2023<br/>
|
|
373
372
|
- NEW: HUE Button node. All HUE integrations are in BETA.<br/>
|
|
374
373
|
- Slowly integrating the help in the node-red help section.<br/>
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
**Version 2.0.1** - June 2023<br/>
|
|
378
377
|
- NEW: more KNX group addresses in the HUE Light node<br/>
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
**Version 2.0.0** - June 2023<br/>
|
|
382
381
|
- NEW Added HUE Light node. More HUE nodes to come. Please feel free to try it.<br/>
|
|
383
382
|
- Global context node: in the node name, only chas a-z are now allowed, to overcome syntax errors.<br/>
|
|
384
383
|
- As i spend 50% of my time to translate all documentation and node texts to 4 languages, i'll leave only English as main language, so you will see the UI only in English.<br/>
|
|
385
|
-
|
|
386
|
-
|
|
384
|
+
|
|
385
|
+
**Version 1.4.18** - Mai 2023<br/>
|
|
387
386
|
- NEW: Gateway Config Node: Starting from version 1.4.18, you can also simply enter the path to the ETS exported file (e.g.: /home/pi/mycsv.csv), instead of pasting it's content.<br/>
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
**Version 1.4.16** - Mai 2023<br/>
|
|
391
390
|
- FIX: fixed an issue when you have more than one Global Variable node.<br/>
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
**Version 1.4.15** - March 2023<br/>
|
|
395
394
|
- FIX: fidex an issue with unicode chars in the ESF imported file.<br/>
|
|
396
395
|
- NEW: Added Datapoint 235.001 Tariff. Please see the sample in the node window, appearing after you select the datapoint.<br/>
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
**Version 1.4.14** - March 2023<br/>
|
|
400
399
|
- NEW: Added Datapoint 29.xxx. Please see the sample in the node window, appearing after you select the datapoint.<br/>
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
**Version 1.4.13** - January 2023<br/>
|
|
404
403
|
- FIX: Fixed Datapoint 9. There was too many decimals.<br/>
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
**Version 1.4.12** - January 2023<br/>
|
|
408
407
|
- FIX: fixed scene controller issue.<br/>
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
**Version 1.4.11** - January 2023<br/>
|
|
412
411
|
- FIX: fixed RBE output filter, for those Datapoints (like PPM) that doesn't follow the KNX specifications. (https://github.com/Supergiovane/node-red-contrib-knx-ultimate/issues/223) and when you use the "round, multiply, etc..." payload handling option in the node configuration.<br/>
|
|
413
412
|
- NEW: Added DPT28.001 UTF-8 string. Thanks @twod-davydemaegt.<br/>
|
|
414
413
|
- FIX: Fixed a mistake (old one) in the ESF file import. Thanks @twod-davydemaegt.<br/>
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
**Version 1.4.10** - December 2022<br/>
|
|
418
417
|
- Wellcome in: Company Can'nX from France is using KNX-Ultimate in his Kloud'nX product.<br/>
|
|
419
418
|
- Minor fixes and WIKI update.<br/>
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
**Version 1.4.9** - November 2022<br/>
|
|
423
422
|
- NEW: GlobalContext node: If you import your ETS file, the global variable now contains ALL group addresses included in the ETS file. <br/>
|
|
424
423
|
- Fixed incorrect links in the Node-Red's Help TAB for some nodes.<br/>
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
**Version 1.4.8** - November 2022<br/>
|
|
428
427
|
- NEW: added Datapoints 13.016, 13.1200, 13.1201.<br/>
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
**Version 1.4.7** - November 2022<br/>
|
|
432
431
|
- NEW: added "Griesser Object" Custom Datapoint 6001.001. Thanks @croghostrider<br/>
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
**Version 1.4.6** - November 2022<br/>
|
|
436
435
|
- NEW: added Airflow Datapoint 9.009.<br/>
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
**Version 1.4.5** - October 2022<br/>
|
|
440
439
|
- Now the Watchdog node sends same errors from other KNX-Ultimate nodes, only once. This avoids flooding node-red flow with unnecessary messages.<br/>
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
**Version 1.4.4** - October 2022<br/>
|
|
444
443
|
- FIX: fixed an issue accurring when you put a wrong IP/hostname in the configuration gateway. Leaving node-red running with such wrong configuration, after a month or so, all UDP channels remain occupied until reboot. Thanks to @tarag for reporting that.<br/>
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
**Version 1.4.3** - October 2022<br/>
|
|
448
447
|
- Changed view for JSON objects (will display the RAW value instead of the JSON) in the KNXUltimate Viewer node.<br/>
|
|
449
448
|
- Added the measure unit near the payload value.<br/>
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
**Version 1.4.2** - October 2022<br/>
|
|
453
452
|
- Added DPT 21.001.<br/>
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
**Version 1.4.1** - October 2022<br/>
|
|
457
456
|
- Added DPT 14.077.<br/>
|
|
458
457
|
- NEW: you can now set the ETS group address list at runtime, via the Watchdog Node. See here https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/7.-WatchDog-Configuration the "importCSV" property of the msg.setGatewayConfig.<br/>
|
|
459
458
|
- Updated the Wiki in all languages.<br/>
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
**Version 1.4.0** - September 2022<br/>
|
|
463
462
|
- Cleaned code and standardize things, thanks @croghostrider.<br/>
|
|
464
463
|
- Fixed DPT 13.002 description Flow Rate in m³/h<br/>
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
**Version 1.3.49** - August 2022<br/>
|
|
468
467
|
- Fixed name validation in the Viewer node.<br/>
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
**Version 1.3.48** - August 2022<br/>
|
|
472
471
|
- Fixed old "new Buffer" call. It's deprecated and may not work with new node.js versions.<br/>
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
**Version 1.3.47** - August 2022<br/>
|
|
476
475
|
- Temporary hide KNX Secure TAB from the config window. It will appear again when KNX Secure will be ready.<br/>
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
- NEW: Added hostname DNS resolution in Config Gateway IP. Now you can put an IP or an hostname in the IP gateway's field.<br />
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
<p>
|
|
485
|
-
<b>Version 1.3.45</b> - June 2022<br/>
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
**Version 1.3.46** - July 2022<br/>
|
|
479
|
+
- NEW: Added hostname DNS resolution in Config Gateway IP. Now you can put an IP or an hostname in the IP gateway's field.<br />- NEW: Added Datapoint 1.024 Day/Night.<br />- Now the procol in the config node gateways is only suggested. You can choose the protocol by yourself.<br />
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
**Version 1.3.45** - June 2022<br/>
|
|
486
483
|
- NEW: pass msg.resetRBE = true to a device node, to reset both input and output RBE filter on that particular node.<br />
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
**Version 1.3.43** - Mai 2022<br/>
|
|
490
487
|
- NEW: Scene Controller: you can now specity the "wait" time also in seconds, minutes or hours.<br />
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
- Fixed an issue in the gateway config node UI. Corrected some UI spacing issues in low resolution monitor.<br />
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
<
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
</p>
|
|
503
|
-
<p>
|
|
504
|
-
<b>Version 1.3.40</b> - Mai 2022<br/>
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
**Version 1.3.42** - Mai 2022<br/>
|
|
491
|
+
- Fixed an issue in the gateway config node UI. Corrected some UI spacing issues in low resolution monitor.<br />- Fixed an issue occurring in the detection of local IP in case of ETH interface without family property specified.<br />
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
**Version 1.3.41** - Mai 2022<br/>
|
|
495
|
+
- Fixed an issue in the gateway config node UI, where you manually set the IP interface name.<br />- Fixed an issue introduced by a breaking change in Node 18.<br />- Added more "trace" log in the ipAddressHelper function, to better track the ethernet interface details.<br />
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
**Version 1.3.40** - Mai 2022<br/>
|
|
505
499
|
- Fixed an issue in the GlobalContext node, preventing the node from searching for the DPT, if the CSV ETS file has been imported and you don't specify the DPT in the msg input. Thanks to @Sebastien-Posca for pointing me out that.<br />
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
**Version 1.3.39** - April 2022<br/>
|
|
509
503
|
- Fixed an empty text in the KNX Alerter config node, about the Read States at start.<br/>
|
|
510
504
|
- Fixed an improperly cleaned queue in the config node close function.<br/>
|
|
511
505
|
- Fixed a possible issue in case of multiple disconnection from the KNX Bus in a short timeframe.<br/>
|
|
512
506
|
- Fixed sending disconnection_request with a null connection_ID, in the KNX Engine.<br/>
|
|
513
507
|
- Fixed re-sending per KNX Standards, of not ACKnowledged telegrams, not always working in some circumstances.<br/>
|
|
514
508
|
- Protected some function with a try-catch.<br/>
|
|
515
|
-
- Now the telegram handler function stops whenever the connection is lost and restart from fresh on connection.<br />
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
<
|
|
519
|
-
<b>Version 1.3.38</b> - April 2022<br/>
|
|
509
|
+
- Now the telegram handler function stops whenever the connection is lost and restart from fresh on connection.<br />- Optimized the retain mechanism of the queue handling, in case of shorttimed disconnections.<br />
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
**Version 1.3.38** - April 2022<br/>
|
|
520
513
|
- Memory footprint decreased.<br/>
|
|
521
514
|
- Better handling of KNX nodes objects array, for flows with more than 250 nodes.<br/>
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
**Version 1.3.37** - April 2022<br/>
|
|
525
518
|
- Changed: the KNX Gateway Node don't care anymore for ROUTING_LOST_MESSAGE and ROUTING_BUSY. Previously, it was disconnecting. Now it only advises in LOG.<br/>
|
|
526
519
|
- Updated and beautifullyfied the WIKI.<br/>
|
|
527
520
|
- Totally rewrote the CIRCULAR REFERENCE PROTECTION and FLOOD PROTECTION wiki page, in all languages.<br/>
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
**Version 1.3.36** - February 2022<br/>
|
|
531
524
|
- Purged unused requires and bumped dependencies versions.<br/>
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
**Version 1.3.35** - March 2022<br/>
|
|
535
528
|
- Reset handlers by removing/adding every time the connection is set by "new" directive.<br/>
|
|
536
529
|
- Fixed an issue causing glitches, when the disconnection is requested by the KNX interface instead of KNX-Ultimate.<br/>
|
|
537
530
|
- Fixed an issue occurring when the disconnection is started from KNX-Ultimate by the DISCONNECT_REQUEST, but the KNX Interface fails to send the DISCONNECT_RESPONSE to confirm the disconnection.<br/>
|
|
@@ -545,117 +538,117 @@
|
|
|
545
538
|
- Global Context: code revision.<br/>
|
|
546
539
|
- Wiki: merged Global Context node sample, into one single page for better readability.<br/>
|
|
547
540
|
- FIX: fixed rounding of numbers in the device node.<br/>
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
**Version 1.3.32** - February 2022<br/>
|
|
551
544
|
- FIX Datapoint 16.001: fixed an issue with the ISO8859-1 encoding.<br/>
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
545
|
+
|
|
546
|
+
|
|
547
|
+
**Version 1.3.31** - February 2022<br/>
|
|
555
548
|
- KNX Viewer node: now the payload is formatted depending on value type.<br/>
|
|
556
549
|
- KNX Viewer node: now the list is ordered by group address.<br/>
|
|
557
550
|
- KNX Viewer node: added a second output pin, that emits an Array containing all group addresses.<br/>
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
**Version 1.3.30** - February 2022<br/>
|
|
561
554
|
- KNX Viewer node: changed the Datetime display to local time format.<br/>
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
**Version 1.3.29** - February 2022<br/>
|
|
565
558
|
- Load Control: the timer for shedding won't everytime obey to what you've set. Fixed. <br/>
|
|
566
559
|
- Load Control: Added pre-shedding yellow warning message in the node status.<br/>
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
**Version 1.3.28** - February 2022<br/>
|
|
570
563
|
- NEW: KNX Viewer: this node allow you to see all datapints and values in a dashboard wirget. https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/knxUltimateViewer<br/>
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
**Version 1.3.27** - February 2022<br/>
|
|
574
567
|
- Load Control: minor fixes + issue a KNX read of Watt values, in case the GA doesn't automatically send a power value on change.<br/>
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
**Version 1.3.26** - February 2022<br/>
|
|
578
571
|
- FIX: fix a crash occurring it the KNX Gateway is set to "emulate" (that means, don't write to the bus).<br/>
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
**Version 1.3.25** - February 2022<br/>
|
|
582
575
|
- FIX: Load Control: measure unit was Wh. Corrected in W. Thank @Mauro of VivereSmart Facebook group https://www.facebook.com/groups/viveresmart<br/>
|
|
583
576
|
- Load Control: Added more info to the output message. Updated the online help.<br/>
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
**Version 1.3.24** - February 2022<br/>
|
|
587
580
|
- NEW: Load Control node: switch off your device if you're exceeding the Watt limit of your house.<br/>
|
|
588
581
|
- FIX: Alerter Node: fixed a KNX Address verification, in case you wrote your own string instead of a GA.<br/>
|
|
589
582
|
- FIX: Alerter Node: the node was sending a "read" request to all group addresses at start. Fixed.<br/>
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
**Version 1.3.22** - February 2022<br/>
|
|
593
586
|
- FIX: WriteRaw: some values wasn't sent to the bus due to an hex conversion issue.<br/>
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
**Version 1.3.21** - January 2022<br/>
|
|
597
590
|
- FIX: Node Logger wasn't correclty logging the bus traffic. Fixed.<br/>
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
591
|
+
|
|
592
|
+
|
|
593
|
+
**Version 1.3.20** - January 2022<br/>
|
|
601
594
|
- NEW: Telegram out queue TTL: as soon as KNX-Ultimate detects a connection loss, it will retain the telegrams sent to the BUS during the disconnection. After the reconnection, KNX-Ultimate will send the retained queue.<br/>
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
**Version 1.3.19** - January 2022<br/>
|
|
605
598
|
- NEW: Added Datapoint 14.058 Pressure (Pa).<br/>
|
|
606
599
|
- Added some more description while disconnecting from the BUS.<br/>
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
600
|
+
|
|
601
|
+
|
|
602
|
+
**Version 1.3.18** - January 2022<br/>
|
|
610
603
|
- FIX: Scene Controller: fixed an issue preventing the node to work if you haven't set the RECALL and SAVE group addresses.<br/>
|
|
611
604
|
- WIKI: updated the samples in the scene controller node.<br/>
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
**Version 1.3.16** - January 2022<br/>
|
|
615
608
|
- KNXEngine: there are some weird KNX gateways out there, either sending malformed header or CEMI messages. Now KNX-Ultimate will simply ignore these bad messages. Prior, it was disconnecting.<br/>
|
|
616
609
|
- KNXEngine: KNX-Secure packets are silently discarded for now, until KNX Secure will be ready.<br/>
|
|
617
610
|
- KNXEngine: added more logs to for troubleshooting pourposes.<br/>
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
**Version 1.3.15** - January 2022<br/>
|
|
621
614
|
- KNXEngine: better handling of disconnection in UDP mode, allowing very old grandpa KNX/IP interfaces enough time to understand what's happening, avoiding it to go crazy.<br/>
|
|
622
615
|
- KNXEngine: corrected Curve Crypto in KNX-Secure (KNX Secure is not enabled yet!).<br/>
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
**Version 1.3.14** - 26 December 2021<br/>
|
|
626
619
|
- KNXEngine: ACK management: the not acknowledged message will be re-transmitted once, then the connection will be dropped, as per KNX specs.<br/>
|
|
627
620
|
- KNXEngine: ACK management: the telegram's queue to be sent to the KNX BUS will be paused during the ACK waiting.<br/>
|
|
628
621
|
- KNXEngine: Routing: now the routing_busy and routing_lost_messages telegrams sent by the KNX/IP Router are handled.<br/>
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
622
|
+
|
|
623
|
+
|
|
624
|
+
**Version 1.3.13** - 25 December 2021<br/>
|
|
632
625
|
- KNXEngine: when in tunneling and suppress ACK request is disabled, the error is raised only after 3° failed ACK reception instead of 1°.<br/>
|
|
633
626
|
- KNXEngine: at disconnection, delete all pending ACK requests timer.<br/>
|
|
634
627
|
- Warning: if you've suppressed the ACK requests, in some cases the node cannot detect the disconnection. In this case, please use the KNX Watchdog to detect the disconnecitons and reconnect.<br/>
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
628
|
+
|
|
629
|
+
|
|
630
|
+
**Version 1.3.12** - December 2021<br/>
|
|
638
631
|
- KNX-Ultimate DEVICE node: added the validation of Group Address while deploy, with support for modern addressing up to 31/7/255.<br/>
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
**Version 1.3.10** - December 2021<br/>
|
|
642
635
|
- FIX: fixed a stupid "Disconnected by Message length mismatch 8/16" error due to a dumb find/replace error in the code.<br/>
|
|
643
636
|
- Added some more log to help resolving issues.<br/>
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
**Version 1.3.5 - REMOVED FROM REPO due to "Disconnected by Message length mismatch 8/16" error** - December 2021<br/>
|
|
647
640
|
- New KNX Engine has been enabled again, after fixing some glitches.<br/>
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
**Version 1.3.4** - December 2021<br/>
|
|
651
644
|
- Temporary reverted to old API, due to some little glitches.<br/>
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
**Version 1.3.2** - December 2021<br/>
|
|
655
648
|
- NEW: config node: you can now gather debug info (there is a button for that) to be sent to the developer to help resolving your issue. Then, please paste the debug infos in your gitHub issue.<br/>
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
**Version 1.3.1** - December 2021<br/>
|
|
659
652
|
---- MAJOR VERSION WITH TOTALLY REWRITTEN KNX API, IN PURE JAVASCRIPT ----<br/>
|
|
660
653
|
---- IF YOU ENCOUNTER ISSUES, JUST INSTALL THE LAST OLD VERSION WITH: npm install node-red-contrib-knx-ultimate@1.2.57 ----<br/>
|
|
661
654
|
---- PLEASE BE AWARE THAT ALL PREVIOULSY KNX SECURE OPTIONS HAVE BEEN HIDDEN UNTIL READY TO BE RELEASED, TO AVOID CONFUSIONS ----<br/>
|
|
@@ -670,29 +663,29 @@
|
|
|
670
663
|
- FIX: KNX-Device: if the node was set to react to "Read" requests and "Autorespond" was also enabled and "Autorespond with default value if no payload is present" was also active, in some circumstances the "response" telegram was sent to a wrong group address.<br/>
|
|
671
664
|
- FIX: Config gateway: the custom delay between Telegrams sent to the KNX BUS was locked to the safe mimimum of 40ms, even if you sat a lower value. Now is 30ms, but proceed with caution if you set a low value. 50ms should be the safe-default.<br/>
|
|
672
665
|
- FIX: Config gateway: suppress acknowledge telegram now work as expected, totally ignoring received Acknowledges and don't ask for any as well. Prior was only ignoring the received Acknowledges.<br/>
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
**Version 1.2.57** - November 2021<br/>
|
|
676
669
|
- Added following datapoints:<br/>
|
|
677
670
|
- 12.100 counter timesec (s)<br/>
|
|
678
671
|
- 12.101 counter timemin (min)<br/>
|
|
679
672
|
- 12.102 counter timehrs (h)<br/>
|
|
680
673
|
- 12.1200 volume liquid (l)<br/>
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
**Version 1.2.56** - November 2021<br/>
|
|
684
677
|
- FIX: hotfix echo in tunneling mode doesn't work since 1.2.55.<br/>
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
**Version 1.2.55** - November 2021<br/>
|
|
688
681
|
- Gateway servere node: recoding of some javascript parts, to increase speed to better accomodate the crypt/entrypt process of the upcoming KNX-Secure implementation.<br/>
|
|
689
682
|
- KNX-Secure: succesfully read ETS Keyring file and decrypt of Devices keys, Group Address keys, Backbone Key, Management Key and Auth Key.<br/>
|
|
690
683
|
- KNX-Secure: a shield icon near the Gateway name in the KNX Device node appears, if KNX-Secure gateway has been selected.<br/>
|
|
691
684
|
- KNX-Secure: node-red log now logs wether the gateway is secure or not, ETS Keyring project name, created By and ETS version.<br/>
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
- <font color="red">THIS VERSION TOUCHES MANY CONNECTIVITY POINTS.</font> It should handle all things better, but if you've trouble, you can always revert to the previous version by issuing
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
**Version 1.2.54** - November 2021<br/>
|
|
688
|
+
- <font color="red">THIS VERSION TOUCHES MANY CONNECTIVITY POINTS.</font> It should handle all things better, but if you've trouble, you can always revert to the previous version by issuing **npm install node-red-contrib-knx-ultimate@1.2.53**<br/>
|
|
696
689
|
- Tunneling/Routing connection optimization: standardized delay in CONNECT_RESPONSE timeout and cleaned some code to better handling installations with more than 500 group addresses.<br/>
|
|
697
690
|
- In tunneling mode, the node now signal the disconnection after 3 KNX Interface's connection state response failed, as per KNX standard.<br/>
|
|
698
691
|
- Increased the socket telegram TTL (Time to Live) for Multicast as well as for Unicast, from 16 to 128 for better handling of multirouted packets.<br/>
|
|
@@ -705,172 +698,169 @@
|
|
|
705
698
|
- Fixed some check-connection timers not stopping in time.<br/>
|
|
706
699
|
- Speed up the first KNX connection after node-red start/restart/deploy.<br/>
|
|
707
700
|
- Speed up the reconnection attempts in case of disconnections.<br/>
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
**Version 1.2.53** - November 2021<br/>
|
|
711
704
|
- Device node: as soon as you add a new node with "read from bus at start" option enabeld, it requests the value from the BUS also if you DEPLOY "modified nodes" only. Prior to that, you had to do a full DEPLOY.<br/>
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
**Version 1.2.52** - October 2021<br/>
|
|
715
708
|
- KNX Logger node: fixed some default fields.<br/>
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
**Version 1.2.51** - October 2021<br/>
|
|
719
712
|
- NEW: Logger node: you can now count telegrams per second (or any interval you want), for statistic pourposes. Thank @RicharddeCrep for proposing this ehnancement.<br/>
|
|
720
713
|
- WIKI: Updated the wiki in Deutsch, English, Italano and Chinese.<br/>
|
|
721
714
|
- Datapoint 10.001: fixed a little issue if the date of week is Sunday.<br/>
|
|
722
715
|
- Added the milliseconds indication in all logs (things happen fast!).<br/>
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
**Version 1.2.49** - October 2021<br/>
|
|
726
719
|
- Gateway connection: added more checks for connection resilience, in case of KNX Interface of particular manufacturer.<br/>
|
|
727
720
|
- Gateway connection: connection is now more speedy.<br/>
|
|
728
|
-
- NEW: Gateway connection has a new option to enable/disable the automatic connection to the KNX BUS at start. You can now choose not to connect to the BUS on boot
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
<
|
|
732
|
-
<b>Version 1.2.48</b> - October 2021<br/>
|
|
721
|
+
- NEW: Gateway connection has a new option to enable/disable the automatic connection to the KNX BUS at start. You can now choose not to connect to the BUS on boot.- Watchdog node: fixed an issue in changing the configuration via setConfig parameter, when an ethernet interface was manually selected in the config window.<br/>
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
**Version 1.2.48** - October 2021<br/>
|
|
733
725
|
- Watchdog node: fixed a misleading status color during the first KNX test performed.<br/>
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
**Version 1.2.47** - September 2021<br/>
|
|
737
729
|
- Added Datapoint 14.057 Power Factor.<br/>
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
**Version 1.2.46** - September 2021<br/>
|
|
741
733
|
- GlobalContext Node: you can now correctly pass the value to a group address even without setting the datapoint, if you import the CSV file.<br/>
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
**Version 1.2.45** - September 2021<br/>
|
|
745
737
|
- NEW: Chinese translation. Many thanks @songzh96 for the BIG work done in traslating the entire WIKI and the node config windows in Chinese!<br/>
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
**Version 1.2.44** - September 2021<br/>
|
|
749
741
|
- NEW: Scene Node: you can now add a pause in the command rule list (example, turn on light, wait 4000 milliseconds, turn off light). <br/>
|
|
750
742
|
- WIKI: better organization of help, with direct links "SEE ALSO" to other related pages. You find these links at the bottom of every each page.<br/>
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
**Version 1.2.43** - September 2021<br/>
|
|
754
746
|
- Watchdog Node: fixed the msg.connectGateway = true not actually reconnecting.<br/>
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
747
|
+
|
|
748
|
+
|
|
749
|
+
**Version 1.2.42** - August 2021<br/>
|
|
758
750
|
- FIX: if the config node is configured in EMULATION mode, knx-ultimate ouputs always the flow msg with the Group Address as topic, instead of a msg with the customized topic (if you have customizet it).<br/>
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
**Version 1.2.41** - August 2021<br/>
|
|
762
754
|
- Fixed a zero day bug: the loading of buffer value other than true/false from the peristent file (where all the values are persisted, stored and read upon restart if you selected that in the node config) fails. No error occurs nor other malfunctions, but the node emits a status error and the value is not read from this file.<br/>
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
755
|
+
|
|
756
|
+
|
|
757
|
+
**Version 1.2.40** - August 2021<br/>
|
|
766
758
|
- Great improvement of system resource.<br/>
|
|
767
759
|
- Fixed too many reconnection attempts in a short timeframe. Now it's more relaxed thus more responsive.<br/>
|
|
768
760
|
- I've successfully collected KNX Secure device to go ahead with the development. THANK YOU TO ALL PATREONS, SPECIALLY TO A COMPANY THAT WON'T BE MENTIONED HERE, HAVING SENT ME KNX SECURE DEVICES.<br/>
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
**Version 1.2.39** - August 2021<br/>
|
|
772
764
|
- I remember you that i'm still collecting money to buy a KNX Router for testing KNX-Secure. Should you help me, click "Donate via PayPal" above in this page.<br/>
|
|
773
765
|
- Optimized the fix in 1.2.38 by adding more in-depth checks.<br/>
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
**Version 1.2.38** - August 2021<br/>
|
|
777
769
|
- I remember you that i'm still collecting money to buy a KNX Router for testing KNX-Secure. Should you help me, click "Donate via PayPal" above in this page.<br/>
|
|
778
770
|
- Sometimes, with some KNX Interfaces, whenever you unplug the eth cable for a while, the gateway could'nt regain the connection. Fixed.<br/>
|
|
779
771
|
- Added a slight random delay before connecting to KNX BUS, to allow lazy ehternet adapters to come up after a reboot.<br/>
|
|
780
772
|
- Improvement: knx-ultimate nodes does have a persistent state after reboot (it saves the states to a json file). Now, if you have multiple gateways, it saves the states for each gateway in a different file.<br/>
|
|
781
773
|
- FIX: currently, knx-ultimate set to "auto respond with current value" and "if value unknown, respond with", responds with value selected by the user, if the current value is "" or undefined. Now it does so even if the value is null.<br/>
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
**Version 1.2.36** - July 2021<br/>
|
|
785
777
|
- Fixed a wrong help link in the gateway configuration node, in the italian language.<br/>
|
|
786
778
|
- Fix: on importing ETS Group Addresses file, the debug window won't show the import's warnings/error.<br/>
|
|
787
779
|
- NEW: starting implementation of KNX Secure (ETA END DECEMBER 2021). For now, the only thing working is keyring import and verification of his Hash against the password you set on the file while exporting keyring from ETS and decyphering of the Backbone key.<br/>
|
|
788
780
|
- Updated WIKI and help to reflect KNX Secure changes.<br/>
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
781
|
+
|
|
782
|
+
|
|
783
|
+
**Version 1.2.34** - June 2021<br/>
|
|
792
784
|
- Gateway configuration: added option Suppress repeated (R-Flag) telegrams fom BUS. When enabled, this option suppress the telegrams marked as "repeated" (with R-Flag) coming from the bus. See here: https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/1.-Gateway-configuration<br/>
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
785
|
+
|
|
786
|
+
|
|
787
|
+
**Version 1.2.33** - May 2021<br/>
|
|
796
788
|
- Gateway configuration -> Advanced Options -> Node list in all flows: added more infos to each node in the list, to allow more control on the nodes overview. The options are: "No Initial Read, React to Write, React to Response, No React to Read, No Autorespond to Read Requests, Telegram type write, No RBE on Output to Bus, No RBE on Input from Bus"<br/>
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
**Version 1.2.32** - May 2021<br/>
|
|
800
792
|
- NEW Dattpoint 14.074 (Time in secs) and 14.076 (Volume in m3).<br/>
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
793
|
+
|
|
794
|
+
|
|
795
|
+
**Version 1.2.31** - May 2021<br/>
|
|
804
796
|
- Fixed an issue happening if whenever you change a KNX node's datapoint, while the persistent value saved to file has already been saved using the old datapoint.<br/>
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
797
|
+
|
|
798
|
+
|
|
799
|
+
**Version 1.2.30** - May 2021<br/>
|
|
808
800
|
- Datapoint 14.x: fixed a possible issue if the inpur message coming from the flow, is'nt a valid datapoint 14.x value.<br/>
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
- KNX Device: if "read on connection/reconnection" is selected, the gateway node will now read all values of all nodes in 2 steps: first from file (for the nodes set in this way), then from BUS (for the nodes set in this way). This allow nodes that are setup as virtual devices, to get their values from file before being asked to send the value as response to the bus, by other nodes. It's all clear? No? Sorry for that, i'm unable to better explain that.</br
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
<
|
|
816
|
-
<b>Version 1.2.28</b> - May 2021<br/>
|
|
801
|
+
|
|
802
|
+
|
|
803
|
+
**Version 1.2.29** - May 2021<br/>
|
|
804
|
+
- KNX Device: if "read on connection/reconnection" is selected, the gateway node will now read all values of all nodes in 2 steps: first from file (for the nodes set in this way), then from BUS (for the nodes set in this way). This allow nodes that are setup as virtual devices, to get their values from file before being asked to send the value as response to the bus, by other nodes. It's all clear? No? Sorry for that, i'm unable to better explain that.</br>- Watchdog node: NEW: you can force the selected gateway to disconnect from the KNX BUS and to STOP reconnection attempts. You can also force the selected gateway to connect to the KNX BUS and to ENABLE reconnection attempts. https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/-Sample---WatchDog<br/>
|
|
805
|
+
|
|
806
|
+
|
|
807
|
+
**Version 1.2.28** - May 2021<br/>
|
|
817
808
|
- KNX Device: if you send a boolean value to a node with datapoint 16.001 (Ascii string), all nodes goes to sleep and shows "Waiting" in the status. Fixed. Thanks to @Podler.
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
- Alerter node: fixed an issue related to the order of cycled msg output of alerted devices
|
|
822
|
-
- Alerter node: now you can read the value of all devices belonging to the list, on each connection/reconnection.<br/>
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
**Version 1.2.27** - April 2021<br/>
|
|
812
|
+
- Alerter node: fixed an issue related to the order of cycled msg output of alerted devices.- Alerter node: now you can read the value of all devices belonging to the list, on each connection/reconnection.<br/>
|
|
823
813
|
- Alerter node: now you can read the value of all devices belonging to the list, by massing *msg.readstatus = true* to the node.<br/>
|
|
824
814
|
- Updated Wiki, Help and SAMPLE to reflect this change.<br/>
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
**Version 1.2.26** - April 2021<br/>
|
|
828
818
|
- NEW: Alerter node: added a third output PIN containing the last alerted device (https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/Alerter-Configuration).<br/>
|
|
829
819
|
- Updated Wiki, Help and SAMPLE to reflect this change.<br/>
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
**Version 1.2.25** - April 2021<br/>
|
|
833
823
|
- NEW: Alerter node: added a second output PIN containing all alerted devices at once (useful for Telegram, Alexa and so on) (https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/Alerter-Configuration).<br/>
|
|
834
824
|
- NEW: Alerter node: now you can enter TWO device's descriptions, one short (MAX 14 CHARS, SUITABLE FOR DPT 16.x) and one long.<br/>
|
|
835
825
|
- Updated Wiki, Help and SAMPLE to reflect this change.<br/>
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
**Version 1.2.23** - April 2021<br/>
|
|
839
829
|
- Fix: Put some spaces in the device list window of Alerter and Scene node, to facilitate the fields editing.<br/>
|
|
840
830
|
- Alerter node: other than "write", the devices listed react to "response" telegrams as well (https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/Alerter-Configuration).<br/>
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
831
|
+
|
|
832
|
+
|
|
833
|
+
**Version 1.2.22** - April 2021<br/>
|
|
844
834
|
- Fix: emulated mode in knx-ultimate set to "universal mode" has the topic always set to empty string.<br/>
|
|
845
835
|
- NEW: Alerter node (https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/Alerter-Configuration).<br/>
|
|
846
836
|
- NEW: Alerter node HELP online with samples, in both italiano, english and deutsch.<br/>
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
837
|
+
|
|
838
|
+
|
|
839
|
+
**Version 1.2.21** - April 2021<br/>
|
|
850
840
|
- Increased the Multicast TTL from 1 to 16 (this should allow the multicast packet to be routed beyond the current subnet).<br/>
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
**Version 1.2.20** - April 2021<br/>
|
|
854
844
|
- The "Suppress ACK Request" in the gateway config window is now enabled by default on new installations. This prevent some issues with some IP Interfaces.<br/>
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
845
|
+
|
|
846
|
+
|
|
847
|
+
**Version 1.2.19** - April 2021<br/>
|
|
858
848
|
- NEW: Silent Mode for log. You can now chose to totally avoid logging, thanks to the new logging engine. This is useful for reducing I/O access to the disk. Thank to @Webbeh for the request.<br/>
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
849
|
+
|
|
850
|
+
|
|
851
|
+
**Version 1.2.18** - April 2021<br/>
|
|
862
852
|
- NEW: KNX-Ultimate node can retain it's value after reconnection to KNX bus and even after reboot of node-red.<br/>
|
|
863
853
|
- Update the WIKI to reflect the changes (https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/2.-Node-Configuration).<br/>
|
|
864
854
|
- NEW: begin to prepare KNX-Ultimate to support KNX Secure. Some changes to the underlying API where made.<br/>
|
|
865
855
|
- Done some checks on new datapoints coming from BUS to discard wrong telegrams lenght.<br/>
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
**Version 1.2.14** - March 2021<br/>
|
|
869
859
|
- NEW: KNX-Logger now logs telegrams sent by KNX-Ultimate nodes having an IP Interface as gateway. Previously, it worked only woth IP Routers.<br/>
|
|
870
860
|
- Begin refractoring of code for KNX Secure compatibility.<br/>
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
861
|
+
|
|
862
|
+
|
|
863
|
+
**Version 1.2.13** - March 2021<br/>
|
|
874
864
|
- Global Context Node: added the option to set the interval to write to the KNX bus.<br/>
|
|
875
865
|
- Global Context Node: fixed the help link, it was broken in italian language.<br/>
|
|
876
866
|
- Global Context Node: optimized the JavaScript samples.<br/>
|
|
@@ -878,108 +868,107 @@
|
|
|
878
868
|
- Global Context Node: added the configuration help page in the wiki for all languages (https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/GlobalVariable).<br/>
|
|
879
869
|
- NEW: Online node-red public test website: Point your browser here http://casacorte.myqnapcloud.com:2021 There is a node-red installation ready to be tested, with KNX-Ultimate fully set in "emulation" mode (you cannot do any damage, because the KNX backbone is simulated).<br/>
|
|
880
870
|
- Added proKNX to the list of KNX device manufacturers using KNX-Ultimate (at bottom of the README page).<br/>
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
871
|
+
|
|
872
|
+
|
|
873
|
+
**Version 1.2.11** - February 2021<br/>
|
|
884
874
|
- NEW: Gateway Simulation node. Put "EMULATE" instead of IP Address in the gateway node. The gateway will not write to the KNX BUS. Useful for simulation and classroom's lessons.<br/>
|
|
885
875
|
- NEW: Online node-red public test website... coming soon.
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
876
|
+
|
|
877
|
+
|
|
878
|
+
|
|
879
|
+
**Version 1.2.10** - February 2021<br/>
|
|
890
880
|
- Global Context Node: fixed translation issues and added a warning in the config window.
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
881
|
+
|
|
882
|
+
|
|
883
|
+
**Version 1.2.9** - February 2021<br/>
|
|
894
884
|
- NEW: LOBAL CONTEXT node: https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/SampleGlobalContextNode), exposes the group addresses to a Global Context variable, to be used in function nodes.<br/>
|
|
895
885
|
- NEW: Datapoint 19.001 DateTime<br/>
|
|
896
886
|
- Added sample in the config window of Datapoint 19.001 and updated the sample page in the wiki.
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
887
|
+
|
|
888
|
+
|
|
889
|
+
**Version 1.2.8** - January 2021<br/>
|
|
900
890
|
- NEW: you can now change the node configuration my input message. https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/-Sample-setConfig<br/>
|
|
901
891
|
- Added msg.setConfig sample and updated the rest of the WIKI.
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
**Version 1.2.7** - January 2021<br/>
|
|
905
895
|
- NEW: Datapoint 237 DALI diags. https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/-Sample---DPT237<br/>
|
|
906
896
|
- Added sample DPT 237.x in the Wiki
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
897
|
+
|
|
898
|
+
|
|
899
|
+
**Version 1.2.6** - January 2021<br/>
|
|
910
900
|
- NEW: Datapoint 213.x has been added.<br/>
|
|
911
901
|
- Added sample DPT 213.x in the Wiki
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
902
|
+
|
|
903
|
+
|
|
904
|
+
**Version 1.2.5** - January 2021<br/>
|
|
915
905
|
- FIX: nodes wasn't emitting a msg to the flow, when they've been set to respond to READ requests while the they haven't already received a value either from BUS or flow.<br/>
|
|
916
906
|
- NEW: you can now update the node's payload without sending the KNX Telegram to the bus. See the node input messages in the wiki and the Virtual Device sample.<br/>
|
|
917
907
|
- Updated the Help in various parts of the wiki.<br/>
|
|
918
908
|
- Updated Virtual Device sample, in the samples section.<br/>
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
909
|
+
|
|
910
|
+
|
|
911
|
+
**Version 1.2.4** - January 2021<br/>
|
|
922
912
|
- REMOVED: removed compatibility with KNX Virtual because it brokes some dockerized/pluginized node-red KNX connections.<br/>
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
913
|
+
|
|
914
|
+
|
|
915
|
+
**Version 1.2.3** - 31 December 2020<br/>
|
|
926
916
|
- FIX: last 2 bytes of 249.600 were swapped.<br/>
|
|
927
917
|
- FIX: last 2 bytes of 242.600 were swapped.<br/>
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
- NEW: Datapoint 249.600 added msg.payload={transitionTime:100, colourTemperature:1000, absoluteBrightness:80, isTimePeriodValid:true, isAbsoluteColourTemperatureValid:true, isAbsoluteBrightnessValid:true}
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
<
|
|
935
|
-
<b>Version 1.2.1</b> - December 2020<br/>
|
|
918
|
+
|
|
919
|
+
|
|
920
|
+
**Version 1.2.2** - 31 December 2020<br/>
|
|
921
|
+
- NEW: Datapoint 249.600 added msg.payload={transitionTime:100, colourTemperature:1000, absoluteBrightness:80, isTimePeriodValid:true, isAbsoluteColourTemperatureValid:true, isAbsoluteBrightnessValid:true};- FIX: validities bits of 242.600, that returns everytime true.<br/>
|
|
922
|
+
|
|
923
|
+
|
|
924
|
+
**Version 1.2.1** - December 2020<br/>
|
|
936
925
|
- FIX: fixed RBE filter not working for Datapoint 242.600<br/>
|
|
937
926
|
- Change: payload 242.600 must now be passed with color and brighness valididy booleans: msg.payload={x:500, y:500, brightness:80, isColorValid:true, isBrightnessValid:true};
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
927
|
+
|
|
928
|
+
|
|
929
|
+
**Version 1.2.0** - December 2020<br/>
|
|
941
930
|
- NEW: added compatibility with ETS KNX VIRTUAL.<br/>
|
|
942
931
|
- NEW: added node protection help in the german wiki.<br/>
|
|
943
932
|
- Updated the circular reference protection to be more intelligent thus more tollerant. Thanks @Christian for raising the request.<br/>
|
|
944
933
|
- Updated the circular reference sample in the wiki.<br/>
|
|
945
934
|
- Updated the msg input help in the wiki for all languages..<br/>
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
935
|
+
|
|
936
|
+
|
|
937
|
+
**Version 1.1.99** - December 2020<br/>
|
|
949
938
|
- FIX: RBE filter (from BUS and from flow) doesn't work if the payload is an object.<br/>
|
|
950
939
|
- Removed an unwanted debug log in dPT 242.600<br/>
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
**Version 1.1.98** - December 2020<br/>
|
|
954
943
|
- NEW: added Datapoint 242.600 Color xyY.<br/>
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
944
|
+
|
|
945
|
+
|
|
946
|
+
**Version 1.1.97** - December 2020<br/>
|
|
958
947
|
- NEW: added help links directly into the config windows and upon selection of datapoint as well.<br/>
|
|
959
948
|
- Cleaning of UI.<br/>
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
949
|
+
|
|
950
|
+
|
|
951
|
+
**Version 1.1.95** - December 2020<br/>
|
|
963
952
|
- Enhancement: you can now send a raw buffer directly to the KNX bus. See the Wiki, "message to the node" page.<br/>
|
|
964
953
|
- Updated the wiki accordingly.<br/>
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
954
|
+
|
|
955
|
+
|
|
956
|
+
**Version 1.1.93** - December 2020<br/>
|
|
968
957
|
- Enhancement: Check if the gateway's IP is a valid one, otherwise it avoids connection. Thanks @heleon for signaling this issue.<br/>
|
|
969
958
|
- Replaced some deprecated buffer calls.<br/>
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
959
|
+
|
|
960
|
+
|
|
961
|
+
**Version 1.1.92** - October 2020<br/>
|
|
973
962
|
- BUGFIX: RGB Color wasn't working. Now it's fixed.<br/>
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
963
|
+
|
|
964
|
+
|
|
965
|
+
**Version 1.1.91** - October 2020<br/>
|
|
977
966
|
- NEW: Datapoint 22.201 RCHH Status (for example, for MDT actuators)<br/>
|
|
978
967
|
- Added sample for Datapoint 22.x (https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/-Sample---DPT22)<br/>
|
|
979
968
|
- Added sample for Datapoint 20.x<br/>
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
969
|
+
|
|
970
|
+
|
|
971
|
+
**Version 1.1.90** - October 2020<br/>
|
|
983
972
|
- Connection and queue handling optimization for big installations where knxd is used and where there is a near maximum (allowed by knx standards) of datagram per seconds traffic on the BUS. Thanks @Songzh<br/>
|
|
984
973
|
- FIX sample message not showing in the config window of knx-ultimate device, if the device is already presento on the flow. <br/>
|
|
985
974
|
- Added sample for Datapoint 2.*, 1 bit with priority. <br/>
|
|
@@ -991,25 +980,25 @@
|
|
|
991
980
|
- Added sample for Datapoint 13.x. <br/>
|
|
992
981
|
- Added sample for Datapoint 14.x. <br/>
|
|
993
982
|
- Added sample for switching on/off a POE port of Unifi Switch (https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/-Sample---UnifiPOE)
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
983
|
+
|
|
984
|
+
|
|
985
|
+
**Version 1.1.89** - September 2020<br/>
|
|
997
986
|
- Fix an issue, where the node stops connecting to the bus if you're using knxd, in some particular scenario. Thanks @Songzh<br/>
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
987
|
+
|
|
988
|
+
|
|
989
|
+
**Version 1.1.88** - September 2020<br/>
|
|
1001
990
|
- FIX: Scene Controller. If disabled, it outputs now the correct values of recallscene and savescene properties (before, both was sentout as false, even if true). See here at bottom: https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/SceneController-MSG-to-the-node<br/>
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
991
|
+
|
|
992
|
+
|
|
993
|
+
**Version 1.1.86** - September 2020<br/>
|
|
1005
994
|
- NEW: Scene Controller, added the ability to disable the scene controller via msg.disabled = true. See here at bottom: https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/SceneController-MSG-to-the-node<br/>
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
995
|
+
|
|
996
|
+
|
|
997
|
+
**Version 1.1.85** - September 2020<br/>
|
|
1009
998
|
- FIX: The buffer of the ETS Logger is now cleared after every sendout. Thanks @Mil.<br/>
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
999
|
+
|
|
1000
|
+
|
|
1001
|
+
**Version 1.1.84** - September 2020<br/>
|
|
1013
1002
|
- The knx API is now part of knx-ultimate. External dependency has been removed. This allow to a more tight integration between KNX Bus and node-red.<br/>
|
|
1014
1003
|
- Update: Rewrite of all datapoint names, to adhere to ETS naming convenction. Updated some deprecated buffer initialization.<br/>
|
|
1015
1004
|
- NEW: Added Datapoint 6.020 Status with mode.<br/>
|
|
@@ -1017,138 +1006,137 @@
|
|
|
1017
1006
|
- NEW: Added Datapoint 9.029 Wind speed (km/h).<br/>
|
|
1018
1007
|
- NEW: Added Datapoint 9.030 Concentration (ug/m3).<br/>
|
|
1019
1008
|
- NEW: many people simply don't care about WIKI in Github, so i need to find a simpler and more direct way to access the huge documentation, without being flooded by questions about samples, that are already in the WIKI. Now KNX-Ultimate node displays a text box with sample on how to format input payload and a link to the relative help page, directly in the config window.<br/>
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1009
|
+
|
|
1010
|
+
|
|
1011
|
+
**Version 1.1.83** - September 2020<br/>
|
|
1023
1012
|
- Update API to 2.3.24: Added Datapoint 222.100 and 222.201.<br/>
|
|
1024
1013
|
- NEW: Added Sample DPT 222 (See in the Wiki).<br/>
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1014
|
+
|
|
1015
|
+
|
|
1016
|
+
**Version 1.1.82** - August 2020<br/>
|
|
1028
1017
|
- Update API to 2.3.23: Fixed a very old/why this?/odd issue with log in datapoints code, that instantiate a new instance of the logger instead of using the proper one. Thanks @heleon19 .<br/>
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
- Update API to 2.3.22: Changed the log datetime from ISO to Local UTC. Added the prefix "KnUltimate-API to the log, to better undestand form where the log comes.<br/>
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
<
|
|
1036
|
-
<b>Version 1.1.80</b> - August 2020<br/>
|
|
1018
|
+
|
|
1019
|
+
|
|
1020
|
+
**Version 1.1.81** - August 2020<br/>
|
|
1021
|
+
- Update API to 2.3.22: Changed the log datetime from ISO to Local UTC. Added the prefix "KnUltimate-API to the log, to better undestand form where the log comes.<br/> - NEW: ADDED Datapoint 5.100 Fan Stage
|
|
1022
|
+
|
|
1023
|
+
|
|
1024
|
+
**Version 1.1.80** - August 2020<br/>
|
|
1037
1025
|
- Update API to 2.3.21: changing the debug level now is applied immediately without restarting node-red.
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1026
|
+
|
|
1027
|
+
|
|
1028
|
+
**Version 1.1.79** - August 2020<br/>
|
|
1041
1029
|
- NEW: The scene controller node can now save the current group address value via a msg input. See here: https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/SceneController-MSG-to-the-node and the sample in the wiki as well..
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1030
|
+
|
|
1031
|
+
|
|
1032
|
+
**Version 1.1.76** - August 2020<br/>
|
|
1045
1033
|
- Fixed the ETS XML logger. Sometimes the files could contains an invalid CEMI telegram that was not properly discarded and that prevent ETS to load the log. Thanks @Namakemono93.<br/>
|
|
1046
1034
|
- Fixed a visual glitch in the KNX-Node config window (Telegram value format) for nodered 1.1.0 and above.
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1035
|
+
|
|
1036
|
+
|
|
1037
|
+
**Version 1.1.75** - June 2020<br/>
|
|
1050
1038
|
- NEW: Added Datapont 7.xxx with 7.600 as well.<br/>
|
|
1051
1039
|
- Adjusted italian node translation on "OUTPUT (invio datagrammi sul bus KNX)" selection properties. Adjusted the documentation consequently.<br/>
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1040
|
+
|
|
1041
|
+
|
|
1042
|
+
**Version 1.1.73** - Mai 2020<br/>
|
|
1055
1043
|
- FIX: fixed an issue in importing ETS file, preventing import if you have an improperly set knx-ultimate node, having no gateway selected. Thanks @enzensbs.<br/>
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1044
|
+
|
|
1045
|
+
|
|
1046
|
+
**Version 1.1.72** - Mai 2020<br/>
|
|
1059
1047
|
- Update knx api to 2.3.19<br/>
|
|
1060
1048
|
- FIX: fixed a problem when issuing a gateway ip change to a watchdog node, if you've a tunneling KNX Interface and node-red v. 0.20 or below.<br/>
|
|
1061
1049
|
- FIX: above related with connection status request if tunneling mode, sometime giving "timed out waiting for CONNECTIONSTATE_RESPONSE" errors.<br/>
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1050
|
+
|
|
1051
|
+
|
|
1052
|
+
**Version 1.1.71** - Mai 2020<br/>
|
|
1065
1053
|
- Update knx api to 2.3.18<br/>
|
|
1066
1054
|
- NEW: added Datapoint 251.600 RGBW<br/>
|
|
1067
1055
|
- State request to the BUS is now sent every 60 seconds instead of 10, for lowering the BUS traffic (see changelog for Version 1.1.68)<br/>
|
|
1068
1056
|
- More relaxed handling of errors coming from an query to a KNX/IP interface not always reponding to connection status (in case, for example, of some implementations of knxd)<br/>
|
|
1069
1057
|
- Watchdog: on "basic Ethernet check", switched to ping mode detection. With the introduction of "echo local telegrams" in unicast mode, since some versions ago, the watchdog must yet check for the KNX Interface using Ping, otherwise, the lost of connection is never trapped. Other than that, the "basic Ethernet check" works only with KNX Interfaces, because the router uses multicast and multicast is connectionless.<br/>
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1058
|
+
|
|
1059
|
+
|
|
1060
|
+
**Version 1.1.70** - Mai 2020<br/>
|
|
1073
1061
|
- NEW: Added the option to select the delay between each telegram and further delay multiplicator between only the **read** telegrams<br/>
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1062
|
+
|
|
1063
|
+
|
|
1064
|
+
**Version 1.1.69** - Mai 2020<br/>
|
|
1077
1065
|
- Update: knxultimate-api to 2.3.17.<br/>
|
|
1078
1066
|
- NEW: Added Datapoint 12.001 and 12.1201.<br/>
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1067
|
+
|
|
1068
|
+
|
|
1069
|
+
**Version 1.1.68** - April 2020<br/>
|
|
1082
1070
|
- Update: knxultimate-api to 2.3.16.<br/>
|
|
1083
1071
|
- FIX: fixed disconnection in tunneling mode by strictly adhere to KNX standard (sending state request to the BUS every 10 seconds). Thanks to Matthias of Timberwolf Server.<br/>
|
|
1084
1072
|
- Introduced some internal changes in preparation to the introduction of the new dashboard compatible visualization nodeset "visu-ultimate".<br/>
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1073
|
+
|
|
1074
|
+
|
|
1075
|
+
**Version 1.1.67** - April 2020<br/>
|
|
1088
1076
|
- Re-introduced selectable option for local echo if tunneling.<br/>
|
|
1089
1077
|
- Smarter restart maneuvering in case of Ethernet issues, while on tunneling connections.<br/>
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1078
|
+
|
|
1079
|
+
|
|
1080
|
+
**Version 1.1.65** - April 2020<br/>
|
|
1093
1081
|
- FIX: If the imported ETS file, contains a device name with a # character, strange things happens. Fixed.<br/>
|
|
1094
1082
|
- Forced local Echo for IP interfaces.<br/>
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1083
|
+
|
|
1084
|
+
|
|
1085
|
+
**Version 1.1.64** - April 2020<br/>
|
|
1098
1086
|
- NEW: Added Telegram type "Read", to issue a read by simply pass a payload to the node. Thanks @waldbaer for the suggestion.<br/>
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1087
|
+
|
|
1088
|
+
|
|
1089
|
+
**Version 1.1.63** - April 2020<br/>
|
|
1102
1090
|
- Informational nitification when datapoint RGB is selected, on how to pass into the payload.<br/>
|
|
1103
1091
|
- Removal selection of echoing the sent payload on all node, if the gateway is unicast. Now the echo is active everytime.<br/>
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1092
|
+
|
|
1093
|
+
|
|
1094
|
+
**Version 1.1.62** - April 2020 in Italy, we're crying our dead people.<br/>
|
|
1107
1095
|
- Better decriptive Multicast/Unicast gateway auto discovery.<br/>
|
|
1108
1096
|
- Definitive use of heavily modified knx-ultimate.js API instead of knx.js.<br/>
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1097
|
+
|
|
1098
|
+
|
|
1099
|
+
**Version 1.1.61** - April 2020 in Italy, deaths are increasing to 600 pro day.<br/>
|
|
1112
1100
|
- Fix error in ESF file import, if you set more than one Group Address in a single device property.<br/>
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1101
|
+
|
|
1102
|
+
|
|
1103
|
+
**Version 1.1.60** - April 2020 in Italy, deaths are decresing to 500 pro day.<br/>
|
|
1116
1104
|
- Fix error in gateway node translation, that disappeared.<br/>
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1105
|
+
|
|
1106
|
+
|
|
1107
|
+
**Version 1.1.59** - April 2020 in Italy, deaths are decresing to 500 pro day.<br/>
|
|
1120
1108
|
- Adjusted translations.<br/>
|
|
1121
1109
|
- NEW: added Datapoint 10 Bytes.<br/>
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1110
|
+
|
|
1111
|
+
|
|
1112
|
+
**Version 1.1.58** - April 2020 in Italy, continue lock down Coronavirus.<br/>
|
|
1125
1113
|
- Adjusted translations.<br/>
|
|
1126
1114
|
- Small bugfixes.<br/>
|
|
1127
1115
|
- Removed the deprecated setGatewayConfig from knx-ultimate. Use Watchdog node instead.<br/>
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1116
|
+
|
|
1117
|
+
|
|
1118
|
+
**Version 1.1.57** - April 2020 in Italy, continue lock down Coronavirus, but situation is better now.<br/>
|
|
1131
1119
|
- Datapoint 18.001 added. Now this datapoint for Scene is fully supported.<br/>
|
|
1132
1120
|
- Sample controlling datapoint 18.001.<br/>
|
|
1133
1121
|
- Scene node and knx-ultimate device node changed accordnlgy.<br/>
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1122
|
+
|
|
1123
|
+
|
|
1124
|
+
**Version 1.1.55** - March 2020 in Italy, continue lock down Coronavirus, but situation is better now.<br/>
|
|
1137
1125
|
- NEW: Added option to skip the import of the group address from the ETS file, if the datapoint is not set.<br/>
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1126
|
+
|
|
1127
|
+
|
|
1128
|
+
**Version 1.1.54** - March 2020 in Italy, continue lock down Coronavirus, but situation is better now.<br/>
|
|
1141
1129
|
- FIX: fixed status display of date/time. Yet if you uncheck the option not do display the date/time, it works.<br/>
|
|
1142
1130
|
- ENHANCEMENT: search for all words in the group address fields. You can now search, for example, for "licht wohnzimmer".<br/>
|
|
1143
1131
|
- Changed palette order to better view the service nodes, like Logger and Watchdog.<br/>
|
|
1144
1132
|
- Ongoning Deutch translation.<br/>
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1133
|
+
|
|
1134
|
+
|
|
1135
|
+
**Version 1.1.53** - March 2020 in Italy, continue lock down Coronavirus.<br/>
|
|
1148
1136
|
- NEW: msg passthrough option.<br/>
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1137
|
+
|
|
1138
|
+
|
|
1139
|
+
**Version 1.1.52** - March 2020 in Italy, continue lock down Coronavirus.<br/>
|
|
1152
1140
|
- FIX: import ETS csv and ESF files may had problem with languages other that english. Fixed.<br/>
|
|
1153
1141
|
- FIX: Scene Controller, fix trigger suggestion if datapoint trigger is set to DIM.<br/>
|
|
1154
1142
|
- FIX: WatchDog, fix autostart timer if no Group Address monitor is selected.<br/>
|
|
@@ -1156,67 +1144,67 @@
|
|
|
1156
1144
|
- Update underlying KNX api to 2.3.10, to extract CEMI telegram for the Logger Node.<br/>
|
|
1157
1145
|
- Minor bugfixes.<br/>
|
|
1158
1146
|
- Other translation work has been done.<br/>
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1147
|
+
|
|
1148
|
+
|
|
1149
|
+
**Version 1.1.50** - March 2020 in Italy, continue lock down Coronavirus. Cases 25.000<br/>
|
|
1162
1150
|
- FIX: Scene controller, the "save scene" datapoint was override by "recall scene" datapoint on each open of the config window.<br/>
|
|
1163
1151
|
- FIX: Scene Controller, without imported ETS file, the scene controller recall/save worked only with boolean values. Now it works correctly. Thanks @mthauth.<br/>
|
|
1164
1152
|
- FIX: Scene Controller, correct handling of dim commands (example {decr_incr:1,data:5}).<br/>
|
|
1165
1153
|
- Scene Controller now is called via javascript Promise to leverage the main thread.<br/>
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1154
|
+
|
|
1155
|
+
|
|
1156
|
+
**Version 1.1.48** - March 2020 in Italy, continue lock down Coronavirus. Milan index down 8%, Down Jons as well. Panic selling everywhere.<br/>
|
|
1169
1157
|
- FIX: When you copy/paste knx-ultimate or scene controller node, autofill of device names doesn't work.<br/>
|
|
1170
1158
|
- Scene Controller devices cosmetics adjustments.<br/>
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1159
|
+
|
|
1160
|
+
|
|
1161
|
+
**Version 1.1.47** - March 2020 in Italy, continue lock down. More people involved in Coronavirus<br/>
|
|
1174
1162
|
- FIX: In gateway config-node, fixed the "List of your nodes in all flows" (under Advanced Options) list, sometime not populated.<br/>
|
|
1175
1163
|
- ENHANCEMENT: Now knx-ultimate and scene controller display device list names for newly added nodes in the flow. Prior, you had to save the node first, to get the knx device list into the Group Address fields.<br/>
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
- Update knxultimate-api. Yet the nodes connected to an IP Interface, behaves like the nodes connected to an IP Router. See option
|
|
1180
|
-
- I'm internationalizing the node
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1164
|
+
|
|
1165
|
+
|
|
1166
|
+
**Version 1.1.45** - March 2020 in Italy, we're locked down for Coronavirus<br/>
|
|
1167
|
+
- Update knxultimate-api. Yet the nodes connected to an IP Interface, behaves like the nodes connected to an IP Router. See option **Echo sent message to all node with same Group Address** in the Gateway configuration wiki.<br/>
|
|
1168
|
+
- I'm internationalizing the node **(Deutsch, Italiano, English)** with the help of **@svenflender**, so please be patient if some parts are still only in english. Internationalization is working with node-red version 1.0.3 and above. Versions below, does have issues in the i18n module, so knx-ultimate falls back to english. Please upgrade node-red.<br/>
|
|
1169
|
+
|
|
1170
|
+
|
|
1171
|
+
**Version 1.1.43** - March 2020 in the middle of Coronavirus emergency in Italy<br/>
|
|
1184
1172
|
- NEW: Scene Controller node (see the Wiki).<br/>
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1173
|
+
|
|
1174
|
+
|
|
1175
|
+
**Version 1.1.40** - March 2020<br/>
|
|
1188
1176
|
- Better handling of telegrams, giving priority to the "write" and "response" telegram in the queue. Thanks @heleon19 for the suggestion.<br/>
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1177
|
+
|
|
1178
|
+
|
|
1179
|
+
**Version 1.1.39** - March 2020<br/>
|
|
1192
1180
|
- Fix a very low priority issue: a possible crash if you set the knx-ultimate node's output as "respond", while passing an object as payload to the input.<br/>
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1181
|
+
|
|
1182
|
+
|
|
1183
|
+
**Version 1.1.38** - March 2020<br/>
|
|
1196
1184
|
- Yet, if you import an ETS CSV file without datapoints, a fake datapoint 1.001 will be used (if you selected to force import the group address)<br/>
|
|
1197
1185
|
- Update help and wiki to reflect the change<br/>
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1186
|
+
|
|
1187
|
+
|
|
1188
|
+
**Version 1.1.37** - Feb 2020<br/>
|
|
1201
1189
|
- Fixed an issue where new knx-ultimate nodes, without a gateway config node, doesn't open the configuration window. Thanks @svenflender<br/>
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1190
|
+
|
|
1191
|
+
|
|
1192
|
+
**Version 1.1.36** - Feb 2020<br/>
|
|
1205
1193
|
- You can now import ESF group address format, beside CSV.<br/>
|
|
1206
1194
|
- Updated the Wiki.<br/>
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1195
|
+
|
|
1196
|
+
|
|
1197
|
+
**Version 1.1.34** - Feb 2020<br/>
|
|
1210
1198
|
- Fix an issue with RGB values.<br/>
|
|
1211
1199
|
- Added RGB sample in the Wiki.<br/>
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1200
|
+
|
|
1201
|
+
|
|
1202
|
+
**Version 1.1.33** - Feb 2020<br/>
|
|
1215
1203
|
- New: the Watchdog node now outputs a msg to the flow if you issued a setGatewayConfig<br/>
|
|
1216
1204
|
- Patched and switched to knxultimate-api (v. 2.3.8) underlying API. This should fix a very rare issue causing node-red to crash giving ERR_SOCKET_DGRAM_NOT_RUNNING error.<br/>
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1205
|
+
|
|
1206
|
+
|
|
1207
|
+
**Version 1.1.32** - Feb 2020<br/>
|
|
1220
1208
|
- New: in the knx-ultimate, added the option to <a href="https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/2.-Node-Configuration" target="_blank">format the msg.payload value</a>, if it's numeric.<br/>
|
|
1221
1209
|
- Switched to knx.js API 2.3.7<br/>
|
|
1222
1210
|
- Refractoring of some internal code to speed up things, whenever the node sends a "Read" request to the BUS.<br/>
|
|
@@ -1224,242 +1212,242 @@
|
|
|
1224
1212
|
- Fix the "Universal Mode" setting wrongly reverting to false on newly added nodes, if you've not imported the ETS csv.<br/>
|
|
1225
1213
|
- Devicename msg property is now populated with the node name, if the node is in Universal Mode and the ETS CSV file has not been imported (previoulsy was set to empty string).<br/>
|
|
1226
1214
|
- Update the Wiki and node help, with the new "payload format" options.<br/>
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1215
|
+
|
|
1216
|
+
|
|
1217
|
+
**Version 1.1.31** - Feb 2020<br/>
|
|
1230
1218
|
- Rewritten the "Send a GrpValue read once on connection/reconnect" using the telegram queue.<br/>
|
|
1231
|
-
- New: new underlying API set to knxultimate-api (v. 2.3.7) and patched with last API fixes. From now onwards, knx-ultimate node will switch between underlying
|
|
1219
|
+
- New: new underlying API set to knxultimate-api (v. 2.3.7) and patched with last API fixes. From now onwards, knx-ultimate node will switch between underlying **knx.js** API and his own **knxultimate-api**, to allow a quicker fix of possible problems with the API.<br/>
|
|
1232
1220
|
- Relocate nodes in a specific folder.<br/>
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1221
|
+
|
|
1222
|
+
|
|
1223
|
+
**Version 1.1.30** - Feb 2020<br/>
|
|
1236
1224
|
- New: the Watchdog node now signals if a knx-ultimate node throws errors as well. <a href="https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/8.-WatchDog-Messages-from-the-node" target="_blank">See here output message properties.</a><br/>
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1225
|
+
|
|
1226
|
+
|
|
1227
|
+
**Version 1.1.29** - Feb 2020<br/>
|
|
1240
1228
|
- Changed Node KNX Icon, logo and colors, thanks @svenflender <br/>
|
|
1241
1229
|
- New in config-node: copy/paste friendly text block, with a list of all KNX Nodes (for using, for example, in KNX Router line/zone filters).<br/>
|
|
1242
1230
|
- New: added subtype decoded value **payloadsubtypevalue** ( for exampe, On/Off, Ramp/NoRamp, Start/Stop, Alarm/NoAlarm ). <a href="https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/-Sample---Subtype" target="_blank">See here an example</a><br/>
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1231
|
+
|
|
1232
|
+
|
|
1233
|
+
**Version 1.1.28** - Jan 2020<br/>
|
|
1246
1234
|
- New: Added topic property<br/>
|
|
1247
1235
|
- New: added page to wiki, explaining the node protection. <a href="https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/-Protections" target="_blank">Node Protections</a>.<br/>
|
|
1248
1236
|
- Updated Wiki to reflect the new changes.<br/>
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1237
|
+
|
|
1238
|
+
|
|
1239
|
+
**Version 1.1.27** - Jan 2020<br/>
|
|
1252
1240
|
- New: added payloadmeasureunit to the node's msg output (for example "W" or "%"), based on Datapoint type.<br/>
|
|
1253
1241
|
- New: added knx.dptdesc to the node's msg output (for example "Power" or "Humidity").<br/>
|
|
1254
1242
|
- New: added Loglevel option in config-node, for debugging pourpose only. Thanks Heleon19.<br/>
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1243
|
+
|
|
1244
|
+
|
|
1245
|
+
**Version 1.1.26** - Jan 2020<br/>
|
|
1258
1246
|
- New: Watchdog Node added. Please <a href="https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/7.-WatchDog-Configuration" target="_blank">consult the Wiki</a>.<br/>
|
|
1259
1247
|
- Changed category (the node's list on left panel of node-red) to "KnxUltimate", to accomodate the Watchdog node.<br/>
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1248
|
+
|
|
1249
|
+
|
|
1250
|
+
**Version 1.1.25** - Jan 2020<br/>
|
|
1263
1251
|
- New: ability to programmatically change the KNX/IP interface or router's IP, Port, Physical Address and reset local ETH Interface Binding.<br/>
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1252
|
+
|
|
1253
|
+
|
|
1254
|
+
**Version 1.1.24** - Jan 2020<br/>
|
|
1267
1255
|
- FIX: If the message has no payload and no readstatus, throw an error. If you requests a readstatus, there's no need to pass a payload. Previously, the node has gone in stop mode if the payload was null, thus having readstatus.<br/>
|
|
1268
1256
|
- Added Read Request sample in the Wiki.<br/>
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1257
|
+
|
|
1258
|
+
|
|
1259
|
+
**Version 1.1.22**<br/>
|
|
1272
1260
|
- Added msg.previouspayload that stores the previous node value<br/>
|
|
1273
1261
|
- Update Wiki accordlingy.<br/>
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1262
|
+
|
|
1263
|
+
|
|
1264
|
+
**Version 1.1.21**<br/>
|
|
1277
1265
|
- Fixed a possible crash if the payload is an object and the node is set to send a "response" telegram instead of a "write" telegram.<br/>
|
|
1278
1266
|
- Added an explanation about meaning of status colors, in the node info on the right panel and in the wiki.<br/>
|
|
1279
1267
|
- Updated node info and wiki to reflect the new UI changes.<br/>
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1268
|
+
|
|
1269
|
+
|
|
1270
|
+
**Version 1.1.20**<br/>
|
|
1283
1271
|
- Config node UI cleanup.<br/>
|
|
1284
1272
|
- During the ETS CSV file import, if a datapoint is not set, you can now select whether to abort the import or to skip the affected group address and continue.<br/>
|
|
1285
1273
|
- Added Homekit, Alexa and Google Assistant samples in the wiki.<br/>
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1274
|
+
|
|
1275
|
+
|
|
1276
|
+
**Version 1.1.19**<br/>
|
|
1289
1277
|
- More UI cleanup.
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1278
|
+
|
|
1279
|
+
|
|
1280
|
+
**Version 1.1.18**<br/>
|
|
1293
1281
|
- Removed the handling of the telegram queue's delay buffer from underlying KNX.js API, because it doesn't respect the telegram queue order.<br/>
|
|
1294
1282
|
- Added own message queue buffer with delay of 50 millisecs. Now the telegrams order is respected.<br/>
|
|
1295
1283
|
- In the node's configuration, added an advanced tab, that hides or shows the advanced options; now the configuration is much more clean. Advanced Options opens up automatically if the values have been changed from defaults.<br/>
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1284
|
+
|
|
1285
|
+
|
|
1286
|
+
|
|
1287
|
+
**Version 1.1.17**<br/>
|
|
1300
1288
|
- Fixed autorespond to a read request.<br/>
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1289
|
+
|
|
1290
|
+
|
|
1291
|
+
**Version 1.1.16**<br/>
|
|
1304
1292
|
- Added a minimum delay of 60milliseconds between telegrams, when the node sends telegrams to the BUS, to avoid flooding the KNX BUS, causing a loss of telegrams. The KNX.org specs allows max 50 telegrams per seconds (max 1 telegram each 20milliseconds), but in real life, this is too much.<br/>
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1293
|
+
|
|
1294
|
+
|
|
1295
|
+
**Version 1.1.15**<br/>
|
|
1308
1296
|
- Updated underlying API to 2.3.6 with some bugfixes.<br/>
|
|
1309
1297
|
- Added FAQ and troubleshoot in the Wiki.<br/>
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1298
|
+
|
|
1299
|
+
|
|
1300
|
+
**Version 1.1.14**<br/>
|
|
1313
1301
|
- Fix issue with RBE Output due to code cleanup.<br/>
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1302
|
+
|
|
1303
|
+
|
|
1304
|
+
**Version 1.1.13**<br/>
|
|
1317
1305
|
- Code cleanup thanks @SystemKeeper<br/>
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1306
|
+
|
|
1307
|
+
|
|
1308
|
+
**Version 1.1.12**<br/>
|
|
1321
1309
|
- Universal mode optimizations<br/>
|
|
1322
1310
|
- Fix abnormal log iw universal mode receiver cannot find a suitable datapoint<br/>
|
|
1323
1311
|
- Added automatic discover for datapoint 14.056<br/>
|
|
1324
1312
|
- Added automatic discover for datapoint 16.001<br/>
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1313
|
+
|
|
1314
|
+
|
|
1315
|
+
**Version 1.1.12**<br/>
|
|
1328
1316
|
- Fixed a little issue where the status message is not displayed if the node has not well wrote group address (for example 1/5 instead of 1/5/1). Thanks @arsiesis.<br/>
|
|
1329
1317
|
- Cleaned up the layout of config window.<br/>
|
|
1330
|
-
- Changed option
|
|
1318
|
+
- Changed option **Listen to all Group Addresses** to a more comprensible **Universal mode (listen to all Group Addresses)**.<br/>
|
|
1331
1319
|
- The node can now be used as universal KNX sender/receiver without the need of the ETS CSV File.<br/>
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1320
|
+
|
|
1321
|
+
|
|
1322
|
+
**Version 1.1.10**<br/>
|
|
1335
1323
|
- Auto send node value as response to the KNX Bus. It works in conjunction with React to read telegrams. When checked, whenever the node receives a read request from bus, it sends a response to the KNX Bus with the stored payload value.<br/>
|
|
1336
1324
|
- Fixed an issue where if you have a node set to Universal mode (listen to all Group Addresses) (with ETS CSV File set) and you create a new node having a Group Addr. not in the ETS CSV file, an exception is raised but not caught and the nodes may not receive the values from KNX BUS.<br/>
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1325
|
+
|
|
1326
|
+
|
|
1327
|
+
**Version 1.1.9**<br/>
|
|
1340
1328
|
- Fixed visual glitch when create a new freshly Config Node.<br/>
|
|
1341
1329
|
- Added 3 options in the config-node to select what to display in the node status, for a cleaner flow or for a clearer flow.<br/>
|
|
1342
1330
|
- Fixed issue with IP Interfaces. On each deploy, the node doesn't lock tunnels anymore.<br/>
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1331
|
+
|
|
1332
|
+
|
|
1333
|
+
**Version 1.1.8**<br/>
|
|
1346
1334
|
- For new nodes, the rbe output filter is enabled by default. You can always turn it off in the options. This helps novice users avoiding loops.<br/>
|
|
1347
1335
|
- Fixed an issue where if the connection is in tunnel mode and the connection to the IP Interface or KNX Bus is lost, the node trows an unhandled exception. Thanks to User Maarten200.<br/>
|
|
1348
1336
|
- Added the word "knxUltimate" before any log, to identify that the log comes from the knx-ultimate node.<br/>
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1337
|
+
|
|
1338
|
+
|
|
1339
|
+
**Version 1.1.7**<br/>
|
|
1352
1340
|
- Fixed bind to ethernet. Now you can manually input the ethernet name as well. Thanks to user rotorman.<br/>
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1341
|
+
|
|
1342
|
+
|
|
1343
|
+
**Version 1.1.6**<br/>
|
|
1356
1344
|
- Fixed inport CSV from ETS where there is return carriages and parenthesis in the Group Address description. Thanks to user xrk.<br/>
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1345
|
+
|
|
1346
|
+
|
|
1347
|
+
**Version 1.1.4**<br/>
|
|
1360
1348
|
- Last changed status date/time shortened out<br/>
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1349
|
+
|
|
1350
|
+
|
|
1351
|
+
**Version 1.1.3**<br/>
|
|
1364
1352
|
- In node status, added the last changed status date/time.<br/>
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1353
|
+
|
|
1354
|
+
|
|
1355
|
+
**Version 1.1.2**<br/>
|
|
1368
1356
|
- When you asks for a read on a node having Listen All Group Addresses set to true, due to a low delay between each KNX telegram, some telegrams are discarded. Increased the delay between telegram to avoid that.<br/>
|
|
1369
1357
|
- Added RBE filter for the INPUT from KNX bus as well.<br/>
|
|
1370
1358
|
- Added the option to bind to local ethernet interface, in case you have more than one, for example, ethernet and wifi.<br/>
|
|
1371
1359
|
- Fixed option suppress_ack_ldatareq not retain after restart.<br/>
|
|
1372
1360
|
- In-Line help update to reflect new changes.<br/>
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1361
|
+
|
|
1362
|
+
|
|
1363
|
+
**Version 1.1.1**<br/>
|
|
1376
1364
|
- Disambigued misinterpretation of the "disconnect" status.<br/>
|
|
1377
1365
|
- In the autocomplete box of KNX device names, when you type in the group address or the device's name, it shows the main and subgroup name as well<br/>
|
|
1378
1366
|
- Cosmetic adjustment<br/>
|
|
1379
1367
|
- In-Line help additions<br/>
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1368
|
+
|
|
1369
|
+
|
|
1370
|
+
**Version 1.1.0 LTS (Long term stable)**<br/>
|
|
1383
1371
|
- Once disabled for loop or circular reference protection, the node can be re-enabled by simply click on deploy "modified nodes"<br/>
|
|
1384
1372
|
- When "Universal mode (listen to all Group Addresses)" is selected, the RBE filter is disabled.<br/>
|
|
1385
1373
|
- Cosmetic adjustment<br/>
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1374
|
+
|
|
1375
|
+
|
|
1376
|
+
**Version 1.0.19**<br/>
|
|
1389
1377
|
- Automatic loop protection<br/>
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1378
|
+
|
|
1379
|
+
|
|
1380
|
+
**Version 1.0.18**<br/>
|
|
1393
1381
|
- Added gateway options:<br/>
|
|
1394
1382
|
KNX Physical Address<br/>
|
|
1395
1383
|
Suppress ACK request<br/>
|
|
1396
1384
|
This option help compatibility with old Siemens SWG1 148-1AB22 IP Interface <br/>
|
|
1397
1385
|
- Added RBE option to the input (Report by Exception node - only passes on data if the payload has changed)<br/>
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1386
|
+
|
|
1387
|
+
|
|
1388
|
+
**Version 1.0.16**<br/>
|
|
1401
1389
|
- Input message format has been CHANGED! please see the wiki!!!.<br/>
|
|
1402
1390
|
- Circular reference protection (when 2 nodes with same group address are link toghether, the protection avoids loops.).<br/>
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1391
|
+
|
|
1392
|
+
|
|
1393
|
+
**Version 1.0.15**<br/>
|
|
1406
1394
|
- Device Node outputs the name when ETS csv is not set too.<br/>
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1395
|
+
|
|
1396
|
+
|
|
1397
|
+
**Version 1.0.14**<br/>
|
|
1410
1398
|
- Fixed knx dependency<br/>
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1399
|
+
|
|
1400
|
+
|
|
1401
|
+
**Version 1.0.7**<br/>
|
|
1414
1402
|
- Check for invalid node's Group Addr.<br/>
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1403
|
+
|
|
1404
|
+
|
|
1405
|
+
**Version 1.0.5**<br/>
|
|
1418
1406
|
- Fixed the fix for the typo error causing a mess<br/>
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1407
|
+
|
|
1408
|
+
|
|
1409
|
+
**Version 1.0.5**<br/>
|
|
1422
1410
|
- Fixed a typo error causing a mess<br/>
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1411
|
+
|
|
1412
|
+
|
|
1413
|
+
**Version 1.0.4**<br/>
|
|
1426
1414
|
- Fixed possible issue with the csv ETS endpoint<br/>
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1415
|
+
|
|
1416
|
+
|
|
1417
|
+
**Version 1.0.3**<br/>
|
|
1430
1418
|
- If ETS csv file is set, when typing a group address in the node, a list of KNX devices will be shown and when selected, it set the Datapoint and the Devicename automatically.<br/>
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1419
|
+
|
|
1420
|
+
|
|
1421
|
+
**Version 1.0.2**<br/>
|
|
1434
1422
|
- Fixed minor glitches in node config ui<br/>
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1423
|
+
|
|
1424
|
+
|
|
1425
|
+
**Version 1.0.1 FIRST PUBLIC RELEASE**<br/>
|
|
1438
1426
|
- Fixed minor glitches<br/>
|
|
1439
1427
|
- Ended extensive testing<br/>
|
|
1440
1428
|
- Enhanced Wiki and Youtube Video about ETS CSV File
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1429
|
+
|
|
1430
|
+
|
|
1431
|
+
**Version 0.0.6 BETA**<br/>
|
|
1444
1432
|
- Fixed Telegram type unable to be set<br/>
|
|
1445
1433
|
- Added node status for response (blue) and read (grey)<br/>
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1434
|
+
|
|
1435
|
+
|
|
1436
|
+
**Version 0.0.5 BETA**<br/>
|
|
1449
1437
|
- Integration of Help documentation<br/>
|
|
1450
1438
|
- Readstatus fix<br/>
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1439
|
+
|
|
1440
|
+
|
|
1441
|
+
**Version 0.0.3 BETA**<br/>
|
|
1454
1442
|
- Added Help documentation<br/>
|
|
1455
1443
|
- Added samples on the Readme.md<br/>
|
|
1456
1444
|
- Better user's notifications handling of the ETS csv file checks.<br/>
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1445
|
+
|
|
1446
|
+
|
|
1447
|
+
**Version 0.0.2 BETA**<br/>
|
|
1460
1448
|
- Added BETA warnings.<br/>
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1449
|
+
|
|
1450
|
+
|
|
1451
|
+
**Version 0.0.1 BETA**<br/>
|
|
1464
1452
|
- Initial release<br/>
|
|
1465
|
-
|
|
1453
|
+
|