Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 20 additions & 10 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,38 @@
{
"4.0.1": {
"en": "Add support for Homey Energy"
"en": "Add support for Homey Energy",
"pl": "Dodano wsparcie dla Homey Energy"
},
"4.0.2": {
"en": "Add support for GoodWe SEMS"
"en": "Add support for GoodWe SEMS",
"pl": "Dodano wsparcie dla GoodWe SEMS"
},
"4.0.3": {
"en": "Fix GoodWe pairing race condition"
},
"4.0.4": {
"en": "GoodWe fixes"
"en": "GoodWe fixes",
"pl": "Naprawy GoodWe"
},
"4.0.5": {
"en": "Improve support for GoodWe systems with multiple inverters"
"en": "Improve support for GoodWe systems with multiple inverters",
"pl": "Poprawiono obsługę systemów GoodWe z wieloma falownikami"
},
"4.0.6": {
"en": "Fix Growatt bug"
"en": "Fix Growatt bug",
"pl": "Naprawiono błąd Growatt"
},
"4.0.7": {
"en": "Fix (yet another) Growatt bug"
"en": "Fix (yet another) Growatt bug",
"pl": "Naprawiono (następny) błąd Growatt"
},
"4.0.8": {
"en": "Update dependencies"
"en": "Update dependencies",
"pl": "Zaktualizowano zależności"
},
"4.0.9": {
"en": "Fix Growatt bug"
"en": "Fix Growatt bug",
"pl": "Naprawiono błąd Growatt"
},
"4.0.10": {
"en": "Add battery sensor for storage-enabled GoodWe systems"
Expand Down Expand Up @@ -126,7 +134,8 @@
"en": "Add voltage telemetry to SolarEdge"
},
"5.2.9": {
"en": "Fix Growatt connectivity"
"en": "Fix Growatt connectivity",
"pl": "Naprawiono połączenie z Growatt"
},
"5.2.10": {
"en": "Fix SolarEdge issues, upgrade libs, fix logging"
Expand All @@ -138,6 +147,7 @@
"en": "Deprecate Enphase Enlighten"
},
"5.3.2": {
"en": "Add warning to SolarEdge pairing screen"
"en": "Add warning to SolarEdge pairing screen",
"pl": "Dodano ostrzeżenie do ekranu parowania SolarEdge"
}
}
16 changes: 14 additions & 2 deletions .homeycompose/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
"brandColor": "#0c1845",
"name": {
"en": "Solar Panels",
"nl": "Zonnepanelen"
"nl": "Zonnepanelen",
"pl": "Panele Słoneczne"
},
"description": {
"en": "Let the sun power your home",
"nl": "Laat de zon je huis van stroom voorzien"
"nl": "Laat de zon je huis van stroom voorzien",
"pl": "Niech słońce zasili Twój dom"
},
"category": "energy",
"platforms": [
Expand All @@ -27,6 +29,11 @@
"zonnepanelen",
"solar",
"pv"
],
"pl": [
"panele słoneczne",
"panele",
"pv"
]
},
"images": {
Expand Down Expand Up @@ -54,6 +61,11 @@
"name": "Dries Hooghe",
"email": "[email protected]"
}
],
"translators": [
{
"name": "🇵🇱 Hubert Ryglowski"
}
]
},
"contributing": {
Expand Down
6 changes: 4 additions & 2 deletions .homeycompose/capabilities/battery_soc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
"type": "number",
"title": {
"en": "Battery SoC",
"nl": "Batterij-percentage"
"nl": "Batterij-percentage",
"pl": "Procent baterii"
},
"icon": "/assets/capabilities/battery-soc.svg",
"units": {
"en": "%"
},
"insights": true,
"desc": {
"en": "Battery SoC percentage"
"en": "Battery SoC percentage",
"pl": "Procent SoC baterii"
},
"chartType": "stepLine",
"decimals": 2,
Expand Down
Loading