Add SolarEdge Optimizers Home Assistant integration
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"title": "SolarEdge-Optimierer",
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Mit SolarEdge Optimizer Data verbinden",
|
||||
"description": "Gib die Basis-URL der API der SolarEdge Optimizer Data App ein.",
|
||||
"data": {
|
||||
"url": "App-URL",
|
||||
"scan_interval": "Abrufintervall (Sekunden)"
|
||||
},
|
||||
"data_description": {
|
||||
"url": "Zum Beispiel http://host:8099. Der Pfad /api/optimizers wird automatisch ergänzt.",
|
||||
"scan_interval": "Wie oft Home Assistant den App-Cache liest. Die App aktualisiert die SolarEdge-Daten unabhängig davon."
|
||||
}
|
||||
},
|
||||
"hassio_confirm": {
|
||||
"title": "{name} einrichten",
|
||||
"description": "Die automatisch gefundene App {name} verwenden?"
|
||||
},
|
||||
"reconfigure": {
|
||||
"title": "SolarEdge-Optimierer neu konfigurieren",
|
||||
"description": "Verbindung zur lokalen App-API aktualisieren.",
|
||||
"data": {
|
||||
"url": "App-URL",
|
||||
"scan_interval": "Abrufintervall (Sekunden)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Verbindung zur App fehlgeschlagen",
|
||||
"invalid_response": "Die App hat eine ungültige Antwort geliefert",
|
||||
"invalid_url": "Gib eine gültige HTTP- oder HTTPS-URL ein",
|
||||
"site_id_mismatch": "Die neue App-URL gehört zu einer anderen SolarEdge-Site",
|
||||
"unknown": "Unerwarteter Fehler"
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "Diese SolarEdge-Site ist bereits eingerichtet",
|
||||
"cannot_connect": "Verbindung zur gefundenen App fehlgeschlagen",
|
||||
"invalid_discovery": "Die App hat ungültige Erkennungsdaten geliefert",
|
||||
"invalid_response": "Die gefundene App hat eine ungültige Antwort geliefert",
|
||||
"reconfigure_successful": "Die Integration wurde neu konfiguriert",
|
||||
"unknown": "Unerwarteter Fehler"
|
||||
}
|
||||
},
|
||||
"entity": {
|
||||
"sensor": {
|
||||
"daily_energy": {
|
||||
"name": "Tagesenergie"
|
||||
},
|
||||
"current_power": {
|
||||
"name": "Aktuelle Leistung"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"title": "SolarEdge Optimizers",
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Connect to SolarEdge Optimizer Data",
|
||||
"description": "Enter the base URL of the SolarEdge Optimizer Data App API.",
|
||||
"data": {
|
||||
"url": "App URL",
|
||||
"scan_interval": "Polling interval (seconds)"
|
||||
},
|
||||
"data_description": {
|
||||
"url": "For example http://host:8099. The /api/optimizers path is added automatically.",
|
||||
"scan_interval": "How often Home Assistant reads the App cache. The App refreshes SolarEdge data independently."
|
||||
}
|
||||
},
|
||||
"hassio_confirm": {
|
||||
"title": "Set up {name}",
|
||||
"description": "Use the automatically discovered {name} App?"
|
||||
},
|
||||
"reconfigure": {
|
||||
"title": "Reconfigure SolarEdge Optimizers",
|
||||
"description": "Update the connection to the local App API.",
|
||||
"data": {
|
||||
"url": "App URL",
|
||||
"scan_interval": "Polling interval (seconds)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Failed to connect to the App",
|
||||
"invalid_response": "The App returned an invalid response",
|
||||
"invalid_url": "Enter a valid HTTP or HTTPS URL",
|
||||
"site_id_mismatch": "The new App URL belongs to a different SolarEdge site",
|
||||
"unknown": "Unexpected error"
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "This SolarEdge site is already configured",
|
||||
"cannot_connect": "Failed to connect to the discovered App",
|
||||
"invalid_discovery": "The App supplied invalid discovery data",
|
||||
"invalid_response": "The discovered App returned an invalid response",
|
||||
"reconfigure_successful": "The integration was reconfigured",
|
||||
"unknown": "Unexpected error"
|
||||
}
|
||||
},
|
||||
"entity": {
|
||||
"sensor": {
|
||||
"daily_energy": {
|
||||
"name": "Daily energy"
|
||||
},
|
||||
"current_power": {
|
||||
"name": "Current power"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user