Skip to content

Commit b7f382f

Browse files
Update README.md
1 parent 2ee0103 commit b7f382f

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,19 @@ These are configuration items that you can modify to fit your needs:
118118
- predbat.import_energy_house - Predicted import energy not provided by your home battery (flat battery or above maximum discharge rate)
119119
- 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)
120120
- 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.
122122
- When calculate_best is enabled a second set of entities are created for the simulation based on the best battery charge percentage:
123123
- predbat.best_export_energy - Predicted exports under best SOC setting
124124
- predbat_best_import_energy - Predicted imports under best SOC setting
125125
- predbat_best_load - Predicted best load energy
126126
- predbat_best_import_energy_battery - Predicted imports to the battery under best SOC setting
127127
- predbat_best_import_energy_house - Predicted imports to the house under best SOC setting
128128
- 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.
130134
- predbat.best_charge_limit - Predicted best battery charge limit in percent
131135
- predbat.best_charge_limit_kw - Predicted best battery charge limit in kwH
132136
- predbat.low_rate_cost - The lowest rate cost in P

0 commit comments

Comments
 (0)