node-red-contrib-knx-ultimate 5.2.3 → 5.2.4
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 +5 -0
- package/img/readmemain.png +0 -0
- package/nodes/locales/de/matterbridge-config.html +2 -1
- package/nodes/locales/de/matterbridge-config.json +1 -0
- package/nodes/locales/en/matterbridge-config.html +2 -1
- package/nodes/locales/en/matterbridge-config.json +1 -0
- package/nodes/locales/es/matterbridge-config.html +2 -1
- package/nodes/locales/es/matterbridge-config.json +1 -0
- package/nodes/locales/fr/matterbridge-config.html +2 -1
- package/nodes/locales/fr/matterbridge-config.json +1 -0
- package/nodes/locales/it/matterbridge-config.html +2 -1
- package/nodes/locales/it/matterbridge-config.json +1 -0
- package/nodes/locales/zh-CN/matterbridge-config.html +2 -1
- package/nodes/locales/zh-CN/matterbridge-config.json +1 -0
- package/nodes/matterbridge-config.html +2 -2
- package/nodes/matterbridge-config.js +3 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,11 @@
|
|
|
6
6
|
|
|
7
7
|
# CHANGELOG
|
|
8
8
|
|
|
9
|
+
**Version 5.2.4** - July 2026<br/>
|
|
10
|
+
|
|
11
|
+
- **Matter Bridge — bridge name**: the *Matter bridge name* field (the name Alexa/Google/Apple show for the bridge itself) now falls back to the configuration node's own **Name** when left empty, instead of the generic `KNX-Ultimate Bridge`. The field is empty by default with a placeholder hint, so a freshly named bridge is never anonymous during pairing.<br/>
|
|
12
|
+
- **Naming clarification**: Alexa and Google Home honor the names set on the bridge and on the device nodes, so they appear automatically in the apps. **Apple Home deliberately ignores the provided names and asks you to name each accessory manually during setup** — this is an Apple/HomeKit limitation, not a bridge issue. Node help and the online docs now document this difference in all six languages (EN/IT/DE/FR/ES/zh-CN).<br/>
|
|
13
|
+
|
|
9
14
|
**Version 5.2.3** - July 2026<br/>
|
|
10
15
|
|
|
11
16
|
- **MQTT / Home Assistant bridge — Entity name format**: new selector to reshape the names exposed to Home Assistant. The ETS import builds each name with the group-address path first (e.g. `(Lights->Ground floor) Living room`); now you can choose *As imported from ETS* (default), *Name first* (`Living room (Lights->Ground floor)`), *Name only* (`Living room`) or *Name + group address* (`Living room (0/1/2)`). Changing it only updates the friendly name (the `unique_id`/`object_id` stay stable, so existing entities are not duplicated).<br/>
|
package/img/readmemain.png
CHANGED
|
Binary file
|
|
@@ -12,7 +12,7 @@ Dieser Konfigurations-Node ist die **Matter-Bridge selbst**: Er betreibt den Mat
|
|
|
12
12
|
|Feld|Beschreibung|
|
|
13
13
|
|--|--|
|
|
14
14
|
| Name | Der Name dieses Konfigurations-Nodes in Node-RED |
|
|
15
|
-
| Name der Matter-Bridge | Wie die Bridge selbst in den Matter-Apps heißt |
|
|
15
|
+
| Name der Matter-Bridge | Wie die Bridge selbst in den Matter-Apps heißt. **Leer lassen, um den Namen dieses Nodes zu verwenden.** |
|
|
16
16
|
| Port | UDP-Port des Matter-Servers (Standard 5540). Jede Bridge braucht ihren eigenen Port, daher sind **mehrere unabhängige Bridges** möglich |
|
|
17
17
|
|
|
18
18
|
## Kopplung
|
|
@@ -31,4 +31,5 @@ Die Bridge-Identität ist an diesen Konfigurations-Node gebunden und wird in `kn
|
|
|
31
31
|
|
|
32
32
|
- Der Node-RED-Host muss **IPv6 link-local** aktiviert haben (Standard-Matter-Anforderung) und von den Controllern im lokalen Netzwerk erreichbar sein.
|
|
33
33
|
- Hinzugefügte/umbenannte/entfernte Device-Nodes werden von den gekoppelten Controllern innerhalb von Sekunden übernommen, ohne neue Kopplung.
|
|
34
|
+
- **Namen:** Alexa und Google Home übernehmen die hier gesetzten Namen (Bridge-Name und Device-Node-Namen). **Apple Home ignoriert sie und verlangt, jedes Zubehör bei der Einrichtung manuell zu benennen** — eine Einschränkung von Apple, nicht der Bridge.
|
|
34
35
|
</script>
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"intro": "Dieser Konfigurations-Node ist die Matter-Bridge selbst: Alexa, Google Home, Apple Home (oder jeder Matter-Controller) koppeln sie einmal und sehen alle KNX-Geräte, die du ihr zuweist. Füge \"Matter Bridge device\"-Nodes in deinen Flows hinzu und verweise sie hierher. Zuerst deployen, dann erneut öffnen für den Kopplungscode.",
|
|
6
6
|
"node-config-input-name": "Name",
|
|
7
7
|
"bridge_name": "Name der Matter-Bridge",
|
|
8
|
+
"bridge_name_ph": "Leer lassen, um den Node-Namen zu verwenden",
|
|
8
9
|
"port": "Port",
|
|
9
10
|
"pairing_title": "Kopplung (Alexa, Google Home, Apple Home...)",
|
|
10
11
|
"not_running": "Die Matter-Bridge läuft noch nicht. Deployen, ein paar Sekunden warten und dann auf Aktualisieren klicken.",
|
|
@@ -12,7 +12,7 @@ This configuration node is the **Matter bridge itself**: it runs the Matter serv
|
|
|
12
12
|
|Field|Description|
|
|
13
13
|
|--|--|
|
|
14
14
|
| Name | The name of this configuration node in Node-RED |
|
|
15
|
-
| Matter bridge name | How the bridge itself is named in the Matter apps |
|
|
15
|
+
| Matter bridge name | How the bridge itself is named in the Matter apps. **Leave it empty to reuse this node's Name.** |
|
|
16
16
|
| Port | UDP port of the Matter server (default 5540). Each bridge needs its own port, so you can run **multiple independent bridges** |
|
|
17
17
|
|
|
18
18
|
## Pairing
|
|
@@ -31,4 +31,5 @@ The bridge identity is tied to this configuration node and stored in `knxultimat
|
|
|
31
31
|
|
|
32
32
|
- The Node-RED host must have **IPv6 link-local** enabled (standard Matter requirement) and be reachable from the controllers on the local network.
|
|
33
33
|
- Device nodes added/renamed/removed are picked up by the paired controllers within seconds, without re-pairing.
|
|
34
|
+
- **Naming:** Alexa and Google Home honor the names you set here (bridge name and device node names). **Apple Home ignores them and asks you to name each accessory manually during setup** — this is an Apple limitation, not a bridge issue.
|
|
34
35
|
</script>
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"intro": "This configuration node is the Matter bridge itself: Alexa, Google Home, Apple Home (or any Matter controller) pair it once and see every KNX device you attach to it. Add \"Matter Bridge device\" nodes across your flows and point them here. Deploy first, then reopen to get the pairing code.",
|
|
6
6
|
"node-config-input-name": "Name",
|
|
7
7
|
"bridge_name": "Matter bridge name",
|
|
8
|
+
"bridge_name_ph": "Leave empty to use the node name",
|
|
8
9
|
"port": "Port",
|
|
9
10
|
"pairing_title": "Pairing (Alexa, Google Home, Apple Home...)",
|
|
10
11
|
"not_running": "The Matter bridge is not running yet. Deploy, wait a few seconds, then click refresh.",
|
|
@@ -12,7 +12,7 @@ Este nodo de configuración es el **bridge Matter en sí**: ejecuta el servidor
|
|
|
12
12
|
|Campo|Descripción|
|
|
13
13
|
|--|--|
|
|
14
14
|
| Nombre | El nombre de este nodo de configuración en Node-RED |
|
|
15
|
-
| Nombre del bridge Matter | Cómo se llama el bridge en las apps Matter |
|
|
15
|
+
| Nombre del bridge Matter | Cómo se llama el bridge en las apps Matter. **Déjalo vacío para reutilizar el Nombre de este nodo.** |
|
|
16
16
|
| Puerto | Puerto UDP del servidor Matter (por defecto 5540). Cada bridge necesita su propio puerto, por lo que puedes ejecutar **varios bridges independientes** |
|
|
17
17
|
|
|
18
18
|
## Emparejamiento
|
|
@@ -31,4 +31,5 @@ La identidad del bridge está ligada a este nodo de configuración y se guarda e
|
|
|
31
31
|
|
|
32
32
|
- El host de Node-RED debe tener **IPv6 link-local** habilitado (requisito estándar de Matter) y ser accesible desde los controladores en la red local.
|
|
33
33
|
- Los nodos de dispositivo añadidos/renombrados/eliminados se detectan en pocos segundos, sin volver a emparejar.
|
|
34
|
+
- **Nombres:** Alexa y Google Home respetan los nombres que pongas aquí (nombre del bridge y nombres de los nodos de dispositivo). **Apple Home los ignora y te pide nombrar cada accesorio manualmente durante la configuración** — es una limitación de Apple, no del bridge.
|
|
34
35
|
</script>
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"intro": "Este nodo de configuración es el bridge Matter en sí: Alexa, Google Home, Apple Home (o cualquier controlador Matter) lo emparejan una vez y ven todos los dispositivos KNX que le conectes. Añade nodos \"Matter Bridge device\" en tus flows y apúntalos aquí. Haz deploy primero y vuelve a abrir para obtener el código.",
|
|
6
6
|
"node-config-input-name": "Nombre",
|
|
7
7
|
"bridge_name": "Nombre del bridge Matter",
|
|
8
|
+
"bridge_name_ph": "Déjalo vacío para usar el nombre del nodo",
|
|
8
9
|
"port": "Puerto",
|
|
9
10
|
"pairing_title": "Emparejamiento (Alexa, Google Home, Apple Home...)",
|
|
10
11
|
"not_running": "El bridge Matter aún no está en ejecución. Haz deploy, espera unos segundos y pulsa actualizar.",
|
|
@@ -12,7 +12,7 @@ Ce nœud de configuration est le **bridge Matter lui-même** : il exécute le se
|
|
|
12
12
|
|Champ|Description|
|
|
13
13
|
|--|--|
|
|
14
14
|
| Nom | Le nom de ce nœud de configuration dans Node-RED |
|
|
15
|
-
| Nom du bridge Matter | Le nom du bridge lui-même dans les apps Matter |
|
|
15
|
+
| Nom du bridge Matter | Le nom du bridge lui-même dans les apps Matter. **Laissez vide pour réutiliser le Nom de ce nœud.** |
|
|
16
16
|
| Port | Port UDP du serveur Matter (5540 par défaut). Chaque bridge a besoin de son propre port, vous pouvez donc exécuter **plusieurs bridges indépendants** |
|
|
17
17
|
|
|
18
18
|
## Appairage
|
|
@@ -31,4 +31,5 @@ L'identité du bridge est liée à ce nœud de configuration et enregistrée dan
|
|
|
31
31
|
|
|
32
32
|
- L'hôte Node-RED doit avoir **IPv6 link-local** activé (exigence standard de Matter) et être joignable par les contrôleurs sur le réseau local.
|
|
33
33
|
- Les nœuds d'appareil ajoutés/renommés/supprimés sont pris en compte en quelques secondes, sans nouvel appairage.
|
|
34
|
+
- **Noms :** Alexa et Google Home respectent les noms définis ici (nom du bridge et noms des nœuds d'appareil). **Apple Home les ignore et vous demande de nommer chaque accessoire manuellement lors de la configuration** — c'est une limite d'Apple, pas du bridge.
|
|
34
35
|
</script>
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"intro": "Ce nœud de configuration est le bridge Matter lui-même : Alexa, Google Home, Apple Home (ou tout contrôleur Matter) l'appairent une fois et voient tous les appareils KNX que vous y rattachez. Ajoutez des nœuds \"Matter Bridge device\" dans vos flux et pointez-les ici. Déployez d'abord, puis rouvrez pour obtenir le code d'appairage.",
|
|
6
6
|
"node-config-input-name": "Nom",
|
|
7
7
|
"bridge_name": "Nom du bridge Matter",
|
|
8
|
+
"bridge_name_ph": "Laisser vide pour utiliser le nom du nœud",
|
|
8
9
|
"port": "Port",
|
|
9
10
|
"pairing_title": "Appairage (Alexa, Google Home, Apple Home...)",
|
|
10
11
|
"not_running": "Le bridge Matter n'est pas encore démarré. Déployez, attendez quelques secondes puis cliquez sur actualiser.",
|
|
@@ -12,7 +12,7 @@ Questo nodo di configurazione è il **bridge Matter vero e proprio**: esegue il
|
|
|
12
12
|
|Campo|Descrizione|
|
|
13
13
|
|--|--|
|
|
14
14
|
| Nome | Il nome di questo nodo di configurazione in Node-RED |
|
|
15
|
-
| Nome del bridge Matter | Come viene chiamato il bridge stesso nelle app Matter |
|
|
15
|
+
| Nome del bridge Matter | Come viene chiamato il bridge stesso nelle app Matter. **Lascia vuoto per riusare il Nome di questo nodo.** |
|
|
16
16
|
| Porta | Porta UDP del server Matter (default 5540). Ogni bridge richiede la propria porta, quindi puoi eseguire **più bridge indipendenti** |
|
|
17
17
|
|
|
18
18
|
## Abbinamento
|
|
@@ -31,4 +31,5 @@ L'identità del bridge è legata a questo nodo di configurazione ed è salvata i
|
|
|
31
31
|
|
|
32
32
|
- L'host Node-RED deve avere **IPv6 link-local** attivo (requisito standard Matter) ed essere raggiungibile dai controller sulla rete locale.
|
|
33
33
|
- I nodi device aggiunti/rinominati/rimossi vengono recepiti dai controller abbinati in pochi secondi, senza riabbinare.
|
|
34
|
+
- **Nomi:** Alexa e Google Home rispettano i nomi che imposti qui (nome del bridge e nomi dei nodi device). **Apple Home li ignora e ti chiede di nominare manualmente ogni accessorio durante l'abbinamento** — è un limite di Apple, non del bridge.
|
|
34
35
|
</script>
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"intro": "Questo nodo di configurazione è il bridge Matter vero e proprio: Alexa, Google Home, Apple Home (o qualunque controller Matter) lo associano una volta sola e vedono tutti i dispositivi KNX che gli colleghi. Aggiungi i nodi \"Matter Bridge device\" nei tuoi flow e puntali qui. Fai prima il deploy, poi riapri per ottenere il codice di abbinamento.",
|
|
6
6
|
"node-config-input-name": "Nome",
|
|
7
7
|
"bridge_name": "Nome del bridge Matter",
|
|
8
|
+
"bridge_name_ph": "Lascia vuoto per usare il nome del nodo",
|
|
8
9
|
"port": "Porta",
|
|
9
10
|
"pairing_title": "Abbinamento (Alexa, Google Home, Apple Home...)",
|
|
10
11
|
"not_running": "Il bridge Matter non è ancora in esecuzione. Fai il deploy, attendi qualche secondo e clicca aggiorna.",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|字段|说明|
|
|
13
13
|
|--|--|
|
|
14
14
|
| 名称 | 此配置节点在 Node-RED 中的名称 |
|
|
15
|
-
| Matter 桥接器名称 | 桥接器本身在 Matter App
|
|
15
|
+
| Matter 桥接器名称 | 桥接器本身在 Matter App 中显示的名称。**留空则使用此节点的名称。** |
|
|
16
16
|
| 端口 | Matter 服务器的 UDP 端口(默认 5540)。每个桥接器需要独立的端口,因此可以运行**多个独立的桥接器** |
|
|
17
17
|
|
|
18
18
|
## 配对
|
|
@@ -31,4 +31,5 @@
|
|
|
31
31
|
|
|
32
32
|
- Node-RED 主机必须启用 **IPv6 link-local**(Matter 标准要求),并且控制器可在本地网络访问到它。
|
|
33
33
|
- 添加/重命名/移除的设备节点会在几秒内被已配对的控制器识别,无需重新配对。
|
|
34
|
+
- **名称:** Alexa 和 Google Home 会采用你在此设置的名称(桥接器名称和设备节点名称)。**Apple Home 会忽略它们,并要求你在配置过程中手动为每个配件命名**——这是 Apple 的限制,而非桥接器的问题。
|
|
34
35
|
</script>
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"intro": "此配置节点就是 Matter 桥接器本身:Alexa、Google Home、Apple Home(或任何 Matter 控制器)配对一次即可看到你挂接的所有 KNX 设备。在流程中添加 \"Matter Bridge device\" 节点并指向这里。先部署,然后重新打开获取配对码。",
|
|
6
6
|
"node-config-input-name": "名称",
|
|
7
7
|
"bridge_name": "Matter 桥接器名称",
|
|
8
|
+
"bridge_name_ph": "留空则使用节点名称",
|
|
8
9
|
"port": "端口",
|
|
9
10
|
"pairing_title": "配对(Alexa、Google Home、Apple Home...)",
|
|
10
11
|
"not_running": "Matter 桥接器尚未运行。请先部署,等待几秒后点击刷新。",
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
category: 'config',
|
|
6
6
|
defaults: {
|
|
7
7
|
name: { value: '' },
|
|
8
|
-
bridgeDeviceName: { value: '
|
|
8
|
+
bridgeDeviceName: { value: '' },
|
|
9
9
|
bridgePort: { value: 5540, required: true, validate: RED.validators.number() }
|
|
10
10
|
},
|
|
11
11
|
oneditprepare: function () {
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<label for="node-config-input-bridgeDeviceName" style="width:180px;">
|
|
102
102
|
<i class="fa fa-share-alt"></i> <span data-i18n="matterbridge-config.properties.bridge_name"></span>
|
|
103
103
|
</label>
|
|
104
|
-
<input type="text" id="node-config-input-bridgeDeviceName" style="width:220px;">
|
|
104
|
+
<input type="text" id="node-config-input-bridgeDeviceName" style="width:220px;" data-i18n="[placeholder]matterbridge-config.properties.bridge_name_ph">
|
|
105
105
|
<label for="node-config-input-bridgePort" style="width:60px; text-align:right;"><span data-i18n="matterbridge-config.properties.port"></span></label>
|
|
106
106
|
<input type="number" id="node-config-input-bridgePort" style="width:90px;">
|
|
107
107
|
</div>
|
|
@@ -28,7 +28,9 @@ module.exports = (RED) => {
|
|
|
28
28
|
|
|
29
29
|
node.name = config.name === undefined || config.name === '' ? 'Matter Bridge' : config.name
|
|
30
30
|
node.bridgePort = Number(config.bridgePort) || 5540
|
|
31
|
-
|
|
31
|
+
// Name advertised to the Matter controllers (Alexa/Google honor it; Apple Home forces manual naming).
|
|
32
|
+
// If left empty, fall back to this config node's own name so the bridge is never anonymous.
|
|
33
|
+
node.bridgeDeviceName = config.bridgeDeviceName === undefined || config.bridgeDeviceName === '' ? node.name : config.bridgeDeviceName
|
|
32
34
|
node.matterInstanceId = `knxultimate-bridge-${node.id.replace(/[^a-zA-Z0-9]/g, '')}`
|
|
33
35
|
node.matterStoragePath = path.join(RED.settings.userDir || '.', 'knxultimatestorage', 'matter')
|
|
34
36
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"engines": {
|
|
4
4
|
"node": ">=20.18.1"
|
|
5
5
|
},
|
|
6
|
-
"version": "5.2.
|
|
6
|
+
"version": "5.2.4",
|
|
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/",
|