You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,15 +118,19 @@ These are configuration items that you can modify to fit your needs:
118
118
- predbat.import_energy_house - Predicted import energy not provided by your home battery (flat battery or above maximum discharge rate)
119
119
- predbat.soc_kw - Predicted state of charge (in Kwh) at the end of the prediction, not very useful in itself, but holds all minute by minute prediction data (in attributes) which can be charted with Apex Charts (or similar)
120
120
- predbat.soc_min_kwh - The minimum battery level during the time period in Kwh
121
-
- predbat.metric - Predicted cost metric for the next simulated period (in pence)
121
+
- predbat.metric - Predicted cost metric for the next simulated period (in pence). Also contains data for charting cost in attributes.
122
122
- When calculate_best is enabled a second set of entities are created for the simulation based on the best battery charge percentage:
123
123
- predbat.best_export_energy - Predicted exports under best SOC setting
124
124
- predbat_best_import_energy - Predicted imports under best SOC setting
125
125
- predbat_best_load - Predicted best load energy
126
126
- predbat_best_import_energy_battery - Predicted imports to the battery under best SOC setting
127
127
- predbat_best_import_energy_house - Predicted imports to the house under best SOC setting
128
128
- predbat_soc_kw_best - Predicted best final state of charge (in Kwh), holds minute by minute prediction data (in attributes) to be charted
129
-
- predbat_best_metric - The predicted cost if the proposed SOC % charge target is selected. Also contains data for charting cost
129
+
- predbat.soc_kw_best10 - As soc_kw_best but using the 10% solar forecast, also holds minute by minute data (in attributes) to be charted
130
+
- predbat.soc_kw_best_h1 - Single data point for the predicted state of charge in 1 hours time (useful for calibration charts, predicted vs actual)
131
+
- predbat.soc_kw_best_h8 - Single data point for the predicted state of charge in 8 hours time (useful for calibration charts, predicted vs actual)
132
+
- predbat.soc_kw_best_h12 - Single data point for hte predicted state of charge in 12 hours time (useful for calibration charts, predicted vs actual)
133
+
- predbat_best_metric - The predicted cost if the proposed SOC % charge target is selected. Also contains data for charting cost in attributes.
130
134
- predbat.best_charge_limit - Predicted best battery charge limit in percent
131
135
- predbat.best_charge_limit_kw - Predicted best battery charge limit in kwH
132
136
- predbat.low_rate_cost - The lowest rate cost in P
0 commit comments