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