Skip to content

Commit

Permalink
chore: release v2.8.0
Browse files Browse the repository at this point in the history
* (klein0r) Graphs are limited to maximum power (max)
* (klein0r) Installed power is Wp or kWp (as configured)
  • Loading branch information
klein0r committed Sep 16, 2023
1 parent ef7000f commit 014561d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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

Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.pvforecast",
"version": "2.7.1",
"version": "2.8.0",
"description": "pvforecast",
"author": {
"name": "Patrick Walther",
Expand Down

0 comments on commit 014561d

Please sign in to comment.