iobroker.openknx 0.9.1 → 1.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.
Files changed (112) hide show
  1. package/README.md +22 -12
  2. package/admin/i18n/de/translations.json +49 -29
  3. package/admin/i18n/en/translations.json +27 -6
  4. package/admin/i18n/es/translations.json +54 -1
  5. package/admin/i18n/fr/translations.json +54 -1
  6. package/admin/i18n/it/translations.json +54 -1
  7. package/admin/i18n/nl/translations.json +54 -1
  8. package/admin/i18n/pl/translations.json +54 -1
  9. package/admin/i18n/pt/translations.json +54 -1
  10. package/admin/i18n/ru/translations.json +54 -1
  11. package/admin/i18n/uk/translations.json +54 -1
  12. package/admin/i18n/zh-cn/translations.json +54 -1
  13. package/admin/index_m.html +459 -18
  14. package/admin/words.js +55 -12
  15. package/io-package.json +34 -28
  16. package/lib/doubleKeyedMap.js +6 -10
  17. package/lib/openknx.js +24 -223
  18. package/lib/projectImport.js +22 -33
  19. package/lib/projectImport.test.js +231 -3
  20. package/lib/similarity.js +67 -0
  21. package/lib/tools.js +15 -124
  22. package/main.js +751 -363
  23. package/package.json +18 -23
  24. package/lib/knx/AUTHORS +0 -3
  25. package/lib/knx/LICENSE +0 -19
  26. package/lib/knx/README-API.md +0 -156
  27. package/lib/knx/README-datapoints.md +0 -65
  28. package/lib/knx/README-events.md +0 -50
  29. package/lib/knx/README-knxd.md +0 -5
  30. package/lib/knx/README-resilience.md +0 -38
  31. package/lib/knx/README.md +0 -54
  32. package/lib/knx/bitbucket-pipelines.yml +0 -7
  33. package/lib/knx/index.d.ts +0 -92
  34. package/lib/knx/index.js +0 -19
  35. package/lib/knx/manualtest/test-toggle.js +0 -54
  36. package/lib/knx/manualtest/test-writestorm.js +0 -43
  37. package/lib/knx/package-lock.json +0 -2272
  38. package/lib/knx/package.json +0 -98
  39. package/lib/knx/run-wired-tests.sh +0 -2
  40. package/lib/knx/src/Address.js +0 -116
  41. package/lib/knx/src/Connection.js +0 -431
  42. package/lib/knx/src/Datapoint.js +0 -132
  43. package/lib/knx/src/FSM.js +0 -749
  44. package/lib/knx/src/IpRoutingConnection.js +0 -68
  45. package/lib/knx/src/IpTunnelingConnection.js +0 -43
  46. package/lib/knx/src/KnxConstants.js +0 -130
  47. package/lib/knx/src/KnxLog.js +0 -28
  48. package/lib/knx/src/KnxProtocol.js +0 -698
  49. package/lib/knx/src/devices/BinarySwitch.js +0 -51
  50. package/lib/knx/src/devices/index.js +0 -1
  51. package/lib/knx/src/dptlib/dpt1.js +0 -254
  52. package/lib/knx/src/dptlib/dpt10.js +0 -99
  53. package/lib/knx/src/dptlib/dpt11.js +0 -76
  54. package/lib/knx/src/dptlib/dpt12.js +0 -58
  55. package/lib/knx/src/dptlib/dpt13.js +0 -91
  56. package/lib/knx/src/dptlib/dpt14.js +0 -598
  57. package/lib/knx/src/dptlib/dpt15.js +0 -25
  58. package/lib/knx/src/dptlib/dpt16.js +0 -46
  59. package/lib/knx/src/dptlib/dpt17.js +0 -28
  60. package/lib/knx/src/dptlib/dpt18.js +0 -84
  61. package/lib/knx/src/dptlib/dpt19.js +0 -65
  62. package/lib/knx/src/dptlib/dpt2.js +0 -148
  63. package/lib/knx/src/dptlib/dpt20.js +0 -1100
  64. package/lib/knx/src/dptlib/dpt21.js +0 -181
  65. package/lib/knx/src/dptlib/dpt23.js +0 -47
  66. package/lib/knx/src/dptlib/dpt232.js +0 -52
  67. package/lib/knx/src/dptlib/dpt237.js +0 -72
  68. package/lib/knx/src/dptlib/dpt238.js +0 -74
  69. package/lib/knx/src/dptlib/dpt28.js +0 -39
  70. package/lib/knx/src/dptlib/dpt29.js +0 -47
  71. package/lib/knx/src/dptlib/dpt3.js +0 -57
  72. package/lib/knx/src/dptlib/dpt4.js +0 -53
  73. package/lib/knx/src/dptlib/dpt5.js +0 -68
  74. package/lib/knx/src/dptlib/dpt6.js +0 -49
  75. package/lib/knx/src/dptlib/dpt7.js +0 -114
  76. package/lib/knx/src/dptlib/dpt8.js +0 -90
  77. package/lib/knx/src/dptlib/dpt9.js +0 -252
  78. package/lib/knx/src/dptlib/index.js +0 -209
  79. package/lib/knx/test/connection/test-connect-routing.js +0 -41
  80. package/lib/knx/test/dptlib/commontest.js +0 -63
  81. package/lib/knx/test/dptlib/test-dpt.js +0 -60
  82. package/lib/knx/test/dptlib/test-dpt1.js +0 -8
  83. package/lib/knx/test/dptlib/test-dpt10.js +0 -55
  84. package/lib/knx/test/dptlib/test-dpt11.js +0 -44
  85. package/lib/knx/test/dptlib/test-dpt12.js +0 -14
  86. package/lib/knx/test/dptlib/test-dpt13.js +0 -15
  87. package/lib/knx/test/dptlib/test-dpt19.js +0 -47
  88. package/lib/knx/test/dptlib/test-dpt2.js +0 -11
  89. package/lib/knx/test/dptlib/test-dpt21.js +0 -20
  90. package/lib/knx/test/dptlib/test-dpt237.js +0 -29
  91. package/lib/knx/test/dptlib/test-dpt3.js +0 -17
  92. package/lib/knx/test/dptlib/test-dpt4.js +0 -8
  93. package/lib/knx/test/dptlib/test-dpt5.js +0 -25
  94. package/lib/knx/test/dptlib/test-dpt6.js +0 -11
  95. package/lib/knx/test/dptlib/test-dpt7.js +0 -11
  96. package/lib/knx/test/dptlib/test-dpt8.js +0 -12
  97. package/lib/knx/test/dptlib/test-dpt9.js +0 -16
  98. package/lib/knx/test/knxproto/test-address.js +0 -67
  99. package/lib/knx/test/knxproto/test-proto.js +0 -259
  100. package/lib/knx/test/wiredtests/test-connect-routing-hybrid.js +0 -46
  101. package/lib/knx/test/wiredtests/test-connect-tunnel.js +0 -57
  102. package/lib/knx/test/wiredtests/test-control.js +0 -82
  103. package/lib/knx/test/wiredtests/test-logotimer.js +0 -43
  104. package/lib/knx/test/wiredtests/test-read.js +0 -51
  105. package/lib/knx/test/wiredtests/test-readstorm.js +0 -77
  106. package/lib/knx/test/wiredtests/wiredtest-options.js +0 -29
  107. package/lib/knx/typescript-sample/README.md +0 -15
  108. package/lib/knx/typescript-sample/package.json +0 -17
  109. package/lib/knx/typescript-sample/test-toggle-onoff.ts +0 -43
  110. package/lib/knx/typescript-sample/tsconfig.json +0 -20
  111. package/lib/knx/typescript-sample/tslint.json +0 -58
  112. package/lib/utils.js +0 -62
package/README.md CHANGED
@@ -20,17 +20,22 @@
20
20
  ![Stable](http://iobroker.live/badges/openknx-stable.svg)
21
21
  ![Installed](http://iobroker.live/badges/openknx-installed.svg)
22
22
 
23
- This adapter serves as communication interface between Iobroker and your KNX IP Gateway.
24
- The adapter allows to generate the iobroker communication objects automatically by importing an ETS group address xml export.
25
- All generated communication objects are initially configured readable and writeable, values are fetched from the knx bus on adapter restart.
23
+ ioBroker adapter for KNX IP communication, powered by [KNXUltimate](https://github.com/Supergiovane/knxultimate).
24
+
25
+ - ETS group address XML import (ETS version independent) with automatic ioBroker object generation
26
+ - KNX Secure (IP Secure tunneling via .knxkeys keyfile or password)
27
+ - Tunneling (UDP/TCP) and Routing (Multicast) protocols
28
+ - Alias generation to merge action and status GAs into a single ioBroker object
29
+ - Direct Link all iobroker states to a KNX state
30
+
31
+ - Automatic gateway discovery
32
+ - Automatic reconnect with exponential backoff
33
+ - Autoread of configured datapoints on startup
26
34
 
27
35
  ## Documentation
28
36
 
29
37
  [🇺🇸 Documentation](./docs/en/README.md)
30
38
 
31
- **If you like OpenKNX, please consider a donation:**
32
-
33
- [![paypal](https://www.paypalobjects.com/en_US/DK/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Z8UFC8QEC4ARW&source=url)
34
39
 
35
40
  ## Changelog
36
41
 
@@ -43,6 +48,17 @@ All generated communication objects are initially configured readable and writea
43
48
  * update gui: iob upload openknx
44
49
  * update stable: https://github.com/ioBroker/ioBroker.repositories#add-a-new-adapter-to-the-stable-repository
45
50
  -->
51
+ ### 1.0.0 (2026-03-14)
52
+
53
+ - **breaking:** KNX communication switched to KNXUltimate
54
+ - **breaking:** DPT21 property names changed (outofservice → outOfService, inalarm → inAlarm, alarmeunack → alarmUnAck), values must be boolean
55
+ - **breaking:** DPT237 property names changed to camelCase
56
+ - feature: KNX Secure support
57
+ - feature: Extended DPT coverage (9 additional DPTs, including DPT-22, 213, 222, 235, 242, 249, 251)
58
+ - feature: Improved connection stability
59
+ - feature: Improved role detection (switch, level, value, text, date) based on DPT type
60
+ - feature: Direct Link all iobroker states to a KNX state
61
+
46
62
  ### 0.9.1 (2026-03-12)
47
63
  - bugfix: Fixing increased delay in knx commands after several days
48
64
  - (copilot) Adapter requires admin >= 7.7.22 now
@@ -66,12 +82,6 @@ All generated communication objects are initially configured readable and writea
66
82
 
67
83
  - feature: one of the warnings is configurable in the dialog
68
84
 
69
- ### 0.7.2 (2024-01-09)
70
-
71
- - feature: handle network connection instability issues
72
- - feature: generate more log messages
73
- - bugfix: telegram count
74
-
75
85
  ### initial version
76
86
 
77
87
  - initial version from https://www.npmjs.com/package/iobroker.knx/v/0.8.3
@@ -1,36 +1,56 @@
1
1
  {
2
- "Settings and Import": "Einstellungen und Import",
2
+ "KNX Secure": "KNX Secure",
3
+ "Alias Generation": "Alias-Generierung",
4
+ "Alias path": "Alias-Pfad",
5
+ "Enable KNX Secure": "KNX Secure aktivieren",
6
+ "Error": "Fehler",
3
7
  "Gateway IP": "Gateway-IP",
4
- "Port": "Hafen",
5
- "detect interface": "Schnittstelle erkennen",
8
+ "Generated %s aliases.": "%s Aliase generiert.",
9
+ "Import settings": "Import-Einstellungen",
10
+ "Import started": "Import gestartet",
11
+ "Imported %s states successfully": "%s Zustände erfolgreich importiert",
12
+ "KNX Secure (optional)": "KNX Secure (optional)",
13
+ "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",
14
+ "Keyfile content (paste .knxkeys file content)": "Keyfile-Inhalt (.knxkeys Dateiinhalt einfügen)",
15
+ "Keyfile password": "Keyfile-Passwort",
6
16
  "Local IPv4 network interface": "Lokale IPv4-Netzwerkschnittstelle",
7
- "Minimum send delay between two frames [ms]": "Minimale Sendeverzögerung zwischen zwei Frames [ms]",
8
- "readout KNX values on startup of iob objects that are configured for autoread": "Werte von atoread IOB objekten beim Start auslesen",
9
- "do not warn on unknown KNX group adresses": "keine Protokoll Warnung bei Empfang unbekannter KNX GAs",
10
- "do not overwrite existing IOB objects": "Importieren Sie nur GAs, die nicht in IOB-Objekten vorhanden sind",
11
- "remove existing IOB objects that are not in ETS import file": "Entfernen Sie vorhandene IOB-Objekte, die nicht in der ETS Importdatei enthalten sind",
12
- "use common.type boolean for 1 bit enum instead of number": "Verwenden Sie common.type boolean für 1-Bit-Enum anstelle von Zahl",
13
- "import ETS xml and save": "ETS xml importieren und speichern",
14
- "alias generation": "Alias-Generierung",
15
- "To merge Action and Status GA in one ioBroker Object you can let the Adapter generate": "Um Aktion und Status GA in einem ioBroker-Objekt zusammenzuführen, können Sie den Adapter generieren lassen",
16
- "Aliases": "Aliase",
17
- "Regex to identify Status GAs": "Regex zum Identifizieren von Status-GAs",
18
17
  "Minimum Similarity 0-1": "Minimale Ähnlichkeit 0-1",
19
- "Alias path": "Alias-Pfad",
20
- "include group range in search": "Gruppenbereich in die Suche einbeziehen",
21
- "generate aliases": "Aliase generieren",
22
- "Imported %s states successfully": "%s Status erfolgreich importiert",
23
- "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 ETS die Gruppenadressen und klicken Sie mit der rechten Maustaste auf Gruppenadressen und dann auf Gruppenadressen exportieren",
24
- "Restarting adapter": "Neustart des Adapters",
25
- "Unsupported file format": "Nicht unterstütztes Dateiformat",
26
- "Generated %s aliases.": "Generierte %s-Aliase.",
27
- "Error": "Fehler",
28
- "Please select your local interface first": "Bitte wählen Sie zuerst Ihre lokale Schnittstelle aus",
18
+ "Minimum send delay between two frames [ms]": "Minimale Sendeverzögerung zwischen zwei Frames [ms]",
19
+ "Option A: Aliases": "Option A: Aliase",
20
+ "Option B: Compatibility": "Option B: Kompatibilität",
21
+ "Physical KNX address": "Physikalische KNX-Adresse",
22
+ "Please select your local network interface first.": "Bitte wählen Sie zuerst Ihre lokale Netzwerkschnittstelle aus.",
23
+ "Port": "Port",
24
+ "Protocol": "Protokoll",
25
+ "Regex to identify Status GAs": "Regex zum Erkennen von Status-GAs",
26
+ "Restarting adapter": "Adapter wird neu gestartet",
27
+ "Settings and Import": "Einstellungen und Import",
28
+ "Target namespace (e.g. knx.0 to avoid script adjustments)": "Ziel-Namespace (z.B. knx.0 um Skriptanpassungen zu vermeiden)",
29
+ "To merge action and status GA in one ioBroker object you can let the adapter generate": "Um Aktor- und Status-GA in einem ioBroker-Objekt zusammenzuführen, können Sie den Adapter generieren lassen",
30
+ "Tunnel Interface IA (optional, e.g. 1.1.254)": "Tunnel-Interface IA (optional, z.B. 1.1.254)",
31
+ "Tunnel User ID (default: 2)": "Tunnel-Benutzer-ID (Standard: 2)",
32
+ "Tunnel User Password (alternative to keyfile)": "Tunnel-Benutzer-Passwort (Alternative zum Keyfile)",
29
33
  "Unknown error": "Unbekannter Fehler",
30
- "Import started": "Import gestartet",
31
- "invalid file object": "ungültiges Dateiobjekt",
32
- "please provide a valid minimum send delay value between 0 and 1000 [ms]": "Bitte geben Sie einen gültigen Mindestwert für die Sendeverzögerung zwischen 0 und 1000 [ms] an.",
34
+ "Unsupported file format": "Nicht unterstütztes Dateiformat",
35
+ "detect KNX gateway": "KNX-Gateway erkennen",
36
+ "do not overwrite existing IOB objects": "Nur GAs importieren, die nicht als IOB-Objekte vorhanden sind",
37
+ "do not warn on unknown KNX group adresses": "Keine Warnung bei unbekannten KNX-Gruppenadressen",
38
+ "generate aliases": "Aliase generieren",
39
+ "import ETS xml and save": "ETS-XML importieren und speichern",
40
+ "include group range in search": "Gruppenbereich in die Suche einbeziehen",
41
+ "invalid IP address": "Ungültige IP-Adresse",
42
+ "invalid file object": "Ungültiges Dateiobjekt",
43
+ "invalid port number": "Ungültige Portnummer",
44
+ "ioBroker.knx Compatibility Mode (link status GAs internally instead of aliases)": "ioBroker.knx-Kompatibilitätsmodus (Status-GAs intern verknüpfen statt Aliase)",
45
+ "more than one KNX gateway found": "Mehr als ein KNX-Gateway gefunden",
46
+ "no KNX gateway found": "Kein KNX-Gateway gefunden",
33
47
  "physical KNX address in format a/b/c not valid": "Physikalische KNX-Adresse im Format a/b/c ungültig",
34
- "invalid IP address": "ungültige IP-Adresse",
35
- "invalid port number": "ungültige Portnummer"
48
+ "please provide a valid minimum send delay value between 0 and 1000 [ms]": "Bitte geben Sie einen gültigen Wert für die Sendeverzögerung zwischen 0 und 1000 [ms] an",
49
+ "readout values of autoread iob objects on startup": "Werte von Autoread-IOB-Objekten beim Start des Adapters auslesen",
50
+ "remove existing IOB objects that are not in ETS import file": "Vorhandene IOB-Objekte entfernen, die nicht in der ETS-Importdatei enthalten sind",
51
+ "use common.type boolean for 1 bit enum instead of number": "common.type boolean für 1-Bit-Enum anstelle von Zahl verwenden",
52
+ "GA-Tools": "GA-Tools",
53
+ "Properties": "Eigenschaften",
54
+ "Select a GA from the tree": "Wählen Sie eine GA aus dem Baum",
55
+ "Select a GA first": "Zuerst eine GA auswählen"
36
56
  }
@@ -1,35 +1,56 @@
1
1
  {
2
2
  "Settings and Import": "Settings and Import",
3
+ "KNX Secure": "KNX Secure",
4
+ "Alias Generation": "Alias Generation",
3
5
  "Gateway IP": "Gateway IP",
4
6
  "Port": "Port",
5
- "detect interface": "detect interface",
7
+ "Physical KNX address": "Physical KNX address",
8
+ "detect KNX gateway": "detect KNX gateway",
6
9
  "Local IPv4 network interface": "Local IPv4 network interface",
10
+ "Protocol": "Protocol",
7
11
  "Minimum send delay between two frames [ms]": "Minimum send delay between two frames [ms]",
8
12
  "readout values of autoread iob objects on startup": "readout values of autoread iob objects on startup",
13
+ "do not warn on unknown KNX group adresses": "do not warn on unknown KNX group adresses",
14
+ "Import settings": "Import settings",
9
15
  "do not overwrite existing IOB objects": "do not overwrite existing IOB objects",
10
16
  "remove existing IOB objects that are not in ETS import file": "remove existing IOB objects that are not in ETS import file",
11
17
  "use common.type boolean for 1 bit enum instead of number": "use common.type boolean for 1 bit enum instead of number",
12
18
  "import ETS xml and save": "import ETS xml and save",
13
- "alias generation": "alias generation",
14
- "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",
15
- "Aliases": "Aliases",
19
+ "KNX Secure (optional)": "KNX Secure (optional)",
20
+ "Enable KNX Secure": "Enable KNX Secure",
21
+ "Keyfile content (paste .knxkeys file content)": "Keyfile content (paste .knxkeys file content)",
22
+ "Keyfile password": "Keyfile password",
23
+ "Tunnel Interface IA (optional, e.g. 1.1.254)": "Tunnel Interface IA (optional, e.g. 1.1.254)",
24
+ "Tunnel User Password (alternative to keyfile)": "Tunnel User Password (alternative to keyfile)",
25
+ "Tunnel User ID (default: 2)": "Tunnel User ID (default: 2)",
26
+ "Option A: Aliases": "Option A: Aliases",
27
+ "Option B: Compatibility": "Option B: Compatibility",
28
+ "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",
16
29
  "Regex to identify Status GAs": "Regex to identify Status GAs",
17
30
  "Minimum Similarity 0-1": "Minimum Similarity 0-1",
18
31
  "Alias path": "Alias path",
19
32
  "include group range in search": "include group range in search",
20
33
  "generate aliases": "generate aliases",
34
+ "ioBroker.knx Compatibility Mode (link status GAs internally instead of aliases)": "ioBroker.knx Compatibility Mode (link status GAs internally instead of aliases)",
35
+ "Target namespace (e.g. knx.0 to avoid script adjustments)": "Target namespace (e.g. knx.0 to avoid script adjustments)",
21
36
  "Imported %s states successfully": "Imported %s states successfully",
22
37
  "KNXproj are not supported, please open in ETS the Group Adresses and right click on group addresses and then group adresse export": "KNXproj are not supported, please open in ETS the Group Adresses and right click on group addresses and then group adresse export",
23
38
  "Restarting adapter": "Restarting adapter",
24
39
  "Unsupported file format": "Unsupported file format",
25
40
  "Generated %s aliases.": "Generated %s aliases.",
26
41
  "Error": "Error",
27
- "Please select your local interface first": "Please select your local interface first",
42
+ "no KNX gateway found": "no KNX gateway found",
43
+ "more than one KNX gateway found": "more than one KNX gateway found",
44
+ "Please select your local network interface first.": "Please select your local network interface first.",
28
45
  "Unknown error": "Unknown error",
29
46
  "Import started": "Import started",
30
47
  "invalid file object": "invalid file object",
31
48
  "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]",
32
49
  "physical KNX address in format a/b/c not valid": "physical KNX address in format a/b/c not valid",
33
50
  "invalid IP address": "invalid IP address",
34
- "invalid port number": "invalid port number"
51
+ "invalid port number": "invalid port number",
52
+ "GA-Tools": "GA-Tools",
53
+ "Properties": "Properties",
54
+ "Select a GA from the tree": "Select a GA from the tree",
55
+ "Select a GA first": "Select a GA first"
35
56
  }
@@ -1 +1,54 @@
1
- {}
1
+ {
2
+ "Alias path": "Ruta de alias",
3
+ "Enable KNX Secure": "Habilitar KNX seguro",
4
+ "Error": "Error",
5
+ "Gateway IP": "IP de puerta de enlace",
6
+ "Generated %s aliases.": "%s alias generados.",
7
+ "Import settings": "Importar configuración",
8
+ "Import started": "Importación iniciada",
9
+ "Imported %s states successfully": "%s estados importados exitosamente",
10
+ "KNX Secure (optional)": "KNX Seguro (opcional)",
11
+ "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.",
12
+ "Keyfile content (paste .knxkeys file content)": "Contenido del archivo clave (pegue el contenido del archivo .knxkeys)",
13
+ "Keyfile password": "Contraseña del archivo clave",
14
+ "Local IPv4 network interface": "Interfaz de red IPv4 local",
15
+ "Minimum Similarity 0-1": "Similitud mínima 0-1",
16
+ "Minimum send delay between two frames [ms]": "Retardo mínimo de envío entre dos tramas [ms]",
17
+ "Option A: Aliases": "Opción A: Alias",
18
+ "Option B: Compatibility": "Opción B: Compatibilidad",
19
+ "Physical KNX address": "Dirección física KNX",
20
+ "Please select your local network interface first.": "Primero seleccione su interfaz de red local.",
21
+ "Port": "Puerto",
22
+ "Protocol": "Protocolo",
23
+ "Regex to identify Status GAs": "Regex para identificar GA de estado",
24
+ "Restarting adapter": "Adaptador de reinicio",
25
+ "Settings and Import": "Configuración e importación",
26
+ "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)",
27
+ "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",
28
+ "Tunnel Interface IA (optional, e.g. 1.1.254)": "Interfaz de túnel IA (opcional, por ejemplo 1.1.254)",
29
+ "Tunnel User ID (default: 2)": "ID de usuario del túnel (predeterminado: 2)",
30
+ "Tunnel User Password (alternative to keyfile)": "Contraseña de usuario del túnel (alternativa al archivo de claves)",
31
+ "Unknown error": "Error desconocido",
32
+ "Unsupported file format": "Formato de archivo no compatible",
33
+ "detect KNX gateway": "detectar puerta de enlace KNX",
34
+ "do not overwrite existing IOB objects": "no sobrescriba los objetos IOB existentes",
35
+ "do not warn on unknown KNX group adresses": "no avisar sobre direcciones de grupos KNX desconocidas",
36
+ "generate aliases": "generar alias",
37
+ "import ETS xml and save": "importar ETS xml y guardar",
38
+ "include group range in search": "incluir rango de grupo en la búsqueda",
39
+ "invalid IP address": "dirección IP no válida",
40
+ "invalid file object": "objeto de archivo no válido",
41
+ "invalid port number": "número de puerto no válido",
42
+ "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)",
43
+ "more than one KNX gateway found": "Se ha encontrado más de una puerta de enlace KNX.",
44
+ "no KNX gateway found": "no se encontró ninguna puerta de enlace KNX",
45
+ "physical KNX address in format a/b/c not valid": "Dirección física KNX en formato a/b/c no válida",
46
+ "please provide a valid minimum send delay value between 0 and 1000 [ms]": "proporcione un valor de retardo de envío mínimo válido entre 0 y 1000 [ms]",
47
+ "readout values of autoread iob objects on startup": "valores de lectura de objetos iob de lectura automática al inicio",
48
+ "remove existing IOB objects that are not in ETS import file": "eliminar objetos IOB existentes que no están en el archivo de importación ETS",
49
+ "use common.type boolean for 1 bit enum instead of number": "use common.type booleano para enumeración de 1 bit en lugar de número",
50
+ "GA-Tools": "GA-Tools",
51
+ "Properties": "Properties",
52
+ "Select a GA from the tree": "Select a GA from the tree",
53
+ "Select a GA first": "Select a GA first"
54
+ }
@@ -1 +1,54 @@
1
- {}
1
+ {
2
+ "Alias path": "Chemin d'alias",
3
+ "Enable KNX Secure": "Activer KNX sécurisé",
4
+ "Error": "Erreur",
5
+ "Gateway IP": "IP de la passerelle",
6
+ "Generated %s aliases.": "Alias ​​%s générés.",
7
+ "Import settings": "Paramètres d'importation",
8
+ "Import started": "L'importation a commencé",
9
+ "Imported %s states successfully": "%s états importés avec succès",
10
+ "KNX Secure (optional)": "KNX sécurisé (en option)",
11
+ "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",
12
+ "Keyfile content (paste .knxkeys file content)": "Contenu du fichier de clés (coller le contenu du fichier .knxkeys)",
13
+ "Keyfile password": "Mot de passe du fichier clé",
14
+ "Local IPv4 network interface": "Interface réseau IPv4 locale",
15
+ "Minimum Similarity 0-1": "Similitude minimale 0-1",
16
+ "Minimum send delay between two frames [ms]": "Délai d'envoi minimum entre deux trames [ms]",
17
+ "Option A: Aliases": "Option A : pseudonymes",
18
+ "Option B: Compatibility": "Option B : compatibilité",
19
+ "Physical KNX address": "Adresse physique KNX",
20
+ "Please select your local network interface first.": "Veuillez d'abord sélectionner votre interface réseau locale.",
21
+ "Port": "Port",
22
+ "Protocol": "Protocole",
23
+ "Regex to identify Status GAs": "Regex pour identifier les GA de statut",
24
+ "Restarting adapter": "Redémarrage de l'adaptateur",
25
+ "Settings and Import": "Paramètres et importation",
26
+ "Target namespace (e.g. knx.0 to avoid script adjustments)": "Espace de noms cible (par exemple knx.0 pour éviter les ajustements de script)",
27
+ "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",
28
+ "Tunnel Interface IA (optional, e.g. 1.1.254)": "Interface tunnel IA (en option, par exemple 1.1.254)",
29
+ "Tunnel User ID (default: 2)": "ID utilisateur du tunnel (par défaut : 2)",
30
+ "Tunnel User Password (alternative to keyfile)": "Mot de passe utilisateur du tunnel (alternative au fichier de clés)",
31
+ "Unknown error": "Erreur inconnue",
32
+ "Unsupported file format": "Format de fichier non pris en charge",
33
+ "detect KNX gateway": "détecter la passerelle KNX",
34
+ "do not overwrite existing IOB objects": "ne pas écraser les objets IOB existants",
35
+ "do not warn on unknown KNX group adresses": "ne pas avertir sur les adresses de groupes KNX inconnues",
36
+ "generate aliases": "générer des alias",
37
+ "import ETS xml and save": "importer ETS XML et enregistrer",
38
+ "include group range in search": "inclure la plage de groupes dans la recherche",
39
+ "invalid IP address": "adresse IP invalide",
40
+ "invalid file object": "objet fichier invalide",
41
+ "invalid port number": "numéro de port invalide",
42
+ "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)",
43
+ "more than one KNX gateway found": "plus d'une passerelle KNX trouvée",
44
+ "no KNX gateway found": "aucune passerelle KNX trouvée",
45
+ "physical KNX address in format a/b/c not valid": "adresse physique KNX au format a/b/c non valide",
46
+ "please provide a valid minimum send delay value between 0 and 1000 [ms]": "veuillez fournir une valeur de délai d'envoi minimum valide comprise entre 0 et 1 000 [ms]",
47
+ "readout values of autoread iob objects on startup": "lire les valeurs des objets iob à lecture automatique au démarrage",
48
+ "remove existing IOB objects that are not in ETS import file": "supprimer les objets IOB existants qui ne figurent pas dans le fichier d'importation ETS",
49
+ "use common.type boolean for 1 bit enum instead of number": "utilisez common.type boolean pour une énumération de 1 bit au lieu d'un nombre",
50
+ "GA-Tools": "GA-Tools",
51
+ "Properties": "Properties",
52
+ "Select a GA from the tree": "Select a GA from the tree",
53
+ "Select a GA first": "Select a GA first"
54
+ }
@@ -1 +1,54 @@
1
- {}
1
+ {
2
+ "Alias path": "Percorso dell'alias",
3
+ "Enable KNX Secure": "Abilita KNX sicuro",
4
+ "Error": "Errore",
5
+ "Gateway IP": "IP del gateway",
6
+ "Generated %s aliases.": "Alias ​​%s generati.",
7
+ "Import settings": "Importa impostazioni",
8
+ "Import started": "L'importazione è iniziata",
9
+ "Imported %s states successfully": "%s importato correttamente",
10
+ "KNX Secure (optional)": "KNX Sicuro (opzionale)",
11
+ "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",
12
+ "Keyfile content (paste .knxkeys file content)": "Contenuto del file di chiavi (incolla il contenuto del file .knxkeys)",
13
+ "Keyfile password": "Password del file di chiavi",
14
+ "Local IPv4 network interface": "Interfaccia di rete IPv4 locale",
15
+ "Minimum Similarity 0-1": "Somiglianza minima 0-1",
16
+ "Minimum send delay between two frames [ms]": "Ritardo di invio minimo tra due telegrammi [ms]",
17
+ "Option A: Aliases": "Opzione A: Alias",
18
+ "Option B: Compatibility": "Opzione B: compatibilità",
19
+ "Physical KNX address": "Indirizzo fisico KNX",
20
+ "Please select your local network interface first.": "Seleziona prima l'interfaccia di rete locale.",
21
+ "Port": "Porta",
22
+ "Protocol": "Protocollo",
23
+ "Regex to identify Status GAs": "Regex per identificare gli Status GA",
24
+ "Restarting adapter": "Adattatore di riavvio",
25
+ "Settings and Import": "Impostazioni e importazione",
26
+ "Target namespace (e.g. knx.0 to avoid script adjustments)": "Spazio dei nomi di destinazione (ad esempio knx.0 per evitare aggiustamenti dello script)",
27
+ "To merge action and status GA in one ioBroker object you can let the adapter generate": "Per unire l'azione e lo stato GA in un oggetto ioBroker puoi lasciare che l'adattatore generi",
28
+ "Tunnel Interface IA (optional, e.g. 1.1.254)": "Tunnel Interface IA (opzionale, ad esempio 1.1.254)",
29
+ "Tunnel User ID (default: 2)": "ID utente tunnel (impostazione predefinita: 2)",
30
+ "Tunnel User Password (alternative to keyfile)": "Password utente tunnel (alternativa al file di chiavi)",
31
+ "Unknown error": "Errore sconosciuto",
32
+ "Unsupported file format": "Formato file non supportato",
33
+ "detect KNX gateway": "rilevare il gateway KNX",
34
+ "do not overwrite existing IOB objects": "non sovrascrivere gli oggetti IOB esistenti",
35
+ "do not warn on unknown KNX group adresses": "non avvisare su indirizzi di gruppo KNX sconosciuti",
36
+ "generate aliases": "generare alias",
37
+ "import ETS xml and save": "importa l'xml ETS e salva",
38
+ "include group range in search": "includere l'intervallo del gruppo nella ricerca",
39
+ "invalid IP address": "indirizzo IP non valido",
40
+ "invalid file object": "oggetto file non valido",
41
+ "invalid port number": "numero di porta non valido",
42
+ "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)",
43
+ "more than one KNX gateway found": "trovato più di un gateway KNX",
44
+ "no KNX gateway found": "nessun gateway KNX trovato",
45
+ "physical KNX address in format a/b/c not valid": "indirizzo fisico KNX in formato a/b/c non valido",
46
+ "please provide a valid minimum send delay value between 0 and 1000 [ms]": "fornire un valore di ritardo di invio minimo valido compreso tra 0 e 1000 [ms]",
47
+ "readout values of autoread iob objects on startup": "valori di lettura degli oggetti iob con lettura automatica all'avvio",
48
+ "remove existing IOB objects that are not in ETS import file": "rimuovere gli oggetti IOB esistenti che non si trovano nel file di importazione ETS",
49
+ "use common.type boolean for 1 bit enum instead of number": "utilizzare common.type booleano per l'enumerazione a 1 bit anziché il numero",
50
+ "GA-Tools": "GA-Tools",
51
+ "Properties": "Properties",
52
+ "Select a GA from the tree": "Select a GA from the tree",
53
+ "Select a GA first": "Select a GA first"
54
+ }
@@ -1 +1,54 @@
1
- {}
1
+ {
2
+ "Alias path": "Alias-pad",
3
+ "Enable KNX Secure": "Schakel KNX Secure in",
4
+ "Error": "Fout",
5
+ "Gateway IP": "Gateway-IP",
6
+ "Generated %s aliases.": "%s aliassen gegenereerd.",
7
+ "Import settings": "Instellingen importeren",
8
+ "Import started": "Importeren is gestart",
9
+ "Imported %s states successfully": "%s staten succesvol geïmporteerd",
10
+ "KNX Secure (optional)": "KNX Secure (optioneel)",
11
+ "KNXproj are not supported, please open in ETS the Group Adresses and right click on group addresses and then group adresse export": "KNXproj wordt niet ondersteund, open in ETS de groepsadressen en klik met de rechtermuisknop op groepsadressen en vervolgens op export van groepsadressen",
12
+ "Keyfile content (paste .knxkeys file content)": "Inhoud sleutelbestand (plak de inhoud van het .knxkeys-bestand)",
13
+ "Keyfile password": "Wachtwoord sleutelbestand",
14
+ "Local IPv4 network interface": "Lokale IPv4-netwerkinterface",
15
+ "Minimum Similarity 0-1": "Minimale gelijkenis 0-1",
16
+ "Minimum send delay between two frames [ms]": "Minimale verzendvertraging tussen twee frames [ms]",
17
+ "Option A: Aliases": "Optie A: Aliassen",
18
+ "Option B: Compatibility": "Optie B: Compatibiliteit",
19
+ "Physical KNX address": "Fysiek KNX-adres",
20
+ "Please select your local network interface first.": "Selecteer eerst uw lokale netwerkinterface.",
21
+ "Port": "Haven",
22
+ "Protocol": "Protocol",
23
+ "Regex to identify Status GAs": "Regex om Status GA's te identificeren",
24
+ "Restarting adapter": "Adapter opnieuw opstarten",
25
+ "Settings and Import": "Instellingen en importeren",
26
+ "Target namespace (e.g. knx.0 to avoid script adjustments)": "Doelnaamruimte (bijvoorbeeld knx.0 om scriptaanpassingen te voorkomen)",
27
+ "To merge action and status GA in one ioBroker object you can let the adapter generate": "Om actie en status GA samen te voegen in één ioBroker-object kunt u de adapter laten genereren",
28
+ "Tunnel Interface IA (optional, e.g. 1.1.254)": "Tunnelinterface IA (optioneel, bijv. 1.1.254)",
29
+ "Tunnel User ID (default: 2)": "Tunnelgebruikers-ID (standaard: 2)",
30
+ "Tunnel User Password (alternative to keyfile)": "Tunnelgebruikerswachtwoord (alternatief voor sleutelbestand)",
31
+ "Unknown error": "Onbekende fout",
32
+ "Unsupported file format": "Niet-ondersteunde bestandsindeling",
33
+ "detect KNX gateway": "KNX-gateway detecteren",
34
+ "do not overwrite existing IOB objects": "overschrijf geen bestaande IOB-objecten",
35
+ "do not warn on unknown KNX group adresses": "waarschuw niet voor onbekende KNX-groepsadressen",
36
+ "generate aliases": "aliassen genereren",
37
+ "import ETS xml and save": "importeer ETS xml en sla op",
38
+ "include group range in search": "groepsbereik opnemen in zoekopdracht",
39
+ "invalid IP address": "ongeldig IP-adres",
40
+ "invalid file object": "ongeldig bestandsobject",
41
+ "invalid port number": "ongeldig poortnummer",
42
+ "ioBroker.knx Compatibility Mode (link status GAs internally instead of aliases)": "ioBroker.knx-compatibiliteitsmodus (linkstatus GA's intern in plaats van aliassen)",
43
+ "more than one KNX gateway found": "meer dan één KNX-gateway gevonden",
44
+ "no KNX gateway found": "geen KNX-gateway gevonden",
45
+ "physical KNX address in format a/b/c not valid": "fysiek KNX-adres in formaat a/b/c niet geldig",
46
+ "please provide a valid minimum send delay value between 0 and 1000 [ms]": "geef een geldige minimale verzendvertragingswaarde op tussen 0 en 1000 [ms]",
47
+ "readout values of autoread iob objects on startup": "uitleeswaarden van autoread iob-objecten bij het opstarten",
48
+ "remove existing IOB objects that are not in ETS import file": "verwijder bestaande IOB-objecten die niet in het ETS-importbestand staan",
49
+ "use common.type boolean for 1 bit enum instead of number": "gebruik common.type boolean voor 1 bit enum in plaats van getal",
50
+ "GA-Tools": "GA-Tools",
51
+ "Properties": "Properties",
52
+ "Select a GA from the tree": "Select a GA from the tree",
53
+ "Select a GA first": "Select a GA first"
54
+ }
@@ -1 +1,54 @@
1
- {}
1
+ {
2
+ "Alias path": "Ścieżka aliasu",
3
+ "Enable KNX Secure": "Włącz KNX Secure",
4
+ "Error": "Błąd",
5
+ "Gateway IP": "Adres IP bramy",
6
+ "Generated %s aliases.": "Wygenerowano %s aliasów.",
7
+ "Import settings": "Importuj ustawienia",
8
+ "Import started": "Rozpoczęto importowanie",
9
+ "Imported %s states successfully": "Zaimportowano %s stanów pomyślnie",
10
+ "KNX Secure (optional)": "KNX Secure (opcjonalnie)",
11
+ "KNXproj are not supported, please open in ETS the Group Adresses and right click on group addresses and then group adresse export": "KNXproj nie są obsługiwane, proszę otworzyć w ETS adresy grupowe i kliknąć prawym przyciskiem myszy adresy grupowe, a następnie wyeksportować adresy grupowe",
12
+ "Keyfile content (paste .knxkeys file content)": "Zawartość pliku klucza (wklej zawartość pliku .knxkeys)",
13
+ "Keyfile password": "Hasło pliku klucza",
14
+ "Local IPv4 network interface": "Lokalny interfejs sieciowy IPv4",
15
+ "Minimum Similarity 0-1": "Minimalne podobieństwo 0-1",
16
+ "Minimum send delay between two frames [ms]": "Minimalne opóźnienie wysyłania pomiędzy dwiema ramkami [ms]",
17
+ "Option A: Aliases": "Opcja A: Aliasy",
18
+ "Option B: Compatibility": "Opcja B: kompatybilność",
19
+ "Physical KNX address": "Fizyczny adres KNX",
20
+ "Please select your local network interface first.": "Najpierw wybierz interfejs sieci lokalnej.",
21
+ "Port": "Port",
22
+ "Protocol": "Protokół",
23
+ "Regex to identify Status GAs": "Regex do identyfikacji statusów GA",
24
+ "Restarting adapter": "Ponowne uruchamianie adaptera",
25
+ "Settings and Import": "Ustawienia i import",
26
+ "Target namespace (e.g. knx.0 to avoid script adjustments)": "Docelowa przestrzeń nazw (np. knx.0, aby uniknąć dostosowywania skryptu)",
27
+ "To merge action and status GA in one ioBroker object you can let the adapter generate": "Aby połączyć akcję i status GA w jeden obiekt ioBroker, możesz pozwolić adapterowi wygenerować",
28
+ "Tunnel Interface IA (optional, e.g. 1.1.254)": "Interfejs tunelowy IA (opcjonalny, np. 1.1.254)",
29
+ "Tunnel User ID (default: 2)": "Identyfikator użytkownika tunelu (domyślnie: 2)",
30
+ "Tunnel User Password (alternative to keyfile)": "Hasło użytkownika tunelu (alternatywa dla pliku klucza)",
31
+ "Unknown error": "Nieznany błąd",
32
+ "Unsupported file format": "Nieobsługiwany format pliku",
33
+ "detect KNX gateway": "wykryć bramkę KNX",
34
+ "do not overwrite existing IOB objects": "nie nadpisuj istniejących obiektów IOB",
35
+ "do not warn on unknown KNX group adresses": "nie ostrzegaj na nieznanych adresach grupowych KNX",
36
+ "generate aliases": "generować aliasy",
37
+ "import ETS xml and save": "zaimportuj plik XML ETS i zapisz",
38
+ "include group range in search": "uwzględnij zakres grup w wyszukiwaniu",
39
+ "invalid IP address": "nieprawidłowy adres IP",
40
+ "invalid file object": "nieprawidłowy obiekt pliku",
41
+ "invalid port number": "nieprawidłowy numer portu",
42
+ "ioBroker.knx Compatibility Mode (link status GAs internally instead of aliases)": "Tryb zgodności ioBroker.knx (wewnętrzne GA stanu łącza zamiast aliasów)",
43
+ "more than one KNX gateway found": "Znaleziono więcej niż jedną bramkę KNX",
44
+ "no KNX gateway found": "nie znaleziono bramki KNX",
45
+ "physical KNX address in format a/b/c not valid": "adres fizyczny KNX w formacie a/b/c jest nieprawidłowy",
46
+ "please provide a valid minimum send delay value between 0 and 1000 [ms]": "proszę podać poprawną minimalną wartość opóźnienia wysyłania pomiędzy 0 a 1000 [ms]",
47
+ "readout values of autoread iob objects on startup": "odczyt wartości obiektów iob z automatycznym odczytem przy uruchomieniu",
48
+ "remove existing IOB objects that are not in ETS import file": "usuń istniejące obiekty IOB, których nie ma w pliku importu ETS",
49
+ "use common.type boolean for 1 bit enum instead of number": "użyj wartości logicznej common.type dla 1-bitowego wyliczenia zamiast liczby",
50
+ "GA-Tools": "GA-Tools",
51
+ "Properties": "Properties",
52
+ "Select a GA from the tree": "Select a GA from the tree",
53
+ "Select a GA first": "Select a GA first"
54
+ }
@@ -1 +1,54 @@
1
- {}
1
+ {
2
+ "Alias path": "Caminho do alias",
3
+ "Enable KNX Secure": "Habilitar KNX Seguro",
4
+ "Error": "Erro",
5
+ "Gateway IP": "IP do gateway",
6
+ "Generated %s aliases.": "%s aliases gerados.",
7
+ "Import settings": "Importar configurações",
8
+ "Import started": "Importação iniciada",
9
+ "Imported %s states successfully": "%s estados importados com sucesso",
10
+ "KNX Secure (optional)": "KNX Seguro (opcional)",
11
+ "KNXproj are not supported, please open in ETS the Group Adresses and right click on group addresses and then group adresse export": "KNXproj não são suportados, abra no ETS os endereços do grupo e clique com o botão direito nos endereços do grupo e depois exporte o endereço do grupo",
12
+ "Keyfile content (paste .knxkeys file content)": "Conteúdo do arquivo-chave (cole o conteúdo do arquivo .knxkeys)",
13
+ "Keyfile password": "Senha do arquivo-chave",
14
+ "Local IPv4 network interface": "Interface de rede local IPv4",
15
+ "Minimum Similarity 0-1": "Similaridade Mínima 0-1",
16
+ "Minimum send delay between two frames [ms]": "Atraso mínimo de envio entre dois quadros [ms]",
17
+ "Option A: Aliases": "Opção A: Aliases",
18
+ "Option B: Compatibility": "Opção B: Compatibilidade",
19
+ "Physical KNX address": "Endereço KNX físico",
20
+ "Please select your local network interface first.": "Selecione primeiro sua interface de rede local.",
21
+ "Port": "Porta",
22
+ "Protocol": "Protocolo",
23
+ "Regex to identify Status GAs": "Regex para identificar GAs de status",
24
+ "Restarting adapter": "Reiniciando o adaptador",
25
+ "Settings and Import": "Configurações e importação",
26
+ "Target namespace (e.g. knx.0 to avoid script adjustments)": "Namespace de destino (por exemplo, knx.0 para evitar ajustes de script)",
27
+ "To merge action and status GA in one ioBroker object you can let the adapter generate": "Para mesclar ação e status GA em um objeto ioBroker, você pode deixar o adaptador gerar",
28
+ "Tunnel Interface IA (optional, e.g. 1.1.254)": "Interface de túnel IA (opcional, por exemplo, 1.1.254)",
29
+ "Tunnel User ID (default: 2)": "ID do usuário do túnel (padrão: 2)",
30
+ "Tunnel User Password (alternative to keyfile)": "Senha do usuário do túnel (alternativa ao arquivo-chave)",
31
+ "Unknown error": "Erro desconhecido",
32
+ "Unsupported file format": "Formato de arquivo não suportado",
33
+ "detect KNX gateway": "detectar gateway KNX",
34
+ "do not overwrite existing IOB objects": "não substitua objetos IOB existentes",
35
+ "do not warn on unknown KNX group adresses": "não avisar sobre endereços de grupos KNX desconhecidos",
36
+ "generate aliases": "gerar aliases",
37
+ "import ETS xml and save": "importe ETS xml e salve",
38
+ "include group range in search": "incluir intervalo de grupo na pesquisa",
39
+ "invalid IP address": "endereço IP inválido",
40
+ "invalid file object": "objeto de arquivo inválido",
41
+ "invalid port number": "número de porta inválido",
42
+ "ioBroker.knx Compatibility Mode (link status GAs internally instead of aliases)": "Modo de compatibilidade ioBroker.knx (vincule GAs de status internamente em vez de aliases)",
43
+ "more than one KNX gateway found": "mais de um gateway KNX encontrado",
44
+ "no KNX gateway found": "nenhum gateway KNX encontrado",
45
+ "physical KNX address in format a/b/c not valid": "endereço KNX físico no formato a/b/c inválido",
46
+ "please provide a valid minimum send delay value between 0 and 1000 [ms]": "forneça um valor mínimo de atraso de envio válido entre 0 e 1000 [ms]",
47
+ "readout values of autoread iob objects on startup": "valores de leitura de objetos iob de leitura automática na inicialização",
48
+ "remove existing IOB objects that are not in ETS import file": "remova objetos IOB existentes que não estão no arquivo de importação ETS",
49
+ "use common.type boolean for 1 bit enum instead of number": "use common.type booleano para enum de 1 bit em vez de número",
50
+ "GA-Tools": "GA-Tools",
51
+ "Properties": "Properties",
52
+ "Select a GA from the tree": "Select a GA from the tree",
53
+ "Select a GA first": "Select a GA first"
54
+ }