fix: change solar surplus calculation

This commit is contained in:
Björn Stormwall
2026-06-23 12:35:29 +02:00
parent 14c6a5ee23
commit 27ed07f0c4
6 changed files with 186 additions and 30 deletions
@@ -14,11 +14,15 @@
"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",
"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.",
"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.",
"notify_target": "Name of a notify service to receive start/stop alerts (e.g. mobile_app_my_phone). Leave empty to disable notifications."
}
}
@@ -30,12 +34,16 @@
"title": "Set up Easee Solar Charging",
"data": {
"site_id": "Site ID",
"solar_excess_sensor": "Solar Excess Power Sensor",
"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_excess_sensor": "Sensor reporting the momentarily available solar power surplus in Watts.",
"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."
}
}