2024-05-15 04:50:25 +02:00
|
|
|
{
|
|
|
|
|
"config": {
|
2025-10-28 10:33:10 +01:00
|
|
|
"abort": {
|
|
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
|
|
|
},
|
|
|
|
|
"error": {
|
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
|
|
|
},
|
2024-05-15 04:50:25 +02:00
|
|
|
"step": {
|
|
|
|
|
"user": {
|
|
|
|
|
"data": {
|
2024-07-21 22:03:41 +02:00
|
|
|
"ip_address": "[%key:common::config_flow::data::ip%]",
|
|
|
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
|
|
|
},
|
|
|
|
|
"data_description": {
|
|
|
|
|
"port": "The integration will default to 8050, if not set, which should be suitable for most installs"
|
2024-05-15 04:50:25 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-05-15 19:56:12 +02:00
|
|
|
},
|
|
|
|
|
"entity": {
|
2024-08-05 11:08:27 +02:00
|
|
|
"binary_sensor": {
|
|
|
|
|
"dc_1_short_circuit_error_status": {
|
|
|
|
|
"name": "DC 1 short circuit error status"
|
|
|
|
|
},
|
|
|
|
|
"dc_2_short_circuit_error_status": {
|
|
|
|
|
"name": "DC 2 short circuit error status"
|
|
|
|
|
},
|
2025-10-28 10:33:10 +01:00
|
|
|
"off_grid_status": {
|
|
|
|
|
"name": "Off-grid status"
|
|
|
|
|
},
|
2024-08-05 11:08:27 +02:00
|
|
|
"output_fault_status": {
|
|
|
|
|
"name": "Output fault status"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-10-28 10:33:10 +01:00
|
|
|
"number": {
|
|
|
|
|
"max_output": {
|
|
|
|
|
"name": "Max output"
|
|
|
|
|
}
|
|
|
|
|
},
|
2024-05-15 19:56:12 +02:00
|
|
|
"sensor": {
|
2024-07-30 18:11:08 +02:00
|
|
|
"lifetime_production": {
|
|
|
|
|
"name": "Total lifetime production"
|
|
|
|
|
},
|
|
|
|
|
"lifetime_production_p1": {
|
|
|
|
|
"name": "Lifetime production of P1"
|
|
|
|
|
},
|
|
|
|
|
"lifetime_production_p2": {
|
|
|
|
|
"name": "Lifetime production of P2"
|
|
|
|
|
},
|
|
|
|
|
"today_production": {
|
|
|
|
|
"name": "Production of today"
|
|
|
|
|
},
|
|
|
|
|
"today_production_p1": {
|
|
|
|
|
"name": "Production of today from P1"
|
|
|
|
|
},
|
|
|
|
|
"today_production_p2": {
|
|
|
|
|
"name": "Production of today from P2"
|
2025-10-28 10:33:10 +01:00
|
|
|
},
|
|
|
|
|
"total_power": {
|
|
|
|
|
"name": "Total power"
|
|
|
|
|
},
|
|
|
|
|
"total_power_p1": {
|
|
|
|
|
"name": "Power of P1"
|
|
|
|
|
},
|
|
|
|
|
"total_power_p2": {
|
|
|
|
|
"name": "Power of P2"
|
2024-07-30 18:11:08 +02:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"switch": {
|
|
|
|
|
"inverter_status": {
|
|
|
|
|
"name": "Inverter status"
|
|
|
|
|
}
|
2024-05-15 19:56:12 +02:00
|
|
|
}
|
2024-12-03 15:11:15 +01:00
|
|
|
},
|
|
|
|
|
"exceptions": {
|
|
|
|
|
"inverter_error": {
|
|
|
|
|
"message": "Inverter returned an error"
|
|
|
|
|
}
|
2024-05-15 04:50:25 +02:00
|
|
|
}
|
|
|
|
|
}
|