iobroker.clage-dsx 0.0.1 → 0.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/LICENSE +21 -21
- package/README.md +71 -65
- package/README_DE.md +63 -57
- package/admin/jsonConfig.json +95 -0
- package/io-package.json +122 -102
- package/lib/adapter-config.d.ts +21 -19
- package/main.js +502 -495
- package/package.json +21 -23
- package/.github/ISSUE_TEMPLATE/bug_report.md +0 -32
- package/.github/workflows/test-and-release.yml +0 -155
- package/.vscode/extensions.json +0 -5
- package/.vscode/settings.json +0 -3
- package/CLAGE HomeServer API v1.3.4.pdf +0 -0
- package/admin/admin.d.ts +0 -93
- package/admin/index_m.html +0 -105
- package/admin/style.css +0 -32
- package/admin/tsconfig.json +0 -9
- package/admin/words.js +0 -65
- package/connektion.md +0 -22
- package/gulpfile.js +0 -337
- package/lib/states.js +0 -0
- package/lib/tools.js +0 -99
- package/main.test.js +0 -30
- package/test/integration.js +0 -5
- package/test/mocha.setup.js +0 -14
- package/test/mocharc.custom.json +0 -10
- package/test/package.js +0 -5
- package/test/tsconfig.json +0 -9
- package/test/unit.js +0 -5
- package/tsconfig.check.json +0 -15
- package/tsconfig.json +0 -39
package/LICENSE
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2021 TheBam <elektrobam@gmx.de>
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2021 TheBam <elektrobam@gmx.de>
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,65 +1,71 @@
|
|
|
1
|
-

|
|
2
|
-
# ioBroker.clage-dsx
|
|
3
|
-
|
|
4
|
-
[](https://www.npmjs.com/package/iobroker.clage-dsx)
|
|
5
|
-
[](https://www.npmjs.com/package/iobroker.clage-dsx)
|
|
6
|
-

|
|
7
|
-

|
|
8
|
-
[](https://david-dm.org/TheBam1990/iobroker.clage-dsx)
|
|
9
|
-
|
|
10
|
-
[](https://nodei.co/npm/iobroker.clage-dsx/)
|
|
11
|
-
|
|
12
|
-
**Tests:** 
|
|
13
|
-
|
|
14
|
-
## clage-dsx adapter for ioBroker
|
|
15
|
-
|
|
16
|
-
connection to clage dsx wather Heater
|
|
17
|
-
|
|
18
|
-
## Developer manual
|
|
19
|
-
This section is intended for the developer. It can be deleted later
|
|
20
|
-
|
|
21
|
-
### Getting started
|
|
22
|
-
|
|
23
|
-
For German https://github.com/TheBam1990/ioBroker.clage-dsx/blob/master/README_DE.md
|
|
24
|
-
|
|
25
|
-
API Doku: https://github.com/TheBam1990/ioBroker.clage-dsx/blob/master/CLAGE%20HomeServer%20API%20v1.3.4.pdf
|
|
26
|
-
|
|
27
|
-
Connekting infos JS: https://github.com/TheBam1990/ioBroker.clage-dsx/blob/master/connektion.md
|
|
28
|
-
|
|
29
|
-
Simply enter the IP address of your DSX server and enter your username and password.
|
|
30
|
-
Attention, all fields must be filled in otherwise it won't work.
|
|
31
|
-
|
|
32
|
-
The Setpoint value is the temperature with a value without commer (Temp / 10)
|
|
33
|
-
|
|
34
|
-
The FlowMax value, which ensures the flow in the device, can also be changed.
|
|
35
|
-
As well as a name can also be entered
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
## Changelog
|
|
40
|
-
|
|
41
|
-
### 0.0.
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
SOFTWARE
|
|
1
|
+

|
|
2
|
+
# ioBroker.clage-dsx
|
|
3
|
+
|
|
4
|
+
[](https://www.npmjs.com/package/iobroker.clage-dsx)
|
|
5
|
+
[](https://www.npmjs.com/package/iobroker.clage-dsx)
|
|
6
|
+

|
|
7
|
+

|
|
8
|
+
[](https://david-dm.org/TheBam1990/iobroker.clage-dsx)
|
|
9
|
+
|
|
10
|
+
[](https://nodei.co/npm/iobroker.clage-dsx/)
|
|
11
|
+
|
|
12
|
+
**Tests:** 
|
|
13
|
+
|
|
14
|
+
## clage-dsx adapter for ioBroker
|
|
15
|
+
|
|
16
|
+
connection to clage dsx wather Heater
|
|
17
|
+
|
|
18
|
+
## Developer manual
|
|
19
|
+
This section is intended for the developer. It can be deleted later
|
|
20
|
+
|
|
21
|
+
### Getting started
|
|
22
|
+
|
|
23
|
+
For German https://github.com/TheBam1990/ioBroker.clage-dsx/blob/master/README_DE.md
|
|
24
|
+
|
|
25
|
+
API Doku: https://github.com/TheBam1990/ioBroker.clage-dsx/blob/master/CLAGE%20HomeServer%20API%20v1.3.4.pdf
|
|
26
|
+
|
|
27
|
+
Connekting infos JS: https://github.com/TheBam1990/ioBroker.clage-dsx/blob/master/connektion.md
|
|
28
|
+
|
|
29
|
+
Simply enter the IP address of your DSX server and enter your username and password.
|
|
30
|
+
Attention, all fields must be filled in otherwise it won't work.
|
|
31
|
+
|
|
32
|
+
The Setpoint value is the temperature with a value without commer (Temp / 10)
|
|
33
|
+
|
|
34
|
+
The FlowMax value, which ensures the flow in the device, can also be changed.
|
|
35
|
+
As well as a name can also be entered
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
## Changelog
|
|
40
|
+
|
|
41
|
+
### 0.0.2
|
|
42
|
+
|
|
43
|
+
* Updated runtime dependencies for current ioBroker and Node.js versions
|
|
44
|
+
* Migrated the administration page to responsive JSON Config
|
|
45
|
+
* Added current ioBroker package metadata and CI tests for Node.js 20, 22 and 24
|
|
46
|
+
|
|
47
|
+
### 0.0.1
|
|
48
|
+
* (TheBam) initial release
|
|
49
|
+
|
|
50
|
+
## License
|
|
51
|
+
MIT License
|
|
52
|
+
|
|
53
|
+
Copyright (c) 2023 TheBam <elektrobam@gmx.de>
|
|
54
|
+
|
|
55
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
56
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
57
|
+
in the Software without restriction, including without limitation the rights
|
|
58
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
59
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
60
|
+
furnished to do so, subject to the following conditions:
|
|
61
|
+
|
|
62
|
+
The above copyright notice and this permission notice shall be included in all
|
|
63
|
+
copies or substantial portions of the Software.
|
|
64
|
+
|
|
65
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
66
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
67
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
68
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
69
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
70
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
71
|
+
SOFTWARE.
|
package/README_DE.md
CHANGED
|
@@ -1,57 +1,63 @@
|
|
|
1
|
-

|
|
2
|
-
# ioBroker.clage-dsx
|
|
3
|
-
|
|
4
|
-
[](https://www.npmjs.com/package/iobroker.clage-dsx)
|
|
5
|
-
[](https://www.npmjs.com/package/iobroker.clage-dsx)
|
|
6
|
-

|
|
7
|
-

|
|
8
|
-
[](https://david-dm.org/TheBam1990/iobroker.clage-dsx)
|
|
9
|
-
|
|
10
|
-
[](https://nodei.co/npm/iobroker.clage-dsx/)
|
|
11
|
-
|
|
12
|
-
**Tests:** 
|
|
13
|
-
|
|
14
|
-
## clage-dsx adapter for ioBroker
|
|
15
|
-
|
|
16
|
-
Anbindung für Clage Durchlauferhitzer DSX Server
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
### Getting started
|
|
20
|
-
|
|
21
|
-
Einfach die IP adresse ihres DSX Server eintragen sowie Benutzername und Passwort eingeben.
|
|
22
|
-
Achtung es müssen alle felder ausgefüllt sein sonst geht es nicht.
|
|
23
|
-
|
|
24
|
-
Der Wert Setpoint ist die Temperatur mit einem Wert ohne kommer (Temp /10)
|
|
25
|
-
|
|
26
|
-
Ebenso kann der Wert FlowMax verändert werden welcher für den Durchfluss im Gerät sorgt.
|
|
27
|
-
Sowie ein Name kann auch eingegeben werden
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
## Changelog
|
|
32
|
-
|
|
33
|
-
### 0.0.
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
SOFTWARE
|
|
1
|
+

|
|
2
|
+
# ioBroker.clage-dsx
|
|
3
|
+
|
|
4
|
+
[](https://www.npmjs.com/package/iobroker.clage-dsx)
|
|
5
|
+
[](https://www.npmjs.com/package/iobroker.clage-dsx)
|
|
6
|
+

|
|
7
|
+

|
|
8
|
+
[](https://david-dm.org/TheBam1990/iobroker.clage-dsx)
|
|
9
|
+
|
|
10
|
+
[](https://nodei.co/npm/iobroker.clage-dsx/)
|
|
11
|
+
|
|
12
|
+
**Tests:** 
|
|
13
|
+
|
|
14
|
+
## clage-dsx adapter for ioBroker
|
|
15
|
+
|
|
16
|
+
Anbindung für Clage Durchlauferhitzer DSX Server
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Getting started
|
|
20
|
+
|
|
21
|
+
Einfach die IP adresse ihres DSX Server eintragen sowie Benutzername und Passwort eingeben.
|
|
22
|
+
Achtung es müssen alle felder ausgefüllt sein sonst geht es nicht.
|
|
23
|
+
|
|
24
|
+
Der Wert Setpoint ist die Temperatur mit einem Wert ohne kommer (Temp /10)
|
|
25
|
+
|
|
26
|
+
Ebenso kann der Wert FlowMax verändert werden welcher für den Durchfluss im Gerät sorgt.
|
|
27
|
+
Sowie ein Name kann auch eingegeben werden
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## Changelog
|
|
32
|
+
|
|
33
|
+
### 0.0.2
|
|
34
|
+
|
|
35
|
+
* Laufzeitabhaengigkeiten fuer aktuelle ioBroker- und Node.js-Versionen aktualisiert
|
|
36
|
+
* Administrationsoberflaeche auf responsive JSON Config umgestellt
|
|
37
|
+
* Aktuelle ioBroker-Paketmetadaten und CI-Tests fuer Node.js 20, 22 und 24 ergaenzt
|
|
38
|
+
|
|
39
|
+
### 0.0.1
|
|
40
|
+
* (TheBam) initial release
|
|
41
|
+
|
|
42
|
+
## License
|
|
43
|
+
MIT License
|
|
44
|
+
|
|
45
|
+
Copyright (c) 2023 TheBam <elektrobam@gmx.de>
|
|
46
|
+
|
|
47
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
48
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
49
|
+
in the Software without restriction, including without limitation the rights
|
|
50
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
51
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
52
|
+
furnished to do so, subject to the following conditions:
|
|
53
|
+
|
|
54
|
+
The above copyright notice and this permission notice shall be included in all
|
|
55
|
+
copies or substantial portions of the Software.
|
|
56
|
+
|
|
57
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
58
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
59
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
60
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
61
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
62
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
63
|
+
SOFTWARE.
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "panel",
|
|
3
|
+
"i18n": false,
|
|
4
|
+
"items": {
|
|
5
|
+
"intro": {
|
|
6
|
+
"type": "infoBox",
|
|
7
|
+
"text": {
|
|
8
|
+
"en": "Enter the CLAGE Home Server address and its API credentials. All three fields are required.",
|
|
9
|
+
"de": "Adresse des CLAGE Home Servers und dessen API-Zugangsdaten eingeben. Alle drei Felder werden benoetigt."
|
|
10
|
+
},
|
|
11
|
+
"newLine": true,
|
|
12
|
+
"xs": 12
|
|
13
|
+
},
|
|
14
|
+
"adresse": {
|
|
15
|
+
"type": "ip",
|
|
16
|
+
"label": {
|
|
17
|
+
"en": "CLAGE Home Server IP address",
|
|
18
|
+
"de": "IP-Adresse des CLAGE Home Servers",
|
|
19
|
+
"ru": "IP-адрес CLAGE Home Server",
|
|
20
|
+
"pt": "Endereço IP do CLAGE Home Server",
|
|
21
|
+
"nl": "IP-adres van de CLAGE Home Server",
|
|
22
|
+
"fr": "Adresse IP du CLAGE Home Server",
|
|
23
|
+
"it": "Indirizzo IP del CLAGE Home Server",
|
|
24
|
+
"es": "Dirección IP del CLAGE Home Server",
|
|
25
|
+
"pl": "Adres IP serwera CLAGE Home Server",
|
|
26
|
+
"uk": "IP-адреса CLAGE Home Server",
|
|
27
|
+
"zh-cn": "CLAGE Home Server IP 地址"
|
|
28
|
+
},
|
|
29
|
+
"listenOnAllPorts": false,
|
|
30
|
+
"onlyIp4": true,
|
|
31
|
+
"noInternal": false,
|
|
32
|
+
"xs": 12,
|
|
33
|
+
"sm": 6,
|
|
34
|
+
"md": 6,
|
|
35
|
+
"lg": 6,
|
|
36
|
+
"xl": 6
|
|
37
|
+
},
|
|
38
|
+
"port": {
|
|
39
|
+
"type": "text",
|
|
40
|
+
"label": {
|
|
41
|
+
"en": "API user name",
|
|
42
|
+
"de": "API-Benutzername",
|
|
43
|
+
"ru": "Имя пользователя API",
|
|
44
|
+
"pt": "Nome de utilizador da API",
|
|
45
|
+
"nl": "API-gebruikersnaam",
|
|
46
|
+
"fr": "Nom d'utilisateur API",
|
|
47
|
+
"it": "Nome utente API",
|
|
48
|
+
"es": "Nombre de usuario de la API",
|
|
49
|
+
"pl": "Nazwa użytkownika API",
|
|
50
|
+
"uk": "Ім'я користувача API",
|
|
51
|
+
"zh-cn": "API 用户名"
|
|
52
|
+
},
|
|
53
|
+
"help": {
|
|
54
|
+
"en": "The historical configuration key is named port, but this value is the user name.",
|
|
55
|
+
"de": "Der historische Konfigurationsschluessel heisst port, der Wert ist jedoch der Benutzername.",
|
|
56
|
+
"ru": "Исторический ключ называется port, но это имя пользователя.",
|
|
57
|
+
"pt": "A chave histórica chama-se port, mas este valor é o nome de utilizador.",
|
|
58
|
+
"nl": "De historische sleutel heet port, maar deze waarde is de gebruikersnaam.",
|
|
59
|
+
"fr": "La clé historique s'appelle port, mais cette valeur est le nom d'utilisateur.",
|
|
60
|
+
"it": "La chiave storica si chiama port, ma questo valore è il nome utente.",
|
|
61
|
+
"es": "La clave histórica se llama port, pero este valor es el nombre de usuario.",
|
|
62
|
+
"pl": "Historyczny klucz nazywa się port, ale ta wartość jest nazwą użytkownika.",
|
|
63
|
+
"uk": "Історичний ключ називається port, але це ім'я користувача.",
|
|
64
|
+
"zh-cn": "历史配置键名为 port,但该值实际是用户名。"
|
|
65
|
+
},
|
|
66
|
+
"xs": 12,
|
|
67
|
+
"sm": 6,
|
|
68
|
+
"md": 6,
|
|
69
|
+
"lg": 6,
|
|
70
|
+
"xl": 6
|
|
71
|
+
},
|
|
72
|
+
"apiKey": {
|
|
73
|
+
"type": "password",
|
|
74
|
+
"label": {
|
|
75
|
+
"en": "API password",
|
|
76
|
+
"de": "API-Passwort",
|
|
77
|
+
"ru": "Пароль API",
|
|
78
|
+
"pt": "Palavra-passe da API",
|
|
79
|
+
"nl": "API-wachtwoord",
|
|
80
|
+
"fr": "Mot de passe API",
|
|
81
|
+
"it": "Password API",
|
|
82
|
+
"es": "Contraseña de la API",
|
|
83
|
+
"pl": "Hasło API",
|
|
84
|
+
"uk": "Пароль API",
|
|
85
|
+
"zh-cn": "API 密码"
|
|
86
|
+
},
|
|
87
|
+
"visible": true,
|
|
88
|
+
"xs": 12,
|
|
89
|
+
"sm": 6,
|
|
90
|
+
"md": 6,
|
|
91
|
+
"lg": 6,
|
|
92
|
+
"xl": 6
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
package/io-package.json
CHANGED
|
@@ -1,102 +1,122 @@
|
|
|
1
|
-
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
"
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
1
|
+
{
|
|
2
|
+
"common": {
|
|
3
|
+
"name": "clage-dsx",
|
|
4
|
+
"version": "0.0.2",
|
|
5
|
+
"news": {
|
|
6
|
+
"0.0.2": {
|
|
7
|
+
"en": "Updated dependencies and compatibility for current ioBroker and Node.js versions.",
|
|
8
|
+
"de": "Abhaengigkeiten und Kompatibilitaet fuer aktuelle ioBroker- und Node.js-Versionen aktualisiert.",
|
|
9
|
+
"ru": "Обновлены зависимости и совместимость с актуальными версиями ioBroker и Node.js.",
|
|
10
|
+
"pt": "Dependências e compatibilidade atualizadas para as versões atuais do ioBroker e Node.js.",
|
|
11
|
+
"nl": "Afhankelijkheden en compatibiliteit bijgewerkt voor actuele ioBroker- en Node.js-versies.",
|
|
12
|
+
"fr": "Dépendances et compatibilité mises à jour pour les versions actuelles d'ioBroker et Node.js.",
|
|
13
|
+
"it": "Dipendenze e compatibilità aggiornate per le versioni attuali di ioBroker e Node.js.",
|
|
14
|
+
"es": "Dependencias y compatibilidad actualizadas para las versiones actuales de ioBroker y Node.js.",
|
|
15
|
+
"pl": "Zaktualizowano zależności i zgodność z aktualnymi wersjami ioBroker i Node.js.",
|
|
16
|
+
"uk": "Оновлено залежності та сумісність з актуальними версіями ioBroker і Node.js.",
|
|
17
|
+
"zh-cn": "已更新依赖项,以兼容当前版本的 ioBroker 和 Node.js。"
|
|
18
|
+
},
|
|
19
|
+
"0.0.1": {
|
|
20
|
+
"en": "initial release",
|
|
21
|
+
"de": "Erstveröffentlichung",
|
|
22
|
+
"ru": "Начальная версия",
|
|
23
|
+
"pt": "lançamento inicial",
|
|
24
|
+
"nl": "Eerste uitgave",
|
|
25
|
+
"fr": "Première version",
|
|
26
|
+
"it": "Versione iniziale",
|
|
27
|
+
"es": "Versión inicial",
|
|
28
|
+
"pl": "Pierwsze wydanie",
|
|
29
|
+
"uk": "Initial release",
|
|
30
|
+
"zh-cn": "首次出版"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"titleLang": {
|
|
34
|
+
"en": "clage-dsx",
|
|
35
|
+
"de": "clage-dsx",
|
|
36
|
+
"ru": "clage-dsx",
|
|
37
|
+
"pt": "clage-dsx",
|
|
38
|
+
"nl": "clage-dsx",
|
|
39
|
+
"fr": "clage-dsx",
|
|
40
|
+
"it": "clage-dsx",
|
|
41
|
+
"es": "clage-dsx",
|
|
42
|
+
"pl": "clage-dsx",
|
|
43
|
+
"uk": "clage-dsx",
|
|
44
|
+
"zh-cn": "clage-dsx"
|
|
45
|
+
},
|
|
46
|
+
"desc": {
|
|
47
|
+
"en": "connection to clage dsx wather Heater",
|
|
48
|
+
"de": "verbindung zu clage dsx wather Heater",
|
|
49
|
+
"ru": "подключение к clage dsx wather Heater",
|
|
50
|
+
"pt": "conexão com o aquecedor de wather dsx clage",
|
|
51
|
+
"nl": "verbinding met klei dsxwaze Heater",
|
|
52
|
+
"fr": "connexion à clage dsx wather Heater",
|
|
53
|
+
"it": "connessione al clage dsx wather Heater",
|
|
54
|
+
"es": "conexión a clage dsx wather Heater",
|
|
55
|
+
"pl": "w związku z tym księgowy",
|
|
56
|
+
"uk": "підключення до клітки dsx ватер нагрівач",
|
|
57
|
+
"zh-cn": "2. 冲突"
|
|
58
|
+
},
|
|
59
|
+
"authors": ["TheBam <elektrobam@gmx.de>"],
|
|
60
|
+
"keywords": ["water heater", "clage"],
|
|
61
|
+
"licenseInformation": {
|
|
62
|
+
"type": "free",
|
|
63
|
+
"license": "MIT"
|
|
64
|
+
},
|
|
65
|
+
"platform": "Javascript/Node.js",
|
|
66
|
+
"icon": "clage-dsx.png",
|
|
67
|
+
"enabled": true,
|
|
68
|
+
"extIcon": "https://raw.githubusercontent.com/TheBam1990/ioBroker.clage-dsx/master/admin/clage-dsx.png",
|
|
69
|
+
"readme": "https://github.com/TheBam1990/ioBroker.clage-dsx/blob/master/README.md",
|
|
70
|
+
"loglevel": "info",
|
|
71
|
+
"mode": "daemon",
|
|
72
|
+
"type": "hardware",
|
|
73
|
+
"tier": 3,
|
|
74
|
+
"compact": true,
|
|
75
|
+
"connectionType": "local",
|
|
76
|
+
"dataSource": "poll",
|
|
77
|
+
"adminUI": {
|
|
78
|
+
"config": "json"
|
|
79
|
+
},
|
|
80
|
+
"dependencies": [
|
|
81
|
+
{
|
|
82
|
+
"js-controller": ">=6.0.11"
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"globalDependencies": [
|
|
86
|
+
{
|
|
87
|
+
"admin": ">=7.6.20"
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
"encryptedNative": ["apiKey"],
|
|
92
|
+
"protectedNative": ["apiKey"],
|
|
93
|
+
"native": {
|
|
94
|
+
"port": "",
|
|
95
|
+
"apiKey": "",
|
|
96
|
+
"adresse": ""
|
|
97
|
+
},
|
|
98
|
+
"objects": [],
|
|
99
|
+
"instanceObjects": [
|
|
100
|
+
{
|
|
101
|
+
"_id": "info",
|
|
102
|
+
"type": "channel",
|
|
103
|
+
"common": {
|
|
104
|
+
"name": "Information"
|
|
105
|
+
},
|
|
106
|
+
"native": {}
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"_id": "info.connection",
|
|
110
|
+
"type": "state",
|
|
111
|
+
"common": {
|
|
112
|
+
"role": "indicator.connected",
|
|
113
|
+
"name": "If connected to my gateway",
|
|
114
|
+
"type": "boolean",
|
|
115
|
+
"read": true,
|
|
116
|
+
"write": false,
|
|
117
|
+
"def": false
|
|
118
|
+
},
|
|
119
|
+
"native": {}
|
|
120
|
+
}
|
|
121
|
+
]
|
|
122
|
+
}
|