node-red-contrib-knx-ultimate 2.2.19 → 2.2.21

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