iobroker.tibberlink 1.8.0 → 1.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/io-package.json +49 -16
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -94,6 +94,10 @@ If you enjoyed this project — or just feeling generous, consider buying me a b
|
|
|
94
94
|
|
|
95
95
|
! Note that missing version entries are typically dependency updates for improved security.
|
|
96
96
|
|
|
97
|
+
### 1.8.1 (2023-12-16)
|
|
98
|
+
|
|
99
|
+
- (HombachC) add notice about changes in configuration
|
|
100
|
+
|
|
97
101
|
### 1.8.0 (2023-12-14)
|
|
98
102
|
|
|
99
103
|
- (HombachC) implement optional disable of price pull (#232)
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "tibberlink",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.1",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.8.1": {
|
|
7
|
+
"en": "Added notice about changes in configuration",
|
|
8
|
+
"de": "Hinweis zu Änderungen in der Konfiguration hinzugefügt",
|
|
9
|
+
"ru": "Добавлено уведомление об изменениях в конфигурации",
|
|
10
|
+
"pt": "Adicionado aviso sobre mudanças na configuração",
|
|
11
|
+
"nl": "Melding toegevoegd over wijzigingen in de configuratie",
|
|
12
|
+
"fr": "Avis ajouté concernant les changements de configuration",
|
|
13
|
+
"it": "Aggiunto avviso sulle modifiche alla configurazione",
|
|
14
|
+
"es": "Añadido aviso sobre cambios en la configuración",
|
|
15
|
+
"pl": "Dodano powiadomienie o zmianach w konfiguracji",
|
|
16
|
+
"uk": "Додано повідомлення про зміни в конфігурації"
|
|
17
|
+
},
|
|
6
18
|
"1.8.0": {
|
|
7
19
|
"en": "implement optional disable of price pull (#232); implement price categorization algorithm for battery buffer applications (#193); fix error in pull of prices tomorrow (#235, #232)",
|
|
8
20
|
"de": "Implementieren Sie die optionale Deaktivierung des Preisabrufs (#232); Implementieren Sie den Preis-Kategorisierungsalgorithmus für Batteriepufferanwendungen (#193); Beheben Sie den Fehler beim Abruf von Preisen für morgen (#235, #232)",
|
|
@@ -249,25 +261,13 @@
|
|
|
249
261
|
"pl": "Naprawiono błąd podczas zbierania danych na żywo z wielu domów (#108)",
|
|
250
262
|
"uk": "Виправлено помилку при опитуванні даних в реальному часі для декількох будинків (#108)",
|
|
251
263
|
"zh-cn": "修复了多个家庭实时数据轮询错误 (#108)"
|
|
252
|
-
},
|
|
253
|
-
"0.4.0": {
|
|
254
|
-
"en": "Added daily average price values (#89)",
|
|
255
|
-
"de": "Tägliche Durchschnittspreise hinzugefügt (#89)",
|
|
256
|
-
"ru": "Добавлены средние дневные цены (#89)",
|
|
257
|
-
"pt": "Adicionados valores médios diários de preços (#89)",
|
|
258
|
-
"nl": "Dagelijkse gemiddelde prijswaarden toegevoegd (#89)",
|
|
259
|
-
"fr": "Ajout des valeurs moyennes quotidiennes des prix (#89)",
|
|
260
|
-
"it": "Aggiunti valori medi giornalieri dei prezzi (#89)",
|
|
261
|
-
"es": "Añadidos valores promedio diarios de precios (#89)",
|
|
262
|
-
"pl": "Dodano codzienne średnie wartości cenowe (#89)",
|
|
263
|
-
"uk": "Додані середні щоденні значення цін (#89)",
|
|
264
|
-
"zh-cn": "添加每日平均价格值 (#89)"
|
|
265
264
|
}
|
|
266
265
|
},
|
|
267
266
|
"messages": [
|
|
268
267
|
{
|
|
269
268
|
"condition": {
|
|
270
|
-
"
|
|
269
|
+
"operand": "and",
|
|
270
|
+
"rules": ["oldVersion<0.3.0", "newVersion>=0.3.0"]
|
|
271
271
|
},
|
|
272
272
|
"title": {
|
|
273
273
|
"en": "Important notice!",
|
|
@@ -296,7 +296,40 @@
|
|
|
296
296
|
"zh-cn": "皮尔西人生活数据集成已改变! 你们必须把它重新纳入组合! 现在,你可以为每一个家庭提供或可分割的东西。."
|
|
297
297
|
},
|
|
298
298
|
"level": "warn",
|
|
299
|
-
"buttons": ["
|
|
299
|
+
"buttons": ["agree", "cancel"]
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"condition": {
|
|
303
|
+
"operand": "and",
|
|
304
|
+
"rules": ["oldVersion<1.8.0", "newVersion>=1.8.0"]
|
|
305
|
+
},
|
|
306
|
+
"title": {
|
|
307
|
+
"en": "Important notice!",
|
|
308
|
+
"de": "Wichtiger Hinweis!",
|
|
309
|
+
"ru": "Важное замечание!",
|
|
310
|
+
"pt": "Notícia importante!",
|
|
311
|
+
"nl": "Belangrijke mededeling!",
|
|
312
|
+
"fr": "Avis important!",
|
|
313
|
+
"it": "Avviso IMPORTANTE!",
|
|
314
|
+
"es": "Noticia importante!",
|
|
315
|
+
"pl": "Ważna uwaga!",
|
|
316
|
+
"uk": "Погода!",
|
|
317
|
+
"zh-cn": "重要通知!"
|
|
318
|
+
},
|
|
319
|
+
"text": {
|
|
320
|
+
"en": "Configuration of adapter has changed!! Please verify your settings for Tibber price data poll. And save the settings!!",
|
|
321
|
+
"de": "Die Konfiguration des Adapters wurde geändert!! Überprüfen Sie bitte Ihre Einstellungen für die Tibber-Preisdatenabfrage. Und speichern Sie die Einstellungen!!",
|
|
322
|
+
"ru": "Конфигурация адаптера была изменена!! Пожалуйста, проверьте ваши настройки для опроса ценовых данных Tibber. И сохраните настройки!!",
|
|
323
|
+
"pt": "A configuração do adaptador foi alterada!! Por favor, verifique suas configurações para a pesquisa de dados de preços do Tibber. E salve as configurações!!",
|
|
324
|
+
"nl": "De configuratie van de adapter is gewijzigd!! Controleer alstublieft uw instellingen voor de Tibber-prijsgegevens poll. En sla de instellingen op!!",
|
|
325
|
+
"fr": "La configuration de l'adaptateur a été modifiée!! Veuillez vérifier vos paramètres pour l'interrogation des données de prix Tibber. Et sauvegardez les paramètres!!",
|
|
326
|
+
"it": "La configurazione dell'adattatore è stata modificata!! Verifica le tue impostazioni per l'interrogazione dei dati sui prezzi di Tibber. E salva le impostazioni!!",
|
|
327
|
+
"es": "¡¡La configuración del adaptador ha cambiado!! Por favor, verifique sus ajustes para la consulta de datos de precios de Tibber. ¡Y guarde la configuración!!",
|
|
328
|
+
"pl": "Konfiguracja adaptera została zmieniona!! Proszę sprawdzić ustawienia dla sondowania danych cenowych Tibber. I zapisać ustawienia!!",
|
|
329
|
+
"uk": "Конфігурація адаптера була змінена!! Будь ласка, перевірте ваші налаштування для опитування цінових даних Tibber. І збережіть налаштування!!"
|
|
330
|
+
},
|
|
331
|
+
"level": "warn",
|
|
332
|
+
"buttons": ["agree", "cancel"]
|
|
300
333
|
}
|
|
301
334
|
],
|
|
302
335
|
"titleLang": {
|