iobroker.knx 1.0.42 → 2.0.1

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  CC BY-NC 4.0
2
2
 
3
- Copyright (c) 2017-2020 chefkoch009 <info@punktnetzwerk.net>
3
+ Copyright (c) 2017-2021 chefkoch009 <info@punktnetzwerk.net>
4
4
 
5
5
  Creative Commons Attribution-NonCommercial 4.0 International Public License
6
6
 
package/README.md CHANGED
@@ -6,164 +6,281 @@
6
6
 
7
7
  [![NPM](https://nodei.co/npm/iobroker.knx.png?downloads=true)](https://nodei.co/npm/iobroker.knx/)
8
8
 
9
+ #### Table of content
10
+
11
+ * [Description](#description)
12
+ * [Features](#features)
13
+ * [Adapter configuration](#adapter-configuration)
14
+ * [Install the License](#install-the-license)
15
+ * [Configuration Interface](#configuration-interface)
16
+ * [Objects](#objects)
17
+ * [Usage](#usage)
18
+ * [Data point Types (DPT)](#data-point-types-dpt)
19
+ * [How the import works](#how-the-import-works)
20
+ * [Avoidance of problems](#avoidance-of-problems)
21
+ * [GA-Tool](#ga-tool)
22
+ * [Planned features](#planned-features)
23
+ * [Changelog](#changelog)
24
+
9
25
  ## Description
10
- en: This adapter allows importing of knxproj Files from ETS. It generates the translation between KNX- groupaddresses and ioBroker and put the devices into rooms (esp. for MobileUI).
26
+
27
+ en: This adapter allows importing of knxproj Files from ETS. It generates the translation between KNX- group addresses and ioBroker and puts the devices into rooms (esp. for MobileUI).
28
+
29
+ ru: [Установка и базовая настройка адаптера](docs/ru/README.md)
11
30
 
12
31
  It connects to standard KNX/LAN Gateways.
13
32
 
33
+ **Attention: with changing to KNX-Adapter Version 2.x the licensing has been changed. You can get a new license from [https://iobroker.net](https://iobroker.net/)**
34
+
35
+ **You also should update iobroker js-controller AND admin to the latest version.**
36
+
14
37
  Before beginning: Every DPT of com.Objects should be set in your ETS project. Every device should be sorted into your facility structure.
15
38
 
39
+
40
+ ## License requirements
41
+ To use this adapter in ioBroker you need to accept the source code license of the adapter. The source code of this adapter is available under the CC-NC-BY license.
42
+
43
+ Additionally you need a license to use the adapter. The license editions are available on https://iobroker.net/www/pricing
44
+
45
+
16
46
  ## Features:
47
+
17
48
  * importing `knxproj` file
18
49
  * generating ETS-like object structure
19
50
  * finding and combining act-channel and state-channel (heuristic)
20
51
  * updating all states on start
21
52
  * emitting a READ to the KNX-Bus, while writing on state-object
22
- * sorting channels to rooms
23
-
24
- ## Adapter configuration
25
- After installing this adapter, open the adapter configuration. Fill in:
53
+ * edit and modify GA objects with GA-Tools
54
+ * edit and modify state-act relations with GA-Tools
26
55
 
27
- ### KNX Gateway IP
28
- <IP of your KNX/Lan GW> with IPv4 format
56
+ ##Adapter configuration
57
+ After installing this adapter, open the adapter configuration.
29
58
 
30
- ### Port
31
- This is normally port 3671.
59
+ ###Install the License
60
+ The first step is to apply the license. If you have not installed a license, then 500 Datapoints are applied.
32
61
 
33
- ### phys. EIB Address
34
- Fill in free phys. address corresponding to your KNX-architecture, **BUT NOT the same like your KNX Gateway has!**
62
+ * (1) shows your System ID, you need this to get a license
63
+ * (2) click here to apply your license
35
64
 
36
- ### debug-Level
37
- Extends the output Level of the adapter for debugging purposes
65
+ ![knxV2-first-start-mod](docs/pictures/knxV2-first-start-mod.jpg)
38
66
 
39
- ### Upload knxproj
40
- here you can upload your ETS Export in `knxproj` format.
67
+ If you already have created a new license under [https://iobroker.net](https://iobroker.net/), then you can paste it in (2), OR you can
68
+ aquire it directly online by clicking on (1)
41
69
 
42
- After successful import a dialog shows the number of imported object. Now press "save & close" and the adapter should start.
43
- While starting the adapter reads all groupAddresses with read-Flag. This could take a while and can produce a high load on your KNX-bus. But the values in your vis are updated after start.
70
+ ![knxV2-2-1-Install-License-mod](docs/pictures/knxV2-2-1-Install-License-mod.jpg)
44
71
 
45
- ### Objects
46
- Here is under knx.0 the group address tree like in your ETS project.
72
+ If you have clicked on (1) enter your iobroker.net account login.
47
73
 
48
- ### Enumerations
49
- If you have a building structure in your ETS with the corresponding devices, it will be shown here. Under "members" are the names of group addresses listed from the devices with send-Flag in this Group.
74
+ ![knxV2-2-2-Install-License-online-mod](docs/pictures/knxV2-2-2-Install-License-online-mod.jpg)
50
75
 
51
- ### Usage
52
- If the adapter starts successfully your data points will be available for everything you like to do.
76
+ If your data have been correct, you will see all your licenses you got. Choose the one you want to use.
53
77
 
54
- ### Data point Types
55
- All DPT's according to "System Specifications, Interworking, Datapointtypes" from KNX Association are available. That means there are 2 Types of Information you can get:
56
- 1) a Value or a String
57
- 2) comma separated Values or array of values (for the moment I don't what's the better way to handle)
78
+ ![knxV2-2-3-Install-License-online-mod](docs/pictures/knxV2-2-3-Install-License-online-mod.jpg)
58
79
 
59
- For example a DPT5.001 is encoded as unsigned Integer with 8-Bit. This gives a single Value. The DPT3.007 (Control Dimming) is encoded as 1Bit(Boolean)+3Bit(unsigned Int).
60
- This results in f.e. in value like "0,5", where "0" means "decrease" and "5" means number of intervals.
80
+ If this was succesfull, save it.
61
81
 
82
+ ![knxV2-2-4-Install-License-online-mod](docs/pictures/knxV2-2-4-Install-License-online-mod.jpg)
62
83
 
63
- ## Wie werden die Datenpunkte generiert
64
- ### 1) Auslesen aller Kommunikationsobjektreferenzen (im folgenden KOR)
65
- Dabei werden den Gruppenaddressreferenz (im folgenden GAR) ID's der jeweilige DPT der KOR zugeordnet, wenn er vorhanden ist. Ausserdem bekommt der erste Eintrag die Attribute write=yes und read=no. Alle darauf folgenden GAR ID's bekommen nur den DPT zugeordnet
84
+ Thats all. Click on the button to save on the bottom of this page.
66
85
 
67
- ### 2) Erzeugen der Gruppenadressstruktur (im folgenden GAS)
68
- Hier wird die GAS anhand der GAR ID's erzeugt und ebenfalls die DPT's zugeordnet, falls dies unter 1) noch nicht geschehen ist.
86
+ ### Configuration Interface
87
+ ![knxV2-2-5-Install-License-online-applied-mod](docs/pictures/knxV2-2-5-Install-License-online-applied-mod.jpg)
69
88
 
70
- ### 3) Herausfinden der Schalt- und Statusaddressen
71
- In dem ETS Export sind die Schalt- und Statusadressen nicht hinterlegt. Somit führe ich eine Ähnlichkeitsprüfung aller Gruppenadressnamen durch mit der Auswertung auf status und state.
72
- Wird ein Pärchen gefunden, dessen Ähnlichkeit mehr als 90% beträgt, dann wird angenommen, das die GA1 die Schaltadresse und GA2 die Statusadresse ist. Dabei erhält GA1 das write=true und read=false und GA2 das write=false und read=true.
73
- Ausserdem werden die DPT abgeglichen aus der jeweilig korrespondierenden GA. Aus diesem Grund ist es schwierig, Pärchen zu finden, wenn die Gruppenadressbeschriftungen nicht konsistent sind.
89
+ 1. KNX-Gateway IP: IPv4 of KNX-LAN Gateway.
90
+ 2. KNX-Gateway port: Default is Port 3671.
91
+ 3. physical address: Physical address of iobroker knx instance **! important: this is not the phys. address of the LAN Gateway !** and May not end in 0
92
+ 4. KNX packages per second: this limits the package rate. If KNX Lan Gateway reconnects to much or is temporarly not accessable, then reduce this rate.
93
+ 5. local iobroker IP: select the IP / Interface on which the adapter will be bound
94
+ 6. loglevel: normaly is level "Info", for debugging increase the level.
95
+ 7. only import new Datapoints: this is enabled by default. In case of disabling new GA's will be generatet AND existing GA's will be recreated.
96
+ 8. button upload file: drag'n drop is available here or on click the filechooser dialog. Here you can upload your ETS Export in `knxproj` format.
97
+ After successful import a dialog shows the number of imported objects. Now press "save & close" and the adapter should start.
98
+ While starting the adapter reads all group addresses with read-Flag and write-Flag. This might take a while and can produce a high load on your KNX-bus. But the values in your vis are updated after start.
99
+ Uploading a password secured file is not yet available.
100
+ 9. Host-ID: this is a special ID of iobroker host. This ID is neccessary for generating and validating the license
101
+ 10. GA-Tools: toolbox for fast changing GA's
74
102
 
75
- Weiterhin werden die Flags in den Gerätekonfigurationen betrachtet. Dabei werden die Flags wie folgt umgesetzt:
103
+ ### Objects
104
+ Here is under knx.0 the group address tree like in your ETS project. For modifying the properties, use GA-Tool.
76
105
 
77
- | KNX | | | iobroker | | |
78
- |-------|-----------|------------|----------|----------|-------------------------------------------------|
79
- | Lesen | Schreiben | Übertragen | Lesen | Schreiben| Erklärung |
80
- | - | - | - | - | - | der wert wird über GroupValueResponse aktualiesiert |
81
- | x | - | - | x | x | ein Trigger darauf löst GroupValueRead aus|
82
- | - | x | - | - | x | Schreibt den angegeben Wert mit GroupValueWrite auf den KNX-Bus|
83
- | - | - | x | x | - | der Wert wird über GroupValueResponse aktualisiert |
84
- | x | - | x | x | x | ein Trigger darauf löst GroupValueRead aus|
106
+ ### Usage
107
+ If the adapter starts successfully, your data points will be available for everything you like to do.
85
108
 
86
- ### 4)Erzeugen der Datenpunktpaaren (im folgenden DPP)
87
- Ein DPP wird erzeugt, wenn die GA, GAR und der DPT valid sind. Mit diesen DPP arbeitet der Adapter. Fehlen also die DPT's in einer GA, weil sie auf keiner der o. A. Wege gefunden werden konnte, so wird für diese GA kein DPP erzeugt und ist im Weiteren nicht nutzbar.
109
+ ### Data point Types (DPT)
110
+ All DPTs according to "System Specifications, Interworking, Datapointtypes" from KNX Association are available. That means there are 2 types of information you can get:
111
+ 1) a Value or a String
112
+ 2) comma-separated values or an array of values (for the moment I don't know what's the better way to handle)
88
113
 
89
- Im Idealfall werden somit für einen Schaltkanal 2 DPP erzeugt. Das erste ist das Schalten. In diesem ist die GAR ID des Status DPP hinterlegt. Das zweite ist dann das Status DPP ohne weitere Refenrenz.
114
+ For example a DPT5.001 is encoded as unsigned Integer with 8-Bit. This gives a single Value. The DPT3.007 (Control Dimming) is encoded as 1Bit(Boolean)+3Bit(unsigned Int).
115
+ This results e.g. in a value like "0,5", where "0" means "decrease" and "5" means number of intervals.
116
+
117
+ ### How the import works
118
+ 1. reading of all communicationobjectreferences (COR):
119
+ combining of groupadressreference ID'd with DPT of corresponding COR (if exists).
120
+ 2. generation of groupaddress structure(GAS):
121
+ generating the GAS based on GAR IDs and setting DPT (if not done yet)
122
+ 3. finding state an act addresses:
123
+ in ets-exports are no informations about state and act addresses.The adapter parses all GA's of "status" or "state". If there are 2 GA's with a similarity more than 90%,
124
+ then one address will be act and the other one the state. There is also a check if the DPT's are similar. Thats why its not easy to find a peer, if GA naming is
125
+ not consistent.
126
+ 4. Flag check in deviceconfiguration:
127
+ the flags are handled as follows:
128
+
129
+ | KNX | | | iobroker | | |
130
+ |-------|-----------|------------|----------|----------|-------------------------------------------------|
131
+ | Read | Write | Transmit | Read | Write | Explanation |
132
+ | - | - | - | - | - | the value will be updated by GroupValueRead|
133
+ | x | - | - | x | x | sending any value on this state trigger a GroupValueRead|
134
+ | - | x | - | - | x | write the value to KNX with GroupValueWrite|
135
+ | - | - | x | x | - | the state value will be updated by GroupValueResponse |
136
+ | x | - | x | x | x | sending any value on this state trigger a GroupValueRead|
137
+
138
+ 6. Creation of datapoint peers (DPP):
139
+ A DPP will be created if GA, GAR and DPT are valid. This are the DPP the adapter is working with.
140
+ If DPT is missing in a GA, because it couldn't be found, then the DPP will not be created. It can
141
+ be done with GA-Tool.
142
+ 7. at adapter start:
143
+ all GA's marked with "Read" Flag are checked at start. This can affect a higher bus traffic. In the end
144
+ are all states up to date.
145
+
146
+ ###Avoidance of problems
147
+ * clean ETS programming and more important clean ETS programming and most important clean ETS programming
148
+ * Assign the DPTs!!
149
+ * uniform labeling of the GA names (e.B "EG Wohnen Decke Licht schalten" and "EG Wohnen Decke Licht schalten status" )
150
+ * Avoidance of special characters ",./;&%$§[]" (may cause problems with the generation of gas)
151
+ * Check if the KNX/LAN GW is reachable. If it is not, the adapter tries to connect continuously.
152
+ * Correctly select physical address ( important when using line couplers ). !!! ATTENTION: the physical address entered here is NOT the address of the LAN Gateway and must not end in 0 !!!
153
+ * The port of the LAN interface is usually 3671
154
+ * Due to the possibility of status query, one thing must be noted: It must be ensured that no more than 40 requests per second are generated by the ioBroker, because these can then be physically generated
155
+ can no longer be passed on to the gateway by the adapter.
156
+
157
+ ## GA-Tool
158
+ The GA-Tool makes it easy to change properties of GA's.
159
+
160
+ ![knxV2-3-6-GATools-mod](/docs/pictures/knxV2-3-6-GATools-mod.jpg)
161
+
162
+ 1. shows the GA tree and selected GA
163
+ 2. in the property section the name of selected GA
164
+ 3. set iobroker flags
165
+ 4. set GA DPT
166
+ 5. recognized act GA
167
+ 6. recognized state GA
168
+
169
+ ![knxV2-3-2-GATools-mod](/docs/pictures/knxV2-3-2-GATools-mod.jpg)
170
+
171
+ 1. show the state-act relation
172
+ 2. if relation exists then it can removed
173
+
174
+ If no relation exist, then can be created a new one by clicking (2) for selected GA (1).
175
+ In the dialog (3) can the peer selected
176
+
177
+ ![knxV2-3-5-GATools-mod](/docs/pictures/knxV2-3-5-GATools-mod.jpg)
178
+
179
+ If there are more GA's to change properties, use multiselect. This feature works only for GA's with no relation.
180
+
181
+ ![knxV2-3-4-GATools-mod](/docs/pictures/knxV2-3-4-GATools-mod.jpg)
182
+
183
+ 1. selected GA's
184
+ 2. properties to change
185
+ 3. there is no change possible
186
+
187
+ ## Planned features
188
+
189
+ * esf-import
190
+ * GA-Mon bus monitoring tool
191
+
192
+ <!--
193
+ Placeholder for the next version (at the beginning of the line):
194
+ ### __WORK IN PROGRESS__
195
+ -->
90
196
 
197
+ ## Changelog
198
+ ### 2.0.1
91
199
 
92
- ## Beim Start des Adapters
93
- Alle mit dem Lesen-Flag markieren DPP werden beim Start abgefragt. Dies verursacht u.U. eine höhere Buslast und dauert einen Moment. Im Anschluss sind aber alle aktuellen Werte verfügbar.
200
+ * fixed problem with license acceptance
94
201
 
95
- ## (hidden) Features:
96
- Durch senden eines Wertes auf eine Statusadresse werden die Kommunikationsobjekte innerhalb dieser Gruppenadresse per GroupValueRead abgefragt.
202
+ ### 2.0.0 (2021-11-15) **Major release**
97
203
 
98
- ### Vermeidung von Problemen
99
- 1) saubere ETS Programmierung und saubere ETS Programmierung und saubere ETS Programmierung
204
+ * Breaking change! => new license is neccessary V1 Licenses will not work => V1 business Licenses can changed to V2
205
+ * complete refactoring of knx-admin
206
+ * added Tool for handling GA in knx-admin
207
+ * fixed many bugs (in knx-stack, on importing ETS Projects, reconnect and timeouts)
208
+ * added new datapoint types
209
+ * added import till ETS V6
210
+ * changed license management
100
211
 
101
- * zuweisen der DPT's !!
102
- * einheitliche Beschriftung der GA-Namen (z.B "EG Wohnen Decke Licht schalten" und "EG Wohnen Decke Licht schalten status" )
103
- * Vermeidung von Sonderzeichen ",./;\&%$§[]" (kann zu Problemen bei der Erzeugung der GAS führen)
212
+ ### 1.0.46 (2021-03-23)
104
213
 
105
- 2) Prüfen ob das KNX/LAN GW erreichbar ist. Wenn es das nicht ist, versucht der Adapter sich kontinuierlich zu verbinden.
214
+ * New admin GUI
106
215
 
107
- 3) Physikalische Adresse richtig wählen ( wichtig beim Einsatz von Linienkopplern ). !!! ACHTUNG: die hier eingetragene physikalische Adresse ist NICHT die Adresse des LAN Gateways und darf nicht auf 0 enden !!!
216
+ ### 1.0.45 (2021_03_22)
108
217
 
109
- 4) Der Port der LAN Schnittstelle ist i.d.R. 3671
218
+ * import of ETS v5.7.5 projects
110
219
 
111
- 5) Durch die Möglichkeit der Statusabfrage ist eines zu beachten: Es ist sicherzustellen das nicht mehr als 40 Anfragen pro Sekunde vom ioBroker generiert werden, denn diese können dann physikalisch
112
- bedingt nicht mehr durch den Adapter an das Gateway weitergereicht werden.
220
+ ### 1.0.44 (2021_01_22)
113
221
 
114
- ## planed features
115
- * adding addresses to object-description (id)
116
- * selective import of knx-project
117
- * require node Version >8.9.4!
222
+ * fixed act and state handling
223
+ * added some new datapoint types
224
+ * fix facility and room recognition and device allocation
118
225
 
119
- ## Changelog
120
226
  ### 1.0.42 (2020_09_03)
227
+
121
228
  * Fixed problem with missing index_m.html
122
229
 
123
230
  ### 1.0.41
231
+
124
232
  * fixed bug on GroupValue_Response event
125
233
  * corrected connection to Gira GW
126
234
 
127
235
  ### 1.0.40
236
+
128
237
  * fixed some import errors for ETS 5.7.x
129
238
  * fixed bug on GroupValue_Response event
130
239
 
131
240
  ### 1.0.39
241
+
132
242
  * fixed import error
133
243
 
134
244
  ### 1.0.38
245
+
135
246
  * fixed some bugs on import
136
247
  * show warning if import-file ist password protected
137
248
 
138
249
  ### 1.0.37 (2010-01-31)
250
+
139
251
  * update for ETS 5.7.3 import
140
252
 
141
253
  ### 1.0.36 (2019-10-16)
142
- * some bugs fixed
254
+
255
+ * some bugs fixed
143
256
 
144
257
  ### 1.0.35 (2019-09-15)
258
+
145
259
  * fixed permanent reconnects, if no traffic on knx-bus
146
260
 
147
261
  ### 1.0.34 (2019-09-15)
262
+
148
263
  * changes on importer for detecting project-id
149
264
 
150
265
  ### 1.0.33 (2019-09-12)
266
+
151
267
  * fixed bug while writing to bus
152
268
  * added units to states
153
269
  * fixed "read/write of undefined" error
154
270
 
155
271
  ### 1.0.32 (2019-09-03)
272
+
156
273
  * updated importer for ETS V5.7.2, some changes in KNX-stack state-machine
157
274
 
158
275
  ### 1.0.31
276
+
159
277
  * some fixes on ETS5.7.2 importer
160
278
  * small changes in knx-stack statemachine
161
279
  * added (again) phys address to admin config dialog
162
-
163
- ### 1.0.31
164
280
  * fixed bug in deviceTree generation
165
281
 
166
282
  ### 1.0.30
283
+
167
284
  * new Importer for ETS5.7.2 knxproj files
168
285
  * extended accepted Data point types
169
286
  * new adapter configuration menu
@@ -174,80 +291,98 @@ Durch senden eines Wertes auf eine Statusadresse werden die Kommunikationsobjekt
174
291
  * fixed some small other bugs
175
292
 
176
293
  ### 1.0.20
294
+
177
295
  * fixed bug in handling KNX-data packages, which occurs periodical reconnects
178
296
  * fixed bug in KNX-project file upload procedure
179
297
 
180
298
  ### 1.0.19
299
+
181
300
  * reverted to true/false handling for DPT1.x
182
301
 
183
302
  ### 1.0.18
303
+
184
304
  * fixed upload issue with ETS5.6.x project files
185
305
  * switched values for "boolean" from 1 and 0 to true false
186
306
  * fixed recognition of role set for DPT1.x to switch
187
307
  * fixed DPT16.xxx writing to KNX-Bus with values < 14Byte
188
308
 
189
309
  ### 1.0.17 (2018-08-16)
310
+
190
311
  * Better state processing
191
312
  * Add configurable package rate
192
313
  * corrected Bug in "import only new objects"
193
314
 
194
315
  ### 1.0.15 (2018-07-18)
316
+
195
317
  * change ChID on reconnect
196
318
  * on Startup read wait for response of State channel or timeout
197
319
 
198
320
  ### 1.0.13 (2018-07-04)
321
+
199
322
  * elimination of special signs while importing
200
323
  * small bug-fixes
201
324
 
202
325
  ### 1.0.12 (2018-06-19)
326
+
203
327
  * reduced and sorted log output
204
328
  * small bug-fixes
205
329
  * NEW Feature: request State/Val of stateObject from KNX-Bus
206
330
 
207
331
  ### 1.0.11 (2018-05-27)
332
+
208
333
  * fixed DPT1 correcting value problem
209
334
  * fixed reconnect problem
210
335
  * other small optimizations and fixes
211
336
 
212
337
  ### 1.0.10 (2018-05-04)
338
+
213
339
  * closing local port in case of undefined connection state
214
340
  * added advanced debug-level via adapter-config
215
341
  * many fixes
216
342
 
217
343
  ### 1.0.9 (2018-04-29)
344
+
218
345
  * changed to state-wise processing
219
346
  * fixed "disconnect-request"
220
347
  * changed connection handling with knxd
221
348
  * many small fixes
222
349
 
223
350
  ### 1.0.8 (2018-04-04)
351
+
224
352
  * modified package queue
225
353
  * fixed ACK if sending to KNX-Bus
226
354
  * many small fixes
227
355
 
228
356
  ### 1.0.7 (2018-03-16)
357
+
229
358
  * fixed Adapter-lock while uploading projects
230
359
 
231
360
  ### 1.0.6 (2018-03-11)
361
+
232
362
  * fixed connection problem
233
363
  * corrected package counter
234
364
 
235
365
  ### 1.0.5 (2018-03-01)
236
- * fixed empty objects, related to DPT1 (error message [object Object] unknown Input value)
366
+
367
+ * fixed empty objects, related to DPT1 (error message \[object Object\] unknown Input value)
237
368
  * fixed path variable
238
369
  * fixed bug with GA's containing a "/" in the name (on proj-import)
239
370
  * start implementing crosswise property update on corresponding DPT (on proj-import)
240
371
 
241
372
  ### 1.0.4 (2018-02-27)
373
+
242
374
  * schema update for room enumeration coming up with ETS 5.6
243
375
 
244
376
  ### 1.0.2 (2018-02-27)
377
+
245
378
  * kleine Fehler beseitigt
246
379
 
247
380
  ### 1.0.1 (2018-02-26)
381
+
248
382
  * fixed certificate error
249
383
 
250
384
  ### 1.0.0 (2018-02-25)
385
+
251
386
  * substitution of used KNX-stack with own from scratch build stack
252
387
  * implemented full scale of DPT according to "System Specifications, Interworking, Datapointtypes" from KNX Association
253
388
  * hardening connection handling for tunneling connections
@@ -258,56 +393,69 @@ Durch senden eines Wertes auf eine Statusadresse werden die Kommunikationsobjekt
258
393
  * implemented "add" mode for knxproject upload (existing Objects stay as they are, only new Objects where added)
259
394
 
260
395
  ### 0.8.6 (2017-06-17)
396
+
261
397
  * some small bug-fixes
262
398
  * insert slider to set a sendDelay for slow KNX/LAN Gateways to prevent connection loss
263
399
 
264
400
  ### 0.8.5 (2017-06-05)
401
+
265
402
  * project loader rebuild, dpt13-fix
266
403
 
267
404
  ### 0.8.3 (2017-04-24)
405
+
268
406
  * added act channel update of corresponding state
269
407
  * fix bug in state-vis update
270
408
  * optimized knxproj upload
271
409
 
272
410
  ### 0.8.2 (2017-02-26)
411
+
273
412
  * implemented device-config parsing from knxproj
274
413
  * better choice of state/val of DP objects
275
414
 
276
415
  ### 0.8.1 (2017-02-06)
416
+
277
417
  * fixed DPT1 switch problem
278
418
 
279
419
  ### 0.8.0 (2017-02-xx) comming soon
280
420
 
281
421
  ### 0.7.3 (2016-12-22)
422
+
282
423
  * (chefkoch009) more DPT's are supported
283
424
  * faster Startup
284
425
  * implemented generation of room list with device dependencies
285
426
 
286
427
  ### 0.7.2 (2016-11-20)
428
+
287
429
  * (chefkoch009) added necessary dependencies
288
430
 
289
431
  ### 0.7.1 (2016-11-19)
432
+
290
433
  * (chefkoch009) Support standard KNX/LAN Gateways.
291
434
 
292
435
  ### 0.7.0 (2016-10-13)
436
+
293
437
  * (chefkoch009) Support of project export
294
438
 
295
439
  ### 0.6.0 (2016-07-20)
440
+
296
441
  * (chefkoch009) redesign
297
442
 
298
443
  ### 0.5.0
299
- (vegetto) include vis widget
444
+
445
+ * (vegetto) include vis widget
300
446
 
301
447
  #### 0.4.0
448
+
302
449
  * (bluefox) fix errors with grunt
303
450
 
304
451
  #### 0.2.0
452
+
305
453
  * (bluefox) initial release
306
454
 
307
455
  ## License
308
456
  The CC-NC-BY License (CC-NC-BY)
309
457
 
310
- Copyright (c) 2016-2020 K.Ringmann <info@punktnetzwerk.net>
458
+ Copyright (c) 2016-2021 K.Ringmann <info@punktnetzwerk.net>
311
459
 
312
460
  THE WORK IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
313
461
  COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
@@ -0,0 +1,23 @@
1
+ {
2
+ "files": {
3
+ "main.css": "./static/css/main.e2d673ee.chunk.css",
4
+ "main.js": "./static/js/main.0af0d0cb.chunk.js",
5
+ "main.js.map": "./static/js/main.0af0d0cb.chunk.js.map",
6
+ "runtime-main.js": "./static/js/runtime-main.ec74a465.js",
7
+ "runtime-main.js.map": "./static/js/runtime-main.ec74a465.js.map",
8
+ "static/css/2.67ef5efb.chunk.css": "./static/css/2.67ef5efb.chunk.css",
9
+ "static/js/2.8ce0c6f9.chunk.js": "./static/js/2.8ce0c6f9.chunk.js",
10
+ "static/js/2.8ce0c6f9.chunk.js.map": "./static/js/2.8ce0c6f9.chunk.js.map",
11
+ "index.html": "./index.html",
12
+ "static/css/2.67ef5efb.chunk.css.map": "./static/css/2.67ef5efb.chunk.css.map",
13
+ "static/css/main.e2d673ee.chunk.css.map": "./static/css/main.e2d673ee.chunk.css.map",
14
+ "static/js/2.8ce0c6f9.chunk.js.LICENSE.txt": "./static/js/2.8ce0c6f9.chunk.js.LICENSE.txt"
15
+ },
16
+ "entrypoints": [
17
+ "static/js/runtime-main.ec74a465.js",
18
+ "static/css/2.67ef5efb.chunk.css",
19
+ "static/js/2.8ce0c6f9.chunk.js",
20
+ "static/css/main.e2d673ee.chunk.css",
21
+ "static/js/main.0af0d0cb.chunk.js"
22
+ ]
23
+ }
Binary file