-
-
Notifications
You must be signed in to change notification settings - Fork 44
Predbat feature planning page
Trefor Southwell edited this page Oct 8, 2023
·
1 revision
Roadmap features/improvements
Small
- s0 IBoost on negative rates
Medium
- m0 - Model cloud coverage, giving peaky solar charging rates
- m1 - Monitor energy use so far today and start to adjust prediction based on if today we are under or over the expected
- m2 - Restructure the code so that planning and control run in separate threads, allowing control to run faster to time without having to re-plan before starting/stopping discharge slots etc.
- m3 - Add incremental planning, re-using the previous plan and updating it (much more quickly) - could be alternative to m2
- m4 - Add support for Solcast API directly (not via HA)
- m5 - Add support for Octopus API directly (not via HA)
Large
- l0 - Add MQTT support to allow entities to have IDs
- l1 - Add inverter control via GE Cloud as an option (instead of via GivTCP)
- l2 - Allow Predbat to run standalone without Home Assistant (requires m4, m5 & l1), l0 maybe useful is could connect to HA also.