Not sure my sensors are set correctly - Solaredge PV and Battery #3161
-
|
Hi I got Predbat set up a couple of weeks ago but looking at the sensors I think maybe something isnt right. Does the power flow animation suggest I've done something wrong? In addition, the values do not change over time - is that to be expected? Thanks! Recording.at.2026-01-01.16.29.35.mp4According to the SolarEdge monitor at this time I'm importing ~200w from the grid but its not showing - also the battery arrow is pointing the wrong way? The relevant part of my app.yaml is: # Taken from https://github.com/springfall2008/batpred/blob/main/templates/solaredge.yaml
pred_bat:
load_today:
- sensor.solar_house_consumption_kwh
import_today:
- sensor.solaredge_i1_m1_ac_energy_imported
export_today:
- sensor.solaredge_i1_m1_ac_energy_exported
pv_today:
- sensor.solar_panel_production_kwh # This is a custom template sensor - see SolarEdge section of 'Inverter Setup' documentation for how to create
# maximum battery charge rate. If you have a single battery then can use the b1_max_charge_power sensor directly
# DONE
battery_rate_max:
- sensor.solaredge_i1_b1_max_charge_power
# DONE
charge_rate:
- number.solaredge_i1_storage_charge_limit
# DONE
discharge_rate:
- number.solaredge_i1_storage_discharge_limit
# DONE
battery_power:
- sensor.solaredge_i1_b1_dc_power
# DONE
pv_power:
- sensor.solar_panel_production_w # This is a custom template sensor - see SolarEdge section of 'Inverter Setup' for details
# DONE
load_power:
- sensor.solar_house_consumption_w # This is a custom template sensor - see SolarEdge section of 'Inverter Setup' for details
# DONE
soc_percent:
- sensor.solaredge_i1_b1_state_of_energy
# DONE
soc_max:
- sensor.solaredge_i1_b1_maximum_energy |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
Looks like grid_power is missing from this list |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Included in PR #1374 |
Beta Was this translation helpful? Give feedback.

OK I think I have things set right - is this
-1337figure correct? from the grid? As opposed to positive 1337?FYI if other solaredge folk are reading this, my app.yaml now reads: