node-red-contrib-knx-ultimate 4.0.26 → 4.0.29-beta.0
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 +40 -27
- package/Node-Red-KNXUltimate.code-workspace +0 -4
- package/README.md +21 -366
- package/img/buttons/doc-de.svg +21 -0
- package/img/buttons/doc-en.svg +21 -0
- package/img/buttons/doc-es.svg +22 -0
- package/img/buttons/doc-fr.svg +22 -0
- package/img/buttons/doc-it.svg +22 -0
- package/img/buttons/doc-zh-CN.svg +21 -0
- package/img/c/qq.svg +15 -0
- package/img/readmemain.png +0 -0
- package/nodes/commonFunctions.js +13 -3
- package/nodes/hue-config.js +12 -12
- package/nodes/knxUltimate-config.html +323 -135
- package/nodes/knxUltimate-config.js +138 -66
- package/nodes/knxUltimate.html +5 -0
- package/nodes/knxUltimateHueBattery.html +2 -1
- package/nodes/knxUltimateHueButton.html +2 -1
- package/nodes/knxUltimateHueCameraMotion.html +2 -1
- package/nodes/knxUltimateHueContactSensor.html +2 -1
- package/nodes/knxUltimateHueHumiditySensor.html +2 -1
- package/nodes/knxUltimateHueLightSensor.html +2 -1
- package/nodes/knxUltimateHueMotion.html +2 -1
- package/nodes/knxUltimateHuePlug.html +2 -1
- package/nodes/knxUltimateHueScene.html +2 -1
- package/nodes/knxUltimateHueTapDial.html +2 -1
- package/nodes/knxUltimateHueTemperatureSensor.html +2 -1
- package/nodes/knxUltimateHueZigbeeConnectivity.html +2 -1
- package/nodes/knxUltimateHuedevice_software_update.html +2 -1
- package/nodes/locales/de/knxUltimate-config.html +6 -6
- package/nodes/locales/de/knxUltimate-config.json +21 -5
- package/nodes/locales/de/knxUltimate.html +13 -3
- package/nodes/locales/de/knxUltimate.json +7 -7
- package/nodes/locales/de/knxUltimateAlerter.html +8 -1
- package/nodes/locales/de/knxUltimateAutoResponder.html +3 -0
- package/nodes/locales/de/knxUltimateGarageDoorBarrierOpener.html +5 -2
- package/nodes/locales/de/knxUltimateGlobalContext.html +4 -1
- package/nodes/locales/de/knxUltimateIoTBridge.html +2 -0
- package/nodes/locales/de/knxUltimateLoadControl.html +2 -1
- package/nodes/locales/de/knxUltimateLogger.html +10 -2
- package/nodes/locales/de/knxUltimateSceneController.html +6 -1
- package/nodes/locales/de/knxUltimateSceneController.json +4 -4
- package/nodes/locales/de/knxUltimateViewer.html +11 -3
- package/nodes/locales/de/knxUltimateWatchDog.html +11 -2
- package/nodes/locales/en/knxUltimate-config.html +5 -43
- package/nodes/locales/en/knxUltimate-config.json +21 -5
- package/nodes/locales/en/knxUltimate.html +20 -48
- package/nodes/locales/en/knxUltimate.json +7 -7
- package/nodes/locales/en/knxUltimateAlerter.html +3 -1
- package/nodes/locales/en/knxUltimateAutoResponder.html +3 -0
- package/nodes/locales/en/knxUltimateGarage.html +2 -0
- package/nodes/locales/en/knxUltimateGarageDoorBarrierOpener.html +5 -2
- package/nodes/locales/en/knxUltimateGlobalContext.html +1 -1
- package/nodes/locales/en/knxUltimateIoTBridge.html +2 -0
- package/nodes/locales/en/knxUltimateLoadControl.html +1 -1
- package/nodes/locales/en/knxUltimateLogger.html +2 -2
- package/nodes/locales/en/knxUltimateSceneController.html +1 -1
- package/nodes/locales/en/knxUltimateSceneController.json +4 -4
- package/nodes/locales/en/knxUltimateStaircase.html +1 -0
- package/nodes/locales/en/knxUltimateViewer.html +10 -3
- package/nodes/locales/en/knxUltimateWatchDog.html +2 -2
- package/nodes/locales/es/knxUltimate-config.html +4 -4
- package/nodes/locales/es/knxUltimate-config.json +21 -5
- package/nodes/locales/es/knxUltimate.html +59 -23
- package/nodes/locales/es/knxUltimateAlerter.html +42 -12
- package/nodes/locales/es/knxUltimateAutoResponder.html +21 -6
- package/nodes/locales/es/knxUltimateGarage.html +1 -0
- package/nodes/locales/es/knxUltimateGlobalContext.html +1 -1
- package/nodes/locales/es/knxUltimateIoTBridge.html +2 -0
- package/nodes/locales/es/knxUltimateLoadControl.html +7 -3
- package/nodes/locales/es/knxUltimateLogger.html +46 -14
- package/nodes/locales/es/knxUltimateSceneController.html +30 -10
- package/nodes/locales/es/knxUltimateStaircase.html +1 -0
- package/nodes/locales/es/knxUltimateViewer.html +14 -4
- package/nodes/locales/es/knxUltimateWatchDog.html +57 -17
- package/nodes/locales/fr/knxUltimate-config.html +3 -3
- package/nodes/locales/fr/knxUltimate-config.json +21 -5
- package/nodes/locales/fr/knxUltimate.html +59 -23
- package/nodes/locales/fr/knxUltimateAlerter.html +42 -12
- package/nodes/locales/fr/knxUltimateAutoResponder.html +21 -6
- package/nodes/locales/fr/knxUltimateGarage.html +1 -0
- package/nodes/locales/fr/knxUltimateGlobalContext.html +1 -1
- package/nodes/locales/fr/knxUltimateIoTBridge.html +2 -0
- package/nodes/locales/fr/knxUltimateLoadControl.html +7 -3
- package/nodes/locales/fr/knxUltimateLogger.html +46 -14
- package/nodes/locales/fr/knxUltimateSceneController.html +30 -10
- package/nodes/locales/fr/knxUltimateStaircase.html +1 -0
- package/nodes/locales/fr/knxUltimateViewer.html +14 -4
- package/nodes/locales/fr/knxUltimateWatchDog.html +55 -15
- package/nodes/locales/it/knxUltimate-config.html +6 -6
- package/nodes/locales/it/knxUltimate-config.json +21 -5
- package/nodes/locales/it/knxUltimate.html +16 -3
- package/nodes/locales/it/knxUltimate.json +7 -7
- package/nodes/locales/it/knxUltimateAlerter.html +8 -1
- package/nodes/locales/it/knxUltimateAutoResponder.html +3 -0
- package/nodes/locales/it/knxUltimateGarage.html +1 -0
- package/nodes/locales/it/knxUltimateGarageDoorBarrierOpener.html +5 -2
- package/nodes/locales/it/knxUltimateGlobalContext.html +4 -1
- package/nodes/locales/it/knxUltimateIoTBridge.html +2 -0
- package/nodes/locales/it/knxUltimateLoadControl.html +1 -1
- package/nodes/locales/it/knxUltimateLogger.html +10 -2
- package/nodes/locales/it/knxUltimateSceneController.html +6 -1
- package/nodes/locales/it/knxUltimateSceneController.json +4 -4
- package/nodes/locales/it/knxUltimateStaircase.html +1 -0
- package/nodes/locales/it/knxUltimateViewer.html +11 -3
- package/nodes/locales/it/knxUltimateWatchDog.html +12 -2
- package/nodes/locales/zh-CN/knxUltimate-config.html +6 -6
- package/nodes/locales/zh-CN/knxUltimate-config.json +21 -5
- package/nodes/locales/zh-CN/knxUltimate.html +13 -3
- package/nodes/locales/zh-CN/knxUltimate.json +7 -7
- package/nodes/locales/zh-CN/knxUltimateAlerter.html +8 -1
- package/nodes/locales/zh-CN/knxUltimateAutoResponder.html +3 -0
- package/nodes/locales/zh-CN/knxUltimateGarageDoorBarrierOpener.html +5 -2
- package/nodes/locales/zh-CN/knxUltimateGlobalContext.html +4 -1
- package/nodes/locales/zh-CN/knxUltimateIoTBridge.html +2 -0
- package/nodes/locales/zh-CN/knxUltimateLoadControl.html +1 -1
- package/nodes/locales/zh-CN/knxUltimateLogger.html +10 -2
- package/nodes/locales/zh-CN/knxUltimateSceneController.html +6 -1
- package/nodes/locales/zh-CN/knxUltimateSceneController.json +4 -4
- package/nodes/locales/zh-CN/knxUltimateViewer.html +11 -3
- package/nodes/locales/zh-CN/knxUltimateWatchDog.html +11 -2
- package/package.json +11 -5
- package/resources/htmlUtils.js +46 -0
- package/scripts/check-node-docs.js +1 -1
- package/scripts/dev-serve-docs.js +469 -0
- package/scripts/dev-serve-template.html +18 -0
- package/scripts/export-wiki-to-pages.js +203 -0
- package/scripts/generate-readme-doc-buttons.py +171 -0
- package/scripts/generate-wiki-navbar.js +142 -0
- package/scripts/help-to-wiki.js +107 -0
- package/scripts/inject-wiki-header.js +31 -11
- package/scripts/manage-wiki-menu.js +4 -4
- package/scripts/manual_translate_fr_es.py +11 -7
- package/scripts/migrate-node-help.js +2 -2
- package/scripts/prepare-wiki-pages.js +113 -0
- package/scripts/sync-help-from-wiki.js +2 -2
- package/scripts/translate-wiki.js +15 -27
- package/scripts/update-help-from-wiki.js +2 -2
- package/scripts/validate-wiki-languagebar.js +15 -5
- package/scripts/wiki-menu.json +62 -99
- package/README-WIKI.md +0 -108
- package/img/knxsecure.png +0 -0
- package/img/readmemain_old.png +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,11 +6,24 @@
|
|
|
6
6
|
|
|
7
7
|
# CHANGELOG
|
|
8
8
|
|
|
9
|
-
**Version 4.0.
|
|
9
|
+
**Version 4.0.30** - November 2025<br/>
|
|
10
|
+
- KNX config node: enabled the new Serial FT1.2 transport from `knxultimate`, with auto-discovery of `/dev/tty*` ports and editable UART parameters (baud rate, data bits, stop bits, parity, RTS/CTS, DTR, ACK timeout) so TPUART hats and Weinzierl TP interfaces can connect directly without KNXd.<br/>
|
|
11
|
+
- Editor: serial interfaces now appear alongside KNX/IP gateways in the `IP/Hostname` dropdown (marked as `[Serial]`); selecting one auto-sets protocol to Serial FT1.2 and pre-populates the UART settings with the recommended defaults.<br/>
|
|
12
|
+
<br/>
|
|
13
|
+
|
|
14
|
+
**Version 4.0.29** - November 2025<br/>
|
|
15
|
+
- 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/>
|
|
16
|
+
<br/>
|
|
17
|
+
|
|
18
|
+
**Version 4.0.27** - October 2025<br/>
|
|
19
|
+
- 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/>
|
|
20
|
+
<br/>
|
|
21
|
+
|
|
22
|
+
**Version 4.0.26** - October 2025<br/>
|
|
10
23
|
- Watchdog node editor: added the same GA autocomplete list used in the other KNX nodes, restricted to boolean DPT 1.x addresses and with secure-address highlighting to keep configuration consistent.<br/>
|
|
11
24
|
<br/>
|
|
12
25
|
|
|
13
|
-
**Version 4.0.25** -
|
|
26
|
+
**Version 4.0.25** - October 2025<br/>
|
|
14
27
|
- KNX Device node editor: repositioned the "Show manual command button in editor" option directly under the input passthrough setting so related controls stay together.<br/>
|
|
15
28
|
- KNX Function helper: refreshed the send-side snippet library with ready-to-use home-automation templates (motion-triggered lighting, HVAC standby on window-open, night door alerts, bedtime all-off) and cleaned up placeholders for easier copy/paste.<br/>
|
|
16
29
|
|
|
@@ -632,7 +645,7 @@ This is an interim version, to quick fix some issues. Please report any issue wi
|
|
|
632
645
|
|
|
633
646
|
**Version 2.2.2** - October 2023<br/>
|
|
634
647
|
- NEW: HUE Motion: support HUE Camera motion events via the HUE Motion node.<br/>
|
|
635
|
-
- HUE Light: some tweaking to the GUI.<br/> - HUE Grouped Light: Fixed relative dimming function.<br/> - KNK Alerter node: <a href="https://github.
|
|
648
|
+
- 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/>
|
|
636
649
|
|
|
637
650
|
|
|
638
651
|
**Version 2.2.1** - October 2023<br/>
|
|
@@ -1041,7 +1054,7 @@ This is an interim version, to quick fix some issues. Please report any issue wi
|
|
|
1041
1054
|
|
|
1042
1055
|
**Version 1.4.1** - October 2022<br/>
|
|
1043
1056
|
- Added DPT 14.077.<br/>
|
|
1044
|
-
- NEW: you can now set the ETS group address list at runtime, via the Watchdog Node. See here https://github.
|
|
1057
|
+
- 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/>
|
|
1045
1058
|
- Updated the Wiki in all languages.<br/>
|
|
1046
1059
|
|
|
1047
1060
|
|
|
@@ -1147,7 +1160,7 @@ This is an interim version, to quick fix some issues. Please report any issue wi
|
|
|
1147
1160
|
|
|
1148
1161
|
|
|
1149
1162
|
**Version 1.3.28** - February 2022<br/>
|
|
1150
|
-
- NEW: KNX Viewer: this node allow you to see all datapints and values in a dashboard wirget. https://github.
|
|
1163
|
+
- 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/>
|
|
1151
1164
|
|
|
1152
1165
|
|
|
1153
1166
|
**Version 1.3.27** - February 2022<br/>
|
|
@@ -1364,11 +1377,11 @@ This is an interim version, to quick fix some issues. Please report any issue wi
|
|
|
1364
1377
|
- Fixed a wrong help link in the gateway configuration node, in the italian language.<br/>
|
|
1365
1378
|
- Fix: on importing ETS Group Addresses file, the debug window won't show the import's warnings/error.<br/>
|
|
1366
1379
|
- 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/>
|
|
1367
|
-
- Updated
|
|
1380
|
+
- Updated Documentation to reflect KNX Secure changes.<br/>
|
|
1368
1381
|
|
|
1369
1382
|
|
|
1370
1383
|
**Version 1.2.34** - June 2021<br/>
|
|
1371
|
-
- 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.
|
|
1384
|
+
- 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/>
|
|
1372
1385
|
|
|
1373
1386
|
|
|
1374
1387
|
**Version 1.2.33** - May 2021<br/>
|
|
@@ -1388,7 +1401,7 @@ This is an interim version, to quick fix some issues. Please report any issue wi
|
|
|
1388
1401
|
|
|
1389
1402
|
|
|
1390
1403
|
**Version 1.2.29** - May 2021<br/>
|
|
1391
|
-
- 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.
|
|
1404
|
+
- 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/>
|
|
1392
1405
|
|
|
1393
1406
|
|
|
1394
1407
|
**Version 1.2.28** - May 2021<br/>
|
|
@@ -1402,24 +1415,24 @@ This is an interim version, to quick fix some issues. Please report any issue wi
|
|
|
1402
1415
|
|
|
1403
1416
|
|
|
1404
1417
|
**Version 1.2.26** - April 2021<br/>
|
|
1405
|
-
- NEW: Alerter node: added a third output PIN containing the last alerted device (https://github.
|
|
1418
|
+
- 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/>
|
|
1406
1419
|
- Updated Wiki, Help and SAMPLE to reflect this change.<br/>
|
|
1407
1420
|
|
|
1408
1421
|
|
|
1409
1422
|
**Version 1.2.25** - April 2021<br/>
|
|
1410
|
-
- NEW: Alerter node: added a second output PIN containing all alerted devices at once (useful for Telegram, Alexa and so on) (https://github.
|
|
1423
|
+
- 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/>
|
|
1411
1424
|
- 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/>
|
|
1412
1425
|
- Updated Wiki, Help and SAMPLE to reflect this change.<br/>
|
|
1413
1426
|
|
|
1414
1427
|
|
|
1415
1428
|
**Version 1.2.23** - April 2021<br/>
|
|
1416
1429
|
- Fix: Put some spaces in the device list window of Alerter and Scene node, to facilitate the fields editing.<br/>
|
|
1417
|
-
- Alerter node: other than "write", the devices listed react to "response" telegrams as well (https://github.
|
|
1430
|
+
- 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/>
|
|
1418
1431
|
|
|
1419
1432
|
|
|
1420
1433
|
**Version 1.2.22** - April 2021<br/>
|
|
1421
1434
|
- Fix: emulated mode in knx-ultimate set to "universal mode" has the topic always set to empty string.<br/>
|
|
1422
|
-
- NEW: Alerter node (https://github.
|
|
1435
|
+
- NEW: Alerter node (https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/Alerter-Configuration).<br/>
|
|
1423
1436
|
- NEW: Alerter node HELP online with samples, in both italiano, english and deutsch.<br/>
|
|
1424
1437
|
|
|
1425
1438
|
|
|
@@ -1437,7 +1450,7 @@ This is an interim version, to quick fix some issues. Please report any issue wi
|
|
|
1437
1450
|
|
|
1438
1451
|
**Version 1.2.18** - April 2021<br/>
|
|
1439
1452
|
- NEW: KNX-Ultimate node can retain it's value after reconnection to KNX bus and even after reboot of node-red.<br/>
|
|
1440
|
-
- Update the WIKI to reflect the changes (https://github.
|
|
1453
|
+
- Update the WIKI to reflect the changes (https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/Device).<br/>
|
|
1441
1454
|
- NEW: begin to prepare KNX-Ultimate to support KNX Secure. Some changes to the underlying API where made.<br/>
|
|
1442
1455
|
- Done some checks on new datapoints coming from BUS to discard wrong telegrams lenght.<br/>
|
|
1443
1456
|
|
|
@@ -1452,7 +1465,7 @@ This is an interim version, to quick fix some issues. Please report any issue wi
|
|
|
1452
1465
|
- Global Context Node: fixed the help link, it was broken in italian language.<br/>
|
|
1453
1466
|
- Global Context Node: optimized the JavaScript samples.<br/>
|
|
1454
1467
|
- Global Context Node: fix the gateway description not showing in config window, in italian language.<br/>
|
|
1455
|
-
- Global Context Node: added the configuration help page in the wiki for all languages (https://github.
|
|
1468
|
+
- 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/>
|
|
1456
1469
|
- 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/>
|
|
1457
1470
|
- Added proKNX to the list of KNX device manufacturers using KNX-Ultimate (at bottom of the README page).<br/>
|
|
1458
1471
|
|
|
@@ -1468,18 +1481,18 @@ This is an interim version, to quick fix some issues. Please report any issue wi
|
|
|
1468
1481
|
|
|
1469
1482
|
|
|
1470
1483
|
**Version 1.2.9** - February 2021<br/>
|
|
1471
|
-
- NEW: LOBAL CONTEXT node: https://github.
|
|
1484
|
+
- 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/>
|
|
1472
1485
|
- NEW: Datapoint 19.001 DateTime<br/>
|
|
1473
1486
|
- Added sample in the config window of Datapoint 19.001 and updated the sample page in the wiki.
|
|
1474
1487
|
|
|
1475
1488
|
|
|
1476
1489
|
**Version 1.2.8** - January 2021<br/>
|
|
1477
|
-
- NEW: you can now change the node configuration my input message. https://github.
|
|
1490
|
+
- NEW: you can now change the node configuration my input message. https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/-Sample-setConfig<br/>
|
|
1478
1491
|
- Added msg.setConfig sample and updated the rest of the WIKI.
|
|
1479
1492
|
|
|
1480
1493
|
|
|
1481
1494
|
**Version 1.2.7** - January 2021<br/>
|
|
1482
|
-
- NEW: Datapoint 237 DALI diags. https://github.
|
|
1495
|
+
- NEW: Datapoint 237 DALI diags. https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/-Sample---DPT237<br/>
|
|
1483
1496
|
- Added sample DPT 237.x in the Wiki
|
|
1484
1497
|
|
|
1485
1498
|
|
|
@@ -1551,7 +1564,7 @@ This is an interim version, to quick fix some issues. Please report any issue wi
|
|
|
1551
1564
|
|
|
1552
1565
|
**Version 1.1.91** - October 2020<br/>
|
|
1553
1566
|
- NEW: Datapoint 22.201 RCHH Status (for example, for MDT actuators)<br/>
|
|
1554
|
-
- Added sample for Datapoint 22.x (https://github.
|
|
1567
|
+
- Added sample for Datapoint 22.x (https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/-Sample---DPT22)<br/>
|
|
1555
1568
|
- Added sample for Datapoint 20.x<br/>
|
|
1556
1569
|
|
|
1557
1570
|
|
|
@@ -1566,7 +1579,7 @@ This is an interim version, to quick fix some issues. Please report any issue wi
|
|
|
1566
1579
|
- Added sample for Datapoint 12.x. <br/>
|
|
1567
1580
|
- Added sample for Datapoint 13.x. <br/>
|
|
1568
1581
|
- Added sample for Datapoint 14.x. <br/>
|
|
1569
|
-
- Added sample for switching on/off a POE port of Unifi Switch (https://github.
|
|
1582
|
+
- Added sample for switching on/off a POE port of Unifi Switch (https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/-Sample---UnifiPOE)
|
|
1570
1583
|
|
|
1571
1584
|
|
|
1572
1585
|
**Version 1.1.89** - September 2020<br/>
|
|
@@ -1574,11 +1587,11 @@ This is an interim version, to quick fix some issues. Please report any issue wi
|
|
|
1574
1587
|
|
|
1575
1588
|
|
|
1576
1589
|
**Version 1.1.88** - September 2020<br/>
|
|
1577
|
-
- 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.
|
|
1590
|
+
- 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/>
|
|
1578
1591
|
|
|
1579
1592
|
|
|
1580
1593
|
**Version 1.1.86** - September 2020<br/>
|
|
1581
|
-
- NEW: Scene Controller, added the ability to disable the scene controller via msg.disabled = true. See here at bottom: https://github.
|
|
1594
|
+
- 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/>
|
|
1582
1595
|
|
|
1583
1596
|
|
|
1584
1597
|
**Version 1.1.85** - September 2020<br/>
|
|
@@ -1613,7 +1626,7 @@ This is an interim version, to quick fix some issues. Please report any issue wi
|
|
|
1613
1626
|
|
|
1614
1627
|
|
|
1615
1628
|
**Version 1.1.79** - August 2020<br/>
|
|
1616
|
-
- NEW: The scene controller node can now save the current group address value via a msg input. See here: https://github.
|
|
1629
|
+
- 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..
|
|
1617
1630
|
|
|
1618
1631
|
|
|
1619
1632
|
**Version 1.1.76** - August 2020<br/>
|
|
@@ -1792,7 +1805,7 @@ This is an interim version, to quick fix some issues. Please report any issue wi
|
|
|
1792
1805
|
|
|
1793
1806
|
|
|
1794
1807
|
**Version 1.1.32** - Feb 2020<br/>
|
|
1795
|
-
- New: in the knx-ultimate, added the option to <a href="https://github.
|
|
1808
|
+
- 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/>
|
|
1796
1809
|
- Switched to knx.js API 2.3.7<br/>
|
|
1797
1810
|
- Refractoring of some internal code to speed up things, whenever the node sends a "Read" request to the BUS.<br/>
|
|
1798
1811
|
- Fix a message warning in the config page, if you not imported the ETS csv file.<br/>
|
|
@@ -1808,18 +1821,18 @@ This is an interim version, to quick fix some issues. Please report any issue wi
|
|
|
1808
1821
|
|
|
1809
1822
|
|
|
1810
1823
|
**Version 1.1.30** - Feb 2020<br/>
|
|
1811
|
-
- New: the Watchdog node now signals if a knx-ultimate node throws errors as well. <a href="https://github.
|
|
1824
|
+
- 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/>
|
|
1812
1825
|
|
|
1813
1826
|
|
|
1814
1827
|
**Version 1.1.29** - Feb 2020<br/>
|
|
1815
1828
|
- Changed Node KNX Icon, logo and colors, thanks @svenflender <br/>
|
|
1816
1829
|
- 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/>
|
|
1817
|
-
- New: added subtype decoded value **payloadsubtypevalue** ( for exampe, On/Off, Ramp/NoRamp, Start/Stop, Alarm/NoAlarm ). <a href="https://github.
|
|
1830
|
+
- 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/>
|
|
1818
1831
|
|
|
1819
1832
|
|
|
1820
1833
|
**Version 1.1.28** - Jan 2020<br/>
|
|
1821
1834
|
- New: Added topic property<br/>
|
|
1822
|
-
- New: added page to wiki, explaining the node protection. <a href="https://github.
|
|
1835
|
+
- 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/>
|
|
1823
1836
|
- Updated Wiki to reflect the new changes.<br/>
|
|
1824
1837
|
|
|
1825
1838
|
|
|
@@ -1830,7 +1843,7 @@ This is an interim version, to quick fix some issues. Please report any issue wi
|
|
|
1830
1843
|
|
|
1831
1844
|
|
|
1832
1845
|
**Version 1.1.26** - Jan 2020<br/>
|
|
1833
|
-
- New: Watchdog Node added. Please <a href="https://github.
|
|
1846
|
+
- 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/>
|
|
1834
1847
|
- Changed category (the node's list on left panel of node-red) to "KnxUltimate", to accomodate the Watchdog node.<br/>
|
|
1835
1848
|
|
|
1836
1849
|
|