iobroker.openknx 1.0.1 → 1.1.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/README.md +11 -4
- package/admin/i18n/de/translations.json +41 -7
- package/admin/i18n/en/translations.json +67 -33
- package/admin/i18n/es/translations.json +41 -7
- package/admin/i18n/fr/translations.json +41 -7
- package/admin/i18n/it/translations.json +41 -7
- package/admin/i18n/nl/translations.json +41 -7
- package/admin/i18n/pl/translations.json +41 -7
- package/admin/i18n/pt/translations.json +41 -7
- package/admin/i18n/ru/translations.json +41 -7
- package/admin/i18n/uk/translations.json +41 -7
- package/admin/i18n/zh-cn/translations.json +41 -7
- package/admin/index_m.html +237 -51
- package/admin/words.js +41 -7
- package/io-package.json +15 -28
- package/lib/knxproj/applicationLoader.js +304 -0
- package/lib/knxproj/combination.js +106 -0
- package/lib/knxproj/const.js +54 -0
- package/lib/knxproj/extractor.js +344 -0
- package/lib/knxproj/hardwareLoader.js +230 -0
- package/lib/knxproj/index.js +31 -0
- package/lib/knxproj/knxMasterLoader.js +231 -0
- package/lib/knxproj/models.js +1293 -0
- package/lib/knxproj/parser.js +939 -0
- package/lib/knxproj/projectLoader.js +798 -0
- package/lib/knxproj/util.js +148 -0
- package/lib/projectImport.js +282 -78
- package/lib/projectImport.test.js +2 -2
- package/main.js +197 -41
- package/package.json +6 -5
package/README.md
CHANGED
|
@@ -22,7 +22,11 @@
|
|
|
22
22
|
|
|
23
23
|
ioBroker adapter for KNX IP communication, powered by [KNXUltimate](https://github.com/Supergiovane/knxultimate).
|
|
24
24
|
|
|
25
|
-
-
|
|
25
|
+
- Native .knxproj import (ETS4/5/6, password-protected projects supported) -- import dialog accepts both .knxproj and .xml files
|
|
26
|
+
- ETS group address XML import as fallback
|
|
27
|
+
- Read/Write/Transmit/Update flags from ETS ComObjects (no more guessing)
|
|
28
|
+
- DPT inference from ComObjects when GA-level DPT is missing
|
|
29
|
+
- Room assignment (enum.rooms) from ETS building structure
|
|
26
30
|
- KNX Secure (IP Secure tunneling via .knxkeys keyfile or password)
|
|
27
31
|
- Tunneling (UDP/TCP) and Routing (Multicast) protocols
|
|
28
32
|
- Alias generation to merge action and status GAs into a single ioBroker object
|
|
@@ -36,6 +40,8 @@ ioBroker adapter for KNX IP communication, powered by [KNXUltimate](https://gith
|
|
|
36
40
|
|
|
37
41
|
[🇺🇸 Documentation](./docs/en/README.md)
|
|
38
42
|
|
|
43
|
+
[🇩🇪 Dokumentation](./docs/de/README.md)
|
|
44
|
+
|
|
39
45
|
|
|
40
46
|
## Changelog
|
|
41
47
|
|
|
@@ -43,16 +49,17 @@ ioBroker adapter for KNX IP communication, powered by [KNXUltimate](https://gith
|
|
|
43
49
|
Placeholder for the next version (at the beginning of the line):
|
|
44
50
|
### **WORK IN PROGRESS**
|
|
45
51
|
-->
|
|
46
|
-
### 1.0
|
|
52
|
+
### 1.1.0 (2026-03-17)
|
|
47
53
|
|
|
48
54
|
- (TA2k) **breaking:** KNX communication switched to KNXUltimate
|
|
49
55
|
- (TA2k) **breaking:** DPT21 property names changed (outofservice → outOfService, inalarm → inAlarm, alarmeunack → alarmUnAck), values must be boolean
|
|
50
56
|
- (TA2k) **breaking:** DPT237 property names changed to camelCase
|
|
57
|
+
- (TA2k) feature: Native .knxproj import (ETS4/5/6, password-protected) with flags, DPT inference, room assignment
|
|
51
58
|
- (TA2k) feature: KNX Secure support
|
|
52
|
-
- (TA2k) feature: Extended DPT coverage (9 additional DPTs, including DPT-22, 213, 222, 235, 242, 249, 251)
|
|
59
|
+
- (TA2k) feature: Extended DPT coverage and compatibility (9 additional DPTs, including DPT-22, 213, 222, 235, 242, 249, 251)
|
|
53
60
|
- (TA2k) feature: Improved connection stability
|
|
54
61
|
- (TA2k) feature: Improved role detection (switch, level, value, text, date) based on DPT type
|
|
55
|
-
- (TA2k) feature: Direct Link all iobroker states to a KNX state
|
|
62
|
+
- (TA2k) feature: Direct Link all iobroker states to a KNX state with a conversion mode
|
|
56
63
|
|
|
57
64
|
### 0.9.1 (2026-03-12)
|
|
58
65
|
- bugfix: Fixing increased delay in knx commands after several days
|
|
@@ -1,58 +1,92 @@
|
|
|
1
1
|
{
|
|
2
|
+
" so you get read + write in a single object.": ", sodass Lesen + Schreiben in einem Objekt möglich ist.",
|
|
2
3
|
"Adapter is not running": "Adapter läuft nicht",
|
|
3
|
-
"Alias Generation": "Alias-Generierung",
|
|
4
4
|
"Alias path": "Alias-Pfad",
|
|
5
|
+
"Browse": "Durchsuchen",
|
|
6
|
+
"Connect any ioBroker state to a KNX Group Address": "Beliebigen ioBroker-State mit einer KNX-Gruppenadresse verbinden",
|
|
7
|
+
"Convert": "Konvertierung",
|
|
8
|
+
"Current Value": "Aktueller Wert",
|
|
9
|
+
"Direct (1:1)": "Direkt (1:1)",
|
|
10
|
+
"Direct Access": "Direktzugriff",
|
|
11
|
+
"Direct Link": "Direct Link",
|
|
12
|
+
"Direct Link created": "Direct Link erstellt",
|
|
13
|
+
"Direct Link removed": "Direct Link entfernt",
|
|
5
14
|
"Enable KNX Secure": "KNX Secure aktivieren",
|
|
6
15
|
"Error": "Fehler",
|
|
16
|
+
"Every value is forwarded as-is. Use for sensors, dimmers, or sliders.": "Jeder Wert wird 1:1 weitergeleitet. Für Sensoren, Dimmer oder Schieberegler.",
|
|
7
17
|
"Extracted %s states": "%s Zustände extrahiert",
|
|
18
|
+
"For XML import: export Group Addresses in ETS as shown below": "Für XML-Import: Gruppenadressen in ETS wie unten gezeigt exportieren",
|
|
19
|
+
"Foreign State ID": "Fremde State-ID",
|
|
8
20
|
"Frames per second": "Frames pro Sekunde",
|
|
9
|
-
"GA
|
|
21
|
+
"GA Aliases & Migration": "GA-Aliase & Migration",
|
|
22
|
+
"GA-Tools / Direct Link": "GA-Tools / Direct Link",
|
|
10
23
|
"Gateway IP": "Gateway-IP",
|
|
24
|
+
"Gateway detection started, this takes about 20 seconds...": "Gateway-Erkennung gestartet, dies dauert ca. 20 Sekunden...",
|
|
11
25
|
"Generated %s aliases.": "%s Aliase generiert.",
|
|
12
|
-
"How to export GA XML from ETS:": "So exportieren Sie GA-XML aus der ETS:",
|
|
13
26
|
"Import settings": "Import-Einstellungen",
|
|
14
27
|
"Import started": "Import gestartet",
|
|
15
28
|
"Imported %s states successfully": "%s Zustände erfolgreich importiert",
|
|
29
|
+
"In KNX, action and status often use separate GAs. This tool automatically pairs them into": "In KNX verwenden Aktion und Status oft getrennte GAs. Dieses Tool paart sie automatisch zu",
|
|
30
|
+
"JS expression. Variable: value. Examples: !!value, value*100, value>0?100:0, Math.round(value)": "JS-Ausdruck. Variable: value. Beispiele: !!value, value*100, value>0?100:0, Math.round(value)",
|
|
16
31
|
"KNX Secure": "KNX Secure",
|
|
17
32
|
"KNX Secure (optional)": "KNX Secure (optional)",
|
|
18
|
-
"KNXproj are not supported, please open in ETS the Group Adresses and right click on group addresses and then group adresse export": "KNXproj werden nicht unterstützt, bitte öffnen Sie in der ETS die Gruppenadressen und klicken Sie mit der rechten Maustaste auf Gruppenadressen und dann Gruppenadressen-Export",
|
|
19
33
|
"Keyfile content (paste .knxkeys file content)": "Keyfile-Inhalt (.knxkeys Dateiinhalt einfügen)",
|
|
20
34
|
"Keyfile password": "Keyfile-Passwort",
|
|
35
|
+
"Link": "Verbinden",
|
|
36
|
+
"Linked to": "Verbunden mit",
|
|
21
37
|
"Local IPv4 network interface": "Lokale IPv4-Netzwerkschnittstelle",
|
|
22
38
|
"Minimum Similarity 0-1": "Minimale Ähnlichkeit 0-1",
|
|
39
|
+
"Minimum change required before sending to KNX bus. Leave empty to send every change.": "Mindeständerung bevor an den KNX-Bus gesendet wird. Leer lassen um jede Änderung zu senden.",
|
|
23
40
|
"Minimum send delay between two frames [ms]": "Minimale Sendeverzögerung zwischen zwei Frames [ms]",
|
|
41
|
+
"Mode": "Modus",
|
|
42
|
+
"On each ON value the current KNX state is read and the inverse is sent. Use for buttons that should toggle a KNX light on/off.": "Bei jedem EIN-Wert wird der aktuelle KNX-Zustand gelesen und invertiert gesendet. Für Taster, die ein KNX-Licht ein-/ausschalten sollen.",
|
|
43
|
+
"Only ON values are forwarded, OFF is ignored. Use for scene triggers or door openers where the source sends ON/OFF (press/release).": "Nur EIN-Werte werden weitergeleitet, AUS wird ignoriert. Für Szenenauslöser oder Türöffner bei denen die Quelle EIN/AUS (Drücken/Loslassen) sendet.",
|
|
24
44
|
"Option A: Aliases": "Option A: Aliase",
|
|
25
|
-
"Option B:
|
|
45
|
+
"Option B: knx Adapter Migration": "Option B: knx-Adapter-Migration",
|
|
26
46
|
"Physical KNX address": "Physikalische KNX-Adresse",
|
|
27
47
|
"Please select your local network interface first.": "Bitte wählen Sie zuerst Ihre lokale Netzwerkschnittstelle aus.",
|
|
28
48
|
"Port": "Port",
|
|
49
|
+
"Project password (if protected)": "Projektpasswort (falls geschützt)",
|
|
29
50
|
"Properties": "Eigenschaften",
|
|
30
51
|
"Protocol": "Protokoll",
|
|
52
|
+
"Read": "Lesen",
|
|
31
53
|
"Regex to identify Status GAs": "Regex zum Erkennen von Status-GAs",
|
|
32
54
|
"Regex to identify Status GAs (ending with status, rm, rückmeldung..).": "Regex zum Erkennen von Status-GAs (Endung mit status, rm, rückmeldung..)",
|
|
55
|
+
"Remove Link": "Verbindung entfernen",
|
|
33
56
|
"Restarting adapter": "Adapter wird neu gestartet",
|
|
57
|
+
"Save": "Speichern",
|
|
34
58
|
"Select a GA first": "Zuerst eine GA auswählen",
|
|
35
59
|
"Select a GA from the tree": "Wählen Sie eine GA aus dem Baum",
|
|
36
60
|
"Settings and Import": "Einstellungen und Import",
|
|
61
|
+
"Settings saved": "Einstellungen gespeichert",
|
|
37
62
|
"Target namespace (e.g. knx.0 to avoid script adjustments)": "Ziel-Namespace (z.B. knx.0 um Skriptanpassungen zu vermeiden)",
|
|
63
|
+
"This project is password-protected. Please enter the password:": "Dieses Projekt ist passwortgeschützt. Bitte geben Sie das Passwort ein:",
|
|
64
|
+
"Threshold": "Schwellwert",
|
|
38
65
|
"To merge Action and Status GA in one ioBroker Object you can let the Adapter generate": "Um Aktor und Zustand GA in einem ioBroker-Objekt zusammenzuführen, können Sie den Adapter Aliase generieren lassen.",
|
|
39
|
-
"
|
|
66
|
+
"Toggle (invert KNX on ON)": "Umschalten (KNX invertieren bei EIN)",
|
|
67
|
+
"Trigger (only ON)": "Trigger (nur EIN)",
|
|
40
68
|
"Tunnel Interface IA (optional, e.g. 1.1.254)": "Tunnel-Interface IA (optional, z.B. 1.1.254)",
|
|
41
69
|
"Tunnel User ID (default: 2)": "Tunnel-Benutzer-ID (Standard: 2)",
|
|
42
70
|
"Tunnel User Password (alternative to keyfile)": "Tunnel-Benutzer-Passwort (Alternative zum Keyfile)",
|
|
43
71
|
"Unknown error": "Unbekannter Fehler",
|
|
44
72
|
"Unsupported file format": "Nicht unterstütztes Dateiformat",
|
|
73
|
+
"Value": "Wert",
|
|
74
|
+
"Write": "Schreiben",
|
|
45
75
|
"add only new Objects": "Nur neue Objekte hinzufügen",
|
|
76
|
+
"delete all existing KNX objects before import (clean re-import)": "Alle vorhandenen KNX-Objekte vor dem Import löschen (sauberer Neuimport)",
|
|
46
77
|
"detect KNX gateway": "KNX-Gateway erkennen",
|
|
47
78
|
"do not overwrite existing IOB objects": "Nur GAs importieren, die nicht als IOB-Objekte vorhanden sind",
|
|
48
79
|
"do not warn on unknown KNX group adresses": "Keine Warnung bei unbekannten KNX-Gruppenadressen",
|
|
80
|
+
"e.g. !!value, value*100": "z.B. !!value, value*100",
|
|
49
81
|
"generate aliases": "Aliase generieren",
|
|
50
|
-
"import ETS
|
|
82
|
+
"import ETS project (.knxproj or .xml)": "ETS-Projekt importieren (.knxproj oder .xml)",
|
|
51
83
|
"include group range in search": "Gruppenbereich in die Suche einbeziehen",
|
|
52
84
|
"invalid IP address": "Ungültige IP-Adresse",
|
|
53
85
|
"invalid file object": "Ungültiges Dateiobjekt",
|
|
54
86
|
"invalid port number": "Ungültige Portnummer",
|
|
87
|
+
"ioBroker Aliases": "ioBroker-Aliase",
|
|
55
88
|
"ioBroker.knx Compatibility Mode (link status GAs internally instead of aliases)": "ioBroker.knx-Kompatibilitätsmodus (Status-GAs intern verknüpfen statt Aliase)",
|
|
89
|
+
"knxproj import hint": "Flags und DPTs aus ComObjects importiert. Aliase erstellen, um Status- und Aktor-GAs zu verknüpfen.",
|
|
56
90
|
"local network interface": "lokale Netzwerkschnittstelle",
|
|
57
91
|
"min 1": "Minimum ist 1",
|
|
58
92
|
"more than one KNX gateway found": "Mehr als ein KNX-Gateway gefunden",
|
|
@@ -1,69 +1,103 @@
|
|
|
1
1
|
{
|
|
2
|
+
" so you get read + write in a single object.": " so you get read + write in a single object.",
|
|
2
3
|
"Adapter is not running": "Adapter is not running",
|
|
3
|
-
"
|
|
4
|
+
"add only new Objects": "Add only new Objects",
|
|
4
5
|
"Alias path": "Alias path",
|
|
6
|
+
"Browse": "Browse",
|
|
7
|
+
"Connect any ioBroker state to a KNX Group Address": "Connect any ioBroker state to a KNX Group Address",
|
|
8
|
+
"Convert": "Convert",
|
|
9
|
+
"Current Value": "Current Value",
|
|
10
|
+
"delete all existing KNX objects before import (clean re-import)": "delete all existing KNX objects before import (clean re-import)",
|
|
11
|
+
"detect KNX gateway": "detect KNX gateway",
|
|
12
|
+
"Direct (1:1)": "Direct (1:1)",
|
|
13
|
+
"Direct Access": "Direct Access",
|
|
14
|
+
"Direct Link": "Direct Link",
|
|
15
|
+
"Direct Link created": "Direct Link created",
|
|
16
|
+
"Direct Link removed": "Direct Link removed",
|
|
17
|
+
"do not overwrite existing IOB objects": "do not overwrite existing IOB objects",
|
|
18
|
+
"do not warn on unknown KNX group adresses": "do not warn on unknown KNX group adresses",
|
|
19
|
+
"e.g. !!value, value*100": "e.g. !!value, value*100",
|
|
5
20
|
"Enable KNX Secure": "Enable KNX Secure",
|
|
6
21
|
"Error": "Error",
|
|
22
|
+
"Every value is forwarded as-is. Use for sensors, dimmers, or sliders.": "Every value is forwarded as-is. Use for sensors, dimmers, or sliders.",
|
|
7
23
|
"Extracted %s states": "Extracted %s states",
|
|
24
|
+
"For XML import: export Group Addresses in ETS as shown below": "For XML import: export Group Addresses in ETS as shown below",
|
|
25
|
+
"Foreign State ID": "Foreign State ID",
|
|
8
26
|
"Frames per second": "Frames per second",
|
|
9
|
-
"GA
|
|
27
|
+
"GA Aliases & Migration": "GA Aliases & Migration",
|
|
28
|
+
"GA-Tools / Direct Link": "GA-Tools / Direct Link",
|
|
29
|
+
"Gateway detection started, this takes about 20 seconds...": "Gateway detection started, this takes about 20 seconds...",
|
|
10
30
|
"Gateway IP": "Gateway IP",
|
|
31
|
+
"generate aliases": "generate aliases",
|
|
11
32
|
"Generated %s aliases.": "Generated %s aliases.",
|
|
12
|
-
"
|
|
33
|
+
"import ETS project (.knxproj or .xml)": "import ETS project (.knxproj or .xml)",
|
|
13
34
|
"Import settings": "Import settings",
|
|
14
35
|
"Import started": "Import started",
|
|
15
36
|
"Imported %s states successfully": "Imported %s states successfully",
|
|
16
|
-
"KNX
|
|
17
|
-
"
|
|
18
|
-
"
|
|
37
|
+
"In KNX, action and status often use separate GAs. This tool automatically pairs them into": "In KNX, action and status often use separate GAs. This tool automatically pairs them into",
|
|
38
|
+
"include group range in search": "include group range in search",
|
|
39
|
+
"invalid file object": "invalid file object",
|
|
40
|
+
"invalid IP address": "invalid IP address",
|
|
41
|
+
"invalid port number": "invalid port number",
|
|
42
|
+
"ioBroker Aliases": "ioBroker Aliases",
|
|
43
|
+
"ioBroker.knx Compatibility Mode (link status GAs internally instead of aliases)": "ioBroker.knx Compatibility Mode (link status GAs internally instead of aliases)",
|
|
44
|
+
"JS expression. Variable: value. Examples: !!value, value*100, value>0?100:0, Math.round(value)": "JS expression. Variable: value. Examples: !!value, value*100, value>0?100:0, Math.round(value)",
|
|
19
45
|
"Keyfile content (paste .knxkeys file content)": "Keyfile content (paste .knxkeys file content)",
|
|
20
46
|
"Keyfile password": "Keyfile password",
|
|
47
|
+
"KNX Secure": "KNX Secure",
|
|
48
|
+
"KNX Secure (optional)": "KNX Secure (optional)",
|
|
49
|
+
"knxproj import hint": "Flags and DPTs imported from ComObjects. Use Create Aliases to pair status and action GAs.",
|
|
50
|
+
"Link": "Link",
|
|
51
|
+
"Linked to": "Linked to",
|
|
21
52
|
"Local IPv4 network interface": "Local IPv4 network interface",
|
|
22
|
-
"
|
|
53
|
+
"local network interface": "local network interface",
|
|
54
|
+
"min 1": "minimum is 1",
|
|
55
|
+
"Minimum change required before sending to KNX bus. Leave empty to send every change.": "Minimum change required before sending to KNX bus. Leave empty to send every change.",
|
|
23
56
|
"Minimum send delay between two frames [ms]": "Minimum send delay between two frames [ms]",
|
|
57
|
+
"Minimum Similarity 0-1": "Minimum Similarity 0-1",
|
|
58
|
+
"Mode": "Mode",
|
|
59
|
+
"more than one KNX gateway found": "more than one KNX gateway found",
|
|
60
|
+
"no KNX gateway found": "no KNX gateway found",
|
|
61
|
+
"On each ON value the current KNX state is read and the inverse is sent. Use for buttons that should toggle a KNX light on/off.": "On each ON value the current KNX state is read and the inverse is sent. Use for buttons that should toggle a KNX light on/off.",
|
|
62
|
+
"Only ON values are forwarded, OFF is ignored. Use for scene triggers or door openers where the source sends ON/OFF (press/release).": "Only ON values are forwarded, OFF is ignored. Use for scene triggers or door openers where the source sends ON/OFF (press/release).",
|
|
24
63
|
"Option A: Aliases": "Option A: Aliases",
|
|
25
|
-
"Option B:
|
|
64
|
+
"Option B: knx Adapter Migration": "Option B: knx Adapter Migration",
|
|
65
|
+
"override object path": "override object path",
|
|
26
66
|
"Physical KNX address": "Physical KNX address",
|
|
67
|
+
"physical KNX address": "physical KNX address",
|
|
68
|
+
"physical KNX address in format a/b/c not valid": "physical KNX address in format a/b/c not valid",
|
|
69
|
+
"please provide a valid minimum send delay value between 0 and 1000 [ms]": "please provide a valid minimum send delay value between 0 and 1000 [ms]",
|
|
27
70
|
"Please select your local network interface first.": "Please select your local network interface first.",
|
|
28
71
|
"Port": "Port",
|
|
29
72
|
"Properties": "Properties",
|
|
73
|
+
"Project password (if protected)": "Project password (if protected)",
|
|
30
74
|
"Protocol": "Protocol",
|
|
75
|
+
"Read": "Read",
|
|
76
|
+
"readout values of autoread iob objects on startup": "readout values of autoread iob objects on startup",
|
|
31
77
|
"Regex to identify Status GAs": "Regex to identify Status GAs",
|
|
32
78
|
"Regex to identify Status GAs (ending with status, rm, rückmeldung..).": "Regex to identify Status GAs (ending with status, rm, rückmeldung..)",
|
|
79
|
+
"remove existing IOB objects that are not in ETS import file": "remove existing IOB objects that are not in ETS import file",
|
|
80
|
+
"Remove Link": "Remove Link",
|
|
33
81
|
"Restarting adapter": "Restarting adapter",
|
|
82
|
+
"Save": "Save",
|
|
34
83
|
"Select a GA first": "Select a GA first",
|
|
35
84
|
"Select a GA from the tree": "Select a GA from the tree",
|
|
85
|
+
"set acknowledgement flag when application writes to object": "set acknowledgement flag when application writes to object",
|
|
36
86
|
"Settings and Import": "Settings and Import",
|
|
87
|
+
"Settings saved": "Settings saved",
|
|
37
88
|
"Target namespace (e.g. knx.0 to avoid script adjustments)": "Target namespace (e.g. knx.0 to avoid script adjustments)",
|
|
89
|
+
"This project is password-protected. Please enter the password:": "This project is password-protected. Please enter the password:",
|
|
90
|
+
"this is not a number": "this is not a number",
|
|
91
|
+
"Threshold": "Threshold",
|
|
38
92
|
"To merge Action and Status GA in one ioBroker Object you can let the Adapter generate": "To merge Action and Status GA in one ioBroker Object you can let the Adapter generate",
|
|
39
|
-
"
|
|
93
|
+
"Toggle (invert KNX on ON)": "Toggle (invert KNX on ON)",
|
|
94
|
+
"Trigger (only ON)": "Trigger (only ON)",
|
|
40
95
|
"Tunnel Interface IA (optional, e.g. 1.1.254)": "Tunnel Interface IA (optional, e.g. 1.1.254)",
|
|
41
96
|
"Tunnel User ID (default: 2)": "Tunnel User ID (default: 2)",
|
|
42
97
|
"Tunnel User Password (alternative to keyfile)": "Tunnel User Password (alternative to keyfile)",
|
|
43
98
|
"Unknown error": "Unknown error",
|
|
44
99
|
"Unsupported file format": "Unsupported file format",
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"do not warn on unknown KNX group adresses": "do not warn on unknown KNX group adresses",
|
|
49
|
-
"generate aliases": "generate aliases",
|
|
50
|
-
"import ETS xml and save": "import ETS xml and save",
|
|
51
|
-
"include group range in search": "include group range in search",
|
|
52
|
-
"invalid IP address": "invalid IP address",
|
|
53
|
-
"invalid file object": "invalid file object",
|
|
54
|
-
"invalid port number": "invalid port number",
|
|
55
|
-
"ioBroker.knx Compatibility Mode (link status GAs internally instead of aliases)": "ioBroker.knx Compatibility Mode (link status GAs internally instead of aliases)",
|
|
56
|
-
"local network interface": "local network interface",
|
|
57
|
-
"min 1": "minimum is 1",
|
|
58
|
-
"more than one KNX gateway found": "more than one KNX gateway found",
|
|
59
|
-
"no KNX gateway found": "no KNX gateway found",
|
|
60
|
-
"override object path": "override object path",
|
|
61
|
-
"physical KNX address": "physical KNX address",
|
|
62
|
-
"physical KNX address in format a/b/c not valid": "physical KNX address in format a/b/c not valid",
|
|
63
|
-
"please provide a valid minimum send delay value between 0 and 1000 [ms]": "please provide a valid minimum send delay value between 0 and 1000 [ms]",
|
|
64
|
-
"readout values of autoread iob objects on startup": "readout values of autoread iob objects on startup",
|
|
65
|
-
"remove existing IOB objects that are not in ETS import file": "remove existing IOB objects that are not in ETS import file",
|
|
66
|
-
"set acknowledgement flag when application writes to object": "set acknowledgement flag when application writes to object",
|
|
67
|
-
"this is not a number": "this is not a number",
|
|
68
|
-
"use common.type boolean for 1 bit enum instead of number": "use common.type boolean for 1 bit enum instead of number"
|
|
100
|
+
"use common.type boolean for 1 bit enum instead of number": "use common.type boolean for 1 bit enum instead of number",
|
|
101
|
+
"Value": "Value",
|
|
102
|
+
"Write": "Write"
|
|
69
103
|
}
|
|
@@ -1,58 +1,92 @@
|
|
|
1
1
|
{
|
|
2
|
+
" so you get read + write in a single object.": " para que lectura + escritura estén en un solo objeto.",
|
|
2
3
|
"Adapter is not running": "El adaptador no está funcionando",
|
|
3
|
-
"Alias Generation": "Generación de alias",
|
|
4
4
|
"Alias path": "Ruta de alias",
|
|
5
|
+
"Browse": "Browse",
|
|
6
|
+
"Connect any ioBroker state to a KNX Group Address": "Connect any ioBroker state to a KNX Group Address",
|
|
7
|
+
"Convert": "Convert",
|
|
8
|
+
"Current Value": "Current Value",
|
|
9
|
+
"Direct (1:1)": "Direct (1:1)",
|
|
10
|
+
"Direct Access": "Direct Access",
|
|
11
|
+
"Direct Link": "Direct Link",
|
|
12
|
+
"Direct Link created": "Direct Link created",
|
|
13
|
+
"Direct Link removed": "Direct Link removed",
|
|
5
14
|
"Enable KNX Secure": "Habilitar KNX seguro",
|
|
6
15
|
"Error": "Error",
|
|
16
|
+
"Every value is forwarded as-is. Use for sensors, dimmers, or sliders.": "Every value is forwarded as-is. Use for sensors, dimmers, or sliders.",
|
|
7
17
|
"Extracted %s states": "Estados% s extraídos",
|
|
18
|
+
"For XML import: export Group Addresses in ETS as shown below": "Para importación XML: exporte direcciones de grupo en ETS como se muestra abajo",
|
|
19
|
+
"Foreign State ID": "Foreign State ID",
|
|
8
20
|
"Frames per second": "Cuadros por segundo",
|
|
9
|
-
"GA
|
|
21
|
+
"GA Aliases & Migration": "Alias de GA y migración",
|
|
22
|
+
"GA-Tools / Direct Link": "GA-Tools / Direct Link",
|
|
10
23
|
"Gateway IP": "IP de puerta de enlace",
|
|
24
|
+
"Gateway detection started, this takes about 20 seconds...": "Gateway detection started, this takes about 20 seconds...",
|
|
11
25
|
"Generated %s aliases.": "%s alias generados.",
|
|
12
|
-
"How to export GA XML from ETS:": "Cómo exportar GA XML desde ETS:",
|
|
13
26
|
"Import settings": "Importar configuración",
|
|
14
27
|
"Import started": "Importación iniciada",
|
|
15
28
|
"Imported %s states successfully": "%s estados importados exitosamente",
|
|
29
|
+
"In KNX, action and status often use separate GAs. This tool automatically pairs them into": "En KNX, acción y estado a menudo usan GAs separados. Esta herramienta los empareja automáticamente en",
|
|
30
|
+
"JS expression. Variable: value. Examples: !!value, value*100, value>0?100:0, Math.round(value)": "JS expression. Variable: value. Examples: !!value, value*100, value>0?100:0, Math.round(value)",
|
|
16
31
|
"KNX Secure": "KNX seguro",
|
|
17
32
|
"KNX Secure (optional)": "KNX Seguro (opcional)",
|
|
18
|
-
"KNXproj are not supported, please open in ETS the Group Adresses and right click on group addresses and then group adresse export": "KNXproj no es compatible, abra en ETS las Direcciones de grupo y haga clic derecho en las direcciones de grupo y luego exporte la dirección de grupo.",
|
|
19
33
|
"Keyfile content (paste .knxkeys file content)": "Contenido del archivo clave (pegue el contenido del archivo .knxkeys)",
|
|
20
34
|
"Keyfile password": "Contraseña del archivo clave",
|
|
35
|
+
"Link": "Link",
|
|
36
|
+
"Linked to": "Linked to",
|
|
21
37
|
"Local IPv4 network interface": "Interfaz de red IPv4 local",
|
|
22
38
|
"Minimum Similarity 0-1": "Similitud mínima 0-1",
|
|
39
|
+
"Minimum change required before sending to KNX bus. Leave empty to send every change.": "Minimum change required before sending to KNX bus. Leave empty to send every change.",
|
|
23
40
|
"Minimum send delay between two frames [ms]": "Retardo mínimo de envío entre dos tramas [ms]",
|
|
41
|
+
"Mode": "Mode",
|
|
42
|
+
"On each ON value the current KNX state is read and the inverse is sent. Use for buttons that should toggle a KNX light on/off.": "On each ON value the current KNX state is read and the inverse is sent. Use for buttons that should toggle a KNX light on/off.",
|
|
43
|
+
"Only ON values are forwarded, OFF is ignored. Use for scene triggers or door openers where the source sends ON/OFF (press/release).": "Only ON values are forwarded, OFF is ignored. Use for scene triggers or door openers where the source sends ON/OFF (press/release).",
|
|
24
44
|
"Option A: Aliases": "Opción A: Alias",
|
|
25
|
-
"Option B:
|
|
45
|
+
"Option B: knx Adapter Migration": "Opción B: migración del adaptador knx",
|
|
26
46
|
"Physical KNX address": "Dirección física KNX",
|
|
27
47
|
"Please select your local network interface first.": "Primero seleccione su interfaz de red local.",
|
|
28
48
|
"Port": "Puerto",
|
|
49
|
+
"Project password (if protected)": "Contraseña del proyecto (si está protegido)",
|
|
29
50
|
"Properties": "Properties",
|
|
30
51
|
"Protocol": "Protocolo",
|
|
52
|
+
"Read": "Read",
|
|
31
53
|
"Regex to identify Status GAs": "Regex para identificar GA de estado",
|
|
32
54
|
"Regex to identify Status GAs (ending with status, rm, rückmeldung..).": "Regex para identificar estados GA (terminando con status, rm, rückmeldung ..). ",
|
|
55
|
+
"Remove Link": "Remove Link",
|
|
33
56
|
"Restarting adapter": "Adaptador de reinicio",
|
|
57
|
+
"Save": "Save",
|
|
34
58
|
"Select a GA first": "Select a GA first",
|
|
35
59
|
"Select a GA from the tree": "Select a GA from the tree",
|
|
36
60
|
"Settings and Import": "Configuración e importación",
|
|
61
|
+
"Settings saved": "Settings saved",
|
|
37
62
|
"Target namespace (e.g. knx.0 to avoid script adjustments)": "Espacio de nombres de destino (por ejemplo, knx.0 para evitar ajustes de secuencia de comandos)",
|
|
63
|
+
"This project is password-protected. Please enter the password:": "Este proyecto está protegido con contraseña. Por favor ingrese la contraseña:",
|
|
64
|
+
"Threshold": "Threshold",
|
|
38
65
|
"To merge Action and Status GA in one ioBroker Object you can let the Adapter generate": "Para fusionar Acción y Estado GA en un Objeto ioBroker, puede dejar que el Adaptador genere",
|
|
39
|
-
"
|
|
66
|
+
"Toggle (invert KNX on ON)": "Toggle (invert KNX on ON)",
|
|
67
|
+
"Trigger (only ON)": "Trigger (only ON)",
|
|
40
68
|
"Tunnel Interface IA (optional, e.g. 1.1.254)": "Interfaz de túnel IA (opcional, por ejemplo 1.1.254)",
|
|
41
69
|
"Tunnel User ID (default: 2)": "ID de usuario del túnel (predeterminado: 2)",
|
|
42
70
|
"Tunnel User Password (alternative to keyfile)": "Contraseña de usuario del túnel (alternativa al archivo de claves)",
|
|
43
71
|
"Unknown error": "Error desconocido",
|
|
44
72
|
"Unsupported file format": "Formato de archivo no compatible",
|
|
73
|
+
"Value": "Value",
|
|
74
|
+
"Write": "Write",
|
|
45
75
|
"add only new Objects": "Agregar solo nuevos objetos",
|
|
76
|
+
"delete all existing KNX objects before import (clean re-import)": "delete all existing KNX objects before import (clean re-import)",
|
|
46
77
|
"detect KNX gateway": "detectar puerta de enlace KNX",
|
|
47
78
|
"do not overwrite existing IOB objects": "no sobrescriba los objetos IOB existentes",
|
|
48
79
|
"do not warn on unknown KNX group adresses": "no avisar sobre direcciones de grupos KNX desconocidas",
|
|
80
|
+
"e.g. !!value, value*100": "e.g. !!value, value*100",
|
|
49
81
|
"generate aliases": "generar alias",
|
|
50
|
-
"import ETS
|
|
82
|
+
"import ETS project (.knxproj or .xml)": "importar proyecto ETS (.knxproj o .xml)",
|
|
51
83
|
"include group range in search": "incluir rango de grupo en la búsqueda",
|
|
52
84
|
"invalid IP address": "dirección IP no válida",
|
|
53
85
|
"invalid file object": "objeto de archivo no válido",
|
|
54
86
|
"invalid port number": "número de puerto no válido",
|
|
87
|
+
"ioBroker Aliases": "alias de ioBroker",
|
|
55
88
|
"ioBroker.knx Compatibility Mode (link status GAs internally instead of aliases)": "Modo de compatibilidad de ioBroker.knx (enlace GA de estado internamente en lugar de alias)",
|
|
89
|
+
"knxproj import hint": "Flags y DPTs importados de ComObjects. Use Crear alias para emparejar GAs de estado y acción.",
|
|
56
90
|
"local network interface": "interfaz de red local",
|
|
57
91
|
"min 1": "el mínimo es 1",
|
|
58
92
|
"more than one KNX gateway found": "Se ha encontrado más de una puerta de enlace KNX.",
|
|
@@ -1,58 +1,92 @@
|
|
|
1
1
|
{
|
|
2
|
+
" so you get read + write in a single object.": " pour que lecture + écriture soient dans un seul objet.",
|
|
2
3
|
"Adapter is not running": "L'adaptateur ne fonctionne pas",
|
|
3
|
-
"Alias Generation": "Génération d'alias",
|
|
4
4
|
"Alias path": "Chemin d'alias",
|
|
5
|
+
"Browse": "Browse",
|
|
6
|
+
"Connect any ioBroker state to a KNX Group Address": "Connect any ioBroker state to a KNX Group Address",
|
|
7
|
+
"Convert": "Convert",
|
|
8
|
+
"Current Value": "Current Value",
|
|
9
|
+
"Direct (1:1)": "Direct (1:1)",
|
|
10
|
+
"Direct Access": "Direct Access",
|
|
11
|
+
"Direct Link": "Direct Link",
|
|
12
|
+
"Direct Link created": "Direct Link created",
|
|
13
|
+
"Direct Link removed": "Direct Link removed",
|
|
5
14
|
"Enable KNX Secure": "Activer KNX sécurisé",
|
|
6
15
|
"Error": "Erreur",
|
|
16
|
+
"Every value is forwarded as-is. Use for sensors, dimmers, or sliders.": "Every value is forwarded as-is. Use for sensors, dimmers, or sliders.",
|
|
7
17
|
"Extracted %s states": "États %s extraits",
|
|
18
|
+
"For XML import: export Group Addresses in ETS as shown below": "Pour import XML : exporter les adresses de groupe dans ETS comme ci-dessous",
|
|
19
|
+
"Foreign State ID": "Foreign State ID",
|
|
8
20
|
"Frames per second": "Images par seconde",
|
|
9
|
-
"GA
|
|
21
|
+
"GA Aliases & Migration": "Alias GA et migration",
|
|
22
|
+
"GA-Tools / Direct Link": "GA-Tools / Direct Link",
|
|
10
23
|
"Gateway IP": "IP de la passerelle",
|
|
24
|
+
"Gateway detection started, this takes about 20 seconds...": "Gateway detection started, this takes about 20 seconds...",
|
|
11
25
|
"Generated %s aliases.": "Alias %s générés.",
|
|
12
|
-
"How to export GA XML from ETS:": "Comment exporter GA XML depuis ETS :",
|
|
13
26
|
"Import settings": "Paramètres d'importation",
|
|
14
27
|
"Import started": "L'importation a commencé",
|
|
15
28
|
"Imported %s states successfully": "%s états importés avec succès",
|
|
29
|
+
"In KNX, action and status often use separate GAs. This tool automatically pairs them into": "Dans KNX, action et statut utilisent souvent des GA séparés. Cet outil les associe automatiquement en",
|
|
30
|
+
"JS expression. Variable: value. Examples: !!value, value*100, value>0?100:0, Math.round(value)": "JS expression. Variable: value. Examples: !!value, value*100, value>0?100:0, Math.round(value)",
|
|
16
31
|
"KNX Secure": "KNX sécurisé",
|
|
17
32
|
"KNX Secure (optional)": "KNX sécurisé (en option)",
|
|
18
|
-
"KNXproj are not supported, please open in ETS the Group Adresses and right click on group addresses and then group adresse export": "KNXproj ne sont pas pris en charge, veuillez ouvrir dans ETS les adresses de groupe et faire un clic droit sur les adresses de groupe puis exporter les adresses de groupe",
|
|
19
33
|
"Keyfile content (paste .knxkeys file content)": "Contenu du fichier de clés (coller le contenu du fichier .knxkeys)",
|
|
20
34
|
"Keyfile password": "Mot de passe du fichier clé",
|
|
35
|
+
"Link": "Link",
|
|
36
|
+
"Linked to": "Linked to",
|
|
21
37
|
"Local IPv4 network interface": "Interface réseau IPv4 locale",
|
|
22
38
|
"Minimum Similarity 0-1": "Similitude minimale 0-1",
|
|
39
|
+
"Minimum change required before sending to KNX bus. Leave empty to send every change.": "Minimum change required before sending to KNX bus. Leave empty to send every change.",
|
|
23
40
|
"Minimum send delay between two frames [ms]": "Délai d'envoi minimum entre deux trames [ms]",
|
|
41
|
+
"Mode": "Mode",
|
|
42
|
+
"On each ON value the current KNX state is read and the inverse is sent. Use for buttons that should toggle a KNX light on/off.": "On each ON value the current KNX state is read and the inverse is sent. Use for buttons that should toggle a KNX light on/off.",
|
|
43
|
+
"Only ON values are forwarded, OFF is ignored. Use for scene triggers or door openers where the source sends ON/OFF (press/release).": "Only ON values are forwarded, OFF is ignored. Use for scene triggers or door openers where the source sends ON/OFF (press/release).",
|
|
24
44
|
"Option A: Aliases": "Option A : pseudonymes",
|
|
25
|
-
"Option B:
|
|
45
|
+
"Option B: knx Adapter Migration": "Option B : migration de l'adaptateur knx",
|
|
26
46
|
"Physical KNX address": "Adresse physique KNX",
|
|
27
47
|
"Please select your local network interface first.": "Veuillez d'abord sélectionner votre interface réseau locale.",
|
|
28
48
|
"Port": "Port",
|
|
49
|
+
"Project password (if protected)": "Mot de passe du projet (si protégé)",
|
|
29
50
|
"Properties": "Properties",
|
|
30
51
|
"Protocol": "Protocole",
|
|
52
|
+
"Read": "Read",
|
|
31
53
|
"Regex to identify Status GAs": "Regex pour identifier les GA de statut",
|
|
32
54
|
"Regex to identify Status GAs (ending with status, rm, rückmeldung..).": "Regex pour identifier les Status GA (se terminant par status, rm, rückmeldung..). ",
|
|
55
|
+
"Remove Link": "Remove Link",
|
|
33
56
|
"Restarting adapter": "Redémarrage de l'adaptateur",
|
|
57
|
+
"Save": "Save",
|
|
34
58
|
"Select a GA first": "Select a GA first",
|
|
35
59
|
"Select a GA from the tree": "Select a GA from the tree",
|
|
36
60
|
"Settings and Import": "Paramètres et importation",
|
|
61
|
+
"Settings saved": "Settings saved",
|
|
37
62
|
"Target namespace (e.g. knx.0 to avoid script adjustments)": "Espace de noms cible (par exemple knx.0 pour éviter les ajustements de script)",
|
|
63
|
+
"This project is password-protected. Please enter the password:": "Ce projet est protégé par mot de passe. Veuillez saisir le mot de passe :",
|
|
64
|
+
"Threshold": "Threshold",
|
|
38
65
|
"To merge Action and Status GA in one ioBroker Object you can let the Adapter generate": "Pour fusionner l'action et le statut GA dans un seul objet ioBroker, vous pouvez laisser l'adaptateur générer",
|
|
39
|
-
"
|
|
66
|
+
"Toggle (invert KNX on ON)": "Toggle (invert KNX on ON)",
|
|
67
|
+
"Trigger (only ON)": "Trigger (only ON)",
|
|
40
68
|
"Tunnel Interface IA (optional, e.g. 1.1.254)": "Interface tunnel IA (en option, par exemple 1.1.254)",
|
|
41
69
|
"Tunnel User ID (default: 2)": "ID utilisateur du tunnel (par défaut : 2)",
|
|
42
70
|
"Tunnel User Password (alternative to keyfile)": "Mot de passe utilisateur du tunnel (alternative au fichier de clés)",
|
|
43
71
|
"Unknown error": "Erreur inconnue",
|
|
44
72
|
"Unsupported file format": "Format de fichier non pris en charge",
|
|
73
|
+
"Value": "Value",
|
|
74
|
+
"Write": "Write",
|
|
45
75
|
"add only new Objects": "Ajouter uniquement de nouveaux objets",
|
|
76
|
+
"delete all existing KNX objects before import (clean re-import)": "delete all existing KNX objects before import (clean re-import)",
|
|
46
77
|
"detect KNX gateway": "détecter la passerelle KNX",
|
|
47
78
|
"do not overwrite existing IOB objects": "ne pas écraser les objets IOB existants",
|
|
48
79
|
"do not warn on unknown KNX group adresses": "ne pas avertir sur les adresses de groupes KNX inconnues",
|
|
80
|
+
"e.g. !!value, value*100": "e.g. !!value, value*100",
|
|
49
81
|
"generate aliases": "générer des alias",
|
|
50
|
-
"import ETS
|
|
82
|
+
"import ETS project (.knxproj or .xml)": "importer projet ETS (.knxproj ou .xml)",
|
|
51
83
|
"include group range in search": "inclure la plage de groupes dans la recherche",
|
|
52
84
|
"invalid IP address": "adresse IP invalide",
|
|
53
85
|
"invalid file object": "objet fichier invalide",
|
|
54
86
|
"invalid port number": "numéro de port invalide",
|
|
87
|
+
"ioBroker Aliases": "alias ioBroker",
|
|
55
88
|
"ioBroker.knx Compatibility Mode (link status GAs internally instead of aliases)": "Mode de compatibilité ioBroker.knx (lier les GA d'état en interne au lieu des alias)",
|
|
89
|
+
"knxproj import hint": "Flags et DPTs importés des ComObjects. Utilisez Créer des alias pour associer les GA de statut et action.",
|
|
56
90
|
"local network interface": "interface réseau local",
|
|
57
91
|
"min 1": "le minimum est 1",
|
|
58
92
|
"more than one KNX gateway found": "plus d'une passerelle KNX trouvée",
|
|
@@ -1,58 +1,92 @@
|
|
|
1
1
|
{
|
|
2
|
+
" so you get read + write in a single object.": " in modo che lettura + scrittura siano in un unico oggetto.",
|
|
2
3
|
"Adapter is not running": "L'adattatore non è in funzione",
|
|
3
|
-
"Alias Generation": "Generazione di alias",
|
|
4
4
|
"Alias path": "Percorso dell'alias",
|
|
5
|
+
"Browse": "Browse",
|
|
6
|
+
"Connect any ioBroker state to a KNX Group Address": "Connect any ioBroker state to a KNX Group Address",
|
|
7
|
+
"Convert": "Convert",
|
|
8
|
+
"Current Value": "Current Value",
|
|
9
|
+
"Direct (1:1)": "Direct (1:1)",
|
|
10
|
+
"Direct Access": "Direct Access",
|
|
11
|
+
"Direct Link": "Direct Link",
|
|
12
|
+
"Direct Link created": "Direct Link created",
|
|
13
|
+
"Direct Link removed": "Direct Link removed",
|
|
5
14
|
"Enable KNX Secure": "Abilita KNX sicuro",
|
|
6
15
|
"Error": "Errore",
|
|
16
|
+
"Every value is forwarded as-is. Use for sensors, dimmers, or sliders.": "Every value is forwarded as-is. Use for sensors, dimmers, or sliders.",
|
|
7
17
|
"Extracted %s states": "%s stati estratti",
|
|
18
|
+
"For XML import: export Group Addresses in ETS as shown below": "Per importazione XML: esportare gli indirizzi di gruppo in ETS come mostrato sotto",
|
|
19
|
+
"Foreign State ID": "Foreign State ID",
|
|
8
20
|
"Frames per second": "Fotogrammi al secondo",
|
|
9
|
-
"GA
|
|
21
|
+
"GA Aliases & Migration": "Alias GA e migrazione",
|
|
22
|
+
"GA-Tools / Direct Link": "GA-Tools / Direct Link",
|
|
10
23
|
"Gateway IP": "IP del gateway",
|
|
24
|
+
"Gateway detection started, this takes about 20 seconds...": "Gateway detection started, this takes about 20 seconds...",
|
|
11
25
|
"Generated %s aliases.": "Alias %s generati.",
|
|
12
|
-
"How to export GA XML from ETS:": "Come esportare GA XML da ETS:",
|
|
13
26
|
"Import settings": "Importa impostazioni",
|
|
14
27
|
"Import started": "L'importazione è iniziata",
|
|
15
28
|
"Imported %s states successfully": "%s importato correttamente",
|
|
29
|
+
"In KNX, action and status often use separate GAs. This tool automatically pairs them into": "In KNX, azione e stato usano spesso GA separati. Questo strumento li accoppia automaticamente in",
|
|
30
|
+
"JS expression. Variable: value. Examples: !!value, value*100, value>0?100:0, Math.round(value)": "JS expression. Variable: value. Examples: !!value, value*100, value>0?100:0, Math.round(value)",
|
|
16
31
|
"KNX Secure": "KNX sicuro",
|
|
17
32
|
"KNX Secure (optional)": "KNX Sicuro (opzionale)",
|
|
18
|
-
"KNXproj are not supported, please open in ETS the Group Adresses and right click on group addresses and then group adresse export": "KNXproj non sono supportati, aprire in ETS gli indirizzi di gruppo e fare clic con il tasto destro del mouse sugli indirizzi di gruppo, quindi esportare l'indirizzo di gruppo",
|
|
19
33
|
"Keyfile content (paste .knxkeys file content)": "Contenuto del file di chiavi (incolla il contenuto del file .knxkeys)",
|
|
20
34
|
"Keyfile password": "Password del file di chiavi",
|
|
35
|
+
"Link": "Link",
|
|
36
|
+
"Linked to": "Linked to",
|
|
21
37
|
"Local IPv4 network interface": "Interfaccia di rete IPv4 locale",
|
|
22
38
|
"Minimum Similarity 0-1": "Somiglianza minima 0-1",
|
|
39
|
+
"Minimum change required before sending to KNX bus. Leave empty to send every change.": "Minimum change required before sending to KNX bus. Leave empty to send every change.",
|
|
23
40
|
"Minimum send delay between two frames [ms]": "Ritardo di invio minimo tra due telegrammi [ms]",
|
|
41
|
+
"Mode": "Mode",
|
|
42
|
+
"On each ON value the current KNX state is read and the inverse is sent. Use for buttons that should toggle a KNX light on/off.": "On each ON value the current KNX state is read and the inverse is sent. Use for buttons that should toggle a KNX light on/off.",
|
|
43
|
+
"Only ON values are forwarded, OFF is ignored. Use for scene triggers or door openers where the source sends ON/OFF (press/release).": "Only ON values are forwarded, OFF is ignored. Use for scene triggers or door openers where the source sends ON/OFF (press/release).",
|
|
24
44
|
"Option A: Aliases": "Opzione A: Alias",
|
|
25
|
-
"Option B:
|
|
45
|
+
"Option B: knx Adapter Migration": "Opzione B: migrazione adattatore knx",
|
|
26
46
|
"Physical KNX address": "Indirizzo fisico KNX",
|
|
27
47
|
"Please select your local network interface first.": "Seleziona prima l'interfaccia di rete locale.",
|
|
28
48
|
"Port": "Porta",
|
|
49
|
+
"Project password (if protected)": "Password del progetto (se protetto)",
|
|
29
50
|
"Properties": "Properties",
|
|
30
51
|
"Protocol": "Protocollo",
|
|
52
|
+
"Read": "Read",
|
|
31
53
|
"Regex to identify Status GAs": "Regex per identificare gli Status GA",
|
|
32
54
|
"Regex to identify Status GAs (ending with status, rm, rückmeldung..).": "Regex per identificare gli Status GA (che termina con status, rm, rückmeldung..). ",
|
|
55
|
+
"Remove Link": "Remove Link",
|
|
33
56
|
"Restarting adapter": "Adattatore di riavvio",
|
|
57
|
+
"Save": "Save",
|
|
34
58
|
"Select a GA first": "Select a GA first",
|
|
35
59
|
"Select a GA from the tree": "Select a GA from the tree",
|
|
36
60
|
"Settings and Import": "Impostazioni e importazione",
|
|
61
|
+
"Settings saved": "Settings saved",
|
|
37
62
|
"Target namespace (e.g. knx.0 to avoid script adjustments)": "Spazio dei nomi di destinazione (ad esempio knx.0 per evitare aggiustamenti dello script)",
|
|
63
|
+
"This project is password-protected. Please enter the password:": "Questo progetto è protetto da password. Per favore inserisci la password:",
|
|
64
|
+
"Threshold": "Threshold",
|
|
38
65
|
"To merge Action and Status GA in one ioBroker Object you can let the Adapter generate": "Per unire Action e Status GA in un oggetto ioBroker puoi lasciare che l'adattatore generi",
|
|
39
|
-
"
|
|
66
|
+
"Toggle (invert KNX on ON)": "Toggle (invert KNX on ON)",
|
|
67
|
+
"Trigger (only ON)": "Trigger (only ON)",
|
|
40
68
|
"Tunnel Interface IA (optional, e.g. 1.1.254)": "Tunnel Interface IA (opzionale, ad esempio 1.1.254)",
|
|
41
69
|
"Tunnel User ID (default: 2)": "ID utente tunnel (impostazione predefinita: 2)",
|
|
42
70
|
"Tunnel User Password (alternative to keyfile)": "Password utente tunnel (alternativa al file di chiavi)",
|
|
43
71
|
"Unknown error": "Errore sconosciuto",
|
|
44
72
|
"Unsupported file format": "Formato file non supportato",
|
|
73
|
+
"Value": "Value",
|
|
74
|
+
"Write": "Write",
|
|
45
75
|
"add only new Objects": "Aggiungi solo nuovi oggetti",
|
|
76
|
+
"delete all existing KNX objects before import (clean re-import)": "delete all existing KNX objects before import (clean re-import)",
|
|
46
77
|
"detect KNX gateway": "rilevare il gateway KNX",
|
|
47
78
|
"do not overwrite existing IOB objects": "non sovrascrivere gli oggetti IOB esistenti",
|
|
48
79
|
"do not warn on unknown KNX group adresses": "non avvisare su indirizzi di gruppo KNX sconosciuti",
|
|
80
|
+
"e.g. !!value, value*100": "e.g. !!value, value*100",
|
|
49
81
|
"generate aliases": "generare alias",
|
|
50
|
-
"import ETS
|
|
82
|
+
"import ETS project (.knxproj or .xml)": "importa progetto ETS (.knxproj o .xml)",
|
|
51
83
|
"include group range in search": "includere l'intervallo del gruppo nella ricerca",
|
|
52
84
|
"invalid IP address": "indirizzo IP non valido",
|
|
53
85
|
"invalid file object": "oggetto file non valido",
|
|
54
86
|
"invalid port number": "numero di porta non valido",
|
|
87
|
+
"ioBroker Aliases": "alias ioBroker",
|
|
55
88
|
"ioBroker.knx Compatibility Mode (link status GAs internally instead of aliases)": "Modalità di compatibilità ioBroker.knx (collega i GA di stato internamente invece degli alias)",
|
|
89
|
+
"knxproj import hint": "Flag e DPT importati da ComObjects. Usa Crea alias per accoppiare GA di stato e azione.",
|
|
56
90
|
"local network interface": "interfaccia di rete locale",
|
|
57
91
|
"min 1": "il minimo è 1",
|
|
58
92
|
"more than one KNX gateway found": "trovato più di un gateway KNX",
|