diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index aed179e..3717b29 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,4 +1,7 @@ # Older changes +## 2.5.1 (2023-01-13) +* (klein0r) Fixed JSON table when using solcast + ## 2.5.0 (2023-01-11) * (klein0r) Added hourly values for energy * (Apollon77) Added Sentry for crash reporting diff --git a/README.md b/README.md index 958b0b0..873081e 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Provides forecast data from [forecast.solar](https://forecast.solar), [Solcast]( Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 2.8.0 (2023-09-16) * (klein0r) Graphs are limited to maximum power (max) * (klein0r) Installed power is Wp or kWp (as configured) @@ -60,9 +60,6 @@ Provides forecast data from [forecast.solar](https://forecast.solar), [Solcast]( ### 2.5.2 (2023-03-08) * (klein0r) Fixed error when weather data could not be fetched -### 2.5.1 (2023-01-13) -* (klein0r) Fixed JSON table when using solcast - ## License MIT License diff --git a/io-package.json b/io-package.json index eeeef59..e86c280 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "pvforecast", - "version": "2.7.1", + "version": "2.8.0", "news": { + "2.8.0": { + "en": "Graphs are limited to maximum power (max)\nInstalled power is Wp or kWp (as configured)", + "de": "Grafiken sind auf maximale Leistung (max) begrenzt\nInstallierte Leistung ist Wp oder kWp (wie konfiguriert)", + "ru": "Графы ограничены максимальной мощностью (максимум)\nУстановленная мощность Wp или kWp (как сконфигурирована)", + "pt": "Os gráficos são limitados à potência máxima (max)\nA potência instalada é Wp ou kWp (conforme configurado)", + "nl": "Grafs zijn beperkt tot maximale kracht\nGeïnstaleerde macht is Wp of KWP (as in beslag genomen)", + "fr": "Les graphiques sont limités à la puissance maximale (max)\nLa puissance installée est Wp ou kWp (comme configuré)", + "it": "I grafici sono limitati alla massima potenza (max)\nPotenza installata è Wp o kWp (come configurato)", + "es": "Los Gráficos se limitan a la potencia máxima (max)\nLa potencia instalada es Wp o kWp (como configurado)", + "pl": "Graphy są ograniczone do maksymalnej mocy (maksymalnie)\nInstalowana moc to Wp lub kWp (jako konfigurowany)", + "uk": "Графіки обмежені максимальною потужністю (max)\nВстановлена потужність Wp або кВтp (налаштована)", + "zh-cn": "罚款限于最高权力(最高限额)\n总电是Wp或 kWp(编)" + }, "2.7.1": { "en": "Summary channel should not be deleted", "de": "Zusammenfassung Kanal sollte nicht gelöscht werden", @@ -80,19 +93,6 @@ "pl": "Dokładne wartości dla energii\nWted Sentry for crash reporting (ang.)\nDropped Admin 5 (ang.)\nJęzyk ukraiński", "uk": "Додано часові значення для енергії\nДодано Стирання для звіту про аварійний випадок\nПідтримка Dropped Admin 5\nУкраїнська мова", "zh-cn": "增加能源时间价值\n增加事故报告待命状态\nD. 减少5个支助\n增加乌克兰语" - }, - "2.4.0": { - "en": "Added SolarPredictionAPI", - "de": "SolarPredictionAPI hinzugefügt", - "ru": "Добавлено SolarPredictionAPI", - "pt": "Adicionado SolarPredictionAPI", - "nl": "API", - "fr": "Ajout de SolarPredictionAPI", - "it": "API di protezione solare", - "es": "Añadido Predicción SolarAPI", - "pl": "Added SolarPrediction", - "uk": "Додано SolarPredictionAPI", - "zh-cn": "增加太阳能防疫协会" } }, "titleLang": { diff --git a/package.json b/package.json index 86c6794..98cab42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.pvforecast", - "version": "2.7.1", + "version": "2.8.0", "description": "pvforecast", "author": { "name": "Patrick Walther",