node-red-contrib-knx-ultimate 4.0.27 → 4.0.29

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 (133) hide show
  1. package/CHANGELOG.md +29 -25
  2. package/Node-Red-KNXUltimate.code-workspace +0 -4
  3. package/README.md +21 -366
  4. package/img/buttons/doc-de.svg +21 -0
  5. package/img/buttons/doc-en.svg +21 -0
  6. package/img/buttons/doc-es.svg +22 -0
  7. package/img/buttons/doc-fr.svg +22 -0
  8. package/img/buttons/doc-it.svg +22 -0
  9. package/img/buttons/doc-zh-CN.svg +21 -0
  10. package/img/c/qq.svg +15 -0
  11. package/img/readmemain.png +0 -0
  12. package/nodes/commonFunctions.js +3 -3
  13. package/nodes/hue-config.js +12 -12
  14. package/nodes/knxUltimateHueBattery.html +2 -1
  15. package/nodes/knxUltimateHueButton.html +2 -1
  16. package/nodes/knxUltimateHueCameraMotion.html +2 -1
  17. package/nodes/knxUltimateHueContactSensor.html +2 -1
  18. package/nodes/knxUltimateHueHumiditySensor.html +2 -1
  19. package/nodes/knxUltimateHueLightSensor.html +2 -1
  20. package/nodes/knxUltimateHueMotion.html +2 -1
  21. package/nodes/knxUltimateHuePlug.html +2 -1
  22. package/nodes/knxUltimateHueScene.html +2 -1
  23. package/nodes/knxUltimateHueTapDial.html +2 -1
  24. package/nodes/knxUltimateHueTemperatureSensor.html +2 -1
  25. package/nodes/knxUltimateHueZigbeeConnectivity.html +2 -1
  26. package/nodes/knxUltimateHuedevice_software_update.html +2 -1
  27. package/nodes/locales/de/knxUltimate-config.html +3 -3
  28. package/nodes/locales/de/knxUltimate.html +13 -3
  29. package/nodes/locales/de/knxUltimate.json +7 -7
  30. package/nodes/locales/de/knxUltimateAlerter.html +8 -1
  31. package/nodes/locales/de/knxUltimateAutoResponder.html +3 -0
  32. package/nodes/locales/de/knxUltimateGarageDoorBarrierOpener.html +5 -2
  33. package/nodes/locales/de/knxUltimateGlobalContext.html +4 -1
  34. package/nodes/locales/de/knxUltimateIoTBridge.html +2 -0
  35. package/nodes/locales/de/knxUltimateLoadControl.html +2 -1
  36. package/nodes/locales/de/knxUltimateLogger.html +10 -2
  37. package/nodes/locales/de/knxUltimateSceneController.html +6 -1
  38. package/nodes/locales/de/knxUltimateSceneController.json +4 -4
  39. package/nodes/locales/de/knxUltimateViewer.html +11 -3
  40. package/nodes/locales/de/knxUltimateWatchDog.html +11 -2
  41. package/nodes/locales/en/knxUltimate-config.html +2 -40
  42. package/nodes/locales/en/knxUltimate.html +20 -48
  43. package/nodes/locales/en/knxUltimate.json +7 -7
  44. package/nodes/locales/en/knxUltimateAlerter.html +3 -1
  45. package/nodes/locales/en/knxUltimateAutoResponder.html +3 -0
  46. package/nodes/locales/en/knxUltimateGarage.html +2 -0
  47. package/nodes/locales/en/knxUltimateGarageDoorBarrierOpener.html +5 -2
  48. package/nodes/locales/en/knxUltimateGlobalContext.html +1 -1
  49. package/nodes/locales/en/knxUltimateIoTBridge.html +2 -0
  50. package/nodes/locales/en/knxUltimateLoadControl.html +1 -1
  51. package/nodes/locales/en/knxUltimateLogger.html +2 -2
  52. package/nodes/locales/en/knxUltimateSceneController.html +1 -1
  53. package/nodes/locales/en/knxUltimateSceneController.json +4 -4
  54. package/nodes/locales/en/knxUltimateStaircase.html +1 -0
  55. package/nodes/locales/en/knxUltimateViewer.html +10 -3
  56. package/nodes/locales/en/knxUltimateWatchDog.html +2 -2
  57. package/nodes/locales/es/knxUltimate-config.html +4 -4
  58. package/nodes/locales/es/knxUltimate.html +59 -23
  59. package/nodes/locales/es/knxUltimateAlerter.html +42 -12
  60. package/nodes/locales/es/knxUltimateAutoResponder.html +21 -6
  61. package/nodes/locales/es/knxUltimateGarage.html +1 -0
  62. package/nodes/locales/es/knxUltimateGlobalContext.html +1 -1
  63. package/nodes/locales/es/knxUltimateIoTBridge.html +2 -0
  64. package/nodes/locales/es/knxUltimateLoadControl.html +7 -3
  65. package/nodes/locales/es/knxUltimateLogger.html +46 -14
  66. package/nodes/locales/es/knxUltimateSceneController.html +30 -10
  67. package/nodes/locales/es/knxUltimateStaircase.html +1 -0
  68. package/nodes/locales/es/knxUltimateViewer.html +14 -4
  69. package/nodes/locales/es/knxUltimateWatchDog.html +57 -17
  70. package/nodes/locales/fr/knxUltimate-config.html +3 -3
  71. package/nodes/locales/fr/knxUltimate.html +59 -23
  72. package/nodes/locales/fr/knxUltimateAlerter.html +42 -12
  73. package/nodes/locales/fr/knxUltimateAutoResponder.html +21 -6
  74. package/nodes/locales/fr/knxUltimateGarage.html +1 -0
  75. package/nodes/locales/fr/knxUltimateGlobalContext.html +1 -1
  76. package/nodes/locales/fr/knxUltimateIoTBridge.html +2 -0
  77. package/nodes/locales/fr/knxUltimateLoadControl.html +7 -3
  78. package/nodes/locales/fr/knxUltimateLogger.html +46 -14
  79. package/nodes/locales/fr/knxUltimateSceneController.html +30 -10
  80. package/nodes/locales/fr/knxUltimateStaircase.html +1 -0
  81. package/nodes/locales/fr/knxUltimateViewer.html +14 -4
  82. package/nodes/locales/fr/knxUltimateWatchDog.html +55 -15
  83. package/nodes/locales/it/knxUltimate-config.html +3 -3
  84. package/nodes/locales/it/knxUltimate.html +16 -3
  85. package/nodes/locales/it/knxUltimate.json +7 -7
  86. package/nodes/locales/it/knxUltimateAlerter.html +8 -1
  87. package/nodes/locales/it/knxUltimateAutoResponder.html +3 -0
  88. package/nodes/locales/it/knxUltimateGarage.html +1 -0
  89. package/nodes/locales/it/knxUltimateGarageDoorBarrierOpener.html +5 -2
  90. package/nodes/locales/it/knxUltimateGlobalContext.html +4 -1
  91. package/nodes/locales/it/knxUltimateIoTBridge.html +2 -0
  92. package/nodes/locales/it/knxUltimateLoadControl.html +1 -1
  93. package/nodes/locales/it/knxUltimateLogger.html +10 -2
  94. package/nodes/locales/it/knxUltimateSceneController.html +6 -1
  95. package/nodes/locales/it/knxUltimateSceneController.json +4 -4
  96. package/nodes/locales/it/knxUltimateStaircase.html +1 -0
  97. package/nodes/locales/it/knxUltimateViewer.html +11 -3
  98. package/nodes/locales/it/knxUltimateWatchDog.html +12 -2
  99. package/nodes/locales/zh-CN/knxUltimate-config.html +3 -3
  100. package/nodes/locales/zh-CN/knxUltimate.html +13 -3
  101. package/nodes/locales/zh-CN/knxUltimate.json +7 -7
  102. package/nodes/locales/zh-CN/knxUltimateAlerter.html +8 -1
  103. package/nodes/locales/zh-CN/knxUltimateAutoResponder.html +3 -0
  104. package/nodes/locales/zh-CN/knxUltimateGarageDoorBarrierOpener.html +5 -2
  105. package/nodes/locales/zh-CN/knxUltimateGlobalContext.html +4 -1
  106. package/nodes/locales/zh-CN/knxUltimateIoTBridge.html +2 -0
  107. package/nodes/locales/zh-CN/knxUltimateLoadControl.html +1 -1
  108. package/nodes/locales/zh-CN/knxUltimateLogger.html +10 -2
  109. package/nodes/locales/zh-CN/knxUltimateSceneController.html +6 -1
  110. package/nodes/locales/zh-CN/knxUltimateSceneController.json +4 -4
  111. package/nodes/locales/zh-CN/knxUltimateViewer.html +11 -3
  112. package/nodes/locales/zh-CN/knxUltimateWatchDog.html +11 -2
  113. package/package.json +9 -3
  114. package/scripts/check-node-docs.js +1 -1
  115. package/scripts/dev-serve-docs.js +469 -0
  116. package/scripts/dev-serve-template.html +18 -0
  117. package/scripts/export-wiki-to-pages.js +203 -0
  118. package/scripts/generate-readme-doc-buttons.py +171 -0
  119. package/scripts/generate-wiki-navbar.js +142 -0
  120. package/scripts/help-to-wiki.js +107 -0
  121. package/scripts/inject-wiki-header.js +31 -11
  122. package/scripts/manage-wiki-menu.js +4 -4
  123. package/scripts/manual_translate_fr_es.py +11 -7
  124. package/scripts/migrate-node-help.js +2 -2
  125. package/scripts/prepare-wiki-pages.js +113 -0
  126. package/scripts/sync-help-from-wiki.js +2 -2
  127. package/scripts/translate-wiki.js +15 -27
  128. package/scripts/update-help-from-wiki.js +2 -2
  129. package/scripts/validate-wiki-languagebar.js +15 -5
  130. package/scripts/wiki-menu.json +62 -99
  131. package/README-WIKI.md +0 -108
  132. package/img/knxsecure.png +0 -0
  133. package/img/readmemain_old.png +0 -0
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@
6
6
 
7
7
  # CHANGELOG
8
8
 
9
+ **Version 4.0.29** - November 2025<br/>
10
+ - All Hue editor nodes now honour the refresh icon by forcing a live reload from the Hue bridge (with URL-safe server ids), keeping device/scene lists in sync after bridge-side changes.<br/>
11
+ <br/>
12
+
9
13
  **Version 4.0.27** - October 2025<br/>
10
14
  - GA selector inputs: suppressed the empty-result tooltip by keeping the typed group address as a fallback option so single matches are never hidden behind "no items to show".<br/>
11
15
  <br/>
@@ -636,7 +640,7 @@ This is an interim version, to quick fix some issues. Please report any issue wi
636
640
 
637
641
  **Version 2.2.2** - October 2023<br/>
638
642
  - NEW: HUE Motion: support HUE Camera motion events via the HUE Motion node.<br/>
639
- - 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/>
643
+ - HUE Light: some tweaking to the GUI.<br/> - HUE Grouped Light: Fixed relative dimming function.<br/> - KNK Alerter node: <a href="https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/SampleAlerter">fixed the wiki sample page</a>.<br/> - KNX Viewer: added the help pane in Node-Red.<br/>
640
644
 
641
645
 
642
646
  **Version 2.2.1** - October 2023<br/>
@@ -1045,7 +1049,7 @@ This is an interim version, to quick fix some issues. Please report any issue wi
1045
1049
 
1046
1050
  **Version 1.4.1** - October 2022<br/>
1047
1051
  - Added DPT 14.077.<br/>
1048
- - 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/>
1052
+ - NEW: you can now set the ETS group address list at runtime, via the Watchdog Node. See here https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/WatchDog-Configuration the "importCSV" property of the msg.setGatewayConfig.<br/>
1049
1053
  - Updated the Wiki in all languages.<br/>
1050
1054
 
1051
1055
 
@@ -1151,7 +1155,7 @@ This is an interim version, to quick fix some issues. Please report any issue wi
1151
1155
 
1152
1156
 
1153
1157
  **Version 1.3.28** - February 2022<br/>
1154
- - 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/>
1158
+ - NEW: KNX Viewer: this node allow you to see all datapints and values in a dashboard wirget. https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/knxUltimateViewer<br/>
1155
1159
 
1156
1160
 
1157
1161
  **Version 1.3.27** - February 2022<br/>
@@ -1368,11 +1372,11 @@ This is an interim version, to quick fix some issues. Please report any issue wi
1368
1372
  - Fixed a wrong help link in the gateway configuration node, in the italian language.<br/>
1369
1373
  - Fix: on importing ETS Group Addresses file, the debug window won't show the import's warnings/error.<br/>
1370
1374
  - 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/>
1371
- - Updated WIKI and help to reflect KNX Secure changes.<br/>
1375
+ - Updated Documentation to reflect KNX Secure changes.<br/>
1372
1376
 
1373
1377
 
1374
1378
  **Version 1.2.34** - June 2021<br/>
1375
- - 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/Gateway-configuration<br/>
1379
+ - 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://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/Gateway-configuration<br/>
1376
1380
 
1377
1381
 
1378
1382
  **Version 1.2.33** - May 2021<br/>
@@ -1392,7 +1396,7 @@ This is an interim version, to quick fix some issues. Please report any issue wi
1392
1396
 
1393
1397
 
1394
1398
  **Version 1.2.29** - May 2021<br/>
1395
- - 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/>
1399
+ - 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://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/-Sample---WatchDog<br/>
1396
1400
 
1397
1401
 
1398
1402
  **Version 1.2.28** - May 2021<br/>
@@ -1406,24 +1410,24 @@ This is an interim version, to quick fix some issues. Please report any issue wi
1406
1410
 
1407
1411
 
1408
1412
  **Version 1.2.26** - April 2021<br/>
1409
- - 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/>
1413
+ - NEW: Alerter node: added a third output PIN containing the last alerted device (https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/Alerter-Configuration).<br/>
1410
1414
  - Updated Wiki, Help and SAMPLE to reflect this change.<br/>
1411
1415
 
1412
1416
 
1413
1417
  **Version 1.2.25** - April 2021<br/>
1414
- - 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/>
1418
+ - NEW: Alerter node: added a second output PIN containing all alerted devices at once (useful for Telegram, Alexa and so on) (https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/Alerter-Configuration).<br/>
1415
1419
  - 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/>
1416
1420
  - Updated Wiki, Help and SAMPLE to reflect this change.<br/>
1417
1421
 
1418
1422
 
1419
1423
  **Version 1.2.23** - April 2021<br/>
1420
1424
  - Fix: Put some spaces in the device list window of Alerter and Scene node, to facilitate the fields editing.<br/>
1421
- - 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/>
1425
+ - Alerter node: other than "write", the devices listed react to "response" telegrams as well (https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/Alerter-Configuration).<br/>
1422
1426
 
1423
1427
 
1424
1428
  **Version 1.2.22** - April 2021<br/>
1425
1429
  - Fix: emulated mode in knx-ultimate set to "universal mode" has the topic always set to empty string.<br/>
1426
- - NEW: Alerter node (https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/Alerter-Configuration).<br/>
1430
+ - NEW: Alerter node (https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/Alerter-Configuration).<br/>
1427
1431
  - NEW: Alerter node HELP online with samples, in both italiano, english and deutsch.<br/>
1428
1432
 
1429
1433
 
@@ -1441,7 +1445,7 @@ This is an interim version, to quick fix some issues. Please report any issue wi
1441
1445
 
1442
1446
  **Version 1.2.18** - April 2021<br/>
1443
1447
  - NEW: KNX-Ultimate node can retain it's value after reconnection to KNX bus and even after reboot of node-red.<br/>
1444
- - Update the WIKI to reflect the changes (https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/2.-Node-Configuration).<br/>
1448
+ - Update the WIKI to reflect the changes (https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/Device).<br/>
1445
1449
  - NEW: begin to prepare KNX-Ultimate to support KNX Secure. Some changes to the underlying API where made.<br/>
1446
1450
  - Done some checks on new datapoints coming from BUS to discard wrong telegrams lenght.<br/>
1447
1451
 
@@ -1456,7 +1460,7 @@ This is an interim version, to quick fix some issues. Please report any issue wi
1456
1460
  - Global Context Node: fixed the help link, it was broken in italian language.<br/>
1457
1461
  - Global Context Node: optimized the JavaScript samples.<br/>
1458
1462
  - Global Context Node: fix the gateway description not showing in config window, in italian language.<br/>
1459
- - 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/>
1463
+ - Global Context Node: added the configuration help page in the wiki for all languages (https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/GlobalVariable).<br/>
1460
1464
  - 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/>
1461
1465
  - Added proKNX to the list of KNX device manufacturers using KNX-Ultimate (at bottom of the README page).<br/>
1462
1466
 
@@ -1472,18 +1476,18 @@ This is an interim version, to quick fix some issues. Please report any issue wi
1472
1476
 
1473
1477
 
1474
1478
  **Version 1.2.9** - February 2021<br/>
1475
- - 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/>
1479
+ - NEW: LOBAL CONTEXT node: https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/SampleGlobalContextNode), exposes the group addresses to a Global Context variable, to be used in function nodes.<br/>
1476
1480
  - NEW: Datapoint 19.001 DateTime<br/>
1477
1481
  - Added sample in the config window of Datapoint 19.001 and updated the sample page in the wiki.
1478
1482
 
1479
1483
 
1480
1484
  **Version 1.2.8** - January 2021<br/>
1481
- - NEW: you can now change the node configuration my input message. https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/-Sample-setConfig<br/>
1485
+ - NEW: you can now change the node configuration my input message. https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/-Sample-setConfig<br/>
1482
1486
  - Added msg.setConfig sample and updated the rest of the WIKI.
1483
1487
 
1484
1488
 
1485
1489
  **Version 1.2.7** - January 2021<br/>
1486
- - NEW: Datapoint 237 DALI diags. https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/-Sample---DPT237<br/>
1490
+ - NEW: Datapoint 237 DALI diags. https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/-Sample---DPT237<br/>
1487
1491
  - Added sample DPT 237.x in the Wiki
1488
1492
 
1489
1493
 
@@ -1555,7 +1559,7 @@ This is an interim version, to quick fix some issues. Please report any issue wi
1555
1559
 
1556
1560
  **Version 1.1.91** - October 2020<br/>
1557
1561
  - NEW: Datapoint 22.201 RCHH Status (for example, for MDT actuators)<br/>
1558
- - Added sample for Datapoint 22.x (https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/-Sample---DPT22)<br/>
1562
+ - Added sample for Datapoint 22.x (https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/-Sample---DPT22)<br/>
1559
1563
  - Added sample for Datapoint 20.x<br/>
1560
1564
 
1561
1565
 
@@ -1570,7 +1574,7 @@ This is an interim version, to quick fix some issues. Please report any issue wi
1570
1574
  - Added sample for Datapoint 12.x. <br/>
1571
1575
  - Added sample for Datapoint 13.x. <br/>
1572
1576
  - Added sample for Datapoint 14.x. <br/>
1573
- - Added sample for switching on/off a POE port of Unifi Switch (https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/-Sample---UnifiPOE)
1577
+ - Added sample for switching on/off a POE port of Unifi Switch (https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/-Sample---UnifiPOE)
1574
1578
 
1575
1579
 
1576
1580
  **Version 1.1.89** - September 2020<br/>
@@ -1578,11 +1582,11 @@ This is an interim version, to quick fix some issues. Please report any issue wi
1578
1582
 
1579
1583
 
1580
1584
  **Version 1.1.88** - September 2020<br/>
1581
- - 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/>
1585
+ - 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://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/SceneController-Configuration#messages-from-the-node<br/>
1582
1586
 
1583
1587
 
1584
1588
  **Version 1.1.86** - September 2020<br/>
1585
- - 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/>
1589
+ - NEW: Scene Controller, added the ability to disable the scene controller via msg.disabled = true. See here at bottom: https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/SceneController-Configuration#messages-from-the-node<br/>
1586
1590
 
1587
1591
 
1588
1592
  **Version 1.1.85** - September 2020<br/>
@@ -1617,7 +1621,7 @@ This is an interim version, to quick fix some issues. Please report any issue wi
1617
1621
 
1618
1622
 
1619
1623
  **Version 1.1.79** - August 2020<br/>
1620
- - 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..
1624
+ - NEW: The scene controller node can now save the current group address value via a msg input. See here: https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/SceneController-Configuration#messages-from-the-node and the sample in the wiki as well..
1621
1625
 
1622
1626
 
1623
1627
  **Version 1.1.76** - August 2020<br/>
@@ -1796,7 +1800,7 @@ This is an interim version, to quick fix some issues. Please report any issue wi
1796
1800
 
1797
1801
 
1798
1802
  **Version 1.1.32** - Feb 2020<br/>
1799
- - 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/>
1803
+ - New: in the knx-ultimate, added the option to <a href="https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/Device" target="_blank">format the msg.payload value</a>, if it's numeric.<br/>
1800
1804
  - Switched to knx.js API 2.3.7<br/>
1801
1805
  - Refractoring of some internal code to speed up things, whenever the node sends a "Read" request to the BUS.<br/>
1802
1806
  - Fix a message warning in the config page, if you not imported the ETS csv file.<br/>
@@ -1812,18 +1816,18 @@ This is an interim version, to quick fix some issues. Please report any issue wi
1812
1816
 
1813
1817
 
1814
1818
  **Version 1.1.30** - Feb 2020<br/>
1815
- - 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/>
1819
+ - New: the Watchdog node now signals if a knx-ultimate node throws errors as well. <a href="https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/WatchDog-Configuration" target="_blank">See here output message properties.</a><br/>
1816
1820
 
1817
1821
 
1818
1822
  **Version 1.1.29** - Feb 2020<br/>
1819
1823
  - Changed Node KNX Icon, logo and colors, thanks @svenflender <br/>
1820
1824
  - 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/>
1821
- - 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/>
1825
+ - New: added subtype decoded value **payloadsubtypevalue** ( for exampe, On/Off, Ramp/NoRamp, Start/Stop, Alarm/NoAlarm ). <a href="https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/-Sample---Subtype" target="_blank">See here an example</a><br/>
1822
1826
 
1823
1827
 
1824
1828
  **Version 1.1.28** - Jan 2020<br/>
1825
1829
  - New: Added topic property<br/>
1826
- - 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/>
1830
+ - New: added page to wiki, explaining the node protection. <a href="https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/Protections" target="_blank">Node Protections</a>.<br/>
1827
1831
  - Updated Wiki to reflect the new changes.<br/>
1828
1832
 
1829
1833
 
@@ -1834,7 +1838,7 @@ This is an interim version, to quick fix some issues. Please report any issue wi
1834
1838
 
1835
1839
 
1836
1840
  **Version 1.1.26** - Jan 2020<br/>
1837
- - 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/>
1841
+ - New: Watchdog Node added. Please <a href="https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/WatchDog-Configuration" target="_blank">consult the Wiki</a>.<br/>
1838
1842
  - Changed category (the node's list on left panel of node-red) to "KnxUltimate", to accomodate the Watchdog node.<br/>
1839
1843
 
1840
1844
 
@@ -3,10 +3,6 @@
3
3
  {
4
4
  "name": "node-red-contrib-knx-ultimate",
5
5
  "path": "."
6
- },
7
- {
8
- "name": "node-red-contrib-knx-ultimate.wiki",
9
- "path": "../node-red-contrib-knx-ultimate.wiki"
10
6
  }
11
7
  ],
12
8
  "settings": {