iobroker.senec 1.6.4 → 1.6.6

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 CHANGED
@@ -85,40 +85,9 @@ Here you can find a description of the states (list is incomplete) and how to us
85
85
 
86
86
  *Read-only boolean which is true if the adapter is connected to the senec system.*
87
87
 
88
- #### Channel: _calc
89
- This channel contains calculated values. Currently these are day/week/month/year values at specific data points.
88
+ #### Channel: _api
89
+ This channel contains values polled from SENEC App-API.
90
90
 
91
- * xxx.refDay/Week/Month/Year
92
-
93
- |Data type|Permission|
94
- |:---:|:---:|
95
- |number|W|
96
-
97
- *Modifiable number indicating for which day/week/month/year the data is valid.
98
-
99
- * xxx.refValue/Week/Mont/Year
100
-
101
- |Data type|Permission|
102
- |:---:|:---:|
103
- |number|W|
104
-
105
- *Modifiable number indicating what the reference value is for calculating the current value.
106
-
107
- * xxx.today/week/month/year
108
-
109
- |Data type|Permission|
110
- |:---:|:---:|
111
- |number|W|
112
-
113
- *Modifiable number representing the current value for day/week/month/year of the corresponding data point.
114
-
115
- * xxx.yesterday/lastWeek/lastMonth/lastYear
116
-
117
- |Data type|Permission|
118
- |:---:|:---:|
119
- |number|W|
120
-
121
- *Modifiable number representing the previous value for day/week/month/year of the corresponding data point.
122
91
 
123
92
  #### Channel: BMS
124
93
 
@@ -244,57 +213,7 @@ This channel contains calculated values. Currently these are day/week/month/year
244
213
  |string|R|
245
214
 
246
215
  *Read-only string, which represents the system's state in human readable format (sorry - we only have the german states from senec).*
247
-
248
- #### Channel: STATISTIC
249
-
250
- * STAT_DAY_BAT_CHARGE
251
-
252
- |Data type|Permission|
253
- |:---:|:---:|
254
- |number|R|
255
-
256
- *Read-only number, which represents the amount of power charged into the battery in kWh today.*
257
-
258
- * STAT_DAY_BAT_DISCHARGE
259
-
260
- |Data type|Permission|
261
- |:---:|:---:|
262
- |number|R|
263
-
264
- *Read-only number, which represents the amount of power drawn from the battery in kWh today.*
265
-
266
- * STAT_DAY_E_GRID_EXPORT
267
-
268
- |Data type|Permission|
269
- |:---:|:---:|
270
- |number|R|
271
-
272
- *Read-only number, which represents the amount of power in kWh delivered into the net today.*
273
-
274
- * STAT_DAY_E_GRID_IMPORT
275
-
276
- |Data type|Permission|
277
- |:---:|:---:|
278
- |number|R|
279
-
280
- *Read-only number, which represents the amount of power in kWh drawn from the net today.*
281
-
282
- * STAT_DAY_E_HOUSE
283
-
284
- |Data type|Permission|
285
- |:---:|:---:|
286
- |number|R|
287
-
288
- *Read-only number, which represents the amount of power in kWh consumed by the house today.*
289
-
290
- * STAT_DAY_E_PV
291
-
292
- |Data type|Permission|
293
- |:---:|:---:|
294
- |number|R|
295
-
296
- *Read-only number, which represents the amount of power in kWh generated by your PV today.*
297
-
216
+
298
217
 
299
218
  #### Channel: SYS_UPDATE
300
219
 
@@ -364,8 +283,26 @@ This channel contains calculated values. Currently these are day/week/month/year
364
283
  |number|R|
365
284
 
366
285
  *Read-only number, which designates the number of wallbox [0..3]. This is only available on systems with configured wallboxes.*
286
+
287
+
288
+ ### Deprecated / Removed
289
+ * STATISTIC
290
+ * Display
291
+ * _calc (not relevant anymore since we lost STATISTIC)
292
+ * BAT1OBJ[2-4]
293
+
367
294
 
368
295
  ## Changelog
296
+ ### 1.6.6 (NoBl)
297
+ * Node 16 required
298
+ * Bugfixes
299
+ * Removed non-existing branches: _calc, Bat1Obj[2-4], Display, Statistic, File
300
+ * Added branches: CURRENT_IMBALANCE_CONTROL, BMZ_CURRENT_LIMITS, CELL_DEVIATION_ROC, SENEC_IO_OUTPUT, SENEC_IO_INPUT
301
+
302
+ ### 1.6.5 (NoBl)
303
+ * Added AllTime Statistics (trigger initial calculations in adapter settings)
304
+ * https is now default for new instances
305
+
369
306
  ### 1.6.4 (NoBl)
370
307
  * Bugfix (numbers are numbers again)
371
308
 
@@ -83,7 +83,7 @@
83
83
  "uk": "Чи потрібен HTTPS для підключення до SENEC? Тільки перевірте, чи підтримує SENEC HTTPS вже!",
84
84
  "zh-cn": "是否需要与ENEC联系? 只有检查有无国界协会支持已经!"
85
85
  },
86
- "default": false,
86
+ "default": true,
87
87
  "newLine": false
88
88
  },
89
89
  "interval": {
@@ -628,61 +628,6 @@
628
628
  "type": "checkbox",
629
629
  "sm": 12,
630
630
  "md": 6,
631
- "lg": 6,
632
- "label": {
633
- "en": "Add Datapoints to polling?",
634
- "de": "Datapoints zum Abruf hinzufügen?",
635
- "ru": "Добавить Datapoints для опроса?",
636
- "pt": "Adicionar Datapoints à votação?",
637
- "nl": "Datapoints toevoegen om te peilen?",
638
- "fr": "Ajouter Datapoints au vote?",
639
- "it": "Aggiungi Datapoints per inquinare?",
640
- "es": "Añadir Datapoints a la encuesta?",
641
- "pl": "Add Datapoints to poll (ang.)?",
642
- "uk": "Додати дані до опитування?",
643
- "zh-cn": "投票数据点?"
644
- },
645
- "default": false,
646
- "newLine": false
647
- },
648
- "highPrio_STATISTIC": {
649
- "type": "text",
650
- "sm": 12,
651
- "md": 6,
652
- "lg": 6,
653
- "label": {
654
- "en": "HighPrio Polling STATISTIC-Datapoints",
655
- "de": "HighPrio Polling STATISTIC-Datenpunkte",
656
- "ru": "HighPrio Polling STATISTIC-Данные точки",
657
- "pt": "HighPrio Polling STATISTIC-Datapoints",
658
- "nl": "HighPrio Polling STATISTIC Datapoints",
659
- "fr": "HighPrio Polling STATISTIC-Datapoints",
660
- "it": "HighPrio Polling STATISTIC-Datapoints",
661
- "es": "HighPrio Polling STATISTIC-Datapoints",
662
- "pl": "HighPrio Polling STATISTIC-Datapoint (ang.)",
663
- "uk": "HighPrio Покриття STATISTIC-Datapoints",
664
- "zh-cn": "高级Prio Polling STATISTIC-Datapoint"
665
- },
666
- "help": {
667
- "en": "Auto-Added: LIVE_GRID_EXPORT,LIVE_GRID_IMPORT,LIVE_HOUSE_CONS,LIVE_PV_GEN,LIVE_BAT_CHARGE_MASTER,LIVE_BAT_DISCHARGE_MASTER",
668
- "de": "Auto-Added: LIVE_GRID_EXPORT,LIVE_GRID_IMPORT,LIVE_HOUSE_CONS,LIVE_PV_GEN,LIVE_BAT_CHARGE_MASTER,LIVE_BAT_DISCHARGE_MASTER",
669
- "ru": "Auto-Added: LIVE_GRID_EXPORT,LIVE_GRID_IMPORT,LIVE_HOUSE_CONS,LIVE_PV_GEN,LIVE_BAT_CHARGE_MASTER,LIVE_BAT_DISCHARGE_MASTER",
670
- "pt": "Auto-Adicionado: LIVE_GRID_EXPORT,LIVE_GRID_IMPORT,LIVE_HOUSE_CONS,LIVE_PV_GEN,LIVE_BAT_CHARGE_MASTER,LIVE_BAT_DISCHARGE_MASTER",
671
- "nl": "Auto-Added: LIVE_GRID_EXPORT,LIVE_GRID_IMPORT,LIVE_HOUSE_CONS,LIVE_PV_GEN,LIVE_BAT_CHARGE_MASTER,LIVE_BAT_DISCHARGE_MASTER",
672
- "fr": "Auto-Added: LIVE_GRID_EXPORT,LIVE_GRID_IMPORT,LIVE_HOUSE_CONS,LIVE_PV_GEN,LIVE_BAT_CHARGE_MASTER,LIVE_BAT_DISCHARGE_MASTER",
673
- "it": "Auto-Added: LIVE_GRID_EXPORT,LIVE_GRID_IMPORT,LIVE_HOUSE_CONS,LIVE_PV_GEN,LIVE_BAT_CHARGE_MASTER,LIVE_BAT_DISCHARGE_MASTER",
674
- "es": "Auto-Added: LIVE_GRID_EXPORT,LIVE_GRID_IMPORT,LIVE_HOUSE_CONS,LIVE_PV_GEN,LIVE_BAT_CHARGE_MASTER,LIVE_BAT_DISCHARGE_MASTER",
675
- "pl": "Auto-Added: LIVE_GRID_EXPORT,LIVE_GRID_IMPORT,LIVE_HOUSE_CONS,LIVE_PV_GEN,LIVE_BAT_CHARGE_MASTER,LIVE_BAT_DISCHARGE_MASTER",
676
- "uk": "Автододаток: LIVE_GRID_EXPORT,LIVE_GRID_IMPORT,LIVE_HOUSE_CONS,LIVE_PV_GEN,LIVE_BAT_CHARGE_MASTER,LIVE_BAT_DISCHARGE_MASTER",
677
- "zh-cn": "自动: LIVE_GRID_EXPORT,LIVE_GRID_IMPORT,LIVE_HOUSE_CONS,LIVE_PV_GEN,LIVE_BAT_CHARGE_MASTER,LIVE_BAT_DISCHARGE_MASTER"
678
- },
679
- "default": "",
680
- "newLine": true
681
- },
682
- "highPrio_STATISTIC_active": {
683
- "type": "checkbox",
684
- "sm": 12,
685
- "md": 6,
686
631
  "lg": 6,
687
632
  "label": {
688
633
  "en": "Add Datapoints to polling?",
@@ -848,171 +793,6 @@
848
793
  "type": "checkbox",
849
794
  "sm": 12,
850
795
  "md": 6,
851
- "lg": 6,
852
- "label": {
853
- "en": "Add Datapoints to polling?",
854
- "de": "Datapoints zum Abruf hinzufügen?",
855
- "ru": "Добавить Datapoints для опроса?",
856
- "pt": "Adicionar Datapoints à votação?",
857
- "nl": "Datapoints toevoegen om te peilen?",
858
- "fr": "Ajouter Datapoints au vote?",
859
- "it": "Aggiungi Datapoints per inquinare?",
860
- "es": "Añadir Datapoints a la encuesta?",
861
- "pl": "Add Datapoints to poll (ang.)?",
862
- "uk": "Додати дані до опитування?",
863
- "zh-cn": "投票数据点?"
864
- },
865
- "default": false,
866
- "newLine": false
867
- },
868
- "highPrio_BAT1OBJ2": {
869
- "type": "text",
870
- "sm": 12,
871
- "md": 6,
872
- "lg": 6,
873
- "label": {
874
- "en": "HighPrio Polling BAT1OBJ2-Datapoints",
875
- "de": "HighPrio Polling BAT1OBJ2-Datenpunkte",
876
- "ru": "HighPrio Polling BAT1OBJ2-Данные точки",
877
- "pt": "HighPrio Polling BAT1OBJ2-Datapoints",
878
- "nl": "HighPrio Polling BAT1OBJ2 Datapoints",
879
- "fr": "HighPrio Polling BAT1OBJ2-Datapoints",
880
- "it": "HighPrio Polling BAT1OBJ2-Datapoints",
881
- "es": "HighPrio Polling BAT1OBJ2-Datapoints",
882
- "pl": "HighPrio Polling BAT1OBJ2-Datapoint (ang.)",
883
- "uk": "HighPrio Покриття BAT1OBJ2-Datapoints",
884
- "zh-cn": "高级Prio Polling BAT1OBJ2-Datapoint"
885
- },
886
- "help": {
887
- "en": "Auto-Added: ",
888
- "de": "Auto-Added: ",
889
- "ru": "Auto-Added: ",
890
- "pt": "Auto-Adicionado: ",
891
- "nl": "Auto-Added: ",
892
- "fr": "Auto-Added: ",
893
- "it": "Auto-Added: ",
894
- "es": "Auto-Added: ",
895
- "pl": "Auto-Added: ",
896
- "uk": "Автододаток: ",
897
- "zh-cn": "自动: "
898
- },
899
- "default": "",
900
- "newLine": true
901
- },
902
- "highPrio_BAT1OBJ2_active": {
903
- "type": "checkbox",
904
- "sm": 12,
905
- "md": 6,
906
- "lg": 6,
907
- "label": {
908
- "en": "Add Datapoints to polling?",
909
- "de": "Datapoints zum Abruf hinzufügen?",
910
- "ru": "Добавить Datapoints для опроса?",
911
- "pt": "Adicionar Datapoints à votação?",
912
- "nl": "Datapoints toevoegen om te peilen?",
913
- "fr": "Ajouter Datapoints au vote?",
914
- "it": "Aggiungi Datapoints per inquinare?",
915
- "es": "Añadir Datapoints a la encuesta?",
916
- "pl": "Add Datapoints to poll (ang.)?",
917
- "uk": "Додати дані до опитування?",
918
- "zh-cn": "投票数据点?"
919
- },
920
- "default": false,
921
- "newLine": false
922
- },
923
- "highPrio_BAT1OBJ3": {
924
- "type": "text",
925
- "sm": 12,
926
- "md": 6,
927
- "lg": 6,
928
- "label": {
929
- "en": "HighPrio Polling BAT1OBJ3-Datapoints",
930
- "de": "HighPrio Polling BAT1OBJ3-Datenpunkte",
931
- "ru": "HighPrio Polling BAT1OBJ3-Данные точки",
932
- "pt": "HighPrio Polling BAT1OBJ3-Datapoints",
933
- "nl": "HighPrio Polling BAT1OBJ3 Datapoints",
934
- "fr": "HighPrio Polling BAT1OBJ3-Datapoints",
935
- "it": "HighPrio Polling BAT1OBJ3-Datapoints",
936
- "es": "HighPrio Polling BAT1OBJ3-Datapoints",
937
- "pl": "HighPrio Polling BAT1OBJ3-Datapoint (ang.)",
938
- "uk": "HighPrio Покриття BAT1OBJ3-Datapoints",
939
- "zh-cn": "高级Prio Polling BAT1OBJ3-Datapoint"
940
- },
941
- "help": {
942
- "en": "Auto-Added: ",
943
- "de": "Auto-Added: ",
944
- "ru": "Auto-Added: ",
945
- "pt": "Auto-Adicionado: ",
946
- "nl": "Auto-Added: ",
947
- "fr": "Auto-Added: ",
948
- "it": "Auto-Added: ",
949
- "es": "Auto-Added: ",
950
- "pl": "Auto-Added: ",
951
- "uk": "Автододаток: ",
952
- "zh-cn": "自动: "
953
- },
954
- "default": "",
955
- "newLine": true
956
- },
957
- "highPrio_BAT1OBJ3_active": {
958
- "type": "checkbox",
959
- "sm": 12,
960
- "md": 6,
961
- "lg": 6,
962
- "label": {
963
- "en": "Add Datapoints to polling?",
964
- "de": "Datapoints zum Abruf hinzufügen?",
965
- "ru": "Добавить Datapoints для опроса?",
966
- "pt": "Adicionar Datapoints à votação?",
967
- "nl": "Datapoints toevoegen om te peilen?",
968
- "fr": "Ajouter Datapoints au vote?",
969
- "it": "Aggiungi Datapoints per inquinare?",
970
- "es": "Añadir Datapoints a la encuesta?",
971
- "pl": "Add Datapoints to poll (ang.)?",
972
- "uk": "Додати дані до опитування?",
973
- "zh-cn": "投票数据点?"
974
- },
975
- "default": false,
976
- "newLine": false
977
- },
978
- "highPrio_BAT1OBJ4": {
979
- "type": "text",
980
- "sm": 12,
981
- "md": 6,
982
- "lg": 6,
983
- "label": {
984
- "en": "HighPrio Polling BAT1OBJ4-Datapoints",
985
- "de": "HighPrio Polling BAT1OBJ4-Datenpunkte",
986
- "ru": "HighPrio Polling BAT1OBJ4-Данные точки",
987
- "pt": "HighPrio Polling BAT1OBJ4-Datapoints",
988
- "nl": "HighPrio Polling BAT1OBJ4 Datapoints",
989
- "fr": "HighPrio Polling BAT1OBJ4-Datapoints",
990
- "it": "HighPrio Polling BAT1OBJ4-Datapoints",
991
- "es": "HighPrio Polling BAT1OBJ4-Datapoints",
992
- "pl": "HighPrio Polling BAT1OBJ4-Datapoint (ang.)",
993
- "uk": "HighPrio Покриття BAT1OBJ4-Datapoints",
994
- "zh-cn": "高级Prio Polling BAT1OBJ4-Datapoint"
995
- },
996
- "help": {
997
- "en": "Auto-Added: ",
998
- "de": "Auto-Added: ",
999
- "ru": "Auto-Added: ",
1000
- "pt": "Auto-Adicionado: ",
1001
- "nl": "Auto-Added: ",
1002
- "fr": "Auto-Added: ",
1003
- "it": "Auto-Added: ",
1004
- "es": "Auto-Added: ",
1005
- "pl": "Auto-Added: ",
1006
- "uk": "Автододаток: ",
1007
- "zh-cn": "自动: "
1008
- },
1009
- "default": "",
1010
- "newLine": true
1011
- },
1012
- "highPrio_BAT1OBJ4_active": {
1013
- "type": "checkbox",
1014
- "sm": 12,
1015
- "md": 6,
1016
796
  "lg": 6,
1017
797
  "label": {
1018
798
  "en": "Add Datapoints to polling?",
@@ -1242,6 +1022,40 @@
1242
1022
  "max": 1440,
1243
1023
  "newLine": true
1244
1024
  },
1025
+ "api_alltimeRebuild": {
1026
+ "type": "checkbox",
1027
+ "sm": 12,
1028
+ "md": 6,
1029
+ "lg": 6,
1030
+ "label": {
1031
+ "en": "Rebuild AllTime history (one-time)",
1032
+ "de": "Gesamthistorie neu berechnen (einmalig)",
1033
+ "ru": "Восстановление истории AllTime (один раз)",
1034
+ "pt": "Reconstruir história AllTime (um tempo)",
1035
+ "nl": "Herbouw AllTime geschiedenis (1-time)",
1036
+ "fr": "Rebuild AllTime history (une fois)",
1037
+ "it": "Ricostruire la storia di AllTime (una volta)",
1038
+ "es": "Recuperar historia de AllTime (una sola vez)",
1039
+ "pl": "Rebuild All Time history (ang.)",
1040
+ "uk": "Історія (один раз)",
1041
+ "zh-cn": "废除所有制度的历史(一次性)"
1042
+ },
1043
+ "help": {
1044
+ "en": "Check this if you want the adapter to rebuild history values back to date of installation.",
1045
+ "de": "Aktivieren, falls der Adapter die Historienwerte seit Installation neu berechnen soll.",
1046
+ "ru": "Проверьте это, если вы хотите, чтобы адаптер восстановить значения истории обратно к дате установки.",
1047
+ "pt": "Verifique se deseja que o adaptador reconstrua os valores do histórico de volta à data da instalação.",
1048
+ "nl": "Controleer dit als je wilt dat de adapter de geschiedeniswaarden herbouwt tot datum van installatie.",
1049
+ "fr": "Vérifiez ceci si vous voulez que l'adaptateur reconstruise les valeurs d'histoire à la date d'installation.",
1050
+ "it": "Controllare questo se si desidera che l'adattatore per ricostruire i valori storici fino alla data di installazione.",
1051
+ "es": "Revise esto si desea que el adaptador reconstruya los valores de historia hasta la fecha de instalación.",
1052
+ "pl": "Umożliwia to, czy chcesz adapterowi odbudować wartości historyczne do daty instalacji.",
1053
+ "uk": "Перевірте це, якщо ви хочете перебудувати значення історії назад до дати установки.",
1054
+ "zh-cn": "如果你想适应者重建历史价值,那么我们就会感到惊讶。."
1055
+ },
1056
+ "default": false,
1057
+ "newLine": true
1058
+ },
1245
1059
  }
1246
1060
  }
1247
1061
  }
package/io-package.json CHANGED
@@ -1,8 +1,34 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "senec",
4
- "version": "1.6.4",
4
+ "version": "1.6.6",
5
5
  "news": {
6
+ "1.6.6": {
7
+ "en": "Node 16 required; Bugfixes; Removed non-existing branches: _calc, Bat1Obj[2-4], Display, Statistic, File; Added branches: CURRENT_IMBALANCE_CONTROL, BMZ_CURRENT_LIMITS, CELL_DEVIATION_ROC, SENEC_IO_OUTPUT, SENEC_IO_INPUT",
8
+ "de": "Node 16 erforderlich; Bugfixes; Entfernt: _calc, Bat1Obj[2-4,] Display, Statistic, Datei; Hinzugefügt: CURRENT_IMBALANCE_CONTROL, BMZ_CURRENT_LIMITS, CELL_DEVIATION_ROC, SENEC_IO_OUTPUT, SENEC_IO_INPUT",
9
+ "ru": "Node 16 требуется; Bugfixes; Удаленные несущие филиалы: _calc, Bat1Obj[2-4,] Дисплей, Статистика, Файл; Добавленные филиалы: CURRENT_IMBALANCE_CONTROL, BMZ_CURRENT_LIMITS, CELL_DEVIATION_ROC, SENEC_IO_OUTPUT, SENEC_IO_INPUT",
10
+ "pt": "Node 16 requerido; Bugfixes; ramos não existentes removidos: _calc, Bat1Obj[2-4,] Exibição, estatística, arquivo; galhos adicionados: CURRENT_IMBALANCE_CONTROL, BMZ_CURRENT_LIMITS, CELL_DEVIATION_ROC, SENEC_IO_OUTPUT",
11
+ "nl": "Node 16 vereist, Bugfixes, verwijderde niet-vernietigende takken",
12
+ "fr": "Node 16 required; Bugfixes; Deleted non-existing branches: _calc, Bat1Obj[2-4,] Display, Statistic, File; Added branches: CURRENT_IMBALANCE_CONTROL, BMZ_CURRENT_LIMITS, CELL_DEVIATION_ROC, SENEC_IO_OUTPUT, SENEC_IO_INPUT",
13
+ "it": "Nodo 16 richiesto; Bugfixs; Rimuoveto rami non esistenti: _calc, Bat1Obj[2-4,] Visualizzazione, Statistica, File; Aggiungi i rami: CURRENT_IMBALANCE_CONTROL, BMZ_CURRENT_LIMITS, CELL_DEVIATION_ROC, SENEC_IO_OUTPUT, SENEC_IO_INPUT",
14
+ "es": "Nodo 16 requerido; Bugfixes; ramas no existentes eliminadas: _calc, Bat1Obj[2-4,] Pantalla, Estadística, Archivo; ramas agregadas: CURRENT_IMBALANCE_CONTROL, BMZ_CURRENT_LIMITS, CELL_DEVIATION_ROC, SENEC_IO_OUTPUT, SENEC_IO_INPUT",
15
+ "pl": "Node 16 wymaga: Bugfixes; Removed non-existing branches: _calc, Bat1Obj2 (4, Display, Statistic, File; Added gałęzi: CURRENT_IMBACE_CONOL, BMZ_CURRE_LIMITS",
16
+ "uk": "Node 16 потрібно; Виправлення помилок; Вилучені невибагливі гілки: _calc, Bat1Obj[2-4,] Display, Statistic, File; Додано гілки: CURRENT_IMBALANCE_CONTROL, BMZ_CURRENT_LIMITS, CELL_DEVIATION_ROC, SENEC_IO_OUTPUT, SENEC_IO_INPUT",
17
+ "zh-cn": "第16条要求:Bugfix; 取消未存在的分支:升级c,Bat1Obj[2-4] Display, Statistic, File; 增加分支:协调局:CURRENT_IMBALANCE_CONTROL, BMZ_CURRENT_LIMITS, CELL_DEVIATION_ROC, SENEC_IO_OUTPUT, SENEC_IO_INPUT"
18
+ },
19
+ "1.6.5": {
20
+ "en": "Added AllTime Statistics (trigger initial calculations in adapter settings), https is now default for new instances.",
21
+ "de": "AllTime Statistiken hinzugefügt (initiale Berechnung bitte in den Adapter-Einstellungen aktivieren), https ist jetzt Standard für neue Instanzen.",
22
+ "ru": "Добавлена статистика AllTime (trigger начальные расчеты в настройках адаптера), https теперь по умолчанию для новых инстанций.",
23
+ "pt": "Adicionado AllTime Statistics ( cálculos iniciais de gatilho em configurações de adaptador), https agora é padrão para novas instâncias.",
24
+ "nl": "Toegevoegd AllTime Statistieken (trigger initialen berekeningen in adapter settings\" \"htps is nu default voor nieuwe instanties.",
25
+ "fr": "Ajout de AllTime Statistics (trigger initial calculations in adapt settings), https est maintenant par défaut pour de nouveaux cas.",
26
+ "it": "Aggiunta AllTime Statistics (configurazioni iniziali del trigger nelle impostazioni dell'adattatore), https è ora predefinito per nuove istanze.",
27
+ "es": "Añadido AllTime Statistics (trigger inicial calculations in adapter settings), https ahora es predeterminado para nuevas instancias.",
28
+ "pl": "Added AllTime Statistics (trigger początkowych obliczeń w ustawieniach adapterów), https jest obecnie domyślny do nowych instancji.",
29
+ "uk": "Додано AllTime Статистика (тригер початкових обчислень в налаштуваннях адаптера), HTTPS тепер за замовчуванням для нових екземплярів.",
30
+ "zh-cn": "加上《所有制度统计》(在适应环境中的过份初步计算),目前,新情况目前有缺陷。."
31
+ },
6
32
  "1.6.4": {
7
33
  "en": "Numbers are numbers again",
8
34
  "de": "Zahlen sind wieder Zahlen",
@@ -106,32 +132,6 @@
106
132
  "pl": "Wtedy sekcja konfiguracji dodania punktów danych do wysokiego priorytetu. Poświadczenie o możliwych zagadnieniach może powodować (jeśli są zbyt wiele punktów danych) i wykorzystać swój własny ryzyko. ALL Wallbox datapoints zostały usunięte z wysokiego priorytetu. Tylko niektórzy użytkownicy mają nawet SENEC. Powraca się poprzez nowe dialogi.",
107
133
  "uk": "Додано розділ конфігурації, щоб додати точки даних до високого пріоритетного опитування. Будь ласка, будь ласка, будь ласка, будь ласка, зв'яжіться з нами та користуйтеся власним ризиком. Усі точки даних Wallbox видаляються з високого пріоритетного опитування. Тільки деякі користувачі навіть мають скриньку SENEC. Будь ласка, переадресація через новий діалог налаштування.",
108
134
  "zh-cn": "增加数据点以进行高度优先投票。 请了解可能出现的问题(如果数据点增加),并利用你自己的风险。 已从高优先投票中删除了所有Wil箱数据点。 只有一些用户甚至有SENEC墙箱。 请通过新的混凝土对话进行改组。."
109
- },
110
- "1.4.3": {
111
- "en": "Working on https connection. Please test and report!",
112
- "de": "Arbeiten an https-Verbindung. Bitte testen und melden!",
113
- "ru": "Работает на связи https. Пожалуйста, проверьте и сообщите!",
114
- "pt": "A trabalhar na ligação https. Por favor, teste e informe!",
115
- "nl": "Werken aan HTP's verbinding. test en rapporteer!",
116
- "fr": "Travailler sur la connexion https. S'il vous plaît tester et rapporter!",
117
- "it": "Lavorare sul collegamento https. Si prega di testare e segnalare!",
118
- "es": "Trabajando en la conexión https. ¡Por favor, prueba e informe!",
119
- "pl": "Pracuje nad połączeniem https. Protestować i sprawdzić!",
120
- "uk": "Робота на підключення HTTPS. Будь ласка, перевірте та звітуйте!",
121
- "zh-cn": "关于网址的工作。 请试验和报告!"
122
- },
123
- "1.4.2": {
124
- "en": "Added option to use https for connecting to SENEC (only activate if your appliance supports / requires this!)",
125
- "de": "Zusätzliche Option zur Verwendung von https zur Verbindung mit SENEC hinzugefügt (nur aktivieren, wenn Ihr Gerät dies unterstützt / erfordert)",
126
- "ru": "Добавлена возможность использования https для подключения к SENEC (только активируйте, если ваше приложение поддерживает / требует этого)",
127
- "pt": "Adicionado opção para usar https para conectar-se ao SENEC (apenas ativar se o seu aparelho suporta / requer este)",
128
- "nl": "Aangepaste optie om HTP's te gebruiken voor verbinding met SENEC (only geactiveerd als je appliance steunt / vereist dit",
129
- "fr": "Ajout de l'option d'utiliser les https pour se connecter à SENEC (seulement activer si votre appareil prend en charge / nécessite ceci) ",
130
- "it": "Aggiunta opzione per utilizzare https per il collegamento a SENEC (solo attivare se il tuo elettrodomestici supporta / richiede questo)",
131
- "es": "Opción agregada para usar https para conectarse a SENEC (sólo activar si su dispositivo soporta / requiere esto)",
132
- "pl": "Dodana opcja do używania https dla połączenia z SENEC (w sposób aktywowana, jeśli dana osoba obsługuje / wymaga to)",
133
- "uk": "Додано можливість використовувати HTTPS для підключення до SENEC (тільки активуйте, якщо підтримує додаток / вимагає цього)",
134
- "zh-cn": "增加使用连接到SENEC的网站的选择(如果你的可靠支持/要求这样做)"
135
135
  }
136
136
  },
137
137
  "docs": {
@@ -205,7 +205,7 @@
205
205
  "pollingTimeout": 5000,
206
206
  "retries": 10,
207
207
  "retrymultiplier": 2,
208
- "useHttps": false,
208
+ "useHttps": true,
209
209
  "disclaimer": false,
210
210
  "highPrio_BMS": "",
211
211
  "highPrio_BMS_active": false,
@@ -219,24 +219,17 @@
219
219
  "highPrio_PM1OBJ1_active": false,
220
220
  "highPrio_PM1OBJ2": "",
221
221
  "highPrio_PM1OBJ2_active": false,
222
- "highPrio_STATISTIC": "",
223
- "highPrio_STATISTIC_active": false,
224
222
  "highPrio_WALLBOX": "",
225
223
  "highPrio_WALLBOX_active": false,
226
224
  "highPrio_BAT1": "",
227
225
  "highPrio_BAT1_active": false,
228
226
  "highPrio_BAT1OBJ1": "",
229
227
  "highPrio_BAT1OBJ1_active": false,
230
- "highPrio_BAT1OBJ2": "",
231
- "highPrio_BAT1OBJ2_active": false,
232
- "highPrio_BAT1OBJ3": "",
233
- "highPrio_BAT1OBJ3_active": false,
234
- "highPrio_BAT1OBJ4": "",
235
- "highPrio_BAT1OBJ4_active": false,
236
228
  "highPrio_TEMPMEASURE": "",
237
229
  "highPrio_TEMPMEASURE_active": false,
238
230
  "api_use": false,
239
- "api_interval": 5
231
+ "api_interval": 5,
232
+ "api_alltimeRebuild": false
240
233
  },
241
234
  "nativeEncrypted": {
242
235
  "api_mail": "",