node-red-contrib-knx-ultimate 5.0.2 → 5.0.3

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.
Files changed (36) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/nodes/hue-config.html +3 -0
  3. package/nodes/knxUltimate-config.html +3 -0
  4. package/nodes/knxUltimate.html +3 -0
  5. package/nodes/knxUltimateAI.html +3 -0
  6. package/nodes/knxUltimateAlerter.html +3 -0
  7. package/nodes/knxUltimateAutoResponder.html +3 -0
  8. package/nodes/knxUltimateDateTime.html +3 -0
  9. package/nodes/knxUltimateGarage.html +3 -0
  10. package/nodes/knxUltimateGlobalContext.html +3 -0
  11. package/nodes/knxUltimateHATranslator.html +3 -0
  12. package/nodes/knxUltimateHueAreaMotion.html +3 -0
  13. package/nodes/knxUltimateHueBattery.html +3 -0
  14. package/nodes/knxUltimateHueButton.html +3 -0
  15. package/nodes/knxUltimateHueCameraMotion.html +3 -0
  16. package/nodes/knxUltimateHueContactSensor.html +3 -0
  17. package/nodes/knxUltimateHueHumiditySensor.html +3 -0
  18. package/nodes/knxUltimateHueLight.html +3 -0
  19. package/nodes/knxUltimateHueLightSensor.html +3 -0
  20. package/nodes/knxUltimateHueMotion.html +3 -0
  21. package/nodes/knxUltimateHuePlug.html +3 -0
  22. package/nodes/knxUltimateHueScene.html +3 -0
  23. package/nodes/knxUltimateHueTapDial.html +3 -0
  24. package/nodes/knxUltimateHueTemperatureSensor.html +3 -0
  25. package/nodes/knxUltimateHueZigbeeConnectivity.html +3 -0
  26. package/nodes/knxUltimateHuedevice_software_update.html +3 -0
  27. package/nodes/knxUltimateIoTBridge.html +3 -0
  28. package/nodes/knxUltimateLoadControl.html +3 -0
  29. package/nodes/knxUltimateLogger.html +3 -0
  30. package/nodes/knxUltimateMultiRouting.html +3 -0
  31. package/nodes/knxUltimateRouterFilter.html +3 -0
  32. package/nodes/knxUltimateSceneController.html +3 -0
  33. package/nodes/knxUltimateStaircase.html +3 -0
  34. package/nodes/knxUltimateViewer.html +3 -0
  35. package/nodes/knxUltimateWatchDog.html +3 -0
  36. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@
6
6
 
7
7
  # CHANGELOG
8
8
 
9
+ **Version 5.0.3** - July 2026<br/>
10
+
11
+ - Added a link to the **KNX-Ultimate YouTube tutorials playlist** at the top of every node's configuration panel, so the video tutorials are one click away from any node.<br/>
12
+
9
13
  **Version 5.0.2** - July 2026<br/>
10
14
 
11
15
  - **IoT Bridge** node, **MQTT / Home Assistant (native)** mode:<br/>
@@ -302,6 +302,9 @@
302
302
 
303
303
 
304
304
  <script type="text/html" data-template-name="hue-config">
305
+ <div class="form-row" style="margin-bottom:10px;">
306
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
307
+ </div>
305
308
 
306
309
  <div id="waitWindow" hidden>
307
310
  <br/><br/>
@@ -1255,6 +1255,9 @@
1255
1255
 
1256
1256
 
1257
1257
  <script type="text/html" data-template-name="knxUltimate-config">
1258
+ <div class="form-row" style="margin-bottom:10px;">
1259
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
1260
+ </div>
1258
1261
  <div id="knxUltimate-config-template">
1259
1262
  <div class="form-section-heading">
1260
1263
  <b><span data-i18n="knxUltimate-config.properties.title"></span></b>
@@ -1176,6 +1176,9 @@ return msg;`
1176
1176
  </script>
1177
1177
 
1178
1178
  <script type="text/html" data-template-name="knxUltimate">
1179
+ <div class="form-row" style="margin-bottom:10px;">
1180
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
1181
+ </div>
1179
1182
 
1180
1183
  <!-- Setted by oneditprepare and used in oneditsave to warn user if no CSV file has been loaded -->
1181
1184
  <input id="isETSFileLoaded" name="isETSFileLoaded" type="hidden" value="false" />
@@ -384,6 +384,9 @@
384
384
  </script>
385
385
 
386
386
  <script type="text/html" data-template-name="knxUltimateAI">
387
+ <div class="form-row" style="margin-bottom:10px;">
388
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
389
+ </div>
387
390
  <b><span data-i18n="knxUltimateAI.title"></span></b>&nbsp&nbsp<span style="color:#ff9800" &nbsp &nbsp <i class="fa fa-youtube"></i></span><a
388
391
  target="_blank" href="https://www.youtube.com/watch?v=qw7kjQ_mvdg&t=10s">See sample video</a>
389
392
  <br /><br />
@@ -191,6 +191,9 @@
191
191
  </script>
192
192
 
193
193
  <script type="text/html" data-template-name="knxUltimateAlerter">
194
+ <div class="form-row" style="margin-bottom:10px;">
195
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
196
+ </div>
194
197
 
195
198
 
196
199
  <div class="form-row">
@@ -77,6 +77,9 @@
77
77
  </script>
78
78
 
79
79
  <script type="text/html" data-template-name="knxUltimateAutoResponder">
80
+ <div class="form-row" style="margin-bottom:10px;">
81
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
82
+ </div>
80
83
 
81
84
 
82
85
  <div class="form-row">
@@ -484,6 +484,9 @@
484
484
  </script>
485
485
 
486
486
  <script type="text/html" data-template-name="knxUltimateDateTime">
487
+ <div class="form-row" style="margin-bottom:10px;">
488
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
489
+ </div>
487
490
  <div class="form-row" style="display:flex; align-items:center;">
488
491
  <label for="node-input-server" style="width:180px"><i class="fa fa-circle-o"></i> <span data-i18n="knxUltimateDateTime.node-input-server"></span></label>
489
492
  <input type="text" id="node-input-server" style="flex:1">
@@ -183,6 +183,9 @@
183
183
  </script>
184
184
 
185
185
  <script type="text/html" data-template-name="knxUltimateGarage">
186
+ <div class="form-row" style="margin-bottom:10px;">
187
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
188
+ </div>
186
189
  <div class="form-row" style="display:flex; align-items:center;">
187
190
  <label for="node-input-server" style="width:180px"><i class="fa fa-circle-o"></i> <span data-i18n="knxUltimateGarage.node-input-server"></span></label>
188
191
  <input type="text" id="node-input-server" style="flex:1">
@@ -64,6 +64,9 @@
64
64
  </script>
65
65
 
66
66
  <script type="text/html" data-template-name="knxUltimateGlobalContext">
67
+ <div class="form-row" style="margin-bottom:10px;">
68
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
69
+ </div>
67
70
 
68
71
 
69
72
  <div class="form-row">
@@ -47,6 +47,9 @@
47
47
  </script>
48
48
 
49
49
  <script type="text/html" data-template-name="knxUltimateHATranslator">
50
+ <div class="form-row" style="margin-bottom:10px;">
51
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
52
+ </div>
50
53
  <div class="form-row">
51
54
  <label for="node-config-input-name">
52
55
  <i class="fa fa-tag"></i> Name
@@ -519,6 +519,9 @@
519
519
  </script>
520
520
 
521
521
  <script type="text/html" data-template-name="knxUltimateHueAreaMotion">
522
+ <div class="form-row" style="margin-bottom:10px;">
523
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
524
+ </div>
522
525
  <div class="form-row">
523
526
  <label for="node-input-server">
524
527
  <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAKnRFWHRDcmVhdGlvbiBUaW1lAEZyIDYgQXVnIDIwMTAgMjE6NTI6MTkgKzAxMDD84aS8AAAAB3RJTUUH3gYYCicNV+4WIQAAAAlwSFlzAAALEgAACxIB0t1+/AAAAARnQU1BAACxjwv8YQUAAACUSURBVHjaY2CgFZg5c+Z/ZEyWAZ8+f/6/ZsWs/xoamqMGkGrA6Wla/1+fVARjEBuGsSoGmY4eZSCNL59d/g8DIDbIAHR14OgFGQByKjIGKX5+6/T///8gGMQGiV1+/B0Fg70GIkD+RMYgxf/O5/7//2MSmAZhkBi6OrgB6Bg5DGB4ajr3f2xqsYYLSDE2THJUDg0AAAqyDVd4tp4YAAAAAElFTkSuQmCC" />
@@ -498,6 +498,9 @@
498
498
  </script>
499
499
 
500
500
  <script type="text/html" data-template-name="knxUltimateHueBattery">
501
+ <div class="form-row" style="margin-bottom:10px;">
502
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
503
+ </div>
501
504
  <div class="form-row">
502
505
  <label for="node-input-server">
503
506
  <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAKnRFWHRDcmVhdGlvbiBUaW1lAEZyIDYgQXVnIDIwMTAgMjE6NTI6MTkgKzAxMDD84aS8AAAAB3RJTUUH3gYYCicNV+4WIQAAAAlwSFlzAAALEgAACxIB0t1+/AAAAARnQU1BAACxjwv8YQUAAACUSURBVHjaY2CgFZg5c+Z/ZEyWAZ8+f/6/ZsWs/xoamqMGkGrA6Wla/1+fVARjEBuGsSoGmY4eZSCNL59d/g8DIDbIAHR14OgFGQByKjIGKX5+6/T///8gGMQGiV1+/B0Fg70GIkD+RMYgxf/O5/7//2MSmAZhkBi6OrgB6Bg5DGB4ajr3f2xqsYYLSDE2THJUDg0AAAqyDVd4tp4YAAAAAElFTkSuQmCC" />
@@ -616,6 +616,9 @@
616
616
  </script>
617
617
 
618
618
  <script type="text/html" data-template-name="knxUltimateHueButton">
619
+ <div class="form-row" style="margin-bottom:10px;">
620
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
621
+ </div>
619
622
  <div class="form-row">
620
623
  <label for="node-input-server">
621
624
  <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAKnRFWHRDcmVhdGlvbiBUaW1lAEZyIDYgQXVnIDIwMTAgMjE6NTI6MTkgKzAxMDD84aS8AAAAB3RJTUUH3gYYCicNV+4WIQAAAAlwSFlzAAALEgAACxIB0t1+/AAAAARnQU1BAACxjwv8YQUAAACUSURBVHjaY2CgFZg5c+Z/ZEyWAZ8+f/6/ZsWs/xoamqMGkGrA6Wla/1+fVARjEBuGsSoGmY4eZSCNL59d/g8DIDbIAHR14OgFGQByKjIGKX5+6/T///8gGMQGiV1+/B0Fg70GIkD+RMYgxf/O5/7//2MSmAZhkBi6OrgB6Bg5DGB4ajr3f2xqsYYLSDE2THJUDg0AAAqyDVd4tp4YAAAAAElFTkSuQmCC" />
@@ -529,6 +529,9 @@
529
529
  </script>
530
530
 
531
531
  <script type="text/html" data-template-name="knxUltimateHueCameraMotion">
532
+ <div class="form-row" style="margin-bottom:10px;">
533
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
534
+ </div>
532
535
  <div class="form-row">
533
536
  <label for="node-input-server">
534
537
  <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAKnRFWHRDcmVhdGlvbiBUaW1lAEZyIDYgQXVnIDIwMTAgMjE6NTI6MTkgKzAxMDD84aS8AAAAB3RJTUUH3gYYCicNV+4WIQAAAAlwSFlzAAALEgAACxIB0t1+/AAAAARnQU1BAACxjwv8YQUAAACUSURBVHjaY2CgFZg5c+Z/ZEyWAZ8+f/6/ZsWs/xoamqMGkGrA6Wla/1+fVARjEBuGsSoGmY4eZSCNL59d/g8DIDbIAHR14OgFGQByKjIGKX5+6/T///8gGMQGiV1+/B0Fg70GIkD+RMYgxf/O5/7//2MSmAZhkBi6OrgB6Bg5DGB4ajr3f2xqsYYLSDE2THJUDg0AAAqyDVd4tp4YAAAAAElFTkSuQmCC" />
@@ -489,6 +489,9 @@
489
489
  </script>
490
490
 
491
491
  <script type="text/html" data-template-name="knxUltimateHueContactSensor">
492
+ <div class="form-row" style="margin-bottom:10px;">
493
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
494
+ </div>
492
495
  <div class="form-row">
493
496
  <label for="node-input-server">
494
497
  <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAKnRFWHRDcmVhdGlvbiBUaW1lAEZyIDYgQXVnIDIwMTAgMjE6NTI6MTkgKzAxMDD84aS8AAAAB3RJTUUH3gYYCicNV+4WIQAAAAlwSFlzAAALEgAACxIB0t1+/AAAAARnQU1BAACxjwv8YQUAAACUSURBVHjaY2CgFZg5c+Z/ZEyWAZ8+f/6/ZsWs/xoamqMGkGrA6Wla/1+fVARjEBuGsSoGmY4eZSCNL59d/g8DIDbIAHR14OgFGQByKjIGKX5+6/T///8gGMQGiV1+/B0Fg70GIkD+RMYgxf/O5/7//2MSmAZhkBi6OrgB6Bg5DGB4ajr3f2xqsYYLSDE2THJUDg0AAAqyDVd4tp4YAAAAAElFTkSuQmCC" />
@@ -499,6 +499,9 @@
499
499
  </script>
500
500
 
501
501
  <script type="text/html" data-template-name="knxUltimateHueHumiditySensor">
502
+ <div class="form-row" style="margin-bottom:10px;">
503
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
504
+ </div>
502
505
  <div class="form-row">
503
506
  <label for="node-input-server">
504
507
  <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAKnRFWHRDcmVhdGlvbiBUaW1lAEZyIDYgQXVnIDIwMTAgMjE6NTI6MTkgKzAxMDD84aS8AAAAB3RJTUUH3gYYCicNV+4WIQAAAAlwSFlzAAALEgAACxIB0t1+/AAAAARnQU1BAACxjwv8YQUAAACUSURBVHjaY2CgFZg5c+Z/ZEyWAZ8+f/6/ZsWs/xoamqMGkGrA6Wla/1+fVARjEBuGsSoGmY4eZSCNL59d/g8DIDbIAHR14OgFGQByKjIGKX5+6/T///8gGMQGiV1+/B0Fg70GIkD+RMYgxf/O5/7//2MSmAZhkBi6OrgB6Bg5DGB4ajr3f2xqsYYLSDE2THJUDg0AAAqyDVd4tp4YAAAAAElFTkSuQmCC" />
@@ -1761,6 +1761,9 @@
1761
1761
 
1762
1762
 
1763
1763
  <script type="text/html" data-template-name="knxUltimateHueLight">
1764
+ <div class="form-row" style="margin-bottom:10px;">
1765
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
1766
+ </div>
1764
1767
  <div id="waitWindow">
1765
1768
  <br/><br/>
1766
1769
  <p align="center">
@@ -487,6 +487,9 @@
487
487
  </script>
488
488
 
489
489
  <script type="text/html" data-template-name="knxUltimateHueLightSensor">
490
+ <div class="form-row" style="margin-bottom:10px;">
491
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
492
+ </div>
490
493
  <div class="form-row">
491
494
  <label for="node-input-server">
492
495
  <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAKnRFWHRDcmVhdGlvbiBUaW1lAEZyIDYgQXVnIDIwMTAgMjE6NTI6MTkgKzAxMDD84aS8AAAAB3RJTUUH3gYYCicNV+4WIQAAAAlwSFlzAAALEgAACxIB0t1+/AAAAARnQU1BAACxjwv8YQUAAACUSURBVHjaY2CgFZg5c+Z/ZEyWAZ8+f/6/ZsWs/xoamqMGkGrA6Wla/1+fVARjEBuGsSoGmY4eZSCNL59d/g8DIDbIAHR14OgFGQByKjIGKX5+6/T///8gGMQGiV1+/B0Fg70GIkD+RMYgxf/O5/7//2MSmAZhkBi6OrgB6Bg5DGB4ajr3f2xqsYYLSDE2THJUDg0AAAqyDVd4tp4YAAAAAElFTkSuQmCC" />
@@ -491,6 +491,9 @@
491
491
  </script>
492
492
 
493
493
  <script type="text/html" data-template-name="knxUltimateHueMotion">
494
+ <div class="form-row" style="margin-bottom:10px;">
495
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
496
+ </div>
494
497
  <div class="form-row">
495
498
  <label for="node-input-server">
496
499
  <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAKnRFWHRDcmVhdGlvbiBUaW1lAEZyIDYgQXVnIDIwMTAgMjE6NTI6MTkgKzAxMDD84aS8AAAAB3RJTUUH3gYYCicNV+4WIQAAAAlwSFlzAAALEgAACxIB0t1+/AAAAARnQU1BAACxjwv8YQUAAACUSURBVHjaY2CgFZg5c+Z/ZEyWAZ8+f/6/ZsWs/xoamqMGkGrA6Wla/1+fVARjEBuGsSoGmY4eZSCNL59d/g8DIDbIAHR14OgFGQByKjIGKX5+6/T///8gGMQGiV1+/B0Fg70GIkD+RMYgxf/O5/7//2MSmAZhkBi6OrgB6Bg5DGB4ajr3f2xqsYYLSDE2THJUDg0AAAqyDVd4tp4YAAAAAElFTkSuQmCC" />
@@ -429,6 +429,9 @@
429
429
  </script>
430
430
 
431
431
  <script type="text/html" data-template-name="knxUltimateHuePlug">
432
+ <div class="form-row" style="margin-bottom:10px;">
433
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
434
+ </div>
432
435
  <div class="form-row">
433
436
  <label for="node-input-server">
434
437
  <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAKnRFWHRDcmVhdGlvbiBUaW1lAEZyIDYgQXVnIDIwMTAgMjE6NTI6MTkgKzAxMDD84aS8AAAAB3RJTUUH3gYYCicNV+4WIQAAAAlwSFlzAAALEgAACxIB0t1+/AAAAARnQU1BAACxjwv8YQUAAACUSURBVHjaY2CgFZg5c+Z/ZEyWAZ8+f/6/ZsWs/xoamqMGkGrA6Wla/1+fVARjEBuGsSoGmY4eZSCNL59d/g8DIDbIAHR14OgFGQByKjIGKX5+6/T///8gGMQGiV1+/B0Fg70GIkD+RMYgxf/O5/7//2MSmAZhkBi6OrgB6Bg5DGB4ajr3f2xqsYYLSDE2THJUDg0AAAqyDVd4tp4YAAAAAElFTkSuQmCC" />
@@ -770,6 +770,9 @@
770
770
  </script>
771
771
 
772
772
  <script type="text/html" data-template-name="knxUltimateHueScene">
773
+ <div class="form-row" style="margin-bottom:10px;">
774
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
775
+ </div>
773
776
  <input type="hidden" id="node-input-selectedModeTabNumber">
774
777
  <div class="form-row">
775
778
  <label for="node-input-server">
@@ -498,6 +498,9 @@
498
498
  </script>
499
499
 
500
500
  <script type="text/html" data-template-name="knxUltimateHueTapDial">
501
+ <div class="form-row" style="margin-bottom:10px;">
502
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
503
+ </div>
501
504
  <div class="form-row">
502
505
  <label for="node-input-server">
503
506
  <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAKnRFWHRDcmVhdGlvbiBUaW1lAEZyIDYgQXVnIDIwMTAgMjE6NTI6MTkgKzAxMDD84aS8AAAAB3RJTUUH3gYYCicNV+4WIQAAAAlwSFlzAAALEgAACxIB0t1+/AAAAARnQU1BAACxjwv8YQUAAACUSURBVHjaY2CgFZg5c+Z/ZEyWAZ8+f/6/ZsWs/xoamqMGkGrA6Wla/1+fVARjEBuGsSoGmY4eZSCNL59d/g8DIDbIAHR14OgFGQByKjIGKX5+6/T///8gGMQGiV1+/B0Fg70GIkD+RMYgxf/O5/7//2MSmAZhkBi6OrgB6Bg5DGB4ajr3f2xqsYYLSDE2THJUDg0AAAqyDVd4tp4YAAAAAElFTkSuQmCC" />
@@ -490,6 +490,9 @@
490
490
  </script>
491
491
 
492
492
  <script type="text/html" data-template-name="knxUltimateHueTemperatureSensor">
493
+ <div class="form-row" style="margin-bottom:10px;">
494
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
495
+ </div>
493
496
  <div class="form-row">
494
497
  <label for="node-input-server">
495
498
  <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAKnRFWHRDcmVhdGlvbiBUaW1lAEZyIDYgQXVnIDIwMTAgMjE6NTI6MTkgKzAxMDD84aS8AAAAB3RJTUUH3gYYCicNV+4WIQAAAAlwSFlzAAALEgAACxIB0t1+/AAAAARnQU1BAACxjwv8YQUAAACUSURBVHjaY2CgFZg5c+Z/ZEyWAZ8+f/6/ZsWs/xoamqMGkGrA6Wla/1+fVARjEBuGsSoGmY4eZSCNL59d/g8DIDbIAHR14OgFGQByKjIGKX5+6/T///8gGMQGiV1+/B0Fg70GIkD+RMYgxf/O5/7//2MSmAZhkBi6OrgB6Bg5DGB4ajr3f2xqsYYLSDE2THJUDg0AAAqyDVd4tp4YAAAAAElFTkSuQmCC" />
@@ -498,6 +498,9 @@
498
498
  </script>
499
499
 
500
500
  <script type="text/html" data-template-name="knxUltimateHueZigbeeConnectivity">
501
+ <div class="form-row" style="margin-bottom:10px;">
502
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
503
+ </div>
501
504
  <div class="form-row">
502
505
  <label for="node-input-server">
503
506
  <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAKnRFWHRDcmVhdGlvbiBUaW1lAEZyIDYgQXVnIDIwMTAgMjE6NTI6MTkgKzAxMDD84aS8AAAAB3RJTUUH3gYYCicNV+4WIQAAAAlwSFlzAAALEgAACxIB0t1+/AAAAARnQU1BAACxjwv8YQUAAACUSURBVHjaY2CgFZg5c+Z/ZEyWAZ8+f/6/ZsWs/xoamqMGkGrA6Wla/1+fVARjEBuGsSoGmY4eZSCNL59d/g8DIDbIAHR14OgFGQByKjIGKX5+6/T///8gGMQGiV1+/B0Fg70GIkD+RMYgxf/O5/7//2MSmAZhkBi6OrgB6Bg5DGB4ajr3f2xqsYYLSDE2THJUDg0AAAqyDVd4tp4YAAAAAElFTkSuQmCC" />
@@ -503,6 +503,9 @@
503
503
  </script>
504
504
 
505
505
  <script type="text/html" data-template-name="knxUltimateHuedevice_software_update">
506
+ <div class="form-row" style="margin-bottom:10px;">
507
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
508
+ </div>
506
509
  <div class="form-row">
507
510
  <label for="node-input-server">
508
511
  <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAKnRFWHRDcmVhdGlvbiBUaW1lAEZyIDYgQXVnIDIwMTAgMjE6NTI6MTkgKzAxMDD84aS8AAAAB3RJTUUH3gYYCicNV+4WIQAAAAlwSFlzAAALEgAACxIB0t1+/AAAAARnQU1BAACxjwv8YQUAAACUSURBVHjaY2CgFZg5c+Z/ZEyWAZ8+f/6/ZsWs/xoamqMGkGrA6Wla/1+fVARjEBuGsSoGmY4eZSCNL59d/g8DIDbIAHR14OgFGQByKjIGKX5+6/T///8gGMQGiV1+/B0Fg70GIkD+RMYgxf/O5/7//2MSmAZhkBi6OrgB6Bg5DGB4ajr3f2xqsYYLSDE2THJUDg0AAAqyDVd4tp4YAAAAAElFTkSuQmCC" />
@@ -591,6 +591,9 @@
591
591
  </script>
592
592
 
593
593
  <script type="text/html" data-template-name="knxUltimateIoTBridge">
594
+ <div class="form-row" style="margin-bottom:10px;">
595
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
596
+ </div>
594
597
  <div class="form-row">
595
598
  <label for="node-input-server" data-i18n="knxUltimateIoTBridge.node-input-server"></label>
596
599
  <input type="text" id="node-input-server" />
@@ -205,6 +205,9 @@
205
205
  </script>
206
206
 
207
207
  <script type="text/html" data-template-name="knxUltimateLoadControl">
208
+ <div class="form-row" style="margin-bottom:10px;">
209
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
210
+ </div>
208
211
 
209
212
 
210
213
  <div class="form-row">
@@ -110,6 +110,9 @@
110
110
  </script>
111
111
 
112
112
  <script type="text/html" data-template-name="knxUltimateLogger">
113
+ <div class="form-row" style="margin-bottom:10px;">
114
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
115
+ </div>
113
116
  <div class="form-row">
114
117
  <b><span data-i18n="knxUltimateLogger.title"></span></b>
115
118
  <br/><br/>
@@ -55,6 +55,9 @@
55
55
  </script>
56
56
 
57
57
  <script type="text/html" data-template-name="knxUltimateMultiRouting">
58
+ <div class="form-row" style="margin-bottom:10px;">
59
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
60
+ </div>
58
61
  <div class="form-row">
59
62
  <b><span data-i18n="knxUltimateMultiRouting.title"></span></b>&nbsp&nbsp<span style="color:red" &nbsp &nbsp<i class="fa fa-youtube"></i></span>&nbsp<a
60
63
  target="_blank" href="https://youtu.be/fGT6BrkTkiM"><u><span data-i18n="common.youtube_sample"></span></u></a>
@@ -58,6 +58,9 @@
58
58
  </script>
59
59
 
60
60
  <script type="text/html" data-template-name="knxUltimateRouterFilter">
61
+ <div class="form-row" style="margin-bottom:10px;">
62
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
63
+ </div>
61
64
  <div class="form-row">
62
65
  <b><span data-i18n="knxUltimateRouterFilter.title"></span></b>&nbsp&nbsp<span style="color:red" &nbsp &nbsp<i class="fa fa-youtube"></i></span>&nbsp<a
63
66
  target="_blank" href="https://youtu.be/fGT6BrkTkiM"><u><span data-i18n="common.youtube_sample"></span></u></a>
@@ -451,6 +451,9 @@
451
451
  </script>
452
452
 
453
453
  <script type="text/html" data-template-name="knxUltimateSceneController">
454
+ <div class="form-row" style="margin-bottom:10px;">
455
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
456
+ </div>
454
457
 
455
458
 
456
459
  <div class="form-row">
@@ -195,6 +195,9 @@
195
195
 
196
196
 
197
197
  <script type="text/html" data-template-name="knxUltimateStaircase">
198
+ <div class="form-row" style="margin-bottom:10px;">
199
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
200
+ </div>
198
201
  <div class="form-row" style="display:flex; align-items:center;">
199
202
  <label for="node-input-server" style="width:180px"><i class="fa fa-circle-o"></i> <span data-i18n="knxUltimateStaircase.node-input-server"></span></label>
200
203
  <input type="text" id="node-input-server" style="flex:1">
@@ -101,6 +101,9 @@
101
101
  </script>
102
102
 
103
103
  <script type="text/html" data-template-name="knxUltimateViewer">
104
+ <div class="form-row" style="margin-bottom:10px;">
105
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
106
+ </div>
104
107
 
105
108
 
106
109
  <div class="form-row">
@@ -162,6 +162,9 @@
162
162
  <script type="text/markdown" data-help-name="knxUltimateWatchDog"></script>
163
163
 
164
164
  <script type="text/html" data-template-name="knxUltimateWatchDog">
165
+ <div class="form-row" style="margin-bottom:10px;">
166
+ <span style="color:#ff0000"><i class="fa fa-youtube"></i></span>&nbsp;<a target="_blank" href="https://www.youtube.com/playlist?list=PL9Yh1bjbLAYrU8PsVhW4xzEug2WtVFv3E"><b>KNX-Ultimate video tutorials (YouTube playlist)</b></a>
167
+ </div>
165
168
  <div class="form-row">
166
169
  <b><span data-i18n="knxUltimateWatchDog.title"></span></b>
167
170
  <br/><br/>
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "engines": {
4
4
  "node": ">=20.18.1"
5
5
  },
6
- "version": "5.0.2",
6
+ "version": "5.0.3",
7
7
  "description": "Control your KNX and KNX Secure intallation via Node-Red! A bunch of KNX nodes, with integrated Philips HUE control, ETS group address importer, KNX AI for diagnosticsand KNX routing between interfaces. Easy to use and highly configurable.",
8
8
  "files": [
9
9
  "nodes/",
@@ -18,7 +18,7 @@
18
18
  "dependencies": {
19
19
  "dns-sync": "0.2.1",
20
20
  "google-translate-tts": "^0.3.0",
21
- "js-yaml": "4.1.1",
21
+ "js-yaml": "4.2.0",
22
22
  "knxultimate": "6.0.1",
23
23
  "lodash": "4.18.1",
24
24
  "mqtt": "^5.15.1",