iobroker.alpha-ess 0.2.0 → 0.3.0
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 +16 -2
- package/admin/i18n/de/translations.json +4 -2
- package/admin/i18n/en/translations.json +4 -2
- package/admin/i18n/es/translations.json +5 -3
- package/admin/i18n/fr/translations.json +4 -2
- package/admin/i18n/it/translations.json +6 -4
- package/admin/i18n/nl/translations.json +5 -3
- package/admin/i18n/pl/translations.json +5 -3
- package/admin/i18n/pt/translations.json +6 -4
- package/admin/i18n/ru/translations.json +4 -2
- package/admin/i18n/uk/translations.json +4 -2
- package/admin/i18n/zh-cn/translations.json +5 -3
- package/admin/jsonConfig.json +27 -5
- package/io-package.json +33 -29
- package/main.js +785 -465
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -25,8 +25,10 @@ Basically, it is possible to change selected configuration settings using the Al
|
|
|
25
25
|
**Password:** The password of your Alpha ESS Account\
|
|
26
26
|
**Alpha ESS System ID:** The system Identifier of your Alpha ESS equipment\
|
|
27
27
|
**Interval to read realtime data:** Unit: seconds.\
|
|
28
|
-
**Interval to read energy data:** Unit:
|
|
29
|
-
**Interval to read settings data:** Unit:
|
|
28
|
+
**Interval to read energy data:** Unit: minutes.\
|
|
29
|
+
**Interval to read settings data:** Unit: minutes.\
|
|
30
|
+
**Interval to read statistical data for the current day:** Unit: minutes.\
|
|
31
|
+
**Interval to read summary data:** Unit: minutes.
|
|
30
32
|
|
|
31
33
|
It is possible to use a demo account provided by Alpha ESS. The credentials (user name, system id) are set as default values within the adapter.
|
|
32
34
|
The password is stored encrypted and must therefore be entered manually: demo
|
|
@@ -35,6 +37,18 @@ The password is stored encrypted and must therefore be entered manually: demo
|
|
|
35
37
|
**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.**
|
|
36
38
|
|
|
37
39
|
## Changelog
|
|
40
|
+
### 0.3.0 (2023-02-11)
|
|
41
|
+
* (Gaspode) Rearranged statistical data and added more values. Many thanks to [Thorsten](https://github.com/ThorstenBoettler) for his valuable contribution in testing the early alpha versions of this release and providing informative suggestions and recommendations for new data points.
|
|
42
|
+
* (Gaspode) Added Summary data
|
|
43
|
+
* (Gaspode) Refactored complete implementation
|
|
44
|
+
* (Gaspode) Changed the unit of settings for all intervals, except of realtime data, to minutes (Caution: settings are reset to defaults)
|
|
45
|
+
* (Gaspode) Remove disabled states at adapter startup
|
|
46
|
+
* (Gaspode) Removed no more supported value 'createtime' (state ID Realtime.Last_update).
|
|
47
|
+
* (Gaspode) Optimized rounding for selected values
|
|
48
|
+
|
|
49
|
+
### 0.2.1-beta.0 (2023-01-31)
|
|
50
|
+
* (Gaspode) Read selected statistical data
|
|
51
|
+
|
|
38
52
|
### 0.2.0 (2023-01-19)
|
|
39
53
|
* (Gaspode) Added states EV1_power, EV2_power, EV3_power and EV4_power to Realtime folder
|
|
40
54
|
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
"Password": "Passwort",
|
|
5
5
|
"Alpha ESS System ID": "Alpha ESS-System-ID",
|
|
6
6
|
"Interval to read realtime data": "Intervall zum Lesen von Echtzeitdaten [s]",
|
|
7
|
-
"Interval to read
|
|
8
|
-
"Interval to read
|
|
7
|
+
"Interval to read energy data": "Intervall zum Auslesen der Energiedaten [min]",
|
|
8
|
+
"Interval to read settings data": "Intervall zum Lesen von Einstellungsdaten [min]",
|
|
9
|
+
"Interval to read statistical data (today)": "Intervall zum Lesen statistischer Daten (heute) [min]",
|
|
10
|
+
"Interval to read summary data": "Intervall zum Lesen der Zusammenfassungsdaten [min]",
|
|
9
11
|
"Update unchanged states": "Unveränderte Zustände aktualisieren"
|
|
10
12
|
}
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
"Password": "Password",
|
|
5
5
|
"Alpha ESS System ID": "Alpha ESS System ID",
|
|
6
6
|
"Interval to read realtime data": "Interval to read realtime data [s]",
|
|
7
|
-
"Interval to read energy data": "Interval to read energy data [
|
|
8
|
-
"Interval to read settings data": "Interval to read settings data [
|
|
7
|
+
"Interval to read energy data": "Interval to read energy data [min]",
|
|
8
|
+
"Interval to read settings data": "Interval to read settings data [min]",
|
|
9
|
+
"Interval to read statistical data (today)": "Interval to read statistical data (today) [min]",
|
|
10
|
+
"Interval to read summary data": "Interval to read summary data [min]",
|
|
9
11
|
"Update unchanged states": "Update unchanged states"
|
|
10
12
|
}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"alpha-ess adapter settings": "Configuración del adaptador para alpha-ess",
|
|
3
3
|
"Username": "Nombre de usuario",
|
|
4
|
-
"Password": "
|
|
4
|
+
"Password": "Contraseña",
|
|
5
5
|
"Alpha ESS System ID": "Identificación del sistema Alpha ESS",
|
|
6
6
|
"Interval to read realtime data": "Intervalo para leer datos en tiempo real [s]",
|
|
7
|
-
"Interval to read
|
|
8
|
-
"Interval to read
|
|
7
|
+
"Interval to read energy data": "Intervalo para leer datos de energía [min]",
|
|
8
|
+
"Interval to read settings data": "Intervalo para leer los datos de configuración [min]",
|
|
9
|
+
"Interval to read statistical data (today)": "Intervalo para leer datos estadísticos (hoy) [min]",
|
|
10
|
+
"Interval to read summary data": "Intervalo para leer datos de resumen [min]",
|
|
9
11
|
"Update unchanged states": "Actualizar estados sin cambios"
|
|
10
12
|
}
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
"Password": "Mot de passe",
|
|
5
5
|
"Alpha ESS System ID": "ID du système Alpha ESS",
|
|
6
6
|
"Interval to read realtime data": "Intervalle pour lire les données en temps réel [s]",
|
|
7
|
-
"Interval to read
|
|
8
|
-
"Interval to read
|
|
7
|
+
"Interval to read energy data": "Intervalle pour lire les données énergétiques [min]",
|
|
8
|
+
"Interval to read settings data": "Intervalle pour lire les données de paramètres [min]",
|
|
9
|
+
"Interval to read statistical data (today)": "Intervalle pour lire les données statistiques (aujourd'hui) [min]",
|
|
10
|
+
"Interval to read summary data": "Intervalle pour lire les données récapitulatives [min]",
|
|
9
11
|
"Update unchanged states": "Mettre à jour les états inchangés"
|
|
10
12
|
}
|
|
@@ -2,9 +2,11 @@
|
|
|
2
2
|
"alpha-ess adapter settings": "Impostazioni dell'adattatore per alpha-ess",
|
|
3
3
|
"Username": "Nome utente",
|
|
4
4
|
"Password": "Parola d'ordine",
|
|
5
|
-
"Alpha ESS System ID": "ID sistema Alpha ESS",
|
|
6
|
-
"Interval to read realtime data": "Intervallo
|
|
7
|
-
"Interval to read
|
|
8
|
-
"Interval to read
|
|
5
|
+
"Alpha ESS System ID": "ID del sistema Alpha ESS",
|
|
6
|
+
"Interval to read realtime data": "Intervallo di lettura dei dati in tempo reale [s]",
|
|
7
|
+
"Interval to read energy data": "Intervallo di lettura dei dati energetici [min]",
|
|
8
|
+
"Interval to read settings data": "Intervallo per leggere i dati delle impostazioni [min]",
|
|
9
|
+
"Interval to read statistical data (today)": "Intervallo di lettura dei dati statistici (oggi) [min]",
|
|
10
|
+
"Interval to read summary data": "Intervallo di lettura dei dati di riepilogo [min]",
|
|
9
11
|
"Update unchanged states": "Aggiorna stati invariati"
|
|
10
12
|
}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"alpha-ess adapter settings": "Adapterinstellingen voor alpha-ess",
|
|
3
|
-
"Username": "
|
|
3
|
+
"Username": "Gebruikersnaam",
|
|
4
4
|
"Password": "Wachtwoord",
|
|
5
5
|
"Alpha ESS System ID": "Alpha ESS-systeem-ID",
|
|
6
6
|
"Interval to read realtime data": "Interval om realtime gegevens te lezen [s]",
|
|
7
|
-
"Interval to read
|
|
8
|
-
"Interval to read
|
|
7
|
+
"Interval to read energy data": "Interval om energiegegevens te lezen [min]",
|
|
8
|
+
"Interval to read settings data": "Interval om instellingsgegevens te lezen [min]",
|
|
9
|
+
"Interval to read statistical data (today)": "Interval om statistische gegevens te lezen (vandaag) [min]",
|
|
10
|
+
"Interval to read summary data": "Interval om samenvattingsgegevens te lezen [min]",
|
|
9
11
|
"Update unchanged states": "Update ongewijzigde statussen"
|
|
10
12
|
}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"alpha-ess adapter settings": "Ustawienia adaptera dla
|
|
2
|
+
"alpha-ess adapter settings": "Ustawienia adaptera dla alpha-ess",
|
|
3
3
|
"Username": "Nazwa użytkownika",
|
|
4
4
|
"Password": "Hasło",
|
|
5
5
|
"Alpha ESS System ID": "Identyfikator systemu Alpha ESS",
|
|
6
6
|
"Interval to read realtime data": "Interwał odczytu danych w czasie rzeczywistym [s]",
|
|
7
|
-
"Interval to read
|
|
8
|
-
"Interval to read
|
|
7
|
+
"Interval to read energy data": "Interwał odczytu danych dotyczących energii [min]",
|
|
8
|
+
"Interval to read settings data": "Interwał odczytu danych ustawień [min]",
|
|
9
|
+
"Interval to read statistical data (today)": "Interwał odczytu danych statystycznych (dziś) [min]",
|
|
10
|
+
"Interval to read summary data": "Interwał odczytu danych podsumowujących [min]",
|
|
9
11
|
"Update unchanged states": "Zaktualizuj niezmienione stany"
|
|
10
12
|
}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"alpha-ess adapter settings": "Configurações do adaptador para
|
|
2
|
+
"alpha-ess adapter settings": "Configurações do adaptador para alpha-ess",
|
|
3
3
|
"Username": "Nome de usuário",
|
|
4
4
|
"Password": "Senha",
|
|
5
|
-
"Alpha ESS System ID": "ID do sistema
|
|
5
|
+
"Alpha ESS System ID": "ID do sistema Alpha ESS",
|
|
6
6
|
"Interval to read realtime data": "Intervalo para ler dados em tempo real [s]",
|
|
7
|
-
"Interval to read
|
|
8
|
-
"Interval to read
|
|
7
|
+
"Interval to read energy data": "Intervalo para ler dados de energia [min]",
|
|
8
|
+
"Interval to read settings data": "Intervalo para ler os dados de configuração [min]",
|
|
9
|
+
"Interval to read statistical data (today)": "Intervalo para ler dados estatísticos (hoje) [min]",
|
|
10
|
+
"Interval to read summary data": "Intervalo para ler os dados resumidos [min]",
|
|
9
11
|
"Update unchanged states": "Atualizar estados inalterados"
|
|
10
12
|
}
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
"Password": "Пароль",
|
|
5
5
|
"Alpha ESS System ID": "Идентификатор системы Alpha ESS",
|
|
6
6
|
"Interval to read realtime data": "Интервал для чтения данных в реальном времени [с]",
|
|
7
|
-
"Interval to read
|
|
8
|
-
"Interval to read
|
|
7
|
+
"Interval to read energy data": "Интервал чтения данных об энергии [мин]",
|
|
8
|
+
"Interval to read settings data": "Интервал чтения данных настроек [мин]",
|
|
9
|
+
"Interval to read statistical data (today)": "Интервал чтения статистических данных (сегодня) [мин]",
|
|
10
|
+
"Interval to read summary data": "Интервал чтения сводных данных [мин]",
|
|
9
11
|
"Update unchanged states": "Обновить неизмененные состояния"
|
|
10
12
|
}
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
"Password": "Пароль",
|
|
5
5
|
"Alpha ESS System ID": "Ідентифікатор системи Alpha ESS",
|
|
6
6
|
"Interval to read realtime data": "Інтервал читання даних у реальному часі [с]",
|
|
7
|
-
"Interval to read
|
|
8
|
-
"Interval to read
|
|
7
|
+
"Interval to read energy data": "Інтервал зчитування даних про енергію [хв]",
|
|
8
|
+
"Interval to read settings data": "Інтервал зчитування даних налаштувань [хв]",
|
|
9
|
+
"Interval to read statistical data (today)": "Інтервал читання статистичних даних (сьогодні) [хв]",
|
|
10
|
+
"Interval to read summary data": "Інтервал читання підсумкових даних [хв.]",
|
|
9
11
|
"Update unchanged states": "Оновити незмінні стани"
|
|
10
12
|
}
|
|
@@ -3,8 +3,10 @@
|
|
|
3
3
|
"Username": "用户名",
|
|
4
4
|
"Password": "密码",
|
|
5
5
|
"Alpha ESS System ID": "Alpha ESS 系统 ID",
|
|
6
|
-
"Interval to read realtime data": "读取实时数据的间隔
|
|
7
|
-
"Interval to read
|
|
8
|
-
"Interval to read
|
|
6
|
+
"Interval to read realtime data": "读取实时数据的间隔[s]",
|
|
7
|
+
"Interval to read energy data": "读取能源数据的间隔[分钟]",
|
|
8
|
+
"Interval to read settings data": "读取设置数据的间隔[分钟]",
|
|
9
|
+
"Interval to read statistical data (today)": "读取统计数据的间隔(今天)[min]",
|
|
10
|
+
"Interval to read summary data": "读取摘要数据的间隔[分钟]",
|
|
9
11
|
"Update unchanged states": "更新未改变的状态"
|
|
10
12
|
}
|
package/admin/jsonConfig.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"intervalRealtimedata": {
|
|
28
28
|
"sm": 5,
|
|
29
|
-
"min":10,
|
|
29
|
+
"min": 10,
|
|
30
30
|
"type": "number",
|
|
31
31
|
"label": "Interval to read realtime data",
|
|
32
32
|
"newLine": false
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"type": "checkbox",
|
|
36
36
|
"newLine": true
|
|
37
37
|
},
|
|
38
|
-
"
|
|
38
|
+
"intervalEnergydataMins": {
|
|
39
39
|
"sm": 5,
|
|
40
|
-
"min":
|
|
40
|
+
"min": 1,
|
|
41
41
|
"type": "number",
|
|
42
42
|
"label": "Interval to read energy data",
|
|
43
43
|
"newLine": false
|
|
@@ -46,13 +46,35 @@
|
|
|
46
46
|
"type": "checkbox",
|
|
47
47
|
"newLine": true
|
|
48
48
|
},
|
|
49
|
-
"
|
|
49
|
+
"intervalSettingsdataMins": {
|
|
50
50
|
"sm": 5,
|
|
51
|
-
"min":
|
|
51
|
+
"min": 1,
|
|
52
52
|
"type": "number",
|
|
53
53
|
"label": "Interval to read settings data",
|
|
54
54
|
"newLine": false
|
|
55
55
|
},
|
|
56
|
+
"enableStatisticalTodaydata": {
|
|
57
|
+
"type": "checkbox",
|
|
58
|
+
"newLine": true
|
|
59
|
+
},
|
|
60
|
+
"intervalStatisticalTodaydataMins": {
|
|
61
|
+
"sm": 5,
|
|
62
|
+
"min": 1,
|
|
63
|
+
"type": "number",
|
|
64
|
+
"label": "Interval to read statistical data (today)",
|
|
65
|
+
"newLine": false
|
|
66
|
+
},
|
|
67
|
+
"enableSummarydata": {
|
|
68
|
+
"type": "checkbox",
|
|
69
|
+
"newLine": true
|
|
70
|
+
},
|
|
71
|
+
"intervalSummarydataMins": {
|
|
72
|
+
"sm": 5,
|
|
73
|
+
"min": 5,
|
|
74
|
+
"type": "number",
|
|
75
|
+
"label": "Interval to read summary data",
|
|
76
|
+
"newLine": false
|
|
77
|
+
},
|
|
56
78
|
"updateUnchangedStates": {
|
|
57
79
|
"type": "checkbox",
|
|
58
80
|
"label": "Update unchanged states",
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "alpha-ess",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.3.0",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.3.0": {
|
|
7
|
+
"en": "Rearranged statistical data and added more values. Many thanks to [Thorsten](https://github.com/ThorstenBoettler) for his valuable contribution in testing the early alpha versions of this release and providing informative suggestions and recommendations for new data points.\nAdded Summary data \nRefactored complete implementation\nChanged the unit of settings for all intervals, except of realtime data, to minutes (Caution: settings are reset to defaults)\nRemove disabled states at adapter startup\nRemoved no more supported value 'createtime' (state ID Realtime.Last_update). \nOptimized rounding for selected values",
|
|
8
|
+
"de": "Rearrangierte statistische Daten und fügte weitere Werte hinzu. Vielen Dank an [Thorsten](https://github.com/ThorstenBoettler) für seinen wertvollen Beitrag bei der Prüfung der frühen Alpha-Versionen dieser Veröffentlichung und Bereitstellung informativer Vorschläge und Empfehlungen für neue Datenpunkte.\nZusammenfassung Daten\nRefactored complete Implementation\nÄnderte die Einheit der Einstellungen für alle Intervalle, mit Ausnahme von Echtzeitdaten, in Minuten (Vorsicht: Einstellungen werden auf Standardeinstellungen zurückgesetzt)\nEntfernen von deaktivierten Zuständen bei Adapter-Start\nKeine unterstützte Wert-Erstellung entfernt (state ID Realtime.Last_update).\nOptimierte Rundung für ausgewählte Werte",
|
|
9
|
+
"ru": "Переопределены статистические данные и добавлены более значения. Большое спасибо [Thorsten](https://github.com/ThorstenBoettler) за его ценный вклад в тестирование ранних альфа-версий этого релиза и предоставление информативных предложений и рекомендаций для новых точек данных.\nДобавлены сводные данные\nРефакторная полная реализация\nИзменена единица настроек для всех интервалов, за исключением данных в режиме реального времени, до минут (завершение: настройки сбрасываются по умолчанию)\nУдалить состояния инвалидов при запуске адаптера\nУдалено больше не поддерживается создание ценности (государственный ID в режиме реального времени.Last_update).\nОптимизированный округление для выбранных значений",
|
|
10
|
+
"pt": "Dados estatísticos reorganizados e adicionados mais valores. Muito obrigado a [Thorsten](https://github.com/ThorstenBoettler) por sua valiosa contribuição para testar as primeiras versões alfa desta versão e fornecer sugestões e recomendações informativas para novos pontos de dados.\nDados resumidos\nImplementação completa refatorada\nAlterou a unidade de configurações para todos os intervalos, exceto dados em tempo real, para minutos (Caução: as configurações são redefinidas para padrão)\nRemover estados desabilitados na inicialização do adaptador\nRemovido não mais tempo de criação de valor suportado (ID de estado em tempo real.Last_update).\nArredondamento otimizado para valores selecionados",
|
|
11
|
+
"nl": "Rearrangeerde statistische gegevens en voegde meer waarden toe. Veel dankzij dank aan het testen van de vroege alfa versies van deze vrijlating en het leveren van informatie en aanbevelingen voor nieuwe gegevens.\nVertaling:\nVertaling:\nVeranderde de eenheid van de instellingen voor alle intervals, behalve realtime gegevens, tot minuten (Caution) de instellingen zijn herstart tot defaults\nVerwijder de gehandicapten staten bij adapter startup\nVerwijderde geen gesteunde waarde creëer tijd.\nGeoptimiseerde ronde voor geselecteerde waarden",
|
|
12
|
+
"fr": "Rearranged statistical data and added more values. De nombreux remerciements à [Thorsten](https://github.com/ThorstenBoettler) pour sa précieuse contribution aux essais des versions alpha précoces de cette version et fournissant des suggestions et des recommandations informatives pour les nouveaux points de données.\nDonnées sommaires\nMise en œuvre intégrale\nChangement de l'unité de paramètres pour tous les intervalles, à l'exception des données en temps réel, à quelques minutes (Attention : les paramètres sont réinitialisés par défaut)\nRetirer les états handicapés au démarrage de l'adaptateur\nEnlevé aucune valeur supportée createtime (état ID Realtime.Last_update).\nArrondissement optimisé pour des valeurs sélectionnées",
|
|
13
|
+
"it": "Dati statistici riordinati e ulteriori valori. Molte grazie a [Thorsten](https://github.com/ThorstenBoettler) per il suo prezioso contributo nel testare le prime versioni alfa di questa release e fornire suggerimenti e raccomandazioni informativi per nuovi punti di dati.\nDati di sintesi\nAttuazione completa\nModificato l'unità di impostazioni per tutti gli intervalli, ad eccezione dei dati in tempo reale, a minuti (Valutazione: le impostazioni vengono ripristinate ai default)\nRimuovere gli stati disabilitati all'avvio dell'adattatore\nRimosso nessun valore più supportato createtime (state ID Realtime.Last_update).\nArrotondamento ottimizzato per valori selezionati",
|
|
14
|
+
"es": "Reordenó los datos estadísticos y añadió más valores. Muchas gracias a [Thorsten](https://github.com/ThorstenBoettler) por su valiosa contribución en la prueba de las primeras versiones alfa de esta publicación y en la presentación de sugerencias informativas y recomendaciones para nuevos puntos de datos.\nDatos resumidos\nEjecución completa refactorizada\nCambia la unidad de configuración para todos los intervalos, excepto los datos en tiempo real, a minutos (Caution: settings are reset to defaults)\nEliminar estados discapacitados en la puesta en marcha del adaptador\nEliminado no más tiempo de creación de valor compatible (identidad del estado en tiempo real.\nRedondeo optimizado para valores seleccionados",
|
|
15
|
+
"pl": "Powtórne dane statystyczne i dodały więcej wartości. Wiele dzięki Thorsten(https:/github.com/ThorstenBoettler) za swój cenny wkład w testowanie wczesnych wersji alfa tego wydania oraz zapewnianie sugestii i rekomendacji dla nowych punktów danych.\nAdded Summary data\nRefaktor kompletny\nZmienił jednostkę ustawień dla wszystkich odstępów, z wyjątkiem danych czasu rzeczywistego, do minut (wspomnienia: ustawienia są resetowane domyślnie)\nRemove stany niepełnosprawne na początku reaktywacji\nPrzewiduje się, że nie będzie więcej wspieranych wartości tworzenia czasu (stanowego ID Realtime).\nOptymizowana runda dla wybranych wartości",
|
|
16
|
+
"uk": "Зменшення статистичних даних та додано більше значень. Дуже дякую [Torsten](https://github.com/ThorstenBoettler) за його цінний внесок у тестування ранніх альфа-версій цього релізу та надання інформативних пропозицій та рекомендацій для нових точок даних.\nДодаткові дані\nРефакторна повна реалізація\nЗмінено блок налаштувань для всіх інтервалів, крім даних в режимі реального часу, до хвилин (Налаштування: налаштування скидаються на за замовчуванням)\nВидалити відключені стани при запуску адаптера\nВилучено не більше підтримуваних значень (державний ID Realtime.Last_update).\nОптимізований округлення для вибраних значень",
|
|
17
|
+
"zh-cn": "调整统计数据和增加更多的价值。 许多人由于[保加利亚](https://github.com/Thorsten Boettler)在试验该释放的早期版本方面作出了宝贵贡献,并为新的数据点提出信息建议和建议。.\n增加总数据\n令人满意的全面实施\n除实时数据外,整整整整整整整整整整整整整整整整整整整整整整整套环境,每次都用天数计算(aution:环境重新出现违约)。\nB. 残疾人的开端\n取消无更多支持的价值创造时间(国际清算日。.\nB. 对某些价值的预测"
|
|
18
|
+
},
|
|
19
|
+
"0.2.1-beta.0": {
|
|
20
|
+
"en": "Read selected statistical data",
|
|
21
|
+
"de": "Ausgewählte statistische Daten",
|
|
22
|
+
"ru": "Прочитать выбранные статистические данные",
|
|
23
|
+
"pt": "Leia dados estatísticos selecionados",
|
|
24
|
+
"nl": "Vertaling:",
|
|
25
|
+
"fr": "Lire les données statistiques sélectionnées",
|
|
26
|
+
"it": "Dati statistici selezionati",
|
|
27
|
+
"es": "Lea los datos estadísticos seleccionados",
|
|
28
|
+
"pl": "Czytamy dane statystyczne",
|
|
29
|
+
"uk": "Читати вибрані статистичні дані",
|
|
30
|
+
"zh-cn": "阅读选定的统计数据"
|
|
31
|
+
},
|
|
6
32
|
"0.2.0": {
|
|
7
33
|
"en": "Added states EV1_power, EV2_power, EV3_power and EV4_power to Realtime folder",
|
|
8
34
|
"de": "EV1_power, EV2_power, EV3_power und EV4_power in Echtzeit-Ordner",
|
|
@@ -67,32 +93,6 @@
|
|
|
67
93
|
"pl": "Poprawka dla NPM",
|
|
68
94
|
"uk": "Корекція для NPM",
|
|
69
95
|
"zh-cn": "国家防范机制的纠正"
|
|
70
|
-
},
|
|
71
|
-
"0.0.6-beta.2": {
|
|
72
|
-
"en": "Enable NPM",
|
|
73
|
-
"de": "NPM aktivieren",
|
|
74
|
-
"ru": "Включить NPM",
|
|
75
|
-
"pt": "Habilitar NPM",
|
|
76
|
-
"nl": "NPM",
|
|
77
|
-
"fr": "Active NPM",
|
|
78
|
-
"it": "Abilitare NPM",
|
|
79
|
-
"es": "Activar el mecanismo nacional de prevención",
|
|
80
|
-
"pl": "NPM",
|
|
81
|
-
"uk": "Увімкнути NPM",
|
|
82
|
-
"zh-cn": "国家预防机制"
|
|
83
|
-
},
|
|
84
|
-
"0.0.6-beta.1": {
|
|
85
|
-
"en": "...",
|
|
86
|
-
"de": "...",
|
|
87
|
-
"ru": "...",
|
|
88
|
-
"pt": "...",
|
|
89
|
-
"nl": "...",
|
|
90
|
-
"fr": "...",
|
|
91
|
-
"it": "...",
|
|
92
|
-
"es": "...",
|
|
93
|
-
"pl": "...",
|
|
94
|
-
"uk": "...",
|
|
95
|
-
"zh-cn": "..."
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
|
@@ -168,9 +168,13 @@
|
|
|
168
168
|
"enableRealtimedata": true,
|
|
169
169
|
"intervalRealtimedata": 30,
|
|
170
170
|
"enableEnergydata": true,
|
|
171
|
-
"
|
|
171
|
+
"intervalEnergydataMins": 5,
|
|
172
172
|
"enableSettingsdata": false,
|
|
173
|
-
"
|
|
173
|
+
"intervalSettingsdataMins": 5,
|
|
174
|
+
"enableStatisticalTodaydata": false,
|
|
175
|
+
"intervalStatisticalTodaydataMins": 5,
|
|
176
|
+
"enableSummarydata": false,
|
|
177
|
+
"intervalSummarydataMins": 5,
|
|
174
178
|
"updateUnchangedStates": false
|
|
175
179
|
},
|
|
176
180
|
"objects": [],
|