node-red-contrib-knx-ultimate 4.1.21 → 4.1.22
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 +1 -1
- package/nodes/knxUltimateMultiRouting.html +2 -1
- package/nodes/knxUltimateRouterFilter.html +2 -1
- package/nodes/locales/de/knxUltimateMultiRouting.json +10 -0
- package/nodes/locales/de/knxUltimateRouterFilter.json +10 -0
- package/nodes/locales/en/knxUltimateMultiRouting.json +10 -0
- package/nodes/locales/en/knxUltimateRouterFilter.json +10 -0
- package/nodes/locales/es/knxUltimateMultiRouting.json +10 -0
- package/nodes/locales/es/knxUltimateRouterFilter.json +10 -0
- package/nodes/locales/fr/knxUltimateMultiRouting.json +10 -0
- package/nodes/locales/fr/knxUltimateRouterFilter.json +10 -0
- package/nodes/locales/it/knxUltimateMultiRouting.json +10 -0
- package/nodes/locales/it/knxUltimateRouterFilter.json +10 -0
- package/nodes/locales/zh-CN/knxUltimateMultiRouting.json +10 -0
- package/nodes/locales/zh-CN/knxUltimateRouterFilter.json +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# CHANGELOG
|
|
8
8
|
|
|
9
|
-
**Version 4.1.
|
|
9
|
+
**Version 4.1.22** - February 2026<br/>
|
|
10
10
|
|
|
11
11
|
- NEW: **KNX Multi Routing**: added KNX routing counter (hop count) handling to prevent telegram loops: optional **Respect routing counter (drop if 0)** and **Decrement routing counter when routing**.<br/>
|
|
12
12
|
- FIX: **KNX Multi Routing**: improved behaviour with rewritten telegrams by relying on coherent cEMI; `knx.routingCounter` is exposed based on `knx.cemi.hex`.<br/>
|
|
@@ -56,7 +56,8 @@
|
|
|
56
56
|
|
|
57
57
|
<script type="text/html" data-template-name="knxUltimateMultiRouting">
|
|
58
58
|
<div class="form-row">
|
|
59
|
-
<b><span data-i18n="knxUltimateMultiRouting.title"></span></b
|
|
59
|
+
<b><span data-i18n="knxUltimateMultiRouting.title"></span></b>  <span style="color:red"    <i class="fa fa-youtube"></i></span> <a
|
|
60
|
+
target="_blank" href="https://youtu.be/fGT6BrkTkiM"><u><span data-i18n="common.youtube_sample"></span></u></a>
|
|
60
61
|
<br/><br/>
|
|
61
62
|
<label for="node-input-mode"><i class="fa fa-sliders"></i> <span data-i18n="knxUltimateMultiRouting.properties.mode"></span></label>
|
|
62
63
|
<select id="node-input-mode">
|
|
@@ -59,7 +59,8 @@
|
|
|
59
59
|
|
|
60
60
|
<script type="text/html" data-template-name="knxUltimateRouterFilter">
|
|
61
61
|
<div class="form-row">
|
|
62
|
-
<b><span data-i18n="knxUltimateRouterFilter.title"></span></b
|
|
62
|
+
<b><span data-i18n="knxUltimateRouterFilter.title"></span></b>  <span style="color:red"    <i class="fa fa-youtube"></i></span> <a
|
|
63
|
+
target="_blank" href="https://youtu.be/fGT6BrkTkiM"><u><span data-i18n="common.youtube_sample"></span></u></a>
|
|
63
64
|
<br/><br/>
|
|
64
65
|
</div>
|
|
65
66
|
|
|
@@ -24,5 +24,15 @@
|
|
|
24
24
|
"outputs": {
|
|
25
25
|
"raw": "RAW telegrams"
|
|
26
26
|
}
|
|
27
|
+
},
|
|
28
|
+
"common": {
|
|
29
|
+
"ga": "GA",
|
|
30
|
+
"dpt": "DPT",
|
|
31
|
+
"name": "Name",
|
|
32
|
+
"youtube_sample": "YouTube-Beispiel",
|
|
33
|
+
"knx_gw": "KNX-Gateway",
|
|
34
|
+
"hue_bridge": "Hue Bridge",
|
|
35
|
+
"philips_hue": "Philips HUE",
|
|
36
|
+
"read": "Lesen"
|
|
27
37
|
}
|
|
28
38
|
}
|
|
@@ -36,5 +36,15 @@
|
|
|
36
36
|
"passed": "Passed",
|
|
37
37
|
"dropped": "Dropped"
|
|
38
38
|
}
|
|
39
|
+
},
|
|
40
|
+
"common": {
|
|
41
|
+
"ga": "GA",
|
|
42
|
+
"dpt": "DPT",
|
|
43
|
+
"name": "Name",
|
|
44
|
+
"youtube_sample": "YouTube-Beispiel",
|
|
45
|
+
"knx_gw": "KNX-Gateway",
|
|
46
|
+
"hue_bridge": "Hue Bridge",
|
|
47
|
+
"philips_hue": "Philips HUE",
|
|
48
|
+
"read": "Lesen"
|
|
39
49
|
}
|
|
40
50
|
}
|
|
@@ -24,5 +24,15 @@
|
|
|
24
24
|
"outputs": {
|
|
25
25
|
"raw": "RAW telegrams"
|
|
26
26
|
}
|
|
27
|
+
},
|
|
28
|
+
"common": {
|
|
29
|
+
"ga": "GA",
|
|
30
|
+
"dpt": "DPT",
|
|
31
|
+
"name": "Name",
|
|
32
|
+
"youtube_sample": "Youtube sample",
|
|
33
|
+
"knx_gw": "KNX GW",
|
|
34
|
+
"hue_bridge": "Hue Bridge",
|
|
35
|
+
"philips_hue": "Philips HUE",
|
|
36
|
+
"read": "Read"
|
|
27
37
|
}
|
|
28
38
|
}
|
|
@@ -36,5 +36,15 @@
|
|
|
36
36
|
"passed": "Passed",
|
|
37
37
|
"dropped": "Dropped"
|
|
38
38
|
}
|
|
39
|
+
},
|
|
40
|
+
"common": {
|
|
41
|
+
"ga": "GA",
|
|
42
|
+
"dpt": "DPT",
|
|
43
|
+
"name": "Name",
|
|
44
|
+
"youtube_sample": "Youtube sample",
|
|
45
|
+
"knx_gw": "KNX GW",
|
|
46
|
+
"hue_bridge": "Hue Bridge",
|
|
47
|
+
"philips_hue": "Philips HUE",
|
|
48
|
+
"read": "Read"
|
|
39
49
|
}
|
|
40
50
|
}
|
|
@@ -24,5 +24,15 @@
|
|
|
24
24
|
"outputs": {
|
|
25
25
|
"raw": "RAW telegrams"
|
|
26
26
|
}
|
|
27
|
+
},
|
|
28
|
+
"common": {
|
|
29
|
+
"ga": "Georgia",
|
|
30
|
+
"dpt": "DPT",
|
|
31
|
+
"name": "Nombre",
|
|
32
|
+
"youtube_sample": "Muestra de youtube",
|
|
33
|
+
"knx_gw": "KNX GW",
|
|
34
|
+
"hue_bridge": "Hue Bridge",
|
|
35
|
+
"philips_hue": "Tono Philips",
|
|
36
|
+
"read": "Leer"
|
|
27
37
|
}
|
|
28
38
|
}
|
|
@@ -36,5 +36,15 @@
|
|
|
36
36
|
"passed": "Passed",
|
|
37
37
|
"dropped": "Dropped"
|
|
38
38
|
}
|
|
39
|
+
},
|
|
40
|
+
"common": {
|
|
41
|
+
"ga": "Georgia",
|
|
42
|
+
"dpt": "DPT",
|
|
43
|
+
"name": "Nombre",
|
|
44
|
+
"youtube_sample": "Muestra de youtube",
|
|
45
|
+
"knx_gw": "KNX GW",
|
|
46
|
+
"hue_bridge": "Hue Bridge",
|
|
47
|
+
"philips_hue": "Tono Philips",
|
|
48
|
+
"read": "Leer"
|
|
39
49
|
}
|
|
40
50
|
}
|
|
@@ -24,5 +24,15 @@
|
|
|
24
24
|
"outputs": {
|
|
25
25
|
"raw": "RAW telegrams"
|
|
26
26
|
}
|
|
27
|
+
},
|
|
28
|
+
"common": {
|
|
29
|
+
"ga": "Géorgie",
|
|
30
|
+
"dpt": "Dpt",
|
|
31
|
+
"name": "Nom",
|
|
32
|
+
"youtube_sample": "Échantillon YouTube",
|
|
33
|
+
"knx_gw": "KNX GW",
|
|
34
|
+
"hue_bridge": "Hue Bridge",
|
|
35
|
+
"philips_hue": "Hue Philips",
|
|
36
|
+
"read": "Lire"
|
|
27
37
|
}
|
|
28
38
|
}
|
|
@@ -36,5 +36,15 @@
|
|
|
36
36
|
"passed": "Passed",
|
|
37
37
|
"dropped": "Dropped"
|
|
38
38
|
}
|
|
39
|
+
},
|
|
40
|
+
"common": {
|
|
41
|
+
"ga": "Géorgie",
|
|
42
|
+
"dpt": "Dpt",
|
|
43
|
+
"name": "Nom",
|
|
44
|
+
"youtube_sample": "Échantillon YouTube",
|
|
45
|
+
"knx_gw": "KNX GW",
|
|
46
|
+
"hue_bridge": "Hue Bridge",
|
|
47
|
+
"philips_hue": "Hue Philips",
|
|
48
|
+
"read": "Lire"
|
|
39
49
|
}
|
|
40
50
|
}
|
|
@@ -24,5 +24,15 @@
|
|
|
24
24
|
"outputs": {
|
|
25
25
|
"raw": "Telegrammi RAW"
|
|
26
26
|
}
|
|
27
|
+
},
|
|
28
|
+
"common": {
|
|
29
|
+
"ga": "GA",
|
|
30
|
+
"dpt": "DPT",
|
|
31
|
+
"name": "Nome",
|
|
32
|
+
"youtube_sample": "Esempio YouTube",
|
|
33
|
+
"knx_gw": "Gateway KNX",
|
|
34
|
+
"hue_bridge": "Hue Bridge",
|
|
35
|
+
"philips_hue": "Philips HUE",
|
|
36
|
+
"read": "Leggi"
|
|
27
37
|
}
|
|
28
38
|
}
|
|
@@ -36,5 +36,15 @@
|
|
|
36
36
|
"passed": "Passati",
|
|
37
37
|
"dropped": "Scartati"
|
|
38
38
|
}
|
|
39
|
+
},
|
|
40
|
+
"common": {
|
|
41
|
+
"ga": "GA",
|
|
42
|
+
"dpt": "DPT",
|
|
43
|
+
"name": "Nome",
|
|
44
|
+
"youtube_sample": "Esempio YouTube",
|
|
45
|
+
"knx_gw": "Gateway KNX",
|
|
46
|
+
"hue_bridge": "Hue Bridge",
|
|
47
|
+
"philips_hue": "Philips HUE",
|
|
48
|
+
"read": "Leggi"
|
|
39
49
|
}
|
|
40
50
|
}
|
|
@@ -24,5 +24,15 @@
|
|
|
24
24
|
"outputs": {
|
|
25
25
|
"raw": "RAW telegrams"
|
|
26
26
|
}
|
|
27
|
+
},
|
|
28
|
+
"common": {
|
|
29
|
+
"ga": "组地址",
|
|
30
|
+
"dpt": "数据点类型",
|
|
31
|
+
"name": "名称",
|
|
32
|
+
"youtube_sample": "YouTube 示例",
|
|
33
|
+
"knx_gw": "KNX 网关",
|
|
34
|
+
"hue_bridge": "Hue Bridge",
|
|
35
|
+
"philips_hue": "飞利浦 HUE",
|
|
36
|
+
"read": "读取"
|
|
27
37
|
}
|
|
28
38
|
}
|
|
@@ -36,5 +36,15 @@
|
|
|
36
36
|
"passed": "Passed",
|
|
37
37
|
"dropped": "Dropped"
|
|
38
38
|
}
|
|
39
|
+
},
|
|
40
|
+
"common": {
|
|
41
|
+
"ga": "组地址",
|
|
42
|
+
"dpt": "数据点类型",
|
|
43
|
+
"name": "名称",
|
|
44
|
+
"youtube_sample": "YouTube 示例",
|
|
45
|
+
"knx_gw": "KNX 网关",
|
|
46
|
+
"hue_bridge": "Hue Bridge",
|
|
47
|
+
"philips_hue": "飞利浦 HUE",
|
|
48
|
+
"read": "读取"
|
|
39
49
|
}
|
|
40
50
|
}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"engines": {
|
|
4
4
|
"node": ">=20.18.1"
|
|
5
5
|
},
|
|
6
|
-
"version": "4.1.
|
|
6
|
+
"version": "4.1.22",
|
|
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, and KNX routing between interfaces. Easy to use and highly configurable.",
|
|
8
8
|
"files": [
|
|
9
9
|
"nodes/",
|