iobroker.alpha-ess 1.0.1 → 1.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 +4 -0
- package/io-package.json +14 -14
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -62,6 +62,10 @@ To be able to use the new Open API you have to register your Alpha-ESS device un
|
|
|
62
62
|
**All product and company names or logos are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them or any associated subsidiaries! This personal project is maintained in spare time and has no business goal.**
|
|
63
63
|
|
|
64
64
|
## Changelog
|
|
65
|
+
### 1.0.2 (2023-10-05)
|
|
66
|
+
|
|
67
|
+
- (mcm1957) Updated required node version to 16 or newer
|
|
68
|
+
|
|
65
69
|
### 1.0.1 (2023-10-03)
|
|
66
70
|
|
|
67
71
|
- (Gaspode) Adapted fetching energy values using 'Closed API' to latest API changes by Alpha-ESS
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "alpha-ess",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.0.2": {
|
|
7
|
+
"en": "Updated required node version to 16 or newer",
|
|
8
|
+
"de": "Erforderliche Node Version auf 16 oder neuer aktualisiert",
|
|
9
|
+
"ru": "Обновленная необходимая версия узла до 16 или новее",
|
|
10
|
+
"pt": "Versão de nó atualizada necessária para 16 ou mais recente",
|
|
11
|
+
"nl": "Verouderd vereiste node versie van 16 of nieuw",
|
|
12
|
+
"fr": "Mise à jour de la version node requise à 16 ou plus",
|
|
13
|
+
"it": "Versione nodo richiesta aggiornata a 16 o più recente",
|
|
14
|
+
"es": "Versión actualizada de nodos requeridos a 16 o más",
|
|
15
|
+
"pl": "Wymagana wersja węzła do 16 lub nowa",
|
|
16
|
+
"uk": "Оновлено необхідну версію вершини до 16 або нових",
|
|
17
|
+
"zh-cn": "A. 最新要求的无误版本到16个或新成员"
|
|
18
|
+
},
|
|
6
19
|
"1.0.1": {
|
|
7
20
|
"en": "Adapted fetching energy values using 'Closed API' to latest API changes by Alpha-ESS",
|
|
8
21
|
"de": "Closed API: Energiewerte an neueste API-Änderungen von Alpha-ESS angepasst",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "Weryfikacja stanu na wartości czasowe (OpenAPI tylko)",
|
|
81
94
|
"uk": "Виправлена перевірка стану для значень часу (тільки OpenAPI)",
|
|
82
95
|
"zh-cn": "固定国家对时间价值的核查(只有OpenAPI)"
|
|
83
|
-
},
|
|
84
|
-
"1.0.0-alpha.1": {
|
|
85
|
-
"en": "Writing charging and discharging settings implemented (OpenAPI only)",
|
|
86
|
-
"de": "Schreiben von Lade- und Entladeeinstellungen implementiert (nur OpenAPI)",
|
|
87
|
-
"ru": "Написание зарядки и сброса настроек реализованных (только OpenAPI)",
|
|
88
|
-
"pt": "Escrevendo as configurações de carregamento e descarga implementadas (apenas OpenAPI)",
|
|
89
|
-
"nl": "Schrijven en ontladen opstellingen geïnformeerd",
|
|
90
|
-
"fr": "Rédaction des paramètres de charge et de déchargement mis en œuvre (OpenAPI seulement)",
|
|
91
|
-
"it": "Impostazioni di ricarica e scarico implementate (solo OpenAPI)",
|
|
92
|
-
"es": "Escribir los ajustes de carga y descarga implementados (OpenAPI solamente)",
|
|
93
|
-
"pl": "Pisanie ładowania i rozładowania wdrożone (OpenAPI)",
|
|
94
|
-
"uk": "Написання параметрів зарядки та розвантаження (OpenAPI тільки)",
|
|
95
|
-
"zh-cn": "标定和执行的慈善环境(仅为泛美卫生组织)"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.alpha-ess",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Read and write data from and to Alpha ESS systems.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Gaspode",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"url": "https://github.com/Gaspode69/ioBroker.alpha-ess.git"
|
|
17
17
|
},
|
|
18
18
|
"engines": {
|
|
19
|
-
"node": ">=
|
|
19
|
+
"node": ">= 16"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@iobroker/adapter-core": "^3.0.3",
|