iobroker.senec 1.6.11 → 1.6.12
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 +2 -2
- package/README.md +4 -11
- package/admin/jsonConfig.json +1 -1
- package/io-package.json +14 -27
- package/package.json +16 -16
package/LICENSE
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
Copyright (c)
|
|
1
|
+
Copyright (c) 2024 NoBl <github@bluemle.org>
|
|
2
2
|
|
|
3
3
|
MIT License
|
|
4
4
|
|
|
5
|
-
Copyright (c)
|
|
5
|
+
Copyright (c) 2024 Author <author@mail.com>
|
|
6
6
|
|
|
7
7
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -299,6 +299,9 @@ This channel contains values polled from SENEC App-API.
|
|
|
299
299
|
|
|
300
300
|
## Changelog
|
|
301
301
|
|
|
302
|
+
### 1.6.12 (NoBl)
|
|
303
|
+
* Updated license
|
|
304
|
+
|
|
302
305
|
### 1.6.11 (NoBl)
|
|
303
306
|
* Moving from Senec App API 3.12.0 to 4.3.3 (thanks to oakdesign@github for providing the new API!)
|
|
304
307
|
* This WILL invalidate all current API datapoints in the Statistik branch. Easiest solution to this: Delete the Statistik branch.
|
|
@@ -344,22 +347,12 @@ This channel contains values polled from SENEC App-API.
|
|
|
344
347
|
* Added option to also poll SENEC App API. This requires user credentials for mein-senec.de
|
|
345
348
|
* We are starting with just some information - more to follow. But with Dashboard we at least have current values and day statistics back.
|
|
346
349
|
|
|
347
|
-
### 1.5.1 (NoBl)
|
|
348
|
-
* Added more datapoints. If you experience messages in log - feel free to add them yourself to state_attr on github (pull request)
|
|
349
|
-
* Autarky calculations will stopp working because SENEC removed STATISTICS branch.
|
|
350
|
-
* If you experience issues with connecting to your appliance after it got updated, please activate https connection in settings.
|
|
351
|
-
|
|
352
|
-
### 1.5.0 (NoBl)
|
|
353
|
-
* Added configuration section to add datapoints to high priority polling. Please be aware of the possible issues this could cause (if too many datapoints added) and use at your own risk.
|
|
354
|
-
* ALL Wallbox datapoints have been removed from high priority polling. Only some users even have a SENEC wallbox. Please reconfigure via the new config dialogue.
|
|
355
|
-
* Possible Candidate for stable. Please report any findings!
|
|
356
|
-
|
|
357
350
|
### [Former Updates](CHANGELOG_old.md)
|
|
358
351
|
|
|
359
352
|
## License
|
|
360
353
|
MIT License
|
|
361
354
|
|
|
362
|
-
Copyright (c)
|
|
355
|
+
Copyright (c) 2024 Norbert Bluemle <github@bluemle.org>
|
|
363
356
|
|
|
364
357
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
365
358
|
of this software and associated documentation files (the "Software"), to deal
|
package/admin/jsonConfig.json
CHANGED
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "senec",
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.12",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.6.12": {
|
|
7
|
+
"en": "Updated license",
|
|
8
|
+
"de": "Lizenz aktualisiert",
|
|
9
|
+
"ru": "Обновленная лицензия",
|
|
10
|
+
"pt": "Licença atualizada",
|
|
11
|
+
"nl": "Bijgewerkte licentie",
|
|
12
|
+
"fr": "Licence actualisée",
|
|
13
|
+
"it": "Licenza aggiornata",
|
|
14
|
+
"es": "Licencia actualizada",
|
|
15
|
+
"pl": "Aktualizacja licencji",
|
|
16
|
+
"uk": "Оновлена ліцензія",
|
|
17
|
+
"zh-cn": "更新许可证"
|
|
18
|
+
},
|
|
6
19
|
"1.6.11": {
|
|
7
20
|
"en": "Moving from Senec App API 3.12.0 to 4.3.3 (thanks to oakdesign@github for providing the new API!). This WILL invalidate all current API datapoints in the Statistik branch. Easiest solution to this: Delete the Statistik branch. Remember to force a rebuild of historic data in adapter settings!",
|
|
8
21
|
"de": "Update der Senec App API 3.12.0 auf 4.3.3 (Dank an Oakdesign@github für die Analyse der neuen API.)! Dadurch werden leider alle aktuellen API-Datenpunkte im Statistik-Zweig ungültig. Einfachste Lösung hierfür: Den gesamten Statistik-Zweig löschen. Beachten: Die Gesamthistorie muss neu berechnet werden (Parameter in den Adaptereinstellungen)!",
|
|
@@ -132,32 +145,6 @@
|
|
|
132
145
|
"pl": "Wstępne dane z API wraz z kilkoma własnymi obliczeniami.",
|
|
133
146
|
"uk": "Додано значення статистичних даних з API разом з деякими власними підрахунками.",
|
|
134
147
|
"zh-cn": "加上非传染性疾病的统计价值以及一些本身的计算。."
|
|
135
|
-
},
|
|
136
|
-
"1.6.1": {
|
|
137
|
-
"en": "Bugfixes for API reading.",
|
|
138
|
-
"de": "Bugfixes im API Handling.",
|
|
139
|
-
"ru": "Bugfixes для чтения API.",
|
|
140
|
-
"pt": "Bugfixes para leitura de API.",
|
|
141
|
-
"nl": "Bugfixes voor API-lezing.",
|
|
142
|
-
"fr": "Bugfixes pour la lecture de l'API.",
|
|
143
|
-
"it": "Bugfixes per la lettura API.",
|
|
144
|
-
"es": "Bugfixes para la lectura de API.",
|
|
145
|
-
"pl": "Bugfixes for API reading (ang.).",
|
|
146
|
-
"uk": "Виправлення помилок для читання API.",
|
|
147
|
-
"zh-cn": "评 注."
|
|
148
|
-
},
|
|
149
|
-
"1.6.0": {
|
|
150
|
-
"en": "You can now configure to request SENEC App API.",
|
|
151
|
-
"de": "Sie können nun die SENEC App API abfragen.",
|
|
152
|
-
"ru": "Теперь вы можете настроить для запроса SENEC App API.",
|
|
153
|
-
"pt": "Agora você pode configurar para solicitar a API do SENEC App.",
|
|
154
|
-
"nl": "Je kunt nu configureren om SENEC App API te vragen.",
|
|
155
|
-
"fr": "Vous pouvez maintenant configurer pour demander l'API App SENEC.",
|
|
156
|
-
"it": "Ora è possibile configurare per richiedere l'API SENEC App.",
|
|
157
|
-
"es": "Ahora puede configurarse para solicitar SENEC App API.",
|
|
158
|
-
"pl": "Możesz teraz skonfigurować żądanie SENEC App API.",
|
|
159
|
-
"uk": "Ви можете налаштувати запит на SENEC App API.",
|
|
160
|
-
"zh-cn": "如今,你可以准备要求SENECSP。."
|
|
161
148
|
}
|
|
162
149
|
},
|
|
163
150
|
"docs": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.senec",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.12",
|
|
4
4
|
"description": "Senec Home",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "NoBl",
|
|
@@ -27,32 +27,32 @@
|
|
|
27
27
|
"url": "https://github.com/nobl/ioBroker.senec.git"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"axios": "^1.6.
|
|
30
|
+
"axios": "^1.6.3",
|
|
31
31
|
"@iobroker/adapter-core": "^2.6.8"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@alcalzone/release-script": "^3.
|
|
35
|
-
"@alcalzone/release-script-plugin-iobroker": "^3.
|
|
36
|
-
"@alcalzone/release-script-plugin-license": "^3.
|
|
37
|
-
"@alcalzone/release-script-plugin-manual-review": "^3.
|
|
34
|
+
"@alcalzone/release-script": "^3.7.0",
|
|
35
|
+
"@alcalzone/release-script-plugin-iobroker": "^3.7.0",
|
|
36
|
+
"@alcalzone/release-script-plugin-license": "^3.7.0",
|
|
37
|
+
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
|
|
38
38
|
"@iobroker/adapter-dev": "^1.2.0",
|
|
39
39
|
"@iobroker/testing": "^4.1.0",
|
|
40
40
|
"@tsconfig/node14": "^14.1.0",
|
|
41
41
|
"@types/chai": "^4.3.6",
|
|
42
|
-
"@types/chai-as-promised": "^7.1.
|
|
43
|
-
"@types/mocha": "^10.0.
|
|
44
|
-
"@types/node": "^20.
|
|
45
|
-
"@types/proxyquire": "^1.3.
|
|
46
|
-
"@types/sinon": "^
|
|
47
|
-
"@types/sinon-chai": "^3.2.
|
|
48
|
-
"chai": "^4.
|
|
42
|
+
"@types/chai-as-promised": "^7.1.8",
|
|
43
|
+
"@types/mocha": "^10.0.6",
|
|
44
|
+
"@types/node": "^20.11.14",
|
|
45
|
+
"@types/proxyquire": "^1.3.31",
|
|
46
|
+
"@types/sinon": "^17.0.3",
|
|
47
|
+
"@types/sinon-chai": "^3.2.12",
|
|
48
|
+
"chai": "^4.4.1",
|
|
49
49
|
"chai-as-promised": "^7.1.1",
|
|
50
|
-
"eslint": "^8.
|
|
50
|
+
"eslint": "^8.56.0",
|
|
51
51
|
"mocha": "^10.2.0",
|
|
52
52
|
"proxyquire": "^2.1.3",
|
|
53
|
-
"sinon": "^17.0.
|
|
53
|
+
"sinon": "^17.0.1",
|
|
54
54
|
"sinon-chai": "^3.7.0",
|
|
55
|
-
"typescript": "~5.
|
|
55
|
+
"typescript": "~5.3.3"
|
|
56
56
|
},
|
|
57
57
|
"main": "main.js",
|
|
58
58
|
"files": [
|