@@ -150,6 +150,8 @@ These are configuration items that you can modify to fit your needs:
150150 - predbat_best_metric - The predicted cost if the proposed SOC % charge target is selected. Also contains data for charting cost in attributes.
151151 - predbat.best_charge_limit - Predicted best battery charge limit in percent
152152 - predbat.best_charge_limit_kw - Predicted best battery charge limit in kwH
153+ - predbat.best_discharge_limit - Predicted best battery discharge limit in percent (will be 0% when discharging or 100% when not)
154+ - predbat.best_discharge_limit_kw - Predicted best battery discharge limit in kwH
153155 - predbat.low_rate_cost - The lowest rate cost in P
154156 - predbat.low_rate_start - Start time of the next low rate
155157 - predbat.low_rate_end - End time of the next low rate
@@ -158,21 +160,20 @@ These are configuration items that you can modify to fit your needs:
158160
159161Example data out:
160162
161- ![ image] ( https://user-images.githubusercontent. com/48591903/235856719-f223fe71-76f6-4ab3-a9df-f1d3a1538d80.png )
163+ ![ image] ( https://github. com/springfall2008/batpred/assets/ 48591903/5c73cd6e-3110-4ecd-af42-7e6d156af4b2 )
162164
163165To create the fancy chart
164166- Install apex charts https://github.com/RomRider/apexcharts-card
165167- Create a new apexcharts card and copy the YML from example_chart.yml into the chart settings, updating the serial number to match your inverter
166168- Customise as you like
167169
168170Example charts:
169- ![ image] ( https://github.com/springfall2008/batpred/assets/48591903/2c782f9e-ba50-4fd5-9893-c9c2eea7fcdc )
171+ ![ image] ( https://github.com/springfall2008/batpred/assets/48591903/39b6a1d5-8865-4855-9e60-6d8c4a3fbf12 )
170172
171- ![ image] ( https://user-images.githubusercontent. com/48591903/236629103-103ccc62-89aa-48bf-bc8b-0005c1153974.png )
173+ ![ image] ( https://github. com/springfall2008/batpred/assets/ 48591903/a10e570d-373e-4fce-aebf-dc6463067e3b )
172174
173175![ image] ( https://user-images.githubusercontent.com/48591903/236629117-8f05e050-d43d-4a52-a2a7-b5e97b961e3c.png )
174176
175-
176177Todo list:
177178 - Add ability to average load over a number of days
178179 - More user testing on different tariffs
0 commit comments