node-red-contrib-knx-ultimate 4.3.20 → 4.3.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 CHANGED
@@ -6,17 +6,25 @@
6
6
 
7
7
  # CHANGELOG
8
8
 
9
+ **Version 4.3.22** - June 2026<br/>
10
+
11
+ - Hue config node: when the user clicks **"I already have the credentials"** to enter the connection data manually, the now-useless **CONNECT** button is hidden.<br/>
12
+
13
+ **Version 4.3.21** - June 2026<br/>
14
+
15
+ - KNXUltimate engine: updated to 5.5.9.<br/>
16
+
9
17
  **Version 4.3.20** - June 2026<br/>
10
18
 
11
- - KNX AI: new **Flow Builder** (BETA) tab in the AI web page — describe an automation in plain language and the AI generates a ready-to-import **Node-RED flow** (JSON) using KNX Ultimate nodes, the Philips Hue nodes and native Function/logic nodes, wired to your imported group addresses. Copy the JSON and paste it via Node-RED *Menu > Import*. Generated node ids, wiring and config-node references are validated and rewired server-side before output.<br/>
19
+ - KNX AI: new **Flow Builder** (BETA) tab in the AI web page — describe an automation in plain language and the AI generates a ready-to-import **Node-RED flow** (JSON) using KNX Ultimate nodes, the Philips Hue nodes and native Function/logic nodes, wired to your imported group addresses. Copy the JSON and paste it via Node-RED _Menu > Import_. Generated node ids, wiring and config-node references are validated and rewired server-side before output.<br/>
12
20
  - KNX AI: added **Anthropic (Claude)** as an LLM provider alongside OpenAI-compatible and Ollama. Uses Claude's native Messages API; model and API key are configurable from the node (default `claude-opus-4-8`), with model auto-discovery.<br/>
13
21
  - KNX AI: Flow Builder UI is fully localized (EN/IT/DE/FR/ES) and laid out side-by-side (prompt and generated JSON); minor sidebar fix so long menu labels are no longer truncated.<br/>
14
22
 
15
23
  **Version 4.3.19** - June 2026<br/>
16
24
 
17
25
  - 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/>
18
- - 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/>
19
- - 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/>
26
+ - 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/>
27
+ - 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/>
20
28
 
21
29
  **Version 4.3.18** - May 2026<br/>
22
30
 
@@ -112,6 +112,7 @@
112
112
  if ($clientKeyInput.val() === "_PWRD_") $clientKeyInput.val("");
113
113
  try { $usernameInput.focus(); } catch (e) { }
114
114
  $manualCredentialsButton.hide();
115
+ $("#getinfocam").hide();
115
116
  });
116
117
  }
117
118
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "engines": {
4
4
  "node": ">=20.18.1"
5
5
  },
6
- "version": "4.3.20",
6
+ "version": "4.3.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, 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.8",
22
+ "knxultimate": "5.5.9",
23
23
  "lodash": "4.18.1",
24
24
  "node-color-log": "12.0.1",
25
25
  "ping": "0.4.4",