iobroker.openknx 0.1.7 → 0.1.11
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 +206 -96
- package/admin/i18n/de/translations.json +21 -21
- package/admin/i18n/en/translations.json +19 -15
- package/admin/i18n/es/translations.json +20 -20
- package/admin/i18n/fr/translations.json +19 -19
- package/admin/i18n/it/translations.json +19 -19
- package/admin/i18n/nl/translations.json +21 -21
- package/admin/i18n/pl/translations.json +20 -20
- package/admin/i18n/pt/translations.json +20 -20
- package/admin/i18n/ru/translations.json +21 -21
- package/admin/i18n/zh-cn/translations.json +19 -19
- package/admin/index_m.html +251 -202
- package/admin/openknx.png +0 -0
- package/admin/words.js +87 -0
- package/io-package.json +108 -86
- package/lib/knx/package.json +2 -2
- package/lib/knx/src/dptlib/dpt2.js +4 -2
- package/lib/knx/src/dptlib/dpt21.js +3 -1
- package/lib/knx/src/dptlib/dpt7.js +8 -1
- package/lib/knx/test/connection/test-connect-routing.js +3 -0
- package/lib/knx/test/dptlib/test-dpt.js +1 -23
- package/lib/projectImport.js +166 -90
- package/lib/projectImport.test.js +45 -0
- package/lib/tools.js +43 -36
- package/main.js +277 -167
- package/package.json +84 -82
package/README.md
CHANGED
|
@@ -5,32 +5,79 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/iobroker.openknx)
|
|
6
6
|

|
|
7
7
|

|
|
8
|
-
[](https://david-dm.org/boellner/iobroker.openknx)
|
|
9
8
|
|
|
10
9
|
[](https://nodei.co/npm/iobroker.openknx/)
|
|
11
10
|
|
|
12
|
-
**Tests:** 
|
|
13
12
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
13
|
+
# Deutsch
|
|
14
|
+
Dieser Adapter dient als Kommunikationsschnittstelle zwischen ioBroker und einem KNX IP Gateway.
|
|
15
|
+
Der Adapter ermöglicht die automatische Generierung der ioBroker Datenobjekte durch den Import eines ETS-Gruppenadressen-XML-Exports.
|
|
16
|
+
Alle generierten Kommunikationsobjekte sind zunächst lesbar und schreibbar konfiguriert, Werte werden beim Neustart des Adapters vom knx-Bus geholt.
|
|
18
17
|
|
|
19
18
|
# Installation
|
|
20
|
-
|
|
19
|
+
Der Adapter ist im latest/beta Repository verfügbar. Wenn dieses in den ioBroker Systemeinstellung ausgewählt ist kann der Adapter in der Adapterliste unter "openknx" gesucht und installiert werden. Eine Alternative ist im Expertenmodus das installieren über das Github Symbol möglich in dem man "von Github" auswählt und nach openknx sucht.
|
|
20
|
+
|
|
21
|
+
# Adapterkonfiguration
|
|
22
|
+
In den Instanzeinstellung muss mindestens die Gateway IP eingetragen werden. Dann kann man ein ETS-Export XML Datei importiert werden. Die XML kann über ETS dem Fenster Gruppenadressen mit Rechtsklick auf den oberen Ebene der Gruppenadresse exportiert werden. GA die keinem DPT zugeordnet sind werden nicht importiert. Es handelt sich dabei um GA die keinem Kommunikationsobjekt in ETS zugeordnet sind.
|
|
23
|
+
|
|
24
|
+
# Nutzung
|
|
25
|
+
ioBroker Datenpunkte können einfach mit ACK false/Nicht Bestätigt gesetzt werden. Komplexe Datenpunkt müssen im korrekt format wie zb: {"priority":0,"data":1} gesetzt werden
|
|
26
|
+
|
|
27
|
+
# Fragen und Diskussion
|
|
28
|
+
https://forum.iobroker.net/topic/50352/test-adapter-openknx-0-1-x
|
|
29
|
+
|
|
30
|
+
# Adaptermigration
|
|
21
31
|
|
|
22
|
-
|
|
32
|
+
## Node Red migrieren
|
|
33
|
+
- Wählen Sie im Menü auf der rechten Seite Exportieren
|
|
34
|
+
- Alle Flows auswählen, herunterladen
|
|
35
|
+
- im Texteditor knx.0 ersetzen mit openknx.0
|
|
36
|
+
- Menü auf der rechten Seite, Import auswählen
|
|
37
|
+
- Geänderte Datei auswählen
|
|
38
|
+
- im Dialog Flows auswählen (Subflows, Configuration-Nodes nur wenn sie betroffen sind) -> neue Tabs werden hinzugefügt
|
|
39
|
+
- alte Flows manuell löschen
|
|
23
40
|
|
|
24
|
-
cd /opt/iobroker/
|
|
25
|
-
npm i iobroker.openknx
|
|
26
|
-
iobroker add openknx
|
|
27
41
|
|
|
28
|
-
|
|
42
|
+
## VIS migrieren
|
|
29
43
|
|
|
30
|
-
|
|
31
|
-
|
|
44
|
+
- Vis-Editor öffnen
|
|
45
|
+
- Setup -> Projekt-Export/Import -> Normal exportieren
|
|
46
|
+
- Entpacken der Zip-Datei und vis-views.json in einem Editor öffnen
|
|
47
|
+
- Suche Ersetzen knx.0 mit openknx.0
|
|
48
|
+
- Komprimieren Sie vis-views.json und vis-user.css in einer Zip-Datei
|
|
49
|
+
- Setup -> Projekt-Export/Import -> Import
|
|
50
|
+
- Zip-Datei in Drop-Bereich verschieben
|
|
51
|
+
- Projektname = main
|
|
52
|
+
- Projekt importieren
|
|
32
53
|
|
|
33
|
-
|
|
54
|
+
## Skripte migrieren
|
|
55
|
+
|
|
56
|
+
- Skripte öffnen
|
|
57
|
+
- 3 Punkte -> Alle Skripte exportieren
|
|
58
|
+
- Zip-Datei öffnen und den Ordner in einem Editor öffnen
|
|
59
|
+
- Suche knx.0 durch openknx.0 ersetzen
|
|
60
|
+
- alle geänderten Dateien in eine Zip-Datei komprimieren
|
|
61
|
+
- 3 Punkte -> Skripte importieren
|
|
62
|
+
- Zip-Datei in Drop-Bereich verschieben
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
## Grafana migrieren
|
|
66
|
+
|
|
67
|
+
- Alle Dashboards durchgehen und Share/Teilen -> Exportieren -> In Datei speichern
|
|
68
|
+
- im Texteditor knx.0 ersetzen. mit openknx.0
|
|
69
|
+
- Um ein Dashboard zu importieren, klicken Sie im Seitenmenü auf das Symbol + und dann auf Importieren.
|
|
70
|
+
- Von hier aus können Sie eine Dashboard-JSON-Datei hochladen
|
|
71
|
+
- Wählen Sie Importieren (Überschreiben)
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
# English
|
|
75
|
+
This adapter serves as communication interface between Iobroker and your KNX IP Gateway.
|
|
76
|
+
The adapter allows to generate the iobroker communication objects automatically by importing an ETS group address xml export.
|
|
77
|
+
All generated communication objects are initially configured readable and writeable, values are fetched from the knx bus on adapter restart.
|
|
78
|
+
|
|
79
|
+
# Installation
|
|
80
|
+
The adapter is available in the latest / beta repository. If this is selected in the ioBroker system settings, the adapter can be searched in the adapter list under "openknx" and installed by clicking the + Symbol. An alternative is to install in expert mode via the Github symbol by selecting "from Github" and searching for openknx.
|
|
34
81
|
|
|
35
82
|
# Adapter configuration
|
|
36
83
|

|
|
@@ -39,49 +86,89 @@ When starting, the adapter tries to read all GroupAdresses with have the autorea
|
|
|
39
86
|
This could take a while and can produce a higher load on your KNX-bus. This ensures that the adapter operates with up-to-date values from the start.
|
|
40
87
|
Autoread is done on the first connection with the knx bus after an adapter start or restart, not on every knx reconnection.
|
|
41
88
|
After adapter installation, open the adapter configuration. Fill in:
|
|
42
|
-
|
|
43
|
-
IP of your KNX
|
|
89
|
+
### KNX Gateway IP
|
|
90
|
+
IP of your KNX IP gateway.
|
|
44
91
|
|
|
45
|
-
|
|
92
|
+
### Port
|
|
46
93
|
this is normally port 3671 of the KNX IP gateway.
|
|
47
94
|
|
|
48
|
-
|
|
95
|
+
### phys. EIB Adress
|
|
49
96
|
Fill in physical address of the gateway in the format 1/1/1.
|
|
50
97
|
|
|
51
|
-
|
|
98
|
+
### Add only new Objects
|
|
52
99
|
If checked, the import will skip overwriting existing communication objects.
|
|
53
100
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
101
|
+
### GA XML import
|
|
102
|
+

|
|
103
|
+
1. In ETS go to Group Addresses, select export group address and select XML export in latest format version.
|
|
104
|
+
ETS4 Format is not supported, it does not contain DPTs information.
|
|
58
105
|
|
|
59
|
-
#### GA XML import
|
|
60
|
-
1. In ETS go to Group Addresses, select export group addresse and select XML export in latest format version
|
|
61
106
|
2. upload your ETS Export XML in the adapter via the GA XML-Import dialog
|
|
62
107
|
3. Import will immediatelly start after file selection and give a status report after completion.
|
|
63
108
|
After the successful import a message shows how much objects where recognized. More detailed information could be found in the log.
|
|
64
109
|
|
|
65
|
-
|
|
110
|
+
Hint on ETS configuration:
|
|
111
|
+
If you have different DPT Subtypes for the GA and in the communication objets that use this GA, then the ETS seems to use the DPT Type with the lowest number. In this case manually ensure that all fields are using the same datatype.
|
|
112
|
+
|
|
113
|
+
### Frames per sec
|
|
66
114
|
This settings protects the KNX bus from data flooding by limiting data frames to a certain rate. Not sent frames are put into a fifo buffer.
|
|
67
115
|
|
|
116
|
+
# adapter migration
|
|
117
|
+
## migrate Node Red
|
|
118
|
+
- in right side menu, select Export
|
|
119
|
+
- select All Flows, Download
|
|
120
|
+
- in text editor replace knx.0. with openknx.0.
|
|
121
|
+
- right side menu, select import
|
|
122
|
+
- select changed file
|
|
123
|
+
- in the dialog select Flows (Subflows, Configuration-Nodes only if they are affected) -> new tabs get added
|
|
124
|
+
- delete old flows manually
|
|
125
|
+
|
|
126
|
+
## migrate VIS
|
|
127
|
+
- Open Vis Editor
|
|
128
|
+
- Setup -> Projekt-Export/import -> Exportieren normal
|
|
129
|
+
- Open Zip File and vis-views.json in an editor
|
|
130
|
+
- Search Replace knx.0. with openknx.0.
|
|
131
|
+
- Compress vis-views.json and vis-user.css in a zip file
|
|
132
|
+
- Setup -> Projekt-Export/import -> Import
|
|
133
|
+
- Move zip file in Drop Area
|
|
134
|
+
- Projektname = main
|
|
135
|
+
- Import project
|
|
136
|
+
|
|
137
|
+
## migrate Scripts
|
|
138
|
+
- Open Scripts
|
|
139
|
+
- 3 dots -> Export all scripts
|
|
140
|
+
- Open Zip File and open the folder in a editor
|
|
141
|
+
- Search Replace knx.0 with openknx.0
|
|
142
|
+
- compress all changed files in a zip file
|
|
143
|
+
- 3 dots ->Import scripts
|
|
144
|
+
- Move zip file in Drop Area
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
## migrate Grafana
|
|
148
|
+
- go through all dashboards and select share - export - save to file
|
|
149
|
+
- in text editor replace knx.0. with openknx.0.
|
|
150
|
+
- To import a dashboard click the + icon in the side menu, and then click Import.
|
|
151
|
+
- From here you can upload a dashboard JSON file
|
|
152
|
+
- select Import (Overwrite)
|
|
153
|
+
|
|
68
154
|
# howto use the adapter & basic concept
|
|
69
|
-
todo
|
|
70
155
|
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
156
|
+
### ACK flags
|
|
157
|
+
Application shall not set ack flag, application is notified from this adapter by the ack flag if data is updated.
|
|
158
|
+
KNX Stack sets the ack flag of the linked IoBroker object on receiption of a group address.
|
|
159
|
+
Sent frames on KNX do not result into a ack of the writing object.
|
|
160
|
+
|
|
161
|
+
### Node Red complex datatype example
|
|
162
|
+
Create a function node that connects to a ioBroker out node that connects with a KNX object of DPT2.
|
|
163
|
+
msg.payload = {"priority":1 ,"data":0};
|
|
164
|
+
return msg;
|
|
78
165
|
|
|
79
166
|
# log level
|
|
80
167
|
Enable expert mode to enable switching between different log levels. Default loglevel is info.
|
|
81
168
|

|
|
82
169
|
|
|
83
170
|
# IOBroker Communication Object description
|
|
84
|
-
|
|
171
|
+
IoBroker defines Objects to hold communication interfaces settings.
|
|
85
172
|
GA import generates a communication object folder structure following the ga main-group/middle-group scheme. Each groupaddress is an oject with following automatically generated data.
|
|
86
173
|
|
|
87
174
|
IoBroker state roles (https://github.com/ioBroker/ioBroker/blob/master/doc/STATE_ROLES.md) have value 'state' by default. Some more granular values are derieved from the DPT, for example Date or Switch.
|
|
@@ -93,8 +180,6 @@ Autoread is set to false where it is clear from the DPT that this is a trigger s
|
|
|
93
180
|
"type": "state",
|
|
94
181
|
"common": { //values here can be interpreted by iobroker
|
|
95
182
|
"desc": "Basetype: 1-bit value, Subtype: switch", //informative, from dpt
|
|
96
|
-
"min": 0, //derieved from dpt
|
|
97
|
-
"max": 1, //derieved from dpt
|
|
98
183
|
"name": "Aussen Melder Licht schalten", //informative description from ets export
|
|
99
184
|
"read": true, //default set, if false incoming bus values are not updating the object
|
|
100
185
|
"role": state, //default state, derieved from DPT
|
|
@@ -103,7 +188,7 @@ Autoread is set to false where it is clear from the DPT that this is a trigger s
|
|
|
103
188
|
"write": true //default true, if set change on object is triggering knx write, succ. write sets then ack flag to true
|
|
104
189
|
},
|
|
105
190
|
"native": { //values here can be interpreted by openknx adapter
|
|
106
|
-
"address": "0/
|
|
191
|
+
"address": "0/1/2", //knx group address
|
|
107
192
|
"answer_groupValueResponse": false, //default false, if set to true adapter responds with value on GroupValue_Read
|
|
108
193
|
"autoread": true, //default true for non trigger signals , adapter sends a GroupValue_read on start to sync its states
|
|
109
194
|
"bitlength": 1, //size ob knx data, derived from dpt
|
|
@@ -121,105 +206,131 @@ Autoread is set to false where it is clear from the DPT that this is a trigger s
|
|
|
121
206
|
"ts": 1638913951639
|
|
122
207
|
}
|
|
123
208
|
|
|
124
|
-
|
|
125
209
|
# Adapter communication Interface Description
|
|
126
210
|
Handeled DPTs are: 1-21,232,237,238
|
|
127
211
|
Unhandeled DPTs are written as raw buffers, the interface is a sequencial string of hexadecimal numbers. For example write '0102feff' to send values 0x01 0x02 0xfe 0xff on the bus.
|
|
128
212
|
Where number datatype is used please note that interface values can be scaled.
|
|
129
213
|
|
|
130
|
-
|
|
214
|
+
### API call
|
|
215
|
+
IoBroker defines States as communication interface.
|
|
131
216
|
|
|
132
217
|
setState(
|
|
133
218
|
id: string, // object path
|
|
134
219
|
state: State | StateValue | SettableState,
|
|
135
|
-
ack: false, //
|
|
220
|
+
ack: false, //has to be set to false by convention
|
|
136
221
|
c: 'GroupValue_Read' //optional comment, set this value to trigger a bus read to this object, given StateValue is ignored
|
|
137
222
|
): void;
|
|
138
223
|
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
|
144
|
-
|
|
145
|
-
|DPT-
|
|
146
|
-
|DPT-
|
|
147
|
-
|DPT-
|
|
148
|
-
|DPT-
|
|
149
|
-
|DPT-
|
|
150
|
-
|DPT-
|
|
151
|
-
|DPT-
|
|
152
|
-
|DPT-
|
|
153
|
-
|DPT-
|
|
154
|
-
|DPT-
|
|
155
|
-
|DPT-
|
|
156
|
-
|DPT-
|
|
157
|
-
|DPT-
|
|
158
|
-
|DPT-
|
|
159
|
-
|DPT-
|
|
160
|
-
|DPT-
|
|
161
|
-
|DPT-
|
|
162
|
-
|DPT-
|
|
163
|
-
|DPT-
|
|
164
|
-
|DPT-
|
|
165
|
-
|DPT-
|
|
166
|
-
|DPT-
|
|
167
|
-
|DPT-
|
|
168
|
-
|DPT-
|
|
169
|
-
|DPT-
|
|
170
|
-
|
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
Only time and date information is exchanged with KNX time based datatypes, e.g. DPT-19 has unsupported fields for signal quality
|
|
224
|
+
### Description of all DPTs
|
|
225
|
+
| KNX DPT | javascript datatype | special values | value range | remark |
|
|
226
|
+
| --------- | ---------------------- | ---------------------------------------------------------------------------------------------------- | ----------------------------------------- | --------------------------------------------------- |
|
|
227
|
+
| DPT-1 | boolean | | false, true ||
|
|
228
|
+
| DPT-2 | object | {"priority":1 bit,"data":1 bit} | - ||
|
|
229
|
+
| DPT-3 | object | {"decr_incr":1 bit,"data":2 bit} | - ||
|
|
230
|
+
| DPT-18 | object | {"save_recall":0,"scenenumber":0} | - |Datapoint Type DPT_SceneControl removed from autoread|
|
|
231
|
+
| DPT-21 | object | {"outofservice":0,"fault":0,"overridden":0,"inalarm":0,"alarmunack":0} | - ||
|
|
232
|
+
| DPT-232 | object | {red:0..255, green:0.255, blue:0.255} | - ||
|
|
233
|
+
| DPT-237 | object | {"address":0,"addresstype":0,"readresponse":0,"lampfailure":0,"ballastfailure":0,"convertorerror":0} | - ||
|
|
234
|
+
| DPT-4 | string | | one character sent as 8-bit character ||
|
|
235
|
+
| DPT-16 | string | | one character sent as 16-character string ||
|
|
236
|
+
| DPT-5 | number | | 8-bit unsigned value ||
|
|
237
|
+
| DPT-5.001 | number | | 0..100 [%] scaled to 1-byte ||
|
|
238
|
+
| DPT-5.003 | number | | 0..360 [°] scaled to 1-byte ||
|
|
239
|
+
| DPT-6 | number | | 8-bit signed -128..127 ||
|
|
240
|
+
| DPT-7 | number | | 16-bit unsigned value ||
|
|
241
|
+
| DPT-8 | number | | 2-byte signed value -32768..32767 ||
|
|
242
|
+
| DPT-9 | number | | 2-byte floating point value ||
|
|
243
|
+
| DPT-14 | number | | 4-byte floating point value ||
|
|
244
|
+
| DPT-12 | number | | 4-byte unsigned value ||
|
|
245
|
+
| DPT-13 | number | | 4-byte signed value ||
|
|
246
|
+
| DPT-15 | number | | 4-byte ||
|
|
247
|
+
| DPT-17 | number | | 1-byte | DPT_SceneNumber removed from autoread|
|
|
248
|
+
| DPT-20 | number | | 1-byte ||
|
|
249
|
+
| DPT-238 | number | | 1-byte ||
|
|
250
|
+
| DPT-10 | number for Date Object | | - ||
|
|
251
|
+
| DPT-11 | number for Date Object | | - ||
|
|
252
|
+
| DPT-19 | number for Date Object | | - ||
|
|
253
|
+
| DPT-26 | string | e.g. 00010203.. | - | Datapoint Type DPT_SceneInfo not read by autread|
|
|
254
|
+
| DPT-238 | string | e.g. 00010203.. | - | DPT_SceneConfig not read by autread|
|
|
255
|
+
| rest | string | e.g. 00010203.. | - ||
|
|
256
|
+
|
|
257
|
+
Only time and date information is exchanged with KNX time based datatypes, e.g. DPT-19 has unsupported fields for signal quality.
|
|
175
258
|
|
|
176
259
|
Object send and receive values are of type boolean DPT1), number (scaled, or unscaled), string.
|
|
177
260
|
DPT 2 'expects a object {"priority":0,"data":1}' receive provides a strinified object of same type.
|
|
178
261
|
Other joint DPTs have similar object notation.
|
|
179
|
-
DPT19 expects a Number from a Date Object, Iobroker can not handle objects, fields of KNX ko that cannot be derived from timestamp are not implemented eg. quality flags
|
|
262
|
+
DPT19 expects a Number from a Date Object, Iobroker can not handle objects, fields of KNX ko that cannot be derived from timestamp are not implemented eg. quality flags.
|
|
180
263
|
|
|
181
264
|
Date and time DPTs (DPT10, DPT11)
|
|
182
265
|
Please have in mind that Javascript and KNX have very different base type for time and date.
|
|
183
266
|
DPT10 is time (hh:mm:ss) plus "day of week". This concept is unavailable in JS, so you'll be getting/setting a regular Date Js object, but please remember you'll need to ignore the date, month and year. The exact same datagram that converts to "Mon, Jul 1st 12:34:56", will evaluate to a wildly different JS Date of "Mon, Jul 8th 12:34:56" one week later. Be warned!
|
|
184
267
|
DPT11 is date (dd/mm/yyyy): the same applies for DPT11, you'll need to ignore the time part.
|
|
185
268
|
|
|
186
|
-
|
|
187
|
-
|
|
269
|
+
(KNX specification of DPTs https://www.knx.org/wAssets/docs/downloads/Certification/Interworking-Datapoint-types/03_07_02-Datapoint-Types-v02.02.01-AS.pdf)
|
|
270
|
+
|
|
271
|
+
### group value write
|
|
272
|
+
Sending is triggered by writing a communication object.
|
|
188
273
|
Communication object is triggered when a write frame is received on the bus.
|
|
189
274
|
|
|
190
|
-
|
|
275
|
+
### group value read
|
|
191
276
|
Sending can be triggered by writing a communicaton object with comment.
|
|
192
|
-
Receiving, if configured will trigger a group value response (limitation: write) of the actual c.o. value, see below
|
|
277
|
+
Receiving, if configured will trigger a group value response (limitation: group value write at the moment) of the actual c.o. value, see below.
|
|
193
278
|
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
Receiving will update the value of the iobroker object in read is set to true.
|
|
279
|
+
### group value response
|
|
280
|
+
If answer_groupValueResponse is set to true, then the adapter will reply with a GroupValue_response to a previously received GroupValue_read request.
|
|
197
281
|
|
|
198
282
|
# Features
|
|
199
|
-
*
|
|
200
|
-
*
|
|
201
|
-
*
|
|
202
|
-
* raw read and write of unsupported DPTs
|
|
203
|
-
* support of group value read and group value write, group value write as response to group value request
|
|
204
|
-
* Autoread
|
|
283
|
+
* stable and reliable knx stack
|
|
284
|
+
* easy interface to group adresses of many DPTs, raw read and write for other DPTs
|
|
285
|
+
* support of KNX group value read and group value write and group value response
|
|
205
286
|
* free open source
|
|
287
|
+
* no dependencies to cloud services, runs without internet access
|
|
288
|
+
* Autoread on start
|
|
289
|
+
* fast import of group addresses in XML format
|
|
290
|
+
* create joint alias objects that react on status inputs
|
|
206
291
|
|
|
207
292
|
# Known Problems
|
|
208
|
-
-
|
|
293
|
+
- none
|
|
209
294
|
|
|
210
295
|
# Limitations
|
|
211
296
|
- only three level group addresses are supported
|
|
297
|
+
- ETS 4 export file format is not supported
|
|
212
298
|
|
|
213
299
|
## Changelog
|
|
214
|
-
### 0.1.
|
|
300
|
+
### 0.1.11 (2021-12-28)
|
|
301
|
+
* feature: remove more scene DPTs from default autoread
|
|
302
|
+
* feature: sends GroupValue_Response on GroupValue_Read if configured
|
|
303
|
+
* feature: admin dialog with option to generate aliases (beta)
|
|
304
|
+
* feature: admin dialog reactivates after adapter reset
|
|
305
|
+
* feature: add support for DPT 7.600
|
|
306
|
+
* feature: show logs of knx library
|
|
307
|
+
* fix: filter out logs with device address bus interactions
|
|
308
|
+
* fix: filter ga names that are forbidden in IOB
|
|
309
|
+
* fix: reply with groupvalueresponse on request, not with groupvaluewrite
|
|
310
|
+
* fix: remove more scene dpts from autoread
|
|
311
|
+
|
|
312
|
+
### 0.1.10 (2021-12-24)
|
|
313
|
+
* fix: interface to write objects corrected
|
|
314
|
+
|
|
315
|
+
### 0.1.9 (2021-12-22)
|
|
316
|
+
* fix: algorith to generate the iob objects improved
|
|
317
|
+
* fix: min max removed for boolean
|
|
318
|
+
* fix: ackqnowledgement handling
|
|
319
|
+
* removed feature: override path of knx objects
|
|
320
|
+
* feature: new logo
|
|
321
|
+
|
|
322
|
+
### 0.1.8
|
|
323
|
+
* (tombox) feature: changed ui and many fixes
|
|
324
|
+
* (boellner) feature: skip wrong initial disconnect warning
|
|
325
|
+
* (boellner) feature: add translation
|
|
215
326
|
* (boellner) doc: github ci pipleline, testing
|
|
216
327
|
|
|
217
328
|
### 0.1.6
|
|
218
329
|
* (boellner) fix: missing dependencies
|
|
219
330
|
|
|
220
331
|
### 0.1.5
|
|
221
|
-
* (boellner) fix: remove default fallback ip settings from stack to get error message on missing configuration
|
|
222
332
|
* (boellner) feature: corrected adapter status info.connection (green, yellow, red indicator)
|
|
333
|
+
* (boellner) fix: remove default fallback ip settings from stack to get error message on missing configuration
|
|
223
334
|
* (boellner) fix: autoread
|
|
224
335
|
* (boellner) fix: finding non knx objects int tree leading to problems on startup
|
|
225
336
|
|
|
@@ -245,7 +356,6 @@ Receiving will update the value of the iobroker object in read is set to true.
|
|
|
245
356
|
* (boellner) feature: import ga xml
|
|
246
357
|
|
|
247
358
|
## License
|
|
248
|
-
|
|
249
359
|
GNU GENERAL PUBLIC LICENSE
|
|
250
360
|
==========================
|
|
251
361
|
Copyright (c) 2021 boellner
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
2
|
+
"Extracted %s states": "Extrahierte %s-Zustände",
|
|
3
|
+
"Frames per second": "Bilder pro Sekunde",
|
|
4
|
+
"GA XML Export from ETS": "GA-XML-Export aus ETS",
|
|
5
|
+
"Gateway IP": "Gateway-IP",
|
|
6
|
+
"How to export GA XML from ETS:": "So exportieren Sie GA-XML aus der ETS:",
|
|
7
|
+
"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",
|
|
8
|
+
"Port": "Hafen",
|
|
9
|
+
"Regex to identify Status GAs (ending with status, rm, rückmeldung..). Empty to deactivate": "Regex zum Erkennen von Status-GAs (Endung mit status, rm, rückmeldung..) Leer zum Deaktivieren",
|
|
10
|
+
"Restarting adapter": "Adapter neu starten...",
|
|
11
|
+
"Unsupported file format": "Nicht unterstütztes Dateiformat",
|
|
12
|
+
"add only new Objects": "Nur neue Objekte hinzufügen",
|
|
13
|
+
"invalid IP address": "ungültige IP-Adresse",
|
|
14
|
+
"invalid port number": "ungültige Portnummer",
|
|
15
|
+
"local network interface": "lokale Netzwerkschnittstelle",
|
|
16
|
+
"min 1": "Minimum ist 1",
|
|
17
|
+
"override object path": "",
|
|
18
|
+
"physical KNX address": "physikalische KNX-Adresse",
|
|
19
|
+
"physical KNX address in format a/b/c not valid": "physikalische KNX-Adresse im Format a/b/c ungültig",
|
|
20
|
+
"this is not a number": "das ist keine Zahl",
|
|
21
|
+
"using old knx path for objects": "",
|
|
22
|
+
"using old knx path for objects (Before importing, delete old objects manually)": ""
|
|
23
23
|
}
|
|
@@ -1,19 +1,23 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Configuration": "Configuration",
|
|
3
2
|
"Extracted %s states": "Extracted %s states",
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"Gateway IP
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"Port :": "Port",
|
|
3
|
+
"Frames per second": "Frames per second",
|
|
4
|
+
"GA XML Export from ETS": "GA XML Export from ETS",
|
|
5
|
+
"Gateway IP": "Gateway IP",
|
|
6
|
+
"How to export GA XML from ETS:": "How to export GA XML from ETS:",
|
|
7
|
+
"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",
|
|
8
|
+
"Port": "Port",
|
|
9
|
+
"Regex to identify Status GAs (ending with status, rm, rückmeldung..). Empty to deactivate": "Regex to identify Status GAs (ending with status, rm, rückmeldung..) Empty to deactivate",
|
|
10
|
+
"Restarting adapter": "Restarting adapter...",
|
|
11
|
+
"Unsupported file format": "Unsupported file format",
|
|
14
12
|
"add only new Objects": "Add only new Objects",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
13
|
+
"invalid IP address": "invalid IP address",
|
|
14
|
+
"invalid port number": "invalid port number",
|
|
15
|
+
"local network interface": "local network interface",
|
|
16
|
+
"min 1": "minimum is 1",
|
|
17
|
+
"override object path": "",
|
|
18
|
+
"physical KNX address": "physical KNX address",
|
|
19
|
+
"physical KNX address in format a/b/c not valid": "physical KNX address in format a/b/c not valid",
|
|
20
|
+
"this is not a number": "this is not a number",
|
|
21
|
+
"using old knx path for objects": "",
|
|
22
|
+
"using old knx path for objects (Before importing, delete old objects manually)": ""
|
|
19
23
|
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"Options": "Opciones",
|
|
13
|
-
"Please wait while generating Objects...": "Por favor, espere mientras genera objetos ... podría tomar un tiempo.",
|
|
14
|
-
"Port :": "Port",
|
|
15
|
-
"Service is offline. Please try later.": "El servicio está fuera de línea o no hay internet disponible. Por favor intente más tarde o verifique la conexión a internet.",
|
|
2
|
+
"Extracted %s states": "Estados% s extraídos",
|
|
3
|
+
"Frames per second": "Cuadros por segundo",
|
|
4
|
+
"GA XML Export from ETS": "Exportación GA XML desde ETS",
|
|
5
|
+
"Gateway IP": "IP de acceso",
|
|
6
|
+
"How to export GA XML from ETS:": "Cómo exportar GA XML desde ETS:",
|
|
7
|
+
"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 del grupo y haga clic con el botón derecho en las direcciones del grupo y luego exportar la dirección del grupo.",
|
|
8
|
+
"Port": "Puerto",
|
|
9
|
+
"Regex to identify Status GAs (ending with status, rm, rückmeldung..). Empty to deactivate": "Regex para identificar estados GA (terminando con status, rm, rückmeldung ..). ",
|
|
10
|
+
"Restarting adapter": "Reiniciando el adaptador ...",
|
|
11
|
+
"Unsupported file format": "Formato de archivo no soportado",
|
|
16
12
|
"add only new Objects": "Agregar solo nuevos objetos",
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"local network interface": "
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
13
|
+
"invalid IP address": "Dirección IP inválida",
|
|
14
|
+
"invalid port number": "número de puerto no válido",
|
|
15
|
+
"local network interface": "interfaz de red local",
|
|
16
|
+
"min 1": "el mínimo es 1",
|
|
17
|
+
"override object path": "anular la ruta del objeto",
|
|
18
|
+
"physical KNX address": "dirección KNX física",
|
|
19
|
+
"physical KNX address in format a/b/c not valid": "dirección KNX física en formato a / b / c no válida",
|
|
20
|
+
"this is not a number": "esto no es un numero",
|
|
21
|
+
"using old knx path for objects": "usando la vieja ruta knx para objetos",
|
|
22
|
+
"using old knx path for objects (Before importing, delete old objects manually)": "utilizando la ruta de knx antigua para los objetos (antes de importar, elimine los objetos antiguos manualmente)"
|
|
23
23
|
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Check license": "Vérifier la licence",
|
|
3
|
-
"Configuration": "Configuration",
|
|
4
2
|
"Extracted %s states": "États %s extraits",
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"Gateway IP
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"Port :": "Port",
|
|
15
|
-
"Service is offline. Please try later.": "Le service est hors ligne ou pas disponible sur Internet. Veuillez réessayer plus tard ou vérifier la connexion Internet.",
|
|
3
|
+
"Frames per second": "Images par seconde",
|
|
4
|
+
"GA XML Export from ETS": "Exportation XML GA depuis ETS",
|
|
5
|
+
"Gateway IP": "IP de la passerelle",
|
|
6
|
+
"How to export GA XML from ETS:": "Comment exporter GA XML depuis ETS :",
|
|
7
|
+
"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 faites un clic droit sur les adresses de groupe, puis exportez l'adresse de groupe",
|
|
8
|
+
"Port": "Port",
|
|
9
|
+
"Regex to identify Status GAs (ending with status, rm, rückmeldung..). Empty to deactivate": "Regex pour identifier les Status GA (se terminant par status, rm, rückmeldung..). ",
|
|
10
|
+
"Restarting adapter": "Redémarrage de l'adaptateur...",
|
|
11
|
+
"Unsupported file format": "Format de fichier non pris en charge",
|
|
16
12
|
"add only new Objects": "Ajouter uniquement de nouveaux objets",
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"local network interface": "
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
13
|
+
"invalid IP address": "adresse IP invalide",
|
|
14
|
+
"invalid port number": "numéro de port invalide",
|
|
15
|
+
"local network interface": "interface réseau local",
|
|
16
|
+
"min 1": "le minimum est 1",
|
|
17
|
+
"override object path": "remplacer le chemin de l'objet",
|
|
18
|
+
"physical KNX address": "adresse physique KNX",
|
|
19
|
+
"physical KNX address in format a/b/c not valid": "adresse physique KNX au format a/b/c non valide",
|
|
20
|
+
"this is not a number": "ce n'est pas un nombre",
|
|
21
|
+
"using old knx path for objects": "utiliser l'ancien chemin knx pour les objets",
|
|
22
|
+
"using old knx path for objects (Before importing, delete old objects manually)": "en utilisant l'ancien chemin knx pour les objets (Avant d'importer, supprimez les anciens objets manuellement)"
|
|
23
23
|
}
|