26 lines
795 B
JSON
26 lines
795 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Device is already configured"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_auth": "Invalid authentication",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"powerstation_id": "Power Station ID",
|
|
"password": "Password",
|
|
"username": "Username",
|
|
"scan_interval": "Update Interval (seconds)"
|
|
},
|
|
"data_description": {
|
|
"powerstation_id": "If empty, will query SEMS API and take first"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"title": "GoodWe SEMS PV API"
|
|
} |