node-red-contrib-knx-ultimate 4.3.17 → 4.3.19
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 +13 -0
- package/nodes/knxUltimate-config.html +14 -0
- package/nodes/locales/de/knxUltimate-config.json +1 -0
- package/nodes/locales/en/knxUltimate-config.json +1 -0
- package/nodes/locales/es/knxUltimate-config.json +1 -0
- package/nodes/locales/fr/knxUltimate-config.json +1 -0
- package/nodes/locales/it/knxUltimate-config.json +1 -0
- package/nodes/locales/zh-CN/knxUltimate-config.json +1 -0
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,19 @@
|
|
|
6
6
|
|
|
7
7
|
# CHANGELOG
|
|
8
8
|
|
|
9
|
+
**Version 4.3.19** - June 2026<br/>
|
|
10
|
+
|
|
11
|
+
- Docs: reworked the multilingual **FAQ & Troubleshoot** wiki pages — rewrote the **ES/FR** pages in the clean concise style, removed a garbled machine-translated tail from the **IT** page, and deleted 5 orphan FAQ files not referenced in the navigation.<br/>
|
|
12
|
+
- Docs: added a dedicated FAQ section about **Weinzierl (73x) KNX/IP interfaces** that may need *Suppress ACK request* (e.g. over VPN/high-latency links), in all 6 languages.<br/>
|
|
13
|
+
- Editor: when a **Weinzierl** interface is selected from the discovery dropdown in the gateway config node, *Suppress ACK request* is now enabled automatically (it only enables it, never overrides a manual choice, and shows an info notification).<br/>
|
|
14
|
+
|
|
15
|
+
**Version 4.3.18** - May 2026<br/>
|
|
16
|
+
|
|
17
|
+
- Bump Engine to 5.5.8
|
|
18
|
+
- Security: removed unused dependency `translate-google` (which transitively pulled in the critically vulnerable `safe-eval` package). No functionality was affected as the package was never referenced in the codebase.<br/>
|
|
19
|
+
- Security: applied `npm audit fix` to resolve moderate and high vulnerabilities in `brace-expansion`, `diff`, `minimatch`, `picomatch`, `postcss`, and `vite`.<br/>
|
|
20
|
+
- Tests: added unit test suites for `payloadManipulation` (Manipulate), `utils` (ToBoolean, fetchFromObject), `ColorConverter` (kelvin/mirek, scale, brightness, HSV/RGB, hexRgb, xyBriToRgb) and `XYFromRGB_Supergiovane` (calculateXYFromRGB) — 83 new tests, total suite 117 passing.<br/>
|
|
21
|
+
|
|
9
22
|
**Version 4.3.17** - May 2026<br/>
|
|
10
23
|
|
|
11
24
|
- Examples: expanded the `examples/` folder to provide dedicated Node-RED flow files for all remaining KNX Ultimate nodes, including `KNX Staircase`, `KNX Garage`, `KNX Load Control`, `KNX IoT Bridge`, `KNX Auto Responder`, `KNX Alerter`, `KNX Global Context`, `KNX HA Translator`, and the full Philips Hue node set.<br/>
|
|
@@ -716,6 +716,20 @@
|
|
|
716
716
|
} catch (e) { }
|
|
717
717
|
$("#node-config-input-physAddr").val(`${prefix}.${rnd}`)
|
|
718
718
|
autoSelectEthernetInterfaceForHost({ force: true })
|
|
719
|
+
// Weinzierl KNX/IP Interfaces (e.g. 73x series) may not return the L_Data.req ACK
|
|
720
|
+
// in time, especially over VPN/high-latency links. Auto-enable "Suppress ACK request"
|
|
721
|
+
// when such an interface is detected by its friendly name. We only turn it on (never off),
|
|
722
|
+
// so a manual choice is never silently reverted.
|
|
723
|
+
try {
|
|
724
|
+
if (/weinzierl|\b73\d\b/i.test(String(gateway.name || ''))) {
|
|
725
|
+
const $ack = $("#node-config-input-suppressACKRequest")
|
|
726
|
+
if (!$ack.prop('checked')) {
|
|
727
|
+
$ack.prop('checked', true)
|
|
728
|
+
blinkBackgroundArray(["#node-config-input-suppressACKRequest"])
|
|
729
|
+
try { RED.notify(node._('knxUltimate-config.properties.weinzierl_ack_autoenabled'), { type: 'info', timeout: 6000 }) } catch (e) { }
|
|
730
|
+
}
|
|
731
|
+
}
|
|
732
|
+
} catch (e) { }
|
|
719
733
|
blinkBackgroundArray(["#node-config-input-host", "#node-config-input-port", "#node-config-input-name", "#node-config-input-physAddr"])
|
|
720
734
|
return false
|
|
721
735
|
},
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"discovering": "Suche...",
|
|
20
20
|
"interfaces_found": "Schnittstellen gefunden.",
|
|
21
21
|
"discovery_failed": "Suche fehlgeschlagen.",
|
|
22
|
+
"weinzierl_ack_autoenabled": "Weinzierl-Interface erkannt: 'Suppress ACK request' wurde automatisch aktiviert. Du kannst es im Tab 'Erweitert' deaktivieren.",
|
|
22
23
|
"address": "Adresse",
|
|
23
24
|
"iface_auto": "Auto",
|
|
24
25
|
"iface_manual": "Schnittstellennamen manuell eingeben",
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"discovering": "Discovering...",
|
|
20
20
|
"interfaces_found": "interfaces found.",
|
|
21
21
|
"discovery_failed": "Discovery failed.",
|
|
22
|
+
"weinzierl_ack_autoenabled": "Weinzierl interface detected: 'Suppress ACK request' has been enabled automatically. You can disable it in the Advanced tab.",
|
|
22
23
|
"address": "Address",
|
|
23
24
|
"iface_auto": "Auto",
|
|
24
25
|
"iface_manual": "Manually enter interface's name",
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"discovering": "Descubriendo ...",
|
|
20
20
|
"interfaces_found": "interfaces encontradas.",
|
|
21
21
|
"discovery_failed": "El descubrimiento falló.",
|
|
22
|
+
"weinzierl_ack_autoenabled": "Interface Weinzierl detectado: se ha activado automáticamente 'Suppress ACK request'. Puedes desactivarlo en la pestaña Avanzado.",
|
|
22
23
|
"address": "DIRECCIÓN",
|
|
23
24
|
"iface_auto": "Auto",
|
|
24
25
|
"iface_manual": "Ingrese manualmente el nombre de la interfaz",
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"discovering": "Découvrir ...",
|
|
20
20
|
"interfaces_found": "interfaces trouvées.",
|
|
21
21
|
"discovery_failed": "La découverte a échoué.",
|
|
22
|
+
"weinzierl_ack_autoenabled": "Interface Weinzierl détectée : 'Suppress ACK request' a été activé automatiquement. Tu peux le désactiver dans l'onglet Avancé.",
|
|
22
23
|
"address": "Adresse",
|
|
23
24
|
"iface_auto": "Auto",
|
|
24
25
|
"iface_manual": "Entrez manuellement le nom de l'interface",
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"discovering": "Ricerca in corso...",
|
|
20
20
|
"interfaces_found": "interfacce trovate.",
|
|
21
21
|
"discovery_failed": "Ricerca fallita.",
|
|
22
|
+
"weinzierl_ack_autoenabled": "Interfaccia Weinzierl rilevata: ho attivato automaticamente 'Suppress ACK request'. Puoi disattivarlo nella scheda Avanzate.",
|
|
22
23
|
"address": "Indirizzo",
|
|
23
24
|
"iface_auto": "Auto",
|
|
24
25
|
"iface_manual": "Inserisci manualmente il nome dell'interfaccia",
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"discovering": "正在发现...",
|
|
20
20
|
"interfaces_found": "个接口已发现。",
|
|
21
21
|
"discovery_failed": "发现失败。",
|
|
22
|
+
"weinzierl_ack_autoenabled": "检测到 Weinzierl 接口:已自动启用 'Suppress ACK request'。你可以在「高级」选项卡中关闭它。",
|
|
22
23
|
"address": "地址",
|
|
23
24
|
"iface_auto": "自动",
|
|
24
25
|
"iface_manual": "手动输入接口名称",
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"engines": {
|
|
4
4
|
"node": ">=20.18.1"
|
|
5
5
|
},
|
|
6
|
-
"version": "4.3.
|
|
6
|
+
"version": "4.3.19",
|
|
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/",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"dns-sync": "0.2.1",
|
|
20
20
|
"google-translate-tts": "^0.3.0",
|
|
21
21
|
"js-yaml": "4.1.1",
|
|
22
|
-
"knxultimate": "5.5.
|
|
22
|
+
"knxultimate": "5.5.8",
|
|
23
23
|
"lodash": "4.18.1",
|
|
24
24
|
"node-color-log": "12.0.1",
|
|
25
25
|
"ping": "0.4.4",
|
|
@@ -113,7 +113,6 @@
|
|
|
113
113
|
"jspdf": "^2.5.2",
|
|
114
114
|
"marked": "^14.1.0",
|
|
115
115
|
"mocha": "^10.4.0",
|
|
116
|
-
"translate-google": "^1.5.0",
|
|
117
116
|
"vite": "^7.1.3",
|
|
118
117
|
"vue": "^3.5.21"
|
|
119
118
|
}
|