node-red-contrib-knx-ultimate 4.3.18 → 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 CHANGED
@@ -6,6 +6,12 @@
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
+
9
15
  **Version 4.3.18** - May 2026<br/>
10
16
 
11
17
  - Bump Engine to 5.5.8
@@ -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.18",
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/",