forked from DrozmotiX/ioBroker.sourceanalytix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
309 lines (309 loc) · 59.2 KB
/
io-package.json
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
{
"common": {
"name": "sourceanalytix",
"version": "0.4.8",
"news": {
"0.4.8": {
"en": "#### Breaking changes\n* Breaking!!! Move current values to currentYear [#135](https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/135)\n* MajorChange !: Replaced **Current_Reading** with **CumulativeReading** [226](https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/226)\n\n#### New Features\n* Code cleanup\n* Add back \"currentYear\"\n* (debug) Logging improved\n* Weekly reset of weekdays\n* Calculation for all states\n* change default log-level to info\n* Calculation for previous states [#242](https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/242)\n* Optimized error reporting (Sentry)\n* Removed unneeded settings in configuration\n* Implemented new configuration for \"currentYear\"\n* implement \"05_currentYear\" in year root folder [#280](https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/280)\n* Implemented category cumulative values under year statistics\n* implement cached memory slot for initialisation value [#226](https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/226)\n* Implement log messages if state attributes are changed\n* Implement automatically detection of currency from admin settings [#247](https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/247)\n\n#### BugFixes\n* Bugfix : dev: 0 bug workaround\n* Do not round cumulated reading\n* Bugfix : delete states in create function\n* Bugfix : quarters.1 has no existing object\n* Bugfix : Calculations for \"previous\" values\n* Bugfix : Incorrect initialisation for states\n* Bugfix : Avoid NULL & 0 values at night reset\n* Bugfix : 05_currentYear has no existing object\n* Bugfix : Avoid calculation of non-Initialised states\n* Bugfix : Cannot read property 'stateDetails' of null\n* Correct error handling of \"Watt\" state initialisation\n* Bugfix : Ensure a proper reset and init of Watt values\n* Bugfix : Avoid loop if init value is set and bigger reading\n* Bugfix : Caught sentry error : Alias xxxxx has no target\n* Bugfix : Rebuild calculation logic which solves :\n * Watt values : Ensure proper reading start (0 instead of current watt value)\n Watt values : Ensure proper reading calculation with exponent (0 instead of current watt value) [#281](https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/281)\n * All calculations : correct handling of device reset (if value is reset or 0)\n* Bugfix : Incorrect initialisation for Watt values with 0 input\n* Bugfix : Only create cumulatedXXX in year statistics if activated\n* Bugfix : Incorrect warn message if configuration for objects is changed\n* Bugfix : Error {Is not a number, cannot continue calculation} if value = 0\n* Bugfix : Throw error if value is NULL for troubleshooting instead of handling incorrect calculation\n* Bugfix : Ensure daily reset does not destroy cumulative memory value (Fixes NULL values for Watt after night reset)",
"de": "#### Änderungen brechen\n* Brechen !!! Verschieben Sie die aktuellen Werte nach currentYear [# 135] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/135).\n* MajorChange !: Ersetzt **Current_Reading** durch **CumulativeReading** [226] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/226) \n\n#### Neue Eigenschaften\n* Codebereinigung\n* Addiere \"currentYear\" zurück\n* (Debug) Protokollierung verbessert\n* Wöchentliches Zurücksetzen von Wochentagen\n* Berechnung für alle Staaten\n* Ändern Sie die Standardprotokollstufe in \"Info\"\n* Berechnung für frühere Zustände [# 242] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/242)\n* Optimierte Fehlerberichterstattung (Sentry)\n* Nicht benötigte Einstellungen in der Konfiguration entfernt\n* Neue Konfiguration für \"currentYear\" implementiert\n* Implementieren Sie \"05_currentYear\" im Stammordner des Jahres [# 280] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/280).\n* Implementierte kumulative Kategoriewerte in der Jahresstatistik\n* Implementieren eines zwischengespeicherten Speichersteckplatzes für den Initialisierungswert [# 226] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/226)\n* Implementieren Sie Protokollnachrichten, wenn Statusattribute geändert werden\n* Implementieren Sie die automatische Erkennung der Währung aus den Administratoreinstellungen [# 247] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/247).\n\n#### Fehlerbehebung\n* Bugfix: dev: 0 Fehlerumgehung\n* Runden Sie den kumulierten Messwert nicht ab\n* Bugfix: Zustände in Erstellungsfunktion löschen\n* Bugfix: Vierteln.1 hat kein vorhandenes Objekt\n* Bugfix: Berechnungen für \"vorherige\" Werte\n* Bugfix: Falsche Initialisierung für Zustände\n* Bugfix: Vermeiden Sie NULL & 0-Werte beim nächtlichen Zurücksetzen\n* Bugfix: 05_currentYear hat kein vorhandenes Objekt\n* Bugfix: Vermeiden Sie die Berechnung nicht initialisierter Zustände\n* Bugfix: Die Eigenschaft 'stateDetails' von null kann nicht gelesen werden\n* Korrekte Fehlerbehandlung bei der Initialisierung des \"Watt\" -Zustands\n* Bugfix: Stellen Sie sicher, dass die Watt-Werte ordnungsgemäß zurückgesetzt und initialisiert wurden\n* Bugfix: Schleife vermeiden, wenn Init-Wert gesetzt ist und bigger lesen\n* Bugfix: Wachpostenfehler: Alias xxxxx hat kein Ziel\n* Bugfix: Berechnungslogik neu erstellen, die löst:\n * Wattwerte: Stellen Sie einen korrekten Lesestart sicher (0 anstelle des aktuellen Wattwerts)\n Wattwerte: Stellen Sie eine korrekte Leseberechnung mit Exponent sicher (0 anstelle des aktuellen Wattwerts) [# 281] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/281).\n * Alle Berechnungen: korrekte Behandlung des Zurücksetzens des Geräts (wenn der Wert zurückgesetzt wird oder 0)\n* Bugfix: Falsche Initialisierung für Wattwerte mit 0 Eingabe\n* Bugfix: Erstelle kumulierte XXX in der Jahresstatistik nur wenn aktiviert\n* Bugfix: Falsche Warnmeldung, wenn die Konfiguration für Objekte geändert wird\n* Bugfix: Fehler {Ist keine Zahl, kann Berechnung nicht fortsetzen} wenn Wert = 0\n* Bugfix: Fehler auslösen, wenn der Wert für die Fehlerbehebung NULL ist, anstatt falsche Berechnungen zu behandeln\n* Bugfix: Stellen Sie sicher, dass das tägliche Zurücksetzen den kumulativen Speicherwert nicht zerstört (Behebt NULL-Werte für Watt nach dem Zurücksetzen bei Nacht).",
"ru": "#### Критические изменения\n* Нарушение !!! Переместить текущие значения в текущий год [# 135] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/135)\n* MajorChange!: Заменено **Current_Reading** на **CumulativeReading** [226] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/226) \n\n#### Новые возможности\n* Очистка кода\n* Добавить \"текущий год\"\n* (отладка) Улучшено ведение журнала\n* Еженедельный сброс будних дней\n* Расчет для всех состояний\n* изменить уровень журнала по умолчанию на info\n* Расчет для предыдущих состояний [# 242] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/242)\n* Оптимизированный отчет об ошибках (Sentry)\n* Убраны ненужные настройки в конфигурации\n* Реализована новая конфигурация для \"текущего года\"\n* реализовать \"05_currentYear\" в корневой папке года [# 280] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/280)\n* Реализованы кумулятивные значения категорий по годовой статистике\n* реализовать слот кэшированной памяти для значения инициализации [# 226] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/226)\n* Реализовать сообщения журнала, если атрибуты состояния изменены\n* Реализуйте автоматическое определение валюты из настроек администратора [# 247] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/247)\n\n#### Исправление ошибок\n* Bugfix: dev: обходной путь 0\n* Не округляйте суммарное показание\n* Исправление: удаление состояний в функции создания\n* Исправление: четверть.1 не имеет существующего объекта\n* Bugfix: Расчеты для \"предыдущих\" значений\n* Исправление: неправильная инициализация состояний\n* Исправление: Избегайте значений NULL и 0 при ночном сбросе\n* Исправление: 05_currentYear не имеет существующего объекта\n* Исправление: Избегайте вычисления неинициализированных состояний\n* Исправление: невозможно прочитать свойство stateDetails со значением null.\n* Правильная обработка ошибок инициализации состояния \"Ватт\"\n* Исправление: Обеспечьте правильный сброс и инициализацию значений ватт\n* Исправление: Избегайте цикла, если установлено значение инициализации и bigger чтение\n* Исправление: обнаружена ошибка караула: псевдоним xxxxx не имеет цели\n* Исправление: перестроить логику расчета, которая решает:\n * Значения ватт: Обеспечьте правильное начало чтения (0 вместо текущего значения ватт)\n Значения ватт: Обеспечьте правильное вычисление показаний с показателем степени (0 вместо текущего значения ватта) [# 281] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/281)\n * Все расчеты: правильная обработка сброса устройства (если значение сброшено или 0)\n* Исправление: неправильная инициализация для значений ватт с 0 входом\n* Исправление: только если активировано, создавать накопленные ХХХ статистики за год\n* Исправление: неправильное предупреждающее сообщение при изменении конфигурации объектов.\n* Исправление: ошибка {не число, невозможно продолжить вычисление}, если значение = 0\n* Исправление: выдает ошибку, если значение NULL для устранения неполадок вместо обработки неправильного расчета\n* Исправление: убедитесь, что ежедневный сброс не уничтожает совокупное значение памяти (исправляет значения NULL для ватт после ночного сброса)",
"pt": "#### Quebrando mudanças\n* Quebrando !!! Mova os valores atuais para currentYear [# 135] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/135)\n* MajorChange!: Substituído **Current_Reading** por **CumulativeReading** [226] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/226) \n\n#### Novas características\n* Limpeza de código\n* Adicionar \"currentYear\"\n* (depurar) Registro melhorado\n* Redefinição semanal dos dias da semana\n* Cálculo para todos os estados\n* alterar o nível de registro padrão para informações\n* Cálculo para estados anteriores [# 242] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/242)\n* Relatório de erros otimizado (Sentry)\n* Removidas configurações desnecessárias na configuração\n* Implementada nova configuração para \"currentYear\"\n* implementar \"05_currentYear\" na pasta raiz do ano [# 280] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/280)\n* Valores cumulativos da categoria implementados nas estatísticas do ano\n* implementar slot de memória em cache para valor de inicialização [# 226] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/226)\n* Implementar mensagens de log se os atributos de estado forem alterados\n* Implemente a detecção automática de moeda nas configurações de administrador [# 247] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/247)\n\n#### Correções de bugs\n* Bugfix: dev: 0 bug workaround\n* Não arredondar a leitura acumulada\n* Correção de bug: excluir estados na função de criação\n* Correção de bug: quarters.1 não tem objeto existente\n* Correção de bug: cálculos para valores \"anteriores\"\n* Correção de bug: inicialização incorreta para estados\n* Correção: evite valores NULL e 0 na redefinição noturna\n* Correção de bug: 05_currentYear não tem objeto existente\n* Correção: evita o cálculo de estados não inicializados\n* Correção de bug: não é possível ler a propriedade 'stateDetails' de nulo\n* Tratamento correto de erros de inicialização do estado \"Watt\"\n* Correção de bug: Garanta uma redefinição adequada e inicialização dos valores de Watt\n* Correção de bug: evite loop se o valor init estiver definido e bigger lendo\n* Correção: Erro de sentinela capturado: Alias xxxxx não tem alvo\n* Correção de bug: reconstruir a lógica de cálculo que resolve:\n * Valores de watt: Garanta um início de leitura adequado (0 em vez do valor de watt atual)\n Valores de watt: Garanta o cálculo de leitura adequado com expoente (0 em vez do valor de watt atual) [# 281] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/281)\n * Todos os cálculos: tratamento correto da redefinição do dispositivo (se o valor for redefinido ou 0)\n* Correção de bug: inicialização incorreta para valores de Watt com entrada 0\n* Correção: só cria cumuladoXXX nas estatísticas do ano se ativado\n* Correção de bug: mensagem de aviso incorreta se a configuração dos objetos for alterada\n* Correção de bug: Erro {Não é um número, não é possível continuar o cálculo} se o valor = 0\n* Correção de bug: Lançar erro se o valor for NULL para solução de problemas em vez de lidar com cálculos incorretos\n* Correção de bug: garantir que a reinicialização diária não destrua o valor cumulativo da memória (corrige os valores NULL para Watt após a reinicialização noturna)",
"nl": "#### Veranderingen doorbreken\n* Breken!!! Verplaats huidige waarden naar currentYear [# 135] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/135)\n* MajorChange!: Vervangen **Current_Reading** door **CumulativeReading** [226] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/226) \n\n#### Nieuwe functies\n* Code opruimen\n* Voeg \"currentYear\" terug toe\n* (debug) Logging verbeterd\n* Wekelijkse reset van weekdagen\n* Berekening voor alle staten\n* verander standaard log-niveau naar info\n* Berekening voor eerdere staten [# 242] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/242)\n* Geoptimaliseerde foutrapportage (Sentry)\n* Verwijderde onnodige instellingen in de configuratie\n* Nieuwe configuratie geïmplementeerd voor \"currentYear\"\n* implementeer \"05_currentYear\" in de hoofdmap van het jaar [# 280] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/280)\n* Geïmplementeerde categorie cumulatieve waarden onder jaarstatistieken\n* cachegeheugenslot implementeren voor initialisatiewaarde [# 226] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/226)\n* Implementeer logboekberichten als de statusattributen worden gewijzigd\n* Implementeer automatisch detectie van valuta vanuit beheerdersinstellingen [# 247] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/247)\n\n#### Bugfixes\n* Bugfix: dev: 0 bug workaround\n* Rond de gecumuleerde aflezing niet af\n* Bugfix: verwijder staten in de aanmaakfunctie\n* Bugfix: quarters.1 heeft geen bestaand object\n* Bugfix: berekeningen voor \"vorige\" waarden\n* Bugfix: onjuiste initialisatie voor toestanden\n* Bugfix: vermijd NULL & 0-waarden 's nachts opnieuw instellen\n* Bugfix: 05_currentYear heeft geen bestaand object\n* Bugfix: vermijd berekening van niet-geïnitialiseerde toestanden\n* Bugfix: kan eigenschap 'stateDetails' van null niet lezen\n* Correcte foutafhandeling van de initialisatie van de \"Watt\" -status\n* Bugfix: Zorg voor een juiste reset en initialisering van Watt-waarden\n* Bugfix: loop vermijden als init-waarde is ingesteld en bigger leest\n* Bugfix: Gevangen schildwachtfout: Alias xxxxx heeft geen doel\n* Bugfix: rekenlogica opnieuw opbouwen die het volgende oplost:\n * Watt-waarden: zorg voor een goede start van het lezen (0 in plaats van de huidige watt-waarde)\n Watt-waarden: zorg voor een juiste leesberekening met exponent (0 in plaats van huidige watt-waarde) [# 281] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/281)\n * Alle berekeningen: correcte afhandeling van apparaatreset (als waarde is gereset of 0)\n* Bugfix: Onjuiste initialisatie voor Watt-waarden met 0 invoer\n* Bugfix: creëer alleen gecumuleerdeXXX in jaarstatistieken indien geactiveerd\n* Bugfix: onjuist waarschuwingsbericht als de configuratie voor objecten is gewijzigd\n* Bugfix: Fout {Is geen getal, kan niet doorgaan met rekenen} als waarde = 0\n* Bugfix: Werpfout als de waarde NULL is voor probleemoplossing in plaats van onjuiste berekening af te handelen\n* Bugfix: zorg ervoor dat dagelijkse reset de cumulatieve geheugenwaarde niet vernietigt (corrigeert NULL-waarden voor Watt na nachtreset)",
"fr": "#### Changements de rupture\n* Rupture !!! Déplacer les valeurs actuelles vers currentYear [# 135] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/135)\n* MajorChange!: Remplacé **Current_Reading** par **CumulativeReading** [226] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/226) \n\n#### Nouvelles fonctionnalités\n* Nettoyage de code\n* Ajouter \"currentYear\"\n* (débogage) Journalisation améliorée\n* Réinitialisation hebdomadaire des jours de la semaine\n* Calcul pour tous les états\n* changer le niveau de journalisation par défaut en info\n* Calcul pour les états précédents [# 242] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/242)\n* Rapport d'erreurs optimisé (Sentry)\n* Suppression des paramètres inutiles dans la configuration\n* Implémentation d'une nouvelle configuration pour \"currentYear\"\n* implémenter \"05_currentYear\" dans le dossier racine de l'année [# 280] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/280)\n* Valeurs cumulatives des catégories mises en œuvre dans les statistiques annuelles\n* implémenter un emplacement de mémoire mis en cache pour la valeur d'initialisation [# 226] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/226)\n* Implémenter les messages de journal si les attributs d'état sont modifiés\n* Implémentez la détection automatique des devises à partir des paramètres d'administration [# 247] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/247)\n\n#### Corrections de bogues\n* Correction de bogue: dev: 0 solution de contournement de bogue\n* Ne pas arrondir la lecture cumulée\n* Correction de bug: supprimer les états dans la fonction de création\n* Correction de bug: quarters.1 n'a pas d'objet existant\n* Correction de bug: calculs pour les valeurs \"précédentes\"\n* Correction de bug: initialisation incorrecte pour les états\n* Correction de bug: éviter les valeurs NULL et 0 lors de la réinitialisation de nuit\n* Correction de bug: 05_currentYear n'a pas d'objet existant\n* Correction de bug: éviter le calcul des états non initialisés\n* Correction de bug: impossible de lire la propriété 'stateDetails' de null\n* Traitement correct des erreurs lors de l'initialisation de l'état \"Watt\"\n* Correction de bogue: assurez une réinitialisation correcte et l'initialisation des valeurs Watt\n* Correction de bogue: éviter la boucle si la valeur d'initialisation est définie et bigger lecture\n* Correction de bug: erreur de sentinelle capturée: l'alias xxxxx n'a pas de cible\n* Bugfix: Reconstruire la logique de calcul qui résout:\n * Valeurs en watts: assurez-vous que la lecture commence correctement (0 au lieu de la valeur actuelle du watt)\n Valeurs en watts: assurez-vous que la lecture est correcte avec l'exposant (0 au lieu de la valeur actuelle du watt) [# 281] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/281)\n * Tous les calculs: gestion correcte de la réinitialisation de l'appareil (si la valeur est réinitialisée ou 0)\n* Correction de bug: initialisation incorrecte pour les valeurs Watt avec 0 entrée\n* Correction de bug: créer uniquement des statistiques cumuléesXXX dans l'année si activé\n* Correction de bug: message d'avertissement incorrect si la configuration des objets est modifiée\n* Correction de bug: erreur {n'est pas un nombre, ne peut pas continuer le calcul} si valeur = 0\n* Correction de bug: lancer une erreur si la valeur est NULL pour le dépannage au lieu de gérer un calcul incorrect\n* Correction de bug: assurez-vous que la réinitialisation quotidienne ne détruit pas la valeur de mémoire cumulée (corrige les valeurs NULL pour Watt après la réinitialisation de nuit)",
"it": "#### Cambiamenti decisivi\n* Rottura !!! Sposta i valori correnti a currentYear [# 135] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/135)\n* MajorChange!: Sostituito **Current_Reading** con **CumulativeReading** [226] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/226) \n\n#### Nuove caratteristiche\n* Pulizia del codice\n* Aggiungi di nuovo \"currentYear\"\n* (debug) Registrazione migliorata\n* Reset settimanale dei giorni feriali\n* Calcolo per tutti gli stati\n* cambia il livello di registro predefinito in informazioni\n* Calcolo per gli stati precedenti [# 242] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/242)\n* Segnalazione errori ottimizzata (Sentry)\n* Rimosse le impostazioni non necessarie nella configurazione\n* Nuova configurazione implementata per \"currentYear\"\n* implementa \"05_currentYear\" nella cartella radice dell'anno [# 280] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/280)\n* Valori cumulativi di categoria implementati sotto le statistiche annuali\n* implementare uno slot di memoria cache per il valore di inizializzazione [# 226] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/226)\n* Implementa i messaggi di registro se gli attributi di stato vengono modificati\n* Implementa il rilevamento automatico della valuta dalle impostazioni dell'amministratore [# 247] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/247)\n\n#### Correzioni di bug\n* Bugfix: dev: 0 soluzione di bug\n* Non arrotondare la lettura cumulata\n* Bugfix: elimina stati nella funzione create\n* Bugfix: quarters.1 non ha oggetti esistenti\n* Bugfix: calcoli per i valori \"precedenti\"\n* Bugfix: inizializzazione errata per gli stati\n* Bugfix: Evita valori NULL e 0 durante il ripristino notturno\n* Bugfix: 05_currentYear non ha oggetti esistenti\n* Bugfix: Evita il calcolo di stati non inizializzati\n* Bugfix: Impossibile leggere la proprietà 'stateDetails' di null\n* Corretta gestione degli errori di inizializzazione dello stato \"Watt\"\n* Bugfix: assicurati un corretto reset e inizializzazione dei valori Watt\n* Bugfix: Evita il loop se il valore di init è impostato e bigger reading\n* Bugfix: Caught sentry error: Alias xxxxx non ha target\n* Bugfix: ricostruire la logica di calcolo che risolve:\n * Valori in Watt: assicurati che la lettura inizi correttamente (0 invece del valore attuale in Watt)\n Valori in watt: assicurati che il calcolo della lettura sia corretto con esponente (0 invece del valore corrente in watt) [# 281] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/281)\n * Tutti i calcoli: corretta gestione del ripristino del dispositivo (se il valore è ripristinato o 0)\n* Bugfix: inizializzazione errata per valori Watt con ingresso 0\n* Bugfix: crea solo XXX cumulati nelle statistiche annuali se attivato\n* Bugfix: messaggio di avviso non corretto se la configurazione per gli oggetti viene modificata\n* Bugfix: Errore {Non è un numero, non può continuare il calcolo} se il valore = 0\n* Bugfix: genera un errore se il valore è NULL per la risoluzione dei problemi invece di gestire calcoli errati\n* Bugfix: assicura che il reset giornaliero non distrugga il valore della memoria cumulativa (risolve i valori NULL per Watt dopo il reset notturno)",
"es": "#### Cambios importantes\n* Rompiendo !!! Mover los valores actuales al año actual [# 135] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/135)\n* MajorChange!: Reemplazado **Current_Reading** con **CumulativeReading** [226] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/226) \n\n#### Nuevas características\n* Limpieza de código\n* Volver a agregar \"currentYear\"\n* (depuración) Registro mejorado\n* Restablecimiento semanal de días laborables\n* Cálculo para todos los estados\n* cambiar el nivel de registro predeterminado a información\n* Cálculo para estados anteriores [# 242] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/242)\n* Informe de errores optimizado (Sentry)\n* Se eliminaron los ajustes innecesarios en la configuración.\n* Se implementó una nueva configuración para \"currentYear\"\n* implementar \"05_currentYear\" en la carpeta raíz del año [# 280] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/280)\n* Valores acumulativos de categoría implementados en estadísticas anuales\n* implementar la ranura de memoria en caché para el valor de inicialización [# 226] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/226)\n* Implementar mensajes de registro si se cambian los atributos de estado\n* Implementar la detección automática de moneda desde la configuración de administrador [# 247] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/247)\n\n#### Corrección de errores\n* Corrección de error: dev: 0 solución de error\n* No redondear la lectura acumulada\n* Corrección de errores: eliminar estados en la función de creación\n* Corrección de error: quarters.1 no tiene ningún objeto existente\n* Corrección de error: cálculos para valores \"anteriores\"\n* Bugfix: inicialización incorrecta para estados\n* Corrección de error: evite los valores NULL y 0 en el reinicio nocturno\n* Corrección de error: 05_currentYear no tiene ningún objeto existente\n* Corrección de error: evitar el cálculo de estados no inicializados\n* Bugfix: no se puede leer la propiedad 'stateDetails' de null\n* Manejo correcto de errores de inicialización del estado \"Watt\"\n* Corrección de error: asegure un reinicio e inicialización adecuados de los valores de Watt\n* Bugfix: Evite el bucle si el valor de inicialización está configurado y bigger leyendo\n* Bugfix: Error de centinela atrapado: Alias xxxxx no tiene objetivo\n* Bugfix: Reconstruir la lógica de cálculo que resuelve:\n * Valores de vatios: asegúrese de que la lectura comience correctamente (0 en lugar del valor de vatios actual)\n Valores de vatios: asegure un cálculo de lectura adecuado con exponente (0 en lugar del valor de vatios actual) [# 281] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/281)\n * Todos los cálculos: manejo correcto del reinicio del dispositivo (si el valor se reinicia o 0)\n* Bugfix: Inicialización incorrecta para valores de Watt con entrada 0\n* Corrección de error: solo cree estadísticas acumuladas de XXX en el año si está activado\n* Bugfix: mensaje de advertencia incorrecto si se cambia la configuración de los objetos\n* Corrección de error: Error {no es un número, no se puede continuar con el cálculo} si valor = 0\n* Corrección de errores: arroja un error si el valor es NULO para solucionar problemas en lugar de manejar cálculos incorrectos\n* Corrección de error: asegúrese de que el reinicio diario no destruya el valor de memoria acumulativo (corrige los valores NULL para Watt después del reinicio nocturno)",
"pl": "#### Przełomowe zmiany\n* Łamanie!!! Przenieś bieżące wartości do bieżącego roku [# 135] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/135)\n* MajorChange!: Zastąpiono ** Current_Reading ** ** CumulativeReading ** [226] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/226)\n\n#### Nowe funkcje\n* Czyszczenie kodu\n* Dodaj ponownie „bieżący rok”\n* (debugowanie) Ulepszone logowanie\n* Cotygodniowe resetowanie dni tygodnia\n* Obliczenia dla wszystkich stanów\n* zmień domyślny poziom dziennika na info\n* Obliczenia dla poprzednich stanów [# 242] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/242)\n* Zoptymalizowane raportowanie błędów (Sentry)\n* Usunięto niepotrzebne ustawienia w konfiguracji\n* Zaimplementowano nową konfigurację na „bieżący rok”\n* zaimplementuj „05_currentYear” w folderze głównym roku [# 280] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/280)\n* Skumulowane wartości kategorii wdrożonych w statystykach rocznych\n* zaimplementuj gniazdo pamięci podręcznej dla wartości inicjalizacji [# 226] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/226)\n* Implementuj komunikaty dziennika, jeśli atrybuty stanu zostały zmienione\n* Zaimplementuj automatyczne wykrywanie waluty z ustawień administratora [# 247] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/247)\n\n#### BugFixes\n* Bugfix: dev: obejście błędu 0\n* Nie zaokrąglać skumulowanego odczytu\n* Bugfix: usuń stany w funkcji tworzenia\n* Bugfix: quarters.1 nie ma istniejącego obiektu\n* Bugfix: Obliczenia dla \"poprzednich\" wartości\n* Bugfix: Nieprawidłowa inicjalizacja dla stanów\n* Bugfix: Unikaj wartości NULL i 0 podczas resetowania w nocy\n* Poprawka błędu: 05_currentYear nie ma istniejącego obiektu\n* Bugfix: Unikaj obliczania niezainicjowanych stanów\n* Poprawka błędu: nie można odczytać właściwości „stateDetails” o wartości null\n* Poprawna obsługa błędów inicjalizacji stanu „Watt”\n* Bugfix: Zapewnij prawidłowy reset i inicjalizację wartości Watta\n* Bugfix: Unikaj pętli, jeśli ustawiono wartość init i bigger odczyt\n* Poprawka: Błąd złapanego wartownika: alias xxxxx nie ma celu\n* Bugfix: Odbuduj logikę obliczeniową, która rozwiązuje:\n * Wartości watów: Zapewnij prawidłowy początek odczytu (0 zamiast aktualnej wartości wata)\n Wartości watów: Zapewnij prawidłowe obliczenia odczytu za pomocą wykładnika (0 zamiast bieżącej wartości wata) [# 281] (https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/281)\n * Wszystkie obliczenia: poprawna obsługa resetu urządzenia (jeśli wartość jest resetowana lub 0)\n* Bugfix: Niepoprawna inicjalizacja wartości w watach przy wejściu 0\n* Bugfix: Twórz skumulowaneXXX statystyk rocznych tylko wtedy, gdy jest aktywowany\n* Bugfix: Niepoprawny komunikat ostrzegawczy, jeśli konfiguracja obiektów została zmieniona\n* Poprawka błędu: Błąd {nie jest liczbą, nie można kontynuować obliczeń}, jeśli wartość = 0\n* Bugfix: Zgłaszanie błędu, jeśli wartość jest równa NULL do rozwiązywania problemów zamiast obsługi nieprawidłowych obliczeń\n* Poprawka: Upewnij się, że codzienny reset nie niszczy skumulowanej wartości pamięci (naprawia wartości NULL dla watów po resetowaniu w nocy)",
"zh-cn": "####重大更改\n*打破!!!将当前值移到currentYear [#135](https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/135)\n* MajorChange!:将** Current_Reading **换为** CumulativeReading** [226](https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/226) \n\n#### 新的功能\n*代码清理\n*添加回“ currentYear”\n*(调试)日志记录已改进\n*平日每周重置\n*计算所有状态\n*将默认日志级别更改为info\n*先前状态的计算[#242](https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/242)\n*优化的错误报告(哨兵)\n*删除了配置中不需要的设置\n*为“ currentYear”实施了新的配置\n*在年份根文件夹[#280]中实现“ 05_currentYear”(https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/280)\n*年度统计中的已实施类别累计值\n*为初始化值[#226]实现缓存的内存插槽(https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/226)\n*如果状态属性更改,则实施日志消息\n*通过管理员设置[#247]实现自动检测货币(https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/247)\n\n#### Bug修复\n*错误修正:开发人员:0错误的解决方法\n*不要舍入累计阅读\n*错误修正:删除创建函数中的状态\n*错误修正:quarters.1没有现有对象\n*错误修正:“先前”值的计算\n*错误修正:状态初始化不正确\n*错误修正:避免在夜间重置时出现NULL&0值\n*错误修正:05_currentYear没有现有对象\n*修正错误:避免计算非初始状态\n*错误修正:无法读取null的属性“ stateDetails”\n*正确的“ Watt”状态初始化错误处理\n*修正错误:请确保正确重置和初始化瓦特值\n*修正错误:如果设置了初始值并且 bigger读取,请避免循环\n*错误修正:被抓到的哨兵错误:别名xxxxx没有目标\n*修正错误:重建解决以下问题的计算逻辑:\n *瓦特值:确保正确的读取开始(0代替当前瓦特值)\n 瓦特值:使用指数(0代替当前瓦特值)确保正确的读数计算[#281](https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/281)\n *所有计算:正确处理设备重置(如果值重置或为0)\n*修正错误:输入0的瓦特值初始化不正确\n*错误修正:如果激活,仅在年份统计信息中创建cumulatedXXX\n*错误修正:如果对象配置发生更改,警告消息不正确\n*错误修正:如果value = 0,则错误{不是数字,无法继续计算}\n*错误修正:如果值为NULL则抛出错误以进行故障排除,而不是处理错误的计算\n*修正错误:确保每日重设不会破坏累积内存值(夜间重设后修复Watt的NULL值)"
},
"0.4.7": {
"en": "Implement Sentry\nImplement configuration for Price definitions\nBugfix: NULL value issue at daily reset\nBugfix: Issue found in selection of category\nBugfix: Category issue (read value of undefined)\nBugfix: Issue in storing meter values by month\nBugfix: Wrong reading value for Watt initialisation\nBugfix: Warnings at object creations (js-controller 3.x)\nBugfix: wrong interpretation of start values at value resets\nBugfix: Proper error message instead of code crash if no cost type defined\nAdd device name for log messages if device value less than currently known value\nBugfix : Crash at adapter start if chosen Type is not present in instance configuration",
"de": "Implementieren Sie Sentry\nImplementieren Sie die Konfiguration für Preisdefinitionen\nBugfix: NULL-Wert-Problem beim täglichen Zurücksetzen\nBugfix: Problem bei der Auswahl der Kategorie gefunden\nBugfix: Kategorieproblem (Lesewert von undefined)\nBugfix: Problem beim Speichern von Zählerwerten nach Monat\nBugfix: Falscher Lesewert für Watt-Initialisierung\nBugfix: Warnungen bei Objekterstellung (js-controller 3.x)\nBugfix: Falsche Interpretation von Startwerten beim Zurücksetzen von Werten\nBugfix: Richtige Fehlermeldung statt Code-Absturz, wenn kein Kostentyp definiert ist\nFügen Sie den Gerätenamen für Protokollnachrichten hinzu, wenn der Gerätewert kleiner als der derzeit bekannte Wert ist\nBugfix: Absturz beim Adapterstart, wenn der ausgewählte Typ in der Instanzkonfiguration nicht vorhanden ist",
"ru": "Реализовать Sentry\nВнедрить конфигурацию для определения цены\nИсправление: проблема с нулевым значением при ежедневном сбросе\nИсправление: ошибка при выборе категории\nИсправление: проблема с категорией (значение чтения undefined)\nИсправление: проблема с сохранением значений счетчика по месяцам.\nИсправление: неверное значение чтения для инициализации ватт\nИсправление: предупреждения при создании объекта (js-controller 3.x)\nИсправление: неправильная интерпретация начальных значений при сбросе значений\nИсправление: правильное сообщение об ошибке вместо сбоя кода, если тип стоимости не определен\nДобавить имя устройства для сообщений журнала, если значение устройства lowerтекущего известного значения\nИсправление: сбой при запуске адаптера, если выбранный тип отсутствует в конфигурации экземпляра",
"pt": "Implementar Sentinela\nImplementar configuração para definições de preço\nCorreção: problema de valor NULL na redefinição diária\nCorreção: problema encontrado na seleção da categoria\nCorreção de bug: problema de categoria (leia o valor de indefinido)\nCorreção: problema no armazenamento de valores do medidor por mês\nCorreção: valor de leitura errado para inicialização de Watt\nCorreção de bug: Avisos na criação de objetos (js-controller 3.x)\nCorreção: interpretação errada dos valores iniciais nas redefinições de valor\nCorreção de bug: mensagem de erro adequada em vez de falha de código se nenhum tipo de custo definido\nAdicione o nome do dispositivo para mensagens de log se o valor do dispositivo lowerdo que o valor atualmente conhecido\nCorreção de bug: falha no início do adaptador se o tipo escolhido não estiver presente na configuração da instância",
"nl": "Implementeer Sentry\nImplementeer configuratie voor prijsdefinities\nBugfix: probleem met NULL-waarde bij dagelijkse reset\nBugfix: probleem gevonden in selectie van categorie\nBugfix: Category issue (lees waarde van undefined)\nBugfix: probleem bij het opslaan van meterwaarden per maand\nBugfix: verkeerde leeswaarde voor Watt-initialisatie\nBugfix: waarschuwingen bij objectcreaties (js-controller 3.x)\nBugfix: verkeerde interpretatie van startwaarden bij resets van waarden\nBugfix: Juiste foutmelding in plaats van code crash als er geen kostentype is gedefinieerd\nVoeg een apparaatnaam toe voor logboekberichten als de apparaatwaarde lowerde momenteel bekende waarde is\nBugfix: Crash bij het starten van de adapter als het gekozen Type niet aanwezig is in de instantieconfiguratie",
"fr": "Mettre en œuvre Sentry\nImplémenter la configuration des définitions de prix\nCorrectif: problème de valeur NULL lors de la réinitialisation quotidienne\nCorrection de bug: problème trouvé dans la sélection de la catégorie\nCorrectif: problème de catégorie (lecture de la valeur non définie)\nCorrection de bug: problème de stockage des valeurs de compteur par mois\nCorrectif: valeur de lecture incorrecte pour l'initialisation des watts\nCorrectif: avertissements lors de la création d'objets (js-controller 3.x)\nCorrection de bug: mauvaise interprétation des valeurs de départ lors de la réinitialisation des valeurs\nCorrectif: message d'erreur correct au lieu d'un crash de code si aucun type de coût n'est défini\nAjouter un nom de périphérique pour les messages de journal si la valeur de périphérique lowerque la valeur actuellement connue\nCorrectif: Crash au démarrage de l'adaptateur si le type choisi n'est pas présent dans la configuration de l'instance",
"it": "Implementa Sentry\nImplementare la configurazione per le definizioni dei prezzi\nBugfix: problema di valore NULL durante il ripristino giornaliero\nBugfix: problema riscontrato nella selezione della categoria\nBugfix: problema di categoria (valore letto di undefined)\nBugfix: problema nella memorizzazione dei valori del contatore per mese\nErrore corretto: valore di lettura errato per l'inizializzazione Watt\nBugfix: avvisi durante la creazione di oggetti (js-controller 3.x)\nBugfix: interpretazione errata dei valori iniziali al ripristino dei valori\nBugfix: messaggio di errore corretto invece di crash del codice se non è stato definito alcun tipo di costo\nAggiungi il nome del dispositivo per i messaggi di registro se il valore del dispositivo lowerdel valore attualmente noto\nErrore corretto: arresto anomalo all'avvio dell'adattatore se il tipo scelto non è presente nella configurazione dell'istanza",
"es": "Implementar Sentry\nImplementar la configuración para las definiciones de precios\nCorrección de error: problema de valor NULO en el reinicio diario\nCorrección de error: problema encontrado en la selección de categoría\nCorrección de error: problema de categoría (valor de lectura de indefinido)\nCorrección de error: problema al almacenar los valores del medidor por mes\nCorrección de error: valor de lectura incorrecto para la inicialización de Watt\nCorrección de error: advertencias en la creación de objetos (js-controller 3.x)\nCorrección de error: interpretación incorrecta de los valores iniciales en el valor se restablece\nCorrección de errores: mensaje de error adecuado en lugar de bloqueo de código si no se define ningún tipo de costo\nAgregue el nombre del dispositivo para los mensajes de registro si el valor del dispositivo es lowerque el valor conocido actualmente\nCorrección de error: falla al inicio del adaptador si el tipo elegido no está presente en la configuración de la instancia",
"pl": "Zaimplementuj Sentry\nZaimplementuj konfigurację dla definicji cen\nPoprawka: problem z wartością NULL przy codziennym resetowaniu\nPoprawka błędu: znaleziono problem w wyborze kategorii\nPoprawka: Problem z kategorią (odczyt wartości niezdefiniowanej)\nPoprawka: problem z przechowywaniem wartości liczników według miesięcy\nPoprawka: Błędna wartość odczytu dla inicjalizacji Watta\nPoprawka: ostrzeżenia przy tworzeniu obiektów (js-controller 3.x)\nPoprawka: nieprawidłowa interpretacja wartości początkowych przy resetowaniu wartości\nPoprawka: Właściwy komunikat o błędzie zamiast awarii kodu, jeśli nie zdefiniowano typu kosztu\nDodaj nazwę urządzenia dla komunikatów dziennika, jeśli wartość urządzenia jest mniejsza niż aktualnie znana wartość\nPoprawka: Awaria podczas uruchamiania adaptera, jeśli wybrany typ nie występuje w konfiguracji instancji",
"zh-cn": "实施哨兵\n实施价格定义的配置\n错误修正:每日重置时出现NULL值问题\n错误修正:选择类别时发现问题\n错误修正:类别问题(读取值未定义)\n错误修正:按月存储仪表值时出现问题\n错误修正:瓦特初始化的读取值错误\n错误修正:对象创建时的警告(js-controller 3.x)\n错误修正:值重置时对起始值的错误解释\n错误修正:如果未定义成本类型,则正确的错误消息而不是代码崩溃\n如果设备值小于当前已知值,则添加日志消息的设备名称\n错误修正:如果实例配置中不存在所选类型,则适配器启动时会崩溃"
},
"0.4.2": {
"en": "Bugfixes",
"de": "Fehlerbehebung",
"ru": "Исправление ошибок",
"pt": "Correções de bugs",
"nl": "Bugfixes",
"fr": "Corrections de bugs",
"it": "Correzioni di bug",
"es": "Corrección de errores",
"pl": "Poprawki błędów",
"zh-cn": "Bug修复"
},
"0.4.0": {
"en": "Adapter completely redesigned, please test carefully",
"de": "Adapter komplett neu gestaltet, bitte sorgfältig testen",
"ru": "Адаптер полностью переработан, пожалуйста, проверьте внимательно",
"pt": "Adaptador completamente redesenhado, teste com cuidado",
"nl": "Adapter volledig opnieuw ontworpen, test zorgvuldig",
"fr": "Adaptateur entièrement repensé, veuillez tester soigneusement",
"it": "Adattatore completamente riprogettato, si prega di testare attentamente",
"es": "Adaptador completamente rediseñado, por favor pruebe cuidadosamente",
"pl": "Adapter całkowicie przeprojektowany, proszę przetestować dokładnie",
"zh-cn": "适配器完全重新设计,请仔细测试"
},
"0.3.0": {
"en": "m³ Implemented",
"de": "m³ umgesetzt",
"ru": "м³ Реализовано",
"pt": "m³ implementado",
"nl": "m³ geïmplementeerd",
"fr": "m³ mis en œuvre",
"it": "m³ Implementato",
"es": "m³ Implementado",
"pl": "m³ Wdrożony",
"zh-cn": "已实施m³"
},
"0.2.5": {
"en": "Fix wrong storage of start meter values, thank you xXBJXx",
"de": "Fehler beim Speichern der Startzählerwerte behoben, danke xXBJXx",
"ru": "Исправьте неправильное хранение значений стартового счетчика, спасибо xXBJXx",
"pt": "Corrigir o armazenamento errado dos valores do medidor inicial, obrigado xXBJXx",
"nl": "Herstel verkeerde opslag van startmeterwaarden, bedankt xXBJXx",
"fr": "Correction du mauvais stockage des valeurs initiales du compteur, merci xXBJXx",
"it": "Correggi l'archiviazione errata dei valori del misuratore di avvio, grazie xXBJXx",
"es": "Arregle el almacenamiento incorrecto de los valores de inicio del medidor, gracias xXBJXx",
"pl": "Napraw nieprawidłowe przechowywanie początkowych wartości liczników, dziękuję xXBJXx",
"zh-cn": "修复了启动仪表值的错误存储,谢谢xXBJXx"
},
"0.2.41": {
"en": "Calculation w to kWh implemented & several code improvements",
"de": "Berechnung w bis kWh implementiert & mehrere Code-Verbesserungen",
"ru": "Выполнен расчет с использованием кВтч и несколько улучшений кода",
"pt": "Cálculo w para kWh implementado e várias melhorias de código",
"nl": "Berekening w tot kWh geïmplementeerd & verschillende codeverbeteringen",
"fr": "Calcul w en kWh mis en œuvre & plusieurs améliorations de code",
"it": "Calcolo w in kWh implementato e numerosi miglioramenti del codice",
"es": "Cálculo w a kWh implementado y varias mejoras de código.",
"pl": "Wprowadzono obliczenia w do kWh i wprowadzono kilka ulepszeń kodu",
"zh-cn": "计算w到kWh实施和几个代码改进"
},
"0.2.27": {
"en": "Fixed issue related to multihost installations with slave as target",
"de": "Problem bei Multihost-Installationen mit Slave als Ziel behoben",
"ru": "Исправлена проблема, связанная с установкой нескольких хостов с ведомым в качестве цели",
"pt": "Corrigido problema relacionado a instalações multi-host com escravo como alvo",
"nl": "Probleem opgelost met multihost-installaties met slaaf als doelwit",
"fr": "Résolution du problème lié aux installations multihôtes avec esclave comme cible",
"it": "Risolto il problema relativo alle installazioni multihost con slave come destinazione",
"es": "Se solucionó el problema relacionado con las instalaciones multihost con esclavo como destino",
"pl": "Naprawiono problem związany z instalacjami multihost z niewolnikiem jako celem",
"zh-cn": "修复了与slave作为目标的多主机安装相关的问题"
},
"0.2.26": {
"en": "Fix issue in calculations for gas environments and liquids",
"de": "Problem in Berechnungen für Gasumgebungen und Flüssigkeiten behoben",
"ru": "Исправлена ошибка в расчетах для газовых сред и жидкостей.",
"pt": "Corrigir problema em cálculos para ambientes de gás e líquidos",
"nl": "Probleem verhelpen bij berekeningen voor gasomgevingen en vloeistoffen",
"fr": "Correction d'un problème dans les calculs pour les environnements de gaz et les liquides",
"it": "Risolto il problema nei calcoli per ambienti a gas e liquidi",
"es": "Solucionar el problema en los cálculos para ambientes de gas y líquidos.",
"pl": "Napraw problem w obliczeniach dla środowisk gazowych i cieczy",
"zh-cn": "解决气体环境和液体计算中的问题"
},
"0.2.25": {
"en": "add option in state setting to automatically OR manually choose the meassurement unit",
"de": "Option in Zustandseinstellung hinzufügen, um die Maßeinheit automatisch ODER manuell auszuwählen",
"ru": "добавить опцию в настройке состояния, чтобы автоматически или вручную выбрать единицу измерения",
"pt": "adicione a opção na configuração de estado para automaticamente OU escolha manualmente a unidade de medida",
"nl": "optie toevoegen in de statusinstelling om automatisch of handmatig de meeteenheid te kiezen",
"fr": "ajout d'option dans le réglage d'état pour choisir automatiquement OU manuellement l'unité de mesure",
"it": "aggiungere l'opzione nell'impostazione dello stato automaticamente O selezionare manualmente l'unità di misura",
"es": "Agregue la opción en la configuración de estado para seleccionar automáticamente O manualmente la unidad de medida",
"pl": "dodać opcję w ustawieniu stanu, aby automatycznie LUB ręcznie wybrać jednostkę miary",
"zh-cn": "在状态设置中添加选项以自动或手动选择测量单位"
},
"0.2.24": {
"en": "add support for heating pumps",
"de": "Unterstützung für Heizungspumpen hinzufügen",
"ru": "добавить поддержку для тепловых насосов",
"pt": "adicione suporte para bombas de aquecimento",
"nl": "voeg ondersteuning toe voor verwarmingspompen",
"fr": "ajouter un support pour les pompes à chaleur",
"it": "aggiungere il supporto per le pompe di calore",
"es": "añadir soporte para bombas de calor",
"pl": "dodaj wsparcie dla pomp grzewczych",
"zh-cn": "增加对加热泵的支持"
},
"0.2.2": {
"en": "Final fix for start values, several code improvements",
"de": "Endfix für Startwerte, verschiedene Code-Verbesserungen",
"ru": "Окончательное исправление для начальных значений, несколько улучшений кода",
"pt": "Correção final para valores iniciais, várias melhorias no código",
"nl": "Laatste fix voor startwaarden, verschillende codeverbeteringen",
"fr": "Correctif final pour les valeurs de départ, plusieurs améliorations de code",
"it": "Correzione finale per i valori iniziali, diversi miglioramenti del codice",
"es": "Arreglo final para valores de inicio, varias mejoras de código",
"pl": "Ostateczna poprawka wartości początkowych, kilka ulepszeń kodu",
"zh-cn": "0.2.2起始值的最终修复,几个代码改进"
}
},
"title": "SourceAnalytix",
"titleLang": {
"en": "SourceAnalytix",
"de": "SourceAnalytix",
"ru": "SourceAnalytix",
"pt": "SourceAnalytix",
"nl": "SourceAnalytix",
"fr": "SourceAnalytix",
"it": "SourceAnalytix",
"es": "SourceAnalytix",
"pl": "SourceAnalytix",
"zh-cn": "SourceAnalytix"
},
"desc": {
"en": "Detailed statistics of your energy, gas and liquid consumption. Allows annual report and details according to weekly, monthly and quarterly consumption data.",
"de": "Detaillierte Statistiken Ihres Energie-, Gas- und Flüssigkeitsverbrauchs. Ermöglicht Jahresberichte und Details gemäß wöchentlichen, monatlichen und vierteljährlichen Verbrauchsdaten.",
"ru": "Подробная статистика вашего потребления энергии, газа и жидкости. Позволяет годовой отчет и подробную информацию в соответствии с еженедельными, ежемесячными и квартальными данными потребления.",
"pt": "Estatísticas detalhadas de seu consumo de energia, gás e líquido. Permite relatório anual e detalhes de acordo com dados de consumo semanais, mensais e trimestrais.",
"nl": "Gedetailleerde statistieken van uw energie-, gas- en vloeistofverbruik. Staat jaarverslag en details toe op basis van wekelijkse, maandelijkse en driemaandelijkse verbruiksgegevens.",
"fr": "Statistiques détaillées de votre consommation d'énergie, de gaz et de liquide. Permet un rapport annuel et des détails selon les données de consommation hebdomadaires, mensuelles et trimestrielles.",
"it": "Statistiche dettagliate sul consumo di energia, gas e liquidi. Consente report e dettagli annuali in base ai dati di consumo settimanali, mensili e trimestrali.",
"es": "Estadísticas detalladas de su consumo de energía, gas y líquido. Permite informes anuales y detalles según datos de consumo semanal, mensual y trimestral.",
"pl": "Szczegółowe statystyki zużycia energii, gazu i cieczy. Umożliwia raport roczny i szczegóły zgodnie z tygodniowymi, miesięcznymi i kwartalnymi danymi dotyczącymi zużycia.",
"zh-cn": "您的能源,气体和液体消耗的详细统计信息。允许根据每周,每月和每季度的消费数据提供年度报告和详细信息。"
},
"authors": [
"DutchmanNL <[email protected]>"
],
"contributors": [
"xXBJXx"
],
"keywords": [
"energy",
"power",
"analytics",
"consumption",
"meassurement",
"data"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "sourceanalytix.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/DrozmotiX/ioBroker.sourceanalytix/master/admin/sourceanalytix.png",
"readme": "https://github.com/DrozmotiX/ioBroker.sourceanalytix/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "energy",
"compact": true,
"connectionType": "local",
"dataSource": "push",
"materialize": true,
"plugins": {
"sentry": {
"dsn": "https://[email protected]/24"
}
},
"supportCustoms": true,
"dependencies": [
{
"admin": ">=3.0.0"
},
{
"js-controller": ">=2.0.0"
}
]
},
"native": {
"pricesDefinition": [
{
"cat": "ElectricityDay",
"des": "Electricity consumption Day price",
"costType": "costs",
"unitType": "kWh",
"uPpU": "0.27",
"uPpM": "15"
},
{
"cat": "ElectricityDelivery",
"des": "Electricity Delivery Earnings",
"costType": "earnings",
"unitType": "kWh",
"uPpU": "0.17",
"uPpM": "15"
},
{
"cat": "ElectricityNight",
"des": "Electricity consumption Night price",
"costType": "costs",
"unitType": "kWh",
"uPpU": "0.24",
"uPpM": "15"
},
{
"cat": "Heatpump",
"des": "Heatpomp costs by unit",
"costType": "costs",
"unitType": "kWh",
"uPpU": "0.24",
"uPpM": "31"
},
{
"cat": "Gas",
"des": "Gas costs by unit",
"costType": "costs",
"unitType": "m³",
"uPpU": "0.12",
"uPpM": "31"
},
{
"cat": "Oil",
"des": "Oil costs by unit",
"costType": "costs",
"unitType": "m³",
"uPpU": "0.12",
"uPpM": "7.38"
},
{
"cat": "Water",
"des": "Water costs by unit",
"costType": "costs",
"unitType": "m³",
"uPpU": "0.07",
"uPpM": "22"
}
],
"currentYearDays": true,
"currentYearWeek": true,
"currentYearMonth": true,
"currentYearQuarter": true,
"currentYearPrevious": true,
"store_days": true,
"store_weeks": false,
"store_months": true,
"store_quarters": false,
"store_years": false,
"store_period": false,
"keep_days": 7,
"keep_weeks": 4,
"keep_quarters": 2,
"keep_months": 4,
"keep_years": 1,
"impuls": 400,
"status_logging": false
},
"objects": [
{
"_id": "_design/custom",
"language": "javascript",
"views": {
"state": {
"map": "function(doc) { if (doc.type === 'state' && (doc.common.custom || doc.common.history)) emit(doc._id, doc.common.custom || doc.common.history) }"
}
}
}
],
"instanceObjects": []
}