node-red-contrib-knx-ultimate 4.3.20 → 4.3.21
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 +7 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,17 +6,21 @@
|
|
|
6
6
|
|
|
7
7
|
# CHANGELOG
|
|
8
8
|
|
|
9
|
+
**Version 4.3.21** - June 2026<br/>
|
|
10
|
+
|
|
11
|
+
- KNXUltimate engine: updated to 5.5.9.<br/>
|
|
12
|
+
|
|
9
13
|
**Version 4.3.20** - June 2026<br/>
|
|
10
14
|
|
|
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
|
|
15
|
+
- 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
16
|
- 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
17
|
- 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
18
|
|
|
15
19
|
**Version 4.3.19** - June 2026<br/>
|
|
16
20
|
|
|
17
21
|
- 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
|
|
19
|
-
- Editor: when a **Weinzierl** interface is selected from the discovery dropdown in the gateway config node,
|
|
22
|
+
- 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/>
|
|
23
|
+
- 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
24
|
|
|
21
25
|
**Version 4.3.18** - May 2026<br/>
|
|
22
26
|
|
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.21",
|
|
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.9",
|
|
23
23
|
"lodash": "4.18.1",
|
|
24
24
|
"node-color-log": "12.0.1",
|
|
25
25
|
"ping": "0.4.4",
|