Files

63 lines
3.1 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"entity": {
"switch": {
"solar_charging_enabled": {
"name": "Solar Charging"
},
"stop_grace_enabled": {
"name": "Stop Grace"
}
}
},
"options": {
"step": {
"init": {
"title": "Easee Solar Charging options",
"data": {
"charging_profile": "Charging profile",
"stop_grace_minutes": "Stop grace period",
"dead_band_resync_minutes": "Dead-band resync interval",
"forecast_sensor": "Forecast.Solar sensor",
"forecast_confidence": "Forecast confidence",
"forecast_lookahead_minutes": "Look-ahead window",
"notify_target": "Notification target"
},
"data_description": {
"charging_profile": "Conservative: charge only on true solar surplus (production house load current EV draw). All Surplus: allocate all solar production to the EV; house load draws from the grid. Forecast look-ahead: start charging early using the full confidence-adjusted forecast as the surplus. Forecast surplus: same but subtracts current house load and EV draw — more cautious early start.",
"stop_grace_minutes": "How many minutes to keep charging after solar excess drops below the minimum threshold, before stopping the charger.",
"dead_band_resync_minutes": "How often to re-send the current charging level when within the dead-band, to track gradual solar drift.",
"forecast_sensor": "Pick a power sensor from your Forecast.Solar integration. If the sensor exposes a 'watts' attribute the look-ahead window is used to find the matching period; otherwise the sensor state is used directly.",
"forecast_confidence": "Scale the forecast value by this factor before comparing to the charging threshold. At 80%, a 7000 W forecast is treated as 5600 W.",
"forecast_lookahead_minutes": "How many minutes ahead to look in the Forecast.Solar power curve when deciding to start early.",
"notify_target": "Name of a notify service to receive start/stop alerts (e.g. mobile_app_my_phone). Leave empty to disable notifications."
}
}
}
},
"config": {
"step": {
"user": {
"title": "Set up Easee Solar Charging",
"data": {
"site_id": "Site ID",
"solar_production_sensor": "Solar Production Sensor",
"house_load_sensor": "House Load Sensor",
"ev_charging_sensor": "EV Charging Power Sensor",
"device_id": "Easee Charger",
"notify_target": "Notification target"
},
"data_description": {
"solar_production_sensor": "Sensor reporting total solar panel output in Watts.",
"house_load_sensor": "Sensor reporting total household consumption (excluding EV charging) in Watts.",
"ev_charging_sensor": "Sensor reporting current EV charging power in Watts.",
"notify_target": "Name of a notify service to receive start/stop alerts (e.g. mobile_app_my_phone). Leave empty to disable notifications."
}
}
},
"error": {},
"abort": {
"already_configured": "Charger is already configured."
}
}
}