node-red-contrib-knx-ultimate 5.2.4 → 6.0.0
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 +21 -8
- package/README.md +10 -3
- package/img/readmemain.png +0 -0
- package/nodes/commonFunctions.js +40 -3
- package/nodes/knxUltimate-config.js +379 -335
- package/nodes/knxUltimate.html +8 -9
- package/nodes/knxUltimate.js +5 -5
- package/nodes/knxUltimateAI.js +1 -1
- package/nodes/knxUltimateHueLight.html +3 -3
- package/nodes/knxUltimateHueLight.js +1 -1
- package/nodes/knxUltimateMatterBridge.html +321 -247
- package/nodes/knxUltimateMatterBridge.js +48 -1
- package/nodes/knxUltimateMatterControllerDevice.html +2119 -0
- package/nodes/knxUltimateMatterControllerDevice.js +1701 -0
- package/nodes/locales/de/knxUltimateMatterBridge.html +6 -2
- package/nodes/locales/de/knxUltimateMatterBridge.json +14 -1
- package/nodes/locales/de/knxUltimateMatterControllerDevice.html +27 -0
- package/nodes/locales/de/knxUltimateMatterControllerDevice.json +97 -0
- package/nodes/locales/de/matter-config.json +5 -1
- package/nodes/locales/de/matterbridge-config.json +1 -0
- package/nodes/locales/en/knxUltimateMatterBridge.html +6 -2
- package/nodes/locales/en/knxUltimateMatterBridge.json +14 -1
- package/nodes/locales/en/knxUltimateMatterControllerDevice.html +27 -0
- package/nodes/locales/en/knxUltimateMatterControllerDevice.json +97 -0
- package/nodes/locales/en/matter-config.json +6 -1
- package/nodes/locales/en/matterbridge-config.json +1 -0
- package/nodes/locales/es/knxUltimateMatterBridge.html +6 -2
- package/nodes/locales/es/knxUltimateMatterBridge.json +14 -1
- package/nodes/locales/es/knxUltimateMatterControllerDevice.html +27 -0
- package/nodes/locales/es/knxUltimateMatterControllerDevice.json +97 -0
- package/nodes/locales/es/matter-config.json +5 -1
- package/nodes/locales/es/matterbridge-config.json +1 -0
- package/nodes/locales/fr/knxUltimateMatterBridge.html +6 -2
- package/nodes/locales/fr/knxUltimateMatterBridge.json +14 -1
- package/nodes/locales/fr/knxUltimateMatterControllerDevice.html +27 -0
- package/nodes/locales/fr/knxUltimateMatterControllerDevice.json +89 -0
- package/nodes/locales/fr/matter-config.json +5 -1
- package/nodes/locales/fr/matterbridge-config.json +1 -0
- package/nodes/locales/it/knxUltimateMatterBridge.html +6 -2
- package/nodes/locales/it/knxUltimateMatterBridge.json +14 -1
- package/nodes/locales/it/knxUltimateMatterControllerDevice.html +27 -0
- package/nodes/locales/it/knxUltimateMatterControllerDevice.json +97 -0
- package/nodes/locales/it/matter-config.json +6 -1
- package/nodes/locales/it/matterbridge-config.json +1 -0
- package/nodes/locales/zh-CN/knxUltimateMatterBridge.html +6 -2
- package/nodes/locales/zh-CN/knxUltimateMatterBridge.json +14 -1
- package/nodes/locales/zh-CN/knxUltimateMatterControllerDevice.html +27 -0
- package/nodes/locales/zh-CN/knxUltimateMatterControllerDevice.json +89 -0
- package/nodes/locales/zh-CN/matter-config.json +5 -1
- package/nodes/locales/zh-CN/matterbridge-config.json +1 -0
- package/nodes/matter-config.html +58 -6
- package/nodes/matter-config.js +7 -2
- package/nodes/matterbridge-config.html +1 -0
- package/nodes/utils/lightEngines/canonicalLight.js +75 -0
- package/nodes/utils/lightEngines/hueLightEngine.js +51 -0
- package/nodes/utils/lightEngines/index.js +25 -0
- package/nodes/utils/lightEngines/knxLightCommand.js +79 -0
- package/nodes/utils/lightEngines/lightEngine.js +46 -0
- package/nodes/utils/lightEngines/matterHueShim.js +59 -0
- package/nodes/utils/lightEngines/matterLightEngine.js +117 -0
- package/nodes/utils/matterEngine.mjs +185 -14
- package/nodes/utils/matterKnxConverter.js +1 -1
- package/package.json +21 -3
- package/resources/KNXSendSnippets.js +53 -53
- package/resources/htmlUtils.js +6 -4
- package/nodes/knxUltimateMatterDevice.html +0 -632
- package/nodes/knxUltimateMatterDevice.js +0 -308
- package/nodes/locales/de/knxUltimateMatterDevice.html +0 -56
- package/nodes/locales/de/knxUltimateMatterDevice.json +0 -109
- package/nodes/locales/en/knxUltimateMatterDevice.html +0 -56
- package/nodes/locales/en/knxUltimateMatterDevice.json +0 -109
- package/nodes/locales/es/knxUltimateMatterDevice.html +0 -56
- package/nodes/locales/es/knxUltimateMatterDevice.json +0 -109
- package/nodes/locales/fr/knxUltimateMatterDevice.html +0 -56
- package/nodes/locales/fr/knxUltimateMatterDevice.json +0 -109
- package/nodes/locales/it/knxUltimateMatterDevice.html +0 -56
- package/nodes/locales/it/knxUltimateMatterDevice.json +0 -109
- package/nodes/locales/zh-CN/knxUltimateMatterDevice.html +0 -56
- package/nodes/locales/zh-CN/knxUltimateMatterDevice.json +0 -109
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script type="text/markdown" data-help-name="knxUltimateMatterBridge">
|
|
2
|
-
#
|
|
2
|
+
# Expose KNX to Matter (BETA)
|
|
3
3
|
|
|
4
4
|
> Dieser Node ist in **BETA**: Er funktioniert, aber Details können sich zwischen Releases noch ändern.
|
|
5
5
|
|
|
6
6
|
## Übersicht
|
|
7
7
|
|
|
8
|
-
Jeder
|
|
8
|
+
Jeder Expose KNX to Matter Node stellt **ein KNX-Gerät als Matter-Gerät** bereit: Die gekoppelten Controller (Alexa, Google Home, Apple Home...) sehen es mit dem von dir vergebenen Namen — bereit für App- und Sprachsteuerung. Verweise ihn auf einen **Matter Bridge**-Konfigurations-Node (die eigentliche Bridge, einmal gekoppelt - der Kopplungs-QR-Code lebt dort) und füge beliebig viele Device-Nodes hinzu, überall in deinen Flows.
|
|
9
9
|
|
|
10
10
|
Das ist die Gegenrichtung zum *Matter Device*-Node: Dort steuert KNX ein Matter-Gerät, hier steuern Matter-Controller KNX.
|
|
11
11
|
|
|
@@ -39,6 +39,10 @@ Das ist die Gegenrichtung zum *Matter Device*-Node: Dort steuert KNX ein Matter-
|
|
|
39
39
|
- **Befehls-GA**: wird auf den KNX-Bus geschrieben, wenn der Assistent einen Befehl sendet.
|
|
40
40
|
- **Status-GA**: wird vom Bus gelesen, um die Matter-Attribute (und die Apps) aktuell zu halten.
|
|
41
41
|
|
|
42
|
+
## Erweiterte Kompatibilität
|
|
43
|
+
|
|
44
|
+
Diese Optionen werden nur angezeigt, wenn sie zum gewählten Typ passen. Dimmbare Geräte können den Helligkeitsbefehl ignorieren, den manche Controller direkt nach `Ein` senden. Rollläden/Jalousien können die Matter-Position nach einem Befehl optimistisch aktualisieren und sie korrigieren, sobald die KNX-Status-GA die echte Position meldet.
|
|
45
|
+
|
|
42
46
|
## Node-PINs
|
|
43
47
|
|
|
44
48
|
Wenn du die Input/Output-PINs des Nodes aktivierst:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateMatterBridge": {
|
|
3
|
-
"title": "Matter
|
|
3
|
+
"title": "Expose KNX to Matter (BETA)",
|
|
4
4
|
"bridge_name": "Name der Matter-Bridge",
|
|
5
5
|
"port": "Port",
|
|
6
6
|
"devices_help": "Füge die KNX-Geräte hinzu, die über Matter bereitgestellt werden sollen. Der \"Name\" ist der, den Alexa/Google/Apple anzeigen und für Sprachbefehle verwenden. Befehls-GA = wird geschrieben, wenn der Assistent einen Befehl sendet; Status-GA = wird vom Bus gelesen, um die App aktuell zu halten.",
|
|
@@ -10,12 +10,25 @@
|
|
|
10
10
|
"node_pins": "Node Input/Output PINs",
|
|
11
11
|
"node_pins_hide": "Ausblenden",
|
|
12
12
|
"node_pins_show": "Input/Output-PINs anzeigen",
|
|
13
|
+
"type_change_warning": "Wenn der Gerätetyp nach der Kopplung der Bridge geändert wird, ändert sich die Matter-Endpunktstruktur. Alexa/Google/Apple können den alten Endpunkt als nicht erreichbar behalten; eventuell muss die Matter-Bridge zurückgesetzt/neu gekoppelt oder ein neues bereitgestelltes Gerät erstellt werden.",
|
|
13
14
|
"fields": {
|
|
14
15
|
"type": "Gerätetyp",
|
|
15
16
|
"name": "Name (von Alexa & Co. angezeigt)",
|
|
16
17
|
"name_placeholder": "z.B. Küchenlicht",
|
|
17
18
|
"invert": "Position % invertieren"
|
|
18
19
|
},
|
|
20
|
+
"advanced": {
|
|
21
|
+
"title": "Erweiterte Kompatibilität",
|
|
22
|
+
"help": " Verwende diese Optionen nur, wenn ein Matter-Controller oder ein KNX-Aktor eine besondere Behandlung benötigt.",
|
|
23
|
+
"turn_on_behavior": "Einschaltverhalten",
|
|
24
|
+
"turn_on_ignore_level": "Helligkeit direkt nach Ein ignorieren",
|
|
25
|
+
"turn_on_forward_all": "Jeden Helligkeitsbefehl weiterleiten",
|
|
26
|
+
"ignore_level_ms": "Helligkeit nach Ein ignorieren (ms)",
|
|
27
|
+
"cover_update_mode": "Jalousie-/Rollladenstatus",
|
|
28
|
+
"cover_optimistic": "Matter-Position optimistisch aktualisieren",
|
|
29
|
+
"cover_wait_status": "Nur auf KNX-Status warten",
|
|
30
|
+
"cover_status_timeout": "Timeout für Positionsstatus (ms)"
|
|
31
|
+
},
|
|
19
32
|
"functions": {
|
|
20
33
|
"fn_onoff_cmd": "Ein/Aus Befehls-GA",
|
|
21
34
|
"fn_onoff_status": "Ein/Aus Status-GA",
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<script type="text/markdown" data-help-name="knxUltimateMatterControllerDevice">
|
|
2
|
+
# Control Matter from KNX (BETA)
|
|
3
|
+
|
|
4
|
+
> Dieser Knoten ist **BETA**: das Verhalten kann sich ändern, während die Matter-Implementierung weiter verfeinert wird.
|
|
5
|
+
|
|
6
|
+
Dieser Knoten steuert einen bereits gekoppelten Matter-Endpunkt über KNX. Wähle das Matter-Gerät aus; der Editor erkennt die Fähigkeiten des Endpunkts und zeigt nur die passenden KNX-Zuordnungen.
|
|
7
|
+
|
|
8
|
+
Er ersetzt die unveröffentlichten getrennten Matter-Controller-Nodes und behält die komplette Licht-UI bei, wenn der gewählte Endpunkt ein Licht ist.
|
|
9
|
+
|
|
10
|
+
## Konfiguration
|
|
11
|
+
|
|
12
|
+
|Feld|Beschreibung|
|
|
13
|
+
|--|--|
|
|
14
|
+
| KNX GW | KNX-Gateway zum Schreiben und Beantworten der konfigurierten Gruppenadressen. Kann leer bleiben, wenn nur der Node-RED-Ausgang benötigt wird. |
|
|
15
|
+
| Matter controller | Matter-Controller-Konfigurationsknoten, in dem das Gerät gekoppelt wurde. |
|
|
16
|
+
| Matter device | Matter-Endpunkt aus den gekoppelten Geräten. Die UI wird aus den echten Fähigkeiten neu aufgebaut. |
|
|
17
|
+
| Switch / Steckdose / Licht On-Off | On/Off-Befehls- und Status-Gruppenadressen, normalerweise DPT `1.001`. |
|
|
18
|
+
| Lichtsteuerung | Für Licht-Endpunkte wird die vollständige Licht-UI verwendet: relatives DIM (DPT `3.007`), Helligkeit %, RGB/HSV, Tunable White, Einschalt-Helligkeit/-Temperatur, Tag/Nacht-Licht, Min/Max-Dimmlevel und Dimmgeschwindigkeit. Nicht unterstützte Bereiche bleiben ausgeblendet. |
|
|
19
|
+
| Sensoren | Sensor-Endpunkte zeigen ihre Mess-/Status-GA nur bei Unterstützung: Temperatur, Feuchte, Helligkeit, Präsenz, Kontakt und Batterie. |
|
|
20
|
+
| Read at startup | Veröffentlicht den gecachten Matter-Wert beim Deploy/Start oder wenn sich das Gerät erneut verbindet. |
|
|
21
|
+
| Update local state from KNX write | Aktualisiert den lokalen Matter/KNX-Cache, wenn ein Telegramm auf eine konfigurierte KNX-GA geschrieben wird. |
|
|
22
|
+
| Node Input/Output PINs | Zeigt Node-RED-Eingangs-/Ausgangspins. Der Eingang akzeptiert boolesche Payloads sowie Matter-ähnliche `msg.payload` oder `msg.on.on`; der Ausgang sendet Statusupdates. |
|
|
23
|
+
|
|
24
|
+
## Verhalten
|
|
25
|
+
|
|
26
|
+
Der Knoten pflegt einen lokalen Cache aus Matter-Updates und KNX-Schreibtelegrammen, beantwortet KNX-Leseanfragen aus diesem Cache und kann Werte beim Start lesen/ausgeben. Er hört nur auf konfigurierte Gruppenadressen, daher wird fremder KNX-Verkehr ignoriert.
|
|
27
|
+
</script>
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
{
|
|
2
|
+
"knxUltimateMatterControllerDevice": {
|
|
3
|
+
"title": "Control Matter from KNX",
|
|
4
|
+
"node-input-name": "Name",
|
|
5
|
+
"node-input-nameLightSwitch": "Switch (bit)",
|
|
6
|
+
"node-input-GALightSwitch": "GA",
|
|
7
|
+
"node-input-dptLightSwitch": "dpt",
|
|
8
|
+
"node-input-nameLightState": "State (bit)",
|
|
9
|
+
"node-input-GALightState": "GA",
|
|
10
|
+
"node-input-dptLightState": "dpt",
|
|
11
|
+
"node-input-hueLight": "Matter-Gerät",
|
|
12
|
+
"paletteLabel": "Control Matter from KNX",
|
|
13
|
+
"no_devices": "Keine Matter-Geräte gefunden. Matter-Controller prüfen und aktualisieren.",
|
|
14
|
+
"tabs": {
|
|
15
|
+
"switch": "Schalten",
|
|
16
|
+
"dim": "Dimmen",
|
|
17
|
+
"tunable_white": "Einstellbares Weiß",
|
|
18
|
+
"rgb_hsv": "RGB/HSV",
|
|
19
|
+
"effects": "Effekte",
|
|
20
|
+
"behaviour": "Verhalten"
|
|
21
|
+
},
|
|
22
|
+
"control": "Steuerung",
|
|
23
|
+
"status": "Status",
|
|
24
|
+
"night_lighting": "Nachtbeleuchtung",
|
|
25
|
+
"no_night_lighting": "Keine Nachtbeleuchtung",
|
|
26
|
+
"get_current": "Aktuellen Wert holen",
|
|
27
|
+
"get_again": "Erneut holen",
|
|
28
|
+
"wait": "Bitte warten...",
|
|
29
|
+
"locate_no_bridge": "Bitte zuerst eine Hue-Bridge auswählen",
|
|
30
|
+
"locate_no_device": "Bitte zuerst ein Hue-Gerät auswählen",
|
|
31
|
+
"locate_success": "Locate-Befehl gesendet",
|
|
32
|
+
"locate_started": "Locate-Modus gestartet. Nochmal drücken, um zu stoppen (automatisch nach 10 Minuten).",
|
|
33
|
+
"locate_stopped": "Locate-Modus beendet.",
|
|
34
|
+
"locate_start_title": "Ausgewähltes Hue-Gerät lokalisieren",
|
|
35
|
+
"locate_stop_title": "Locate-Modus beenden",
|
|
36
|
+
"locate_error": "Hue-Gerät konnte nicht lokalisiert werden",
|
|
37
|
+
"day_night": "Tag/Nacht",
|
|
38
|
+
"invert_day_night": "Tag/Nacht-Wert invertieren",
|
|
39
|
+
"override_night_mode": "Tagmodus erzwingen",
|
|
40
|
+
"override_no": "Nein",
|
|
41
|
+
"override_set_day_fast_this": "In den TAG-Modus wechseln durch schnelles Aus/Ein (nur dieses Licht)",
|
|
42
|
+
"override_set_day_fast_all": "In den TAG-Modus wechseln durch schnelles Aus/Ein (alle Lichter)",
|
|
43
|
+
"node_pins": "Node Ein-/Ausgangs-PINs",
|
|
44
|
+
"node_pins_hide": "Ausblenden",
|
|
45
|
+
"node_pins_show": "Ein-/Ausgangs-PINs anzeigen",
|
|
46
|
+
"read_status_startup": "Status beim Start lesen",
|
|
47
|
+
"opt_no": "Nein",
|
|
48
|
+
"opt_yes_emit": "Ja, und KNX-Telegramme senden.",
|
|
49
|
+
"knx_brightness_status": "KNX Helligkeitsstatus",
|
|
50
|
+
"knx_brightness_onhueoff": "Wenn HUE aus: 0% senden. Wenn HUE an: vorherigen Wert wiederherstellen (Standard KNX Verhalten)",
|
|
51
|
+
"knx_brightness_no": "Unverändert lassen (Standard HUE Verhalten)",
|
|
52
|
+
"update_local_state_from_knx_write": "Lokalen Hue-Cache durch KNX-Bus-Schreibtelegramme aktualisieren",
|
|
53
|
+
"update_local_state_from_knx_write_hint": "Aktiviert: schnellere lokale Reaktionen und konsistentere sofortige KNX-Leseantworten. Deaktiviert: Cache nur durch echte Hue-Bridge-Ereignisse aktualisieren.",
|
|
54
|
+
"use_min_brightness": "Minimale Helligkeit der HUE Lampe verwenden",
|
|
55
|
+
"k_suffix": "K",
|
|
56
|
+
"temp_desc_2200": "(Beginn der Philips White Ambiance Reihe)",
|
|
57
|
+
"temp_desc_2700": "(Warmweiß, intim, gemütlich, persönlich, für Wohnzimmer)",
|
|
58
|
+
"temp_desc_3000": "(Softweiß, warm, beruhigend, für Bad und Küche)",
|
|
59
|
+
"temp_desc_3500_day": "(Neutralweiß, ausgewogen, freundlich, einladend, für Büros und Einzelhandel)",
|
|
60
|
+
"temp_desc_3500_night": "(für Nacht nicht empfohlen – Neutralweiß, für Büros und Einzelhandel)",
|
|
61
|
+
"temp_desc_4100_day": "(Kaltweiß, präzise, sauber, fokussiert, für Garagen und Supermärkte)",
|
|
62
|
+
"temp_desc_4100_night": "(für Nacht nicht empfohlen – Kaltweiß, präzise, sauber, fokussiert, für Garagen und Supermärkte)",
|
|
63
|
+
"temp_desc_5000_day": "(Hellweiß, lebhaft, klar, für Lager, Stadien und Gesundheitswesen)",
|
|
64
|
+
"temp_desc_5000_night": "(für Nacht nicht empfohlen – Hellweiß, lebhaft, klar, für Lager, Stadien und Gesundheitswesen)",
|
|
65
|
+
"temp_desc_6500_day": "(Tageslicht, wach, energiegeladen, für Indoor-Landwirtschaft)",
|
|
66
|
+
"temp_desc_6500_night": "(für Nacht nicht empfohlen – Tageslicht, wach, energiegeladen, für Indoor-Landwirtschaft)",
|
|
67
|
+
"switch_on_behaviour": "Verhalten beim Einschalten",
|
|
68
|
+
"none": "Kein",
|
|
69
|
+
"switch_off": "(Ausschalten)",
|
|
70
|
+
"select_color": "Farbe auswählen",
|
|
71
|
+
"select_temperature_brightness": "Temperatur und Helligkeit auswählen",
|
|
72
|
+
"select_brightness": "Helligkeit auswählen",
|
|
73
|
+
"effect_command": "Effekt-Befehl",
|
|
74
|
+
"effect_status": "Effekt-Status",
|
|
75
|
+
"effect_mapping": "Zuordnungen",
|
|
76
|
+
"effect_autofill": "Mit verfügbaren Effekten füllen",
|
|
77
|
+
"effect_tip": "Hinterlege KNX-Wert/Hue-Effekt-Paare. Bei passendem KNX-Wert wird der ausgewählte Effekt ausgelöst.",
|
|
78
|
+
"effect_tip_status": "Ist eine Status-GA gesetzt, sendet der Knoten den aktuellen Effekt (zugeordneter Wert oder Name) auf den KNX-Bus.",
|
|
79
|
+
"effect_not_supported": "Diese Leuchte stellt keine Hue-Effekte bereit.",
|
|
80
|
+
"effect_knx_value_placeholder": "Abzugleichender Wert",
|
|
81
|
+
"effect_base_label": "Nicht-Hue-Basiseffekte",
|
|
82
|
+
"effect_native_label": "Hue-native Effekte",
|
|
83
|
+
"matter_controller": "Matter-Controller",
|
|
84
|
+
"matter_device": "Matter-Gerät",
|
|
85
|
+
"matter_section": "Matter-Gerät"
|
|
86
|
+
},
|
|
87
|
+
"common": {
|
|
88
|
+
"ga": "GA",
|
|
89
|
+
"dpt": "DPT",
|
|
90
|
+
"name": "Name",
|
|
91
|
+
"youtube_sample": "YouTube-Beispiel",
|
|
92
|
+
"knx_gw": "KNX-Gateway",
|
|
93
|
+
"hue_bridge": "Hue Bridge",
|
|
94
|
+
"philips_hue": "Philips HUE",
|
|
95
|
+
"read": "Lesen"
|
|
96
|
+
}
|
|
97
|
+
}
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"pairing_title": "Neues Gerät koppeln",
|
|
9
9
|
"pairing_help": "Gib den 11-stelligen manuellen Kopplungscode (z.B. 3497-011-2332) oder den QR-Code-Inhalt (MT:....) ein. Das Gerät muss über das IP-Netzwerk erreichbar sein (WLAN/Ethernet oder Thread über Border Router). Ist das Gerät bereits mit einem anderen Controller (Alexa, Google, Apple) gekoppelt, nutze dessen Funktion \"mit weiterem Hub teilen\", um einen neuen Code zu erhalten.",
|
|
10
10
|
"pairing_code": "Kopplungscode",
|
|
11
|
+
"pairing_name": "Gerätename",
|
|
11
12
|
"pair_button": "KOPPELN",
|
|
12
13
|
"devices_title": "Gekoppelte Geräte",
|
|
13
14
|
"col_name": "Name",
|
|
@@ -20,7 +21,10 @@
|
|
|
20
21
|
"pairing_code_missing": "Bitte einen Kopplungscode eingeben.",
|
|
21
22
|
"pairing_wait": "Kopplung läuft. Dies kann bis zu einer Minute dauern...",
|
|
22
23
|
"pairing_failed": "Kopplung fehlgeschlagen",
|
|
23
|
-
"pairing_ok": "Gerät erfolgreich gekoppelt!"
|
|
24
|
+
"pairing_ok": "Gerät erfolgreich gekoppelt!",
|
|
25
|
+
"rename_button": "Umbenennen",
|
|
26
|
+
"rename_prompt": "Neuer Gerätename",
|
|
27
|
+
"rename_ok": "Gerät umbenannt."
|
|
24
28
|
}
|
|
25
29
|
}
|
|
26
30
|
}
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"pairing_title": "Kopplung (Alexa, Google Home, Apple Home...)",
|
|
11
11
|
"not_running": "Die Matter-Bridge läuft noch nicht. Deployen, ein paar Sekunden warten und dann auf Aktualisieren klicken.",
|
|
12
12
|
"commissioned": "Bridge mit diesen Controllern gekoppelt:",
|
|
13
|
+
"commissioned_hint": "Der QR-Code ist ausgeblendet, weil die Bridge bereits gekoppelt ist. Um Alexa als weiteren Matter-Controller hinzuzufügen, öffne den Kopplungsmodus über einen der oben aufgeführten Controller (z. B. Apple Home oder Google Home) und füge dann in Alexa ein Matter-Gerät hinzu. Verwende Kopplung zurücksetzen nur, wenn alle bestehenden Controller entfernt und die Kopplung neu begonnen werden soll.",
|
|
13
14
|
"awaiting": "Warte auf Kopplung. Scanne den QR-Code oder gib den manuellen Code in deiner Matter-App ein:",
|
|
14
15
|
"qr_link": "QR-Code im Browser öffnen",
|
|
15
16
|
"deploy_first": "Bitte zuerst diesen Konfigurations-Node deployen und dann auf Aktualisieren klicken.",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script type="text/markdown" data-help-name="knxUltimateMatterBridge">
|
|
2
|
-
#
|
|
2
|
+
# Expose KNX to Matter (BETA)
|
|
3
3
|
|
|
4
4
|
> This node is in **BETA**: it works, but details may still change between releases.
|
|
5
5
|
|
|
6
6
|
## Overview
|
|
7
7
|
|
|
8
|
-
Each
|
|
8
|
+
Each Expose KNX to Matter node exposes **one KNX device as a Matter device**: the paired controllers (Alexa, Google Home, Apple Home...) see it, with the name you typed, ready for app and voice control. Point it to a **Matter Bridge** configuration node (the actual bridge, paired once - the pairing QR code lives there) and add as many device nodes as you want, anywhere in your flows.
|
|
9
9
|
|
|
10
10
|
This is the opposite direction of the *Matter Device* node: there KNX controls a Matter device, here the Matter controllers control KNX.
|
|
11
11
|
|
|
@@ -39,6 +39,10 @@ This is the opposite direction of the *Matter Device* node: there KNX controls a
|
|
|
39
39
|
- **Command GA**: written to the KNX bus when the assistant sends a command.
|
|
40
40
|
- **Status GA**: read from the bus to keep the Matter attributes (and the apps) updated.
|
|
41
41
|
|
|
42
|
+
## Advanced compatibility
|
|
43
|
+
|
|
44
|
+
These options are hidden unless they apply to the selected type. Dimmable devices can ignore the brightness command that some controllers send immediately after `On`. Covers can optimistically update the Matter position after a command, then correct it when the KNX status GA reports the real position.
|
|
45
|
+
|
|
42
46
|
## Node PINs
|
|
43
47
|
|
|
44
48
|
If you enable the node input/output PINs:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateMatterBridge": {
|
|
3
|
-
"title": "Matter
|
|
3
|
+
"title": "Expose KNX to Matter (BETA)",
|
|
4
4
|
"bridge_name": "Matter bridge name",
|
|
5
5
|
"port": "Port",
|
|
6
6
|
"devices_help": "Add the KNX devices to expose on Matter. The \"Name\" is what Alexa/Google/Apple will show and use for voice commands. Command GA = written when the assistant sends a command; Status GA = read from the bus to keep the app updated.",
|
|
@@ -10,12 +10,25 @@
|
|
|
10
10
|
"node_pins": "Node Input/Output PINs",
|
|
11
11
|
"node_pins_hide": "Hide",
|
|
12
12
|
"node_pins_show": "Show node input/output PINs",
|
|
13
|
+
"type_change_warning": "Changing the device type after the bridge has been paired changes the Matter endpoint structure. Alexa/Google/Apple may keep the old endpoint as unreachable; you may need to reset/re-pair the Matter Bridge or create a new exposed device instead.",
|
|
13
14
|
"fields": {
|
|
14
15
|
"type": "Device type",
|
|
15
16
|
"name": "Name (shown by Alexa & Co.)",
|
|
16
17
|
"name_placeholder": "e.g. Kitchen light",
|
|
17
18
|
"invert": "Invert position %"
|
|
18
19
|
},
|
|
20
|
+
"advanced": {
|
|
21
|
+
"title": "Advanced compatibility",
|
|
22
|
+
"help": " Use these options only when a Matter controller or a KNX actuator needs special handling.",
|
|
23
|
+
"turn_on_behavior": "Turn-on behavior",
|
|
24
|
+
"turn_on_ignore_level": "Ignore brightness sent immediately after On",
|
|
25
|
+
"turn_on_forward_all": "Forward every brightness command",
|
|
26
|
+
"ignore_level_ms": "Ignore brightness after On (ms)",
|
|
27
|
+
"cover_update_mode": "Cover state update",
|
|
28
|
+
"cover_optimistic": "Optimistically update Matter position",
|
|
29
|
+
"cover_wait_status": "Wait for KNX status only",
|
|
30
|
+
"cover_status_timeout": "Cover status timeout (ms)"
|
|
31
|
+
},
|
|
19
32
|
"functions": {
|
|
20
33
|
"fn_onoff_cmd": "On/Off command GA",
|
|
21
34
|
"fn_onoff_status": "On/Off status GA",
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<script type="text/markdown" data-help-name="knxUltimateMatterControllerDevice">
|
|
2
|
+
# Control Matter from KNX (BETA)
|
|
3
|
+
|
|
4
|
+
> This node is in **BETA**: behaviour can change while the Matter implementation is refined.
|
|
5
|
+
|
|
6
|
+
This node controls a commissioned Matter endpoint from KNX. Select the Matter device and the editor detects its capabilities, then shows only the KNX mappings that make sense for that endpoint.
|
|
7
|
+
|
|
8
|
+
It replaces the unpublished per-device Matter controller nodes and keeps the full light UI when the selected endpoint is a light.
|
|
9
|
+
|
|
10
|
+
## Configuration
|
|
11
|
+
|
|
12
|
+
|Field|Description|
|
|
13
|
+
|--|--|
|
|
14
|
+
| KNX GW | KNX gateway used to write and answer the configured group addresses. It can be left empty when only Node-RED output is needed. |
|
|
15
|
+
| Matter controller | Matter controller configuration node where the device has been commissioned. |
|
|
16
|
+
| Matter device | Matter endpoint selected from commissioned devices. The UI is rebuilt from its real capabilities. |
|
|
17
|
+
| Switch / Plug / Light On-Off | On/Off command and status group addresses, usually DPT `1.001`. |
|
|
18
|
+
| Light controls | For light endpoints, the same light UI is used: relative DIM (DPT `3.007`), brightness %, RGB/HSV, tunable white, switch-on brightness/temperature, day/night lighting, min/max dim level and dim speed. Unsupported sections are hidden. |
|
|
19
|
+
| Sensors | Sensor endpoints expose their measurement/status GA only when supported: temperature, humidity, illuminance, occupancy, contact and battery. |
|
|
20
|
+
| Read at startup | Publishes the cached Matter value at deploy/startup or when the device reconnects. |
|
|
21
|
+
| Update local state from KNX write | Updates the local Matter/KNX cache when a telegram is written on a configured KNX GA. |
|
|
22
|
+
| Node Input/Output PINs | Shows Node-RED input/output pins. Input accepts boolean payloads and Matter-style `msg.payload` or `msg.on.on`; output emits state updates. |
|
|
23
|
+
|
|
24
|
+
## Behaviour
|
|
25
|
+
|
|
26
|
+
The node keeps a local cache from Matter updates and KNX writes, answers KNX read requests from that cache, and can emit/read values at startup. Only the configured group addresses are listened to, so unrelated KNX traffic is ignored.
|
|
27
|
+
</script>
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
{
|
|
2
|
+
"knxUltimateMatterControllerDevice": {
|
|
3
|
+
"title": "Control Matter from KNX",
|
|
4
|
+
"node-input-name": "Name",
|
|
5
|
+
"node-input-nameLightSwitch": "Switch (bit)",
|
|
6
|
+
"node-input-GALightSwitch": "GA",
|
|
7
|
+
"node-input-dptLightSwitch": "dpt",
|
|
8
|
+
"node-input-nameLightState": "State (bit)",
|
|
9
|
+
"node-input-GALightState": "GA",
|
|
10
|
+
"node-input-dptLightState": "dpt",
|
|
11
|
+
"node-input-hueLight": "Matter device",
|
|
12
|
+
"paletteLabel": "Control Matter from KNX",
|
|
13
|
+
"no_devices": "No Matter devices found. Check the Matter controller and click refresh.",
|
|
14
|
+
"tabs": {
|
|
15
|
+
"switch": "Switch",
|
|
16
|
+
"dim": "Dim",
|
|
17
|
+
"tunable_white": "Tunable white",
|
|
18
|
+
"rgb_hsv": "RGB/HSV",
|
|
19
|
+
"effects": "Effects",
|
|
20
|
+
"behaviour": "Behaviour"
|
|
21
|
+
},
|
|
22
|
+
"control": "Control",
|
|
23
|
+
"status": "Status",
|
|
24
|
+
"night_lighting": "Night Lighting",
|
|
25
|
+
"no_night_lighting": "No night lighting",
|
|
26
|
+
"get_current": "Get current",
|
|
27
|
+
"get_again": "Get again",
|
|
28
|
+
"wait": "Wait...",
|
|
29
|
+
"locate_no_bridge": "Select a Hue bridge first",
|
|
30
|
+
"locate_no_device": "Select a Hue device first",
|
|
31
|
+
"locate_success": "Locate command sent",
|
|
32
|
+
"locate_started": "Locate mode started. Press again to stop (auto-stops after 10 minutes).",
|
|
33
|
+
"locate_stopped": "Locate mode stopped.",
|
|
34
|
+
"locate_start_title": "Locate selected Hue device",
|
|
35
|
+
"locate_stop_title": "Stop locate mode",
|
|
36
|
+
"locate_error": "Unable to locate Hue device",
|
|
37
|
+
"day_night": "Day/Night",
|
|
38
|
+
"invert_day_night": "Invert day/night value",
|
|
39
|
+
"override_night_mode": "Force day mode",
|
|
40
|
+
"override_no": "No",
|
|
41
|
+
"override_set_day_fast_this": "Switch to DAY mode by rapid switching the light off then on (this light only)",
|
|
42
|
+
"override_set_day_fast_all": "Switch to DAY mode by rapid switching the light off then on (apply to ALL light nodes)",
|
|
43
|
+
"node_pins": "Node Input/Output PINs",
|
|
44
|
+
"node_pins_hide": "Hide",
|
|
45
|
+
"node_pins_show": "Show node input/output PINs",
|
|
46
|
+
"read_status_startup": "Read status at startup",
|
|
47
|
+
"opt_no": "No",
|
|
48
|
+
"opt_yes_emit": "Yes, and emit KNX telegrams.",
|
|
49
|
+
"knx_brightness_status": "KNX Brightness Status",
|
|
50
|
+
"knx_brightness_onhueoff": "When Hue light is Off send 0%. When Hue On, restore previous value (Default KNX behaviour)",
|
|
51
|
+
"knx_brightness_no": "Leave as is (default Hue behaviour)",
|
|
52
|
+
"update_local_state_from_knx_write": "Update local cached Hue state from KNX bus writes",
|
|
53
|
+
"update_local_state_from_knx_write_hint": "Enabled: faster local reactions and consistent immediate KNX read responses. Disabled: keep the cache aligned only with real Hue bridge events.",
|
|
54
|
+
"use_min_brightness": "Use minimum brightness specified in the Hue light",
|
|
55
|
+
"k_suffix": "K",
|
|
56
|
+
"temp_desc_2200": "(start of Philips White Ambiance lights range)",
|
|
57
|
+
"temp_desc_2700": "(warm white, intimate, cozy, personal, for living rooms)",
|
|
58
|
+
"temp_desc_3000": "(soft white, warm, calming, for bathrooms and kitchens)",
|
|
59
|
+
"temp_desc_3500_day": "(neutral white, balanced, friendly, inviting, for office spaces and retail)",
|
|
60
|
+
"temp_desc_3500_night": "(not recommended for night time - neutral white, for office spaces and retail)",
|
|
61
|
+
"temp_desc_4100_day": "(cool white, precise, clean, focused, for garages and grocery stores)",
|
|
62
|
+
"temp_desc_4100_night": "(not recommended for night time - cool white, precise, clean, focused, for garages and grocery stores)",
|
|
63
|
+
"temp_desc_5000_day": "(bright white, vibrant, crisp, for warehouses, sports stadiums and healthcare)",
|
|
64
|
+
"temp_desc_5000_night": "(not recommended for night time - bright white, vibrant, crisp, for warehouses, sports stadiums and healthcare)",
|
|
65
|
+
"temp_desc_6500_day": "(daylight, alert, energetic, for indoor agriculture)",
|
|
66
|
+
"temp_desc_6500_night": "(not recommended for night time - daylight, alert, energetic, for indoor agriculture)",
|
|
67
|
+
"switch_on_behaviour": "Switch on behaviour",
|
|
68
|
+
"none": "None",
|
|
69
|
+
"switch_off": "(Switch Off)",
|
|
70
|
+
"select_color": "Select color",
|
|
71
|
+
"select_temperature_brightness": "Select temperature and brightness",
|
|
72
|
+
"select_brightness": "Select brightness",
|
|
73
|
+
"effect_command": "Effect command",
|
|
74
|
+
"effect_status": "Effect status",
|
|
75
|
+
"effect_mapping": "Mappings",
|
|
76
|
+
"effect_autofill": "Fill with available effects",
|
|
77
|
+
"effect_tip": "Provide KNX value / Hue effect pairs. When the incoming KNX payload matches the value, the selected effect is applied to the light.",
|
|
78
|
+
"effect_tip_status": "If a status group address is configured, the current Hue effect is emitted using the mapped KNX value or the effect name.",
|
|
79
|
+
"effect_not_supported": "This light does not expose Hue effects.",
|
|
80
|
+
"effect_knx_value_placeholder": "Value to match",
|
|
81
|
+
"effect_base_label": "Non-Hue basic effects",
|
|
82
|
+
"effect_native_label": "Hue native effects",
|
|
83
|
+
"matter_controller": "Matter controller",
|
|
84
|
+
"matter_device": "Matter device",
|
|
85
|
+
"matter_section": "Matter device"
|
|
86
|
+
},
|
|
87
|
+
"common": {
|
|
88
|
+
"ga": "GA",
|
|
89
|
+
"dpt": "DPT",
|
|
90
|
+
"name": "Name",
|
|
91
|
+
"youtube_sample": "Youtube sample",
|
|
92
|
+
"knx_gw": "KNX GW",
|
|
93
|
+
"hue_bridge": "Hue Bridge",
|
|
94
|
+
"philips_hue": "Philips HUE",
|
|
95
|
+
"read": "Read"
|
|
96
|
+
}
|
|
97
|
+
}
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"pairing_title": "Pair a new device",
|
|
9
9
|
"pairing_help": "Enter the 11-digit manual pairing code (e.g. 3497-011-2332) or the QR code content (MT:....). The device must be reachable on the IP network (WiFi/Ethernet or Thread via border router). If the device is already paired with another controller (Alexa, Google, Apple), use its \"share/pair with another hub\" function to obtain a new pairing code.",
|
|
10
10
|
"pairing_code": "Pairing code",
|
|
11
|
+
"pairing_name": "Device name",
|
|
11
12
|
"pair_button": "PAIR",
|
|
12
13
|
"devices_title": "Commissioned devices",
|
|
13
14
|
"col_name": "Name",
|
|
@@ -20,7 +21,11 @@
|
|
|
20
21
|
"pairing_code_missing": "Please enter a pairing code.",
|
|
21
22
|
"pairing_wait": "Pairing in progress. It can take up to a minute...",
|
|
22
23
|
"pairing_failed": "Pairing failed",
|
|
23
|
-
"pairing_ok": "Device paired successfully!"
|
|
24
|
+
"pairing_ok": "Device paired successfully!",
|
|
25
|
+
"pairing_hint": "Prefer the QR code (MT:…): it carries the full device discriminator. The manual code stores only a short discriminator and can't reliably tell identical devices apart (e.g. several Shelly of the same model), which may pair the wrong one or report it as already commissioned. Pair one device at a time; if it's already paired elsewhere, factory-reset it first.",
|
|
26
|
+
"rename_button": "Rename",
|
|
27
|
+
"rename_prompt": "New device name",
|
|
28
|
+
"rename_ok": "Device renamed."
|
|
24
29
|
}
|
|
25
30
|
}
|
|
26
31
|
}
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"pairing_title": "Pairing (Alexa, Google Home, Apple Home...)",
|
|
11
11
|
"not_running": "The Matter bridge is not running yet. Deploy, wait a few seconds, then click refresh.",
|
|
12
12
|
"commissioned": "Bridge paired with these controllers:",
|
|
13
|
+
"commissioned_hint": "The QR code is hidden because the bridge is already paired. To add Alexa as another Matter controller, open pairing mode from one of the controllers listed above (for example Apple Home or Google Home), then add a Matter device in Alexa. Use Reset pairing only if you want to remove all existing controllers and start from scratch.",
|
|
13
14
|
"awaiting": "Awaiting pairing. Scan the QR code or enter the manual code in your Matter app:",
|
|
14
15
|
"qr_link": "Open the QR code in the browser",
|
|
15
16
|
"deploy_first": "Deploy this configuration node first, then click refresh.",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script type="text/markdown" data-help-name="knxUltimateMatterBridge">
|
|
2
|
-
#
|
|
2
|
+
# Expose KNX to Matter (BETA)
|
|
3
3
|
|
|
4
4
|
> Este nodo está en **BETA**: funciona, pero algunos detalles pueden cambiar entre versiones.
|
|
5
5
|
|
|
6
6
|
## Descripción general
|
|
7
7
|
|
|
8
|
-
Cada nodo
|
|
8
|
+
Cada nodo Expose KNX to Matter expone **un dispositivo KNX como dispositivo Matter**: los controladores emparejados (Alexa, Google Home, Apple Home...) lo ven, con el nombre que hayas elegido, listo para el control por app y por voz. Apúntalo a un nodo de configuración **Bridge Matter** (el bridge en sí, emparejado una sola vez - el QR de emparejamiento vive allí) y añade tantos nodos de dispositivo como quieras, en cualquier flow.
|
|
9
9
|
|
|
10
10
|
Es la dirección opuesta al nodo *Matter Device*: allí KNX controla un dispositivo Matter, aquí los controladores Matter controlan KNX.
|
|
11
11
|
|
|
@@ -39,6 +39,10 @@ Es la dirección opuesta al nodo *Matter Device*: allí KNX controla un disposit
|
|
|
39
39
|
- **GA de comando**: se escribe en el bus KNX cuando el asistente envía un comando.
|
|
40
40
|
- **GA de estado**: se lee del bus para mantener actualizados los atributos Matter (y las apps).
|
|
41
41
|
|
|
42
|
+
## Compatibilidad avanzada
|
|
43
|
+
|
|
44
|
+
Estas opciones solo aparecen cuando tienen sentido para el tipo seleccionado. Los dispositivos regulables pueden ignorar el comando de brillo que algunos controladores envían justo después de `On`. Las persianas pueden actualizar de forma optimista la posición Matter tras un comando y corregirla cuando la GA de estado KNX informa la posición real.
|
|
45
|
+
|
|
42
46
|
## PINes del nodo
|
|
43
47
|
|
|
44
48
|
Si habilitas los PINes de entrada/salida del nodo:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateMatterBridge": {
|
|
3
|
-
"title": "Matter
|
|
3
|
+
"title": "Expose KNX to Matter (BETA)",
|
|
4
4
|
"bridge_name": "Nombre del bridge Matter",
|
|
5
5
|
"port": "Puerto",
|
|
6
6
|
"devices_help": "Añade los dispositivos KNX a exponer en Matter. El \"Nombre\" es el que Alexa/Google/Apple muestran y usan para los comandos de voz. GA de comando = se escribe cuando el asistente envía un comando; GA de estado = se lee del bus para mantener la app actualizada.",
|
|
@@ -10,12 +10,25 @@
|
|
|
10
10
|
"node_pins": "PINes de entrada/salida del nodo",
|
|
11
11
|
"node_pins_hide": "Ocultar",
|
|
12
12
|
"node_pins_show": "Mostrar PINes de entrada/salida",
|
|
13
|
+
"type_change_warning": "Cambiar el tipo de dispositivo después de emparejar el bridge cambia la estructura del endpoint Matter. Alexa/Google/Apple pueden conservar el endpoint antiguo como no alcanzable; puede ser necesario restablecer/reemparejar el Matter Bridge o crear un nuevo dispositivo expuesto.",
|
|
13
14
|
"fields": {
|
|
14
15
|
"type": "Tipo de dispositivo",
|
|
15
16
|
"name": "Nombre (mostrado por Alexa y cía.)",
|
|
16
17
|
"name_placeholder": "p.ej. Luz cocina",
|
|
17
18
|
"invert": "Invertir posición %"
|
|
18
19
|
},
|
|
20
|
+
"advanced": {
|
|
21
|
+
"title": "Compatibilidad avanzada",
|
|
22
|
+
"help": " Usa estas opciones solo cuando un controlador Matter o un actuador KNX necesite un tratamiento especial.",
|
|
23
|
+
"turn_on_behavior": "Comportamiento al encender",
|
|
24
|
+
"turn_on_ignore_level": "Ignorar brillo enviado justo después de On",
|
|
25
|
+
"turn_on_forward_all": "Reenviar cada comando de brillo",
|
|
26
|
+
"ignore_level_ms": "Ignorar brillo tras On (ms)",
|
|
27
|
+
"cover_update_mode": "Actualización de estado de persiana",
|
|
28
|
+
"cover_optimistic": "Actualizar la posición Matter de forma optimista",
|
|
29
|
+
"cover_wait_status": "Esperar solo el estado KNX",
|
|
30
|
+
"cover_status_timeout": "Timeout estado persiana (ms)"
|
|
31
|
+
},
|
|
19
32
|
"functions": {
|
|
20
33
|
"fn_onoff_cmd": "GA comando On/Off",
|
|
21
34
|
"fn_onoff_status": "GA estado On/Off",
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<script type="text/markdown" data-help-name="knxUltimateMatterControllerDevice">
|
|
2
|
+
# Control Matter from KNX (BETA)
|
|
3
|
+
|
|
4
|
+
> Este nodo está en **BETA**: el comportamiento puede cambiar mientras se mejora la implementación Matter.
|
|
5
|
+
|
|
6
|
+
Este nodo controla desde KNX un endpoint Matter ya emparejado. Selecciona el dispositivo Matter y el editor detecta sus capacidades, mostrando solo las asignaciones KNX coherentes con ese endpoint.
|
|
7
|
+
|
|
8
|
+
Sustituye a los nodos Matter separados no publicados y conserva toda la UI de luz cuando el endpoint seleccionado es una luz.
|
|
9
|
+
|
|
10
|
+
## Configuración
|
|
11
|
+
|
|
12
|
+
|Campo|Descripción|
|
|
13
|
+
|--|--|
|
|
14
|
+
| KNX GW | Gateway KNX usado para escribir y responder las direcciones de grupo configuradas. Puede quedar vacío si solo se necesita la salida Node-RED. |
|
|
15
|
+
| Matter controller | Nodo de configuración Matter Controller donde el dispositivo fue emparejado. |
|
|
16
|
+
| Dispositivo Matter | Endpoint Matter seleccionado entre los dispositivos emparejados. La UI se reconstruye a partir de sus capacidades reales. |
|
|
17
|
+
| Switch / Enchufe / Luz On-Off | Direcciones de grupo de comando y estado On/Off, normalmente DPT `1.001`. |
|
|
18
|
+
| Controles de luz | Para endpoints de luz se usa la UI de luz completa: DIM relativo (DPT `3.007`), brillo %, RGB/HSV, blanco ajustable, brillo/temperatura al encender, modo día/noche, nivel min/max y velocidad de regulación. Las secciones no soportadas quedan ocultas. |
|
|
19
|
+
| Sensores | Los endpoints de sensor muestran su GA de medida/estado solo cuando está soportado: temperatura, humedad, iluminancia, ocupación, contacto y batería. |
|
|
20
|
+
| Read at startup | Publica el valor Matter en caché al desplegar/iniciar o cuando el dispositivo se reconecta. |
|
|
21
|
+
| Update local state from KNX write | Actualiza la caché local Matter/KNX cuando se escribe un telegrama en una GA KNX configurada. |
|
|
22
|
+
| Node Input/Output PINs | Muestra pines de entrada/salida Node-RED. La entrada acepta payloads booleanos y mensajes Matter en `msg.payload` o `msg.on.on`; la salida emite estados. |
|
|
23
|
+
|
|
24
|
+
## Comportamiento
|
|
25
|
+
|
|
26
|
+
El nodo mantiene una caché local con actualizaciones Matter y escrituras KNX, responde lecturas KNX desde esa caché y puede emitir/leer valores al inicio. Solo escucha las direcciones de grupo configuradas, por lo que ignora el tráfico KNX no relacionado.
|
|
27
|
+
</script>
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
{
|
|
2
|
+
"knxUltimateMatterControllerDevice": {
|
|
3
|
+
"title": "Control Matter from KNX",
|
|
4
|
+
"node-input-name": "Nombre",
|
|
5
|
+
"node-input-nameLightSwitch": "Interruptor (bit)",
|
|
6
|
+
"node-input-GALightSwitch": "Georgia",
|
|
7
|
+
"node-input-dptLightSwitch": "DPT",
|
|
8
|
+
"node-input-nameLightState": "Estado (bit)",
|
|
9
|
+
"node-input-GALightState": "Georgia",
|
|
10
|
+
"node-input-dptLightState": "DPT",
|
|
11
|
+
"node-input-hueLight": "Dispositivo Matter",
|
|
12
|
+
"paletteLabel": "Control Matter from KNX",
|
|
13
|
+
"no_devices": "No se encontraron dispositivos Matter. Comprueba el controlador Matter y actualiza.",
|
|
14
|
+
"tabs": {
|
|
15
|
+
"switch": "Cambiar",
|
|
16
|
+
"dim": "Oscuro",
|
|
17
|
+
"tunable_white": "Blanco sintonizable",
|
|
18
|
+
"rgb_hsv": "RGB/HSV",
|
|
19
|
+
"effects": "Efectos",
|
|
20
|
+
"behaviour": "Comportamiento"
|
|
21
|
+
},
|
|
22
|
+
"control": "Control",
|
|
23
|
+
"status": "Estado",
|
|
24
|
+
"night_lighting": "Iluminación nocturna",
|
|
25
|
+
"no_night_lighting": "Sin iluminación nocturna",
|
|
26
|
+
"get_current": "Obtener",
|
|
27
|
+
"get_again": "Volver a",
|
|
28
|
+
"wait": "Esperar...",
|
|
29
|
+
"locate_no_bridge": "Seleccione primero un bridge Hue",
|
|
30
|
+
"locate_no_device": "Seleccione primero un dispositivo Hue",
|
|
31
|
+
"locate_success": "Comando de localización enviado",
|
|
32
|
+
"locate_started": "Modo de localización iniciado. Pulsa de nuevo para detenerlo (se detiene automáticamente tras 10 minutos).",
|
|
33
|
+
"locate_stopped": "Modo de localización detenido.",
|
|
34
|
+
"locate_start_title": "Localizar el dispositivo Hue seleccionado",
|
|
35
|
+
"locate_stop_title": "Detener el modo de localización",
|
|
36
|
+
"locate_error": "No se pudo localizar el dispositivo Hue",
|
|
37
|
+
"day_night": "Día/noche",
|
|
38
|
+
"invert_day_night": "Invertir el valor de día/noche",
|
|
39
|
+
"override_night_mode": "Forzar el modo diurno",
|
|
40
|
+
"override_no": "No",
|
|
41
|
+
"override_set_day_fast_this": "Cambie al modo de día apagando rápidamente la luz y luego (solo esta luz)",
|
|
42
|
+
"override_set_day_fast_all": "Cambie al modo de día apagando rápidamente la luz y luego (aplique a todos los nodos de luz)",
|
|
43
|
+
"node_pins": "Pasadores de entrada/salida del nodo",
|
|
44
|
+
"node_pins_hide": "Esconder",
|
|
45
|
+
"node_pins_show": "Mostrar pines de entrada/salida del nodo",
|
|
46
|
+
"read_status_startup": "Estado de lectura en el inicio",
|
|
47
|
+
"opt_no": "No",
|
|
48
|
+
"opt_yes_emit": "Sí, y emitir telegramas KNX.",
|
|
49
|
+
"knx_brightness_status": "Estado de brillo KNX",
|
|
50
|
+
"knx_brightness_onhueoff": "Cuando la luz del tono está apagada, envíe 0%. Cuando se enciende, restaure el valor anterior (comportamiento de KNX predeterminado)",
|
|
51
|
+
"knx_brightness_no": "Salir como está (comportamiento de tono predeterminado)",
|
|
52
|
+
"update_local_state_from_knx_write": "Actualizar el estado local en caché de Hue a partir de escrituras del bus KNX",
|
|
53
|
+
"update_local_state_from_knx_write_hint": "Activado: reacciones locales mas rapidas y respuestas inmediatas de lectura KNX mas coherentes. Desactivado: la cache se actualiza solo con eventos reales del bridge Hue.",
|
|
54
|
+
"use_min_brightness": "Use brillo mínimo especificado en la luz del tono",
|
|
55
|
+
"k_suffix": "K",
|
|
56
|
+
"temp_desc_2200": "(Inicio de Philips White Ambiance Lights Range)",
|
|
57
|
+
"temp_desc_2700": "(Cálido blanco, íntimo, acogedor, personal, para salas de estar)",
|
|
58
|
+
"temp_desc_3000": "(Blanco suave, cálido, calmante, para baños y cocinas)",
|
|
59
|
+
"temp_desc_3500_day": "(Blanco neutral, equilibrado, amigable, acogedor, para espacios de oficina y venta minorista)",
|
|
60
|
+
"temp_desc_3500_night": "(No se recomienda para la noche: blanco neutral, para espacios de oficina y venta minorista)",
|
|
61
|
+
"temp_desc_4100_day": "(COOL WHITE, PRECISE, CLIME, COMENTADO, PARA GARAJES Y TIENTES DE GRATOS)",
|
|
62
|
+
"temp_desc_4100_night": "(No se recomienda para la noche: blanco frío, preciso, limpio, enfocado, para garajes y supermercados)",
|
|
63
|
+
"temp_desc_5000_day": "(blanco brillante, vibrante, crujiente, para almacenes, estadios deportivos y atención médica)",
|
|
64
|
+
"temp_desc_5000_night": "(No se recomienda para la noche: blanco brillante, vibrante, nítido, para almacenes, estadios deportivos y atención médica)",
|
|
65
|
+
"temp_desc_6500_day": "(Día, alerta, enérgica, para la agricultura interior)",
|
|
66
|
+
"temp_desc_6500_night": "(No se recomienda para la noche: luz del día, alerta, enérgica, para la agricultura interior)",
|
|
67
|
+
"switch_on_behaviour": "Encender el comportamiento",
|
|
68
|
+
"none": "Ninguno",
|
|
69
|
+
"switch_off": "(Desconectar)",
|
|
70
|
+
"select_color": "Seleccionar color",
|
|
71
|
+
"select_temperature_brightness": "Seleccionar temperatura y brillo",
|
|
72
|
+
"select_brightness": "Seleccionar brillo",
|
|
73
|
+
"effect_command": "Comando de efecto",
|
|
74
|
+
"effect_status": "Estado del efecto",
|
|
75
|
+
"effect_mapping": "Mapeos",
|
|
76
|
+
"effect_autofill": "Llenar con los efectos disponibles",
|
|
77
|
+
"effect_tip": "Proporcione pares de valor KNX / Effect Hue. Cuando la carga útil de KNX entrante coincide con el valor, el efecto seleccionado se aplica a la luz.",
|
|
78
|
+
"effect_tip_status": "Si se configura una dirección de grupo de estado, el efecto de tono actual se emite utilizando el valor KNX asignado o el nombre del efecto.",
|
|
79
|
+
"effect_not_supported": "Esta luz no expone los efectos del tono.",
|
|
80
|
+
"effect_knx_value_placeholder": "Valor para coincidir",
|
|
81
|
+
"effect_base_label": "Efectos básicos no suyos",
|
|
82
|
+
"effect_native_label": "Efectos nativos de tono",
|
|
83
|
+
"matter_controller": "Controlador Matter",
|
|
84
|
+
"matter_device": "Dispositivo Matter",
|
|
85
|
+
"matter_section": "Dispositivo Matter"
|
|
86
|
+
},
|
|
87
|
+
"common": {
|
|
88
|
+
"ga": "Georgia",
|
|
89
|
+
"dpt": "DPT",
|
|
90
|
+
"name": "Nombre",
|
|
91
|
+
"youtube_sample": "Muestra de youtube",
|
|
92
|
+
"knx_gw": "KNX GW",
|
|
93
|
+
"hue_bridge": "Hue Bridge",
|
|
94
|
+
"philips_hue": "Tono Philips",
|
|
95
|
+
"read": "Leer"
|
|
96
|
+
}
|
|
97
|
+
}
|