iobroker.knx 1.0.44 → 2.0.2
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 +214 -71
- package/admin/asset-manifest.json +23 -0
- package/admin/favicon.ico +0 -0
- package/admin/index_m.html +1 -1006
- package/admin/manifest.json +15 -0
- package/admin/static/css/2.67ef5efb.chunk.css +2 -0
- package/admin/static/css/2.67ef5efb.chunk.css.map +1 -0
- package/admin/static/css/main.e2d673ee.chunk.css +2 -0
- package/admin/static/css/main.e2d673ee.chunk.css.map +1 -0
- package/admin/static/js/2.8ce0c6f9.chunk.js +3 -0
- package/admin/static/js/2.8ce0c6f9.chunk.js.LICENSE.txt +82 -0
- package/admin/static/js/2.8ce0c6f9.chunk.js.map +1 -0
- package/admin/static/js/main.2721c643.chunk.js +2 -0
- package/admin/static/js/main.2721c643.chunk.js.map +1 -0
- package/admin/static/js/runtime-main.ec74a465.js +2 -0
- package/admin/static/js/runtime-main.ec74a465.js.map +1 -0
- package/io-package.json +115 -8
- package/knx.js +2 -2
- package/package.json +34 -14
- package/admin/index.html +0 -621
- package/admin/words.js +0 -265
package/README.md
CHANGED
|
@@ -6,52 +6,107 @@
|
|
|
6
6
|
|
|
7
7
|
[](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
|
|
26
|
+
|
|
10
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).
|
|
11
28
|
|
|
29
|
+
ru: [Установка и базовая настройка адаптера](docs/ru/README.md)
|
|
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
|
-
*
|
|
53
|
+
* edit and modify GA objects with GA-Tools
|
|
54
|
+
* edit and modify state-act relations with GA-Tools
|
|
23
55
|
|
|
24
|
-
##
|
|
25
|
-
After installing this adapter, open the adapter configuration.
|
|
56
|
+
##Adapter configuration
|
|
57
|
+
After installing this adapter, open the adapter configuration.
|
|
26
58
|
|
|
27
|
-
###
|
|
28
|
-
|
|
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.
|
|
29
61
|
|
|
30
|
-
|
|
31
|
-
|
|
62
|
+
* (1) shows your System ID, you need this to get a license
|
|
63
|
+
* (2) click here to apply your license
|
|
32
64
|
|
|
33
|
-
|
|
34
|
-
Fill in free phys. address corresponding to your KNX-architecture, **BUT NOT the address of your KNX Gateway!** May not end in 0 !!!
|
|
65
|
+

|
|
35
66
|
|
|
36
|
-
|
|
37
|
-
|
|
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)
|
|
38
69
|
|
|
39
|
-
|
|
40
|
-
here you can upload your ETS Export in `knxproj` format.
|
|
70
|
+

|
|
41
71
|
|
|
42
|
-
|
|
43
|
-
While starting the adapter reads all group addresses with read-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.
|
|
72
|
+
If you have clicked on (1) enter your iobroker.net account login.
|
|
44
73
|
|
|
45
|
-
|
|
46
|
-
|
|
74
|
+

|
|
75
|
+
|
|
76
|
+
If your data have been correct, you will see all your licenses you got. Choose the one you want to use.
|
|
77
|
+
|
|
78
|
+

|
|
79
|
+
|
|
80
|
+
If this was succesfull, save it.
|
|
81
|
+
|
|
82
|
+

|
|
47
83
|
|
|
48
|
-
|
|
49
|
-
|
|
84
|
+
Thats all. Click on the button to save on the bottom of this page.
|
|
85
|
+
|
|
86
|
+
### Configuration Interface
|
|
87
|
+

|
|
88
|
+
|
|
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
|
|
102
|
+
|
|
103
|
+
### Objects
|
|
104
|
+
Here is under knx.0 the group address tree like in your ETS project. For modifying the properties, use GA-Tool.
|
|
50
105
|
|
|
51
106
|
### Usage
|
|
52
107
|
If the adapter starts successfully, your data points will be available for everything you like to do.
|
|
53
108
|
|
|
54
|
-
### Data point Types
|
|
109
|
+
### Data point Types (DPT)
|
|
55
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:
|
|
56
111
|
1) a Value or a String
|
|
57
112
|
2) comma-separated values or an array of values (for the moment I don't know what's the better way to handle)
|
|
@@ -59,116 +114,173 @@ All DPTs according to "System Specifications, Interworking, Datapointtypes" from
|
|
|
59
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).
|
|
60
115
|
This results e.g. in a value like "0,5", where "0" means "decrease" and "5" means number of intervals.
|
|
61
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
|
+

|
|
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
|
+

|
|
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
|
+

|
|
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
|
+

|
|
182
|
+
|
|
183
|
+
1. selected GA's
|
|
184
|
+
2. properties to change
|
|
185
|
+
3. there is no change possible
|
|
62
186
|
|
|
63
|
-
##
|
|
64
|
-
### 1) Auslesen aller Kommunikationsobjektreferenzen (im folgenden KOR)
|
|
65
|
-
Dabei werden den Gruppenaddressreferenz (im folgenden GAR) IDs 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
|
|
66
|
-
|
|
67
|
-
### 2) Erzeugen der Gruppenadressstruktur (im folgenden GAS)
|
|
68
|
-
Hier wird die GAS anhand der GAR IDs erzeugt und ebenfalls die DPTs zugeordnet, falls dies unter 1) noch nicht geschehen ist.
|
|
69
|
-
|
|
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, dass 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
|
-
Außerdem 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.
|
|
74
|
-
|
|
75
|
-
Weiterhin werden die Flags in den Gerätekonfigurationen betrachtet. Dabei werden die Flags wie folgt umgesetzt:
|
|
76
|
-
|
|
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|
|
|
85
|
-
|
|
86
|
-
### 4)Erzeugen der Datenpunktpaare (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 der DPT in einer GA, weil er auf keiner der o. A. Wege gefunden werden konnte, so wird für diese GA kein DPP erzeugt und sie ist im Weiteren nicht nutzbar.
|
|
187
|
+
## Planned features
|
|
88
188
|
|
|
89
|
-
|
|
189
|
+
* esf-import
|
|
190
|
+
* GA-Mon bus monitoring tool
|
|
90
191
|
|
|
192
|
+
<!--
|
|
193
|
+
Placeholder for the next version (at the beginning of the line):
|
|
194
|
+
### __WORK IN PROGRESS__
|
|
195
|
+
-->
|
|
91
196
|
|
|
92
|
-
##
|
|
93
|
-
|
|
197
|
+
## Changelog
|
|
198
|
+
### 2.0.1
|
|
94
199
|
|
|
95
|
-
|
|
96
|
-
Durch senden eines Wertes auf eine Statusadresse werden die Kommunikationsobjekte innerhalb dieser Gruppenadresse per GroupValueRead abgefragt.
|
|
200
|
+
* fixed problem with license acceptance
|
|
97
201
|
|
|
98
|
-
###
|
|
99
|
-
1) saubere ETS Programmierung und saubere ETS Programmierung und saubere ETS Programmierung
|
|
202
|
+
### 2.0.0 (2021-11-15) **Major release**
|
|
100
203
|
|
|
101
|
-
*
|
|
102
|
-
*
|
|
103
|
-
*
|
|
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
|
|
104
211
|
|
|
105
|
-
|
|
212
|
+
### 1.0.46 (2021-03-23)
|
|
106
213
|
|
|
107
|
-
|
|
214
|
+
* New admin GUI
|
|
108
215
|
|
|
109
|
-
|
|
216
|
+
### 1.0.45 (2021_03_22)
|
|
110
217
|
|
|
111
|
-
|
|
112
|
-
bedingt nicht mehr durch den Adapter an das Gateway weitergereicht werden.
|
|
218
|
+
* import of ETS v5.7.5 projects
|
|
113
219
|
|
|
114
|
-
## Planned features
|
|
115
|
-
* adding addresses to object-description (id)
|
|
116
|
-
* selective import of knx-project
|
|
117
|
-
* require node Version >8.9.4!
|
|
118
|
-
|
|
119
|
-
## Changelog
|
|
120
220
|
### 1.0.44 (2021_01_22)
|
|
221
|
+
|
|
121
222
|
* fixed act and state handling
|
|
122
223
|
* added some new datapoint types
|
|
123
224
|
* fix facility and room recognition and device allocation
|
|
124
225
|
|
|
125
226
|
### 1.0.42 (2020_09_03)
|
|
227
|
+
|
|
126
228
|
* Fixed problem with missing index_m.html
|
|
127
229
|
|
|
128
230
|
### 1.0.41
|
|
231
|
+
|
|
129
232
|
* fixed bug on GroupValue_Response event
|
|
130
233
|
* corrected connection to Gira GW
|
|
131
234
|
|
|
132
235
|
### 1.0.40
|
|
236
|
+
|
|
133
237
|
* fixed some import errors for ETS 5.7.x
|
|
134
238
|
* fixed bug on GroupValue_Response event
|
|
135
239
|
|
|
136
240
|
### 1.0.39
|
|
241
|
+
|
|
137
242
|
* fixed import error
|
|
138
243
|
|
|
139
244
|
### 1.0.38
|
|
245
|
+
|
|
140
246
|
* fixed some bugs on import
|
|
141
247
|
* show warning if import-file ist password protected
|
|
142
248
|
|
|
143
249
|
### 1.0.37 (2010-01-31)
|
|
250
|
+
|
|
144
251
|
* update for ETS 5.7.3 import
|
|
145
252
|
|
|
146
253
|
### 1.0.36 (2019-10-16)
|
|
147
|
-
|
|
254
|
+
|
|
255
|
+
* some bugs fixed
|
|
148
256
|
|
|
149
257
|
### 1.0.35 (2019-09-15)
|
|
258
|
+
|
|
150
259
|
* fixed permanent reconnects, if no traffic on knx-bus
|
|
151
260
|
|
|
152
261
|
### 1.0.34 (2019-09-15)
|
|
262
|
+
|
|
153
263
|
* changes on importer for detecting project-id
|
|
154
264
|
|
|
155
265
|
### 1.0.33 (2019-09-12)
|
|
266
|
+
|
|
156
267
|
* fixed bug while writing to bus
|
|
157
268
|
* added units to states
|
|
158
269
|
* fixed "read/write of undefined" error
|
|
159
270
|
|
|
160
271
|
### 1.0.32 (2019-09-03)
|
|
272
|
+
|
|
161
273
|
* updated importer for ETS V5.7.2, some changes in KNX-stack state-machine
|
|
162
274
|
|
|
163
275
|
### 1.0.31
|
|
276
|
+
|
|
164
277
|
* some fixes on ETS5.7.2 importer
|
|
165
278
|
* small changes in knx-stack statemachine
|
|
166
279
|
* added (again) phys address to admin config dialog
|
|
167
|
-
|
|
168
|
-
### 1.0.31
|
|
169
280
|
* fixed bug in deviceTree generation
|
|
170
281
|
|
|
171
282
|
### 1.0.30
|
|
283
|
+
|
|
172
284
|
* new Importer for ETS5.7.2 knxproj files
|
|
173
285
|
* extended accepted Data point types
|
|
174
286
|
* new adapter configuration menu
|
|
@@ -179,80 +291,98 @@ Durch senden eines Wertes auf eine Statusadresse werden die Kommunikationsobjekt
|
|
|
179
291
|
* fixed some small other bugs
|
|
180
292
|
|
|
181
293
|
### 1.0.20
|
|
294
|
+
|
|
182
295
|
* fixed bug in handling KNX-data packages, which occurs periodical reconnects
|
|
183
296
|
* fixed bug in KNX-project file upload procedure
|
|
184
297
|
|
|
185
298
|
### 1.0.19
|
|
299
|
+
|
|
186
300
|
* reverted to true/false handling for DPT1.x
|
|
187
301
|
|
|
188
302
|
### 1.0.18
|
|
303
|
+
|
|
189
304
|
* fixed upload issue with ETS5.6.x project files
|
|
190
305
|
* switched values for "boolean" from 1 and 0 to true false
|
|
191
306
|
* fixed recognition of role set for DPT1.x to switch
|
|
192
307
|
* fixed DPT16.xxx writing to KNX-Bus with values < 14Byte
|
|
193
308
|
|
|
194
309
|
### 1.0.17 (2018-08-16)
|
|
310
|
+
|
|
195
311
|
* Better state processing
|
|
196
312
|
* Add configurable package rate
|
|
197
313
|
* corrected Bug in "import only new objects"
|
|
198
314
|
|
|
199
315
|
### 1.0.15 (2018-07-18)
|
|
316
|
+
|
|
200
317
|
* change ChID on reconnect
|
|
201
318
|
* on Startup read wait for response of State channel or timeout
|
|
202
319
|
|
|
203
320
|
### 1.0.13 (2018-07-04)
|
|
321
|
+
|
|
204
322
|
* elimination of special signs while importing
|
|
205
323
|
* small bug-fixes
|
|
206
324
|
|
|
207
325
|
### 1.0.12 (2018-06-19)
|
|
326
|
+
|
|
208
327
|
* reduced and sorted log output
|
|
209
328
|
* small bug-fixes
|
|
210
329
|
* NEW Feature: request State/Val of stateObject from KNX-Bus
|
|
211
330
|
|
|
212
331
|
### 1.0.11 (2018-05-27)
|
|
332
|
+
|
|
213
333
|
* fixed DPT1 correcting value problem
|
|
214
334
|
* fixed reconnect problem
|
|
215
335
|
* other small optimizations and fixes
|
|
216
336
|
|
|
217
337
|
### 1.0.10 (2018-05-04)
|
|
338
|
+
|
|
218
339
|
* closing local port in case of undefined connection state
|
|
219
340
|
* added advanced debug-level via adapter-config
|
|
220
341
|
* many fixes
|
|
221
342
|
|
|
222
343
|
### 1.0.9 (2018-04-29)
|
|
344
|
+
|
|
223
345
|
* changed to state-wise processing
|
|
224
346
|
* fixed "disconnect-request"
|
|
225
347
|
* changed connection handling with knxd
|
|
226
348
|
* many small fixes
|
|
227
349
|
|
|
228
350
|
### 1.0.8 (2018-04-04)
|
|
351
|
+
|
|
229
352
|
* modified package queue
|
|
230
353
|
* fixed ACK if sending to KNX-Bus
|
|
231
354
|
* many small fixes
|
|
232
355
|
|
|
233
356
|
### 1.0.7 (2018-03-16)
|
|
357
|
+
|
|
234
358
|
* fixed Adapter-lock while uploading projects
|
|
235
359
|
|
|
236
360
|
### 1.0.6 (2018-03-11)
|
|
361
|
+
|
|
237
362
|
* fixed connection problem
|
|
238
363
|
* corrected package counter
|
|
239
364
|
|
|
240
365
|
### 1.0.5 (2018-03-01)
|
|
241
|
-
|
|
366
|
+
|
|
367
|
+
* fixed empty objects, related to DPT1 (error message \[object Object\] unknown Input value)
|
|
242
368
|
* fixed path variable
|
|
243
369
|
* fixed bug with GA's containing a "/" in the name (on proj-import)
|
|
244
370
|
* start implementing crosswise property update on corresponding DPT (on proj-import)
|
|
245
371
|
|
|
246
372
|
### 1.0.4 (2018-02-27)
|
|
373
|
+
|
|
247
374
|
* schema update for room enumeration coming up with ETS 5.6
|
|
248
375
|
|
|
249
376
|
### 1.0.2 (2018-02-27)
|
|
377
|
+
|
|
250
378
|
* kleine Fehler beseitigt
|
|
251
379
|
|
|
252
380
|
### 1.0.1 (2018-02-26)
|
|
381
|
+
|
|
253
382
|
* fixed certificate error
|
|
254
383
|
|
|
255
384
|
### 1.0.0 (2018-02-25)
|
|
385
|
+
|
|
256
386
|
* substitution of used KNX-stack with own from scratch build stack
|
|
257
387
|
* implemented full scale of DPT according to "System Specifications, Interworking, Datapointtypes" from KNX Association
|
|
258
388
|
* hardening connection handling for tunneling connections
|
|
@@ -263,50 +393,63 @@ Durch senden eines Wertes auf eine Statusadresse werden die Kommunikationsobjekt
|
|
|
263
393
|
* implemented "add" mode for knxproject upload (existing Objects stay as they are, only new Objects where added)
|
|
264
394
|
|
|
265
395
|
### 0.8.6 (2017-06-17)
|
|
396
|
+
|
|
266
397
|
* some small bug-fixes
|
|
267
398
|
* insert slider to set a sendDelay for slow KNX/LAN Gateways to prevent connection loss
|
|
268
399
|
|
|
269
400
|
### 0.8.5 (2017-06-05)
|
|
401
|
+
|
|
270
402
|
* project loader rebuild, dpt13-fix
|
|
271
403
|
|
|
272
404
|
### 0.8.3 (2017-04-24)
|
|
405
|
+
|
|
273
406
|
* added act channel update of corresponding state
|
|
274
407
|
* fix bug in state-vis update
|
|
275
408
|
* optimized knxproj upload
|
|
276
409
|
|
|
277
410
|
### 0.8.2 (2017-02-26)
|
|
411
|
+
|
|
278
412
|
* implemented device-config parsing from knxproj
|
|
279
413
|
* better choice of state/val of DP objects
|
|
280
414
|
|
|
281
415
|
### 0.8.1 (2017-02-06)
|
|
416
|
+
|
|
282
417
|
* fixed DPT1 switch problem
|
|
283
418
|
|
|
284
419
|
### 0.8.0 (2017-02-xx) comming soon
|
|
285
420
|
|
|
286
421
|
### 0.7.3 (2016-12-22)
|
|
422
|
+
|
|
287
423
|
* (chefkoch009) more DPT's are supported
|
|
288
424
|
* faster Startup
|
|
289
425
|
* implemented generation of room list with device dependencies
|
|
290
426
|
|
|
291
427
|
### 0.7.2 (2016-11-20)
|
|
428
|
+
|
|
292
429
|
* (chefkoch009) added necessary dependencies
|
|
293
430
|
|
|
294
431
|
### 0.7.1 (2016-11-19)
|
|
432
|
+
|
|
295
433
|
* (chefkoch009) Support standard KNX/LAN Gateways.
|
|
296
434
|
|
|
297
435
|
### 0.7.0 (2016-10-13)
|
|
436
|
+
|
|
298
437
|
* (chefkoch009) Support of project export
|
|
299
438
|
|
|
300
439
|
### 0.6.0 (2016-07-20)
|
|
440
|
+
|
|
301
441
|
* (chefkoch009) redesign
|
|
302
442
|
|
|
303
443
|
### 0.5.0
|
|
304
|
-
|
|
444
|
+
|
|
445
|
+
* (vegetto) include vis widget
|
|
305
446
|
|
|
306
447
|
#### 0.4.0
|
|
448
|
+
|
|
307
449
|
* (bluefox) fix errors with grunt
|
|
308
450
|
|
|
309
451
|
#### 0.2.0
|
|
452
|
+
|
|
310
453
|
* (bluefox) initial release
|
|
311
454
|
|
|
312
455
|
## License
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"files": {
|
|
3
|
+
"main.css": "./static/css/main.e2d673ee.chunk.css",
|
|
4
|
+
"main.js": "./static/js/main.2721c643.chunk.js",
|
|
5
|
+
"main.js.map": "./static/js/main.2721c643.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.2721c643.chunk.js"
|
|
22
|
+
]
|
|
23
|
+
}
|
|
Binary file
|