EMHASS version 0.12.0
0.12.0 - 2024-12-29
BREAKING CHANGE
- The solar PV system is now optional. If you have a PV system then use the switch on the webui or set the
set_use_pv
parameter toTrue
.
Improvement
- A new load power forecast method based on statistic and typical household load power consumption. This and the optional PV, will make it easier for new users to on-board EMHASS because this new default behavior does not require any data retrieval from Home Assistant or any other external source.
- Updated documentation.
What's Changed
- Update README.md by @AJediIAm in #403
- Added support to retrieve configuration data directly from HA by @davidusb-geek in #399
- configuration page init pv switch by @GeoDerp in #407
- generate test image from master by @GeoDerp in #408
- Make PV system optional by @davidusb-geek in #405
- Updated documentation and new release by @davidusb-geek in #409
New Contributors
Full Changelog: v0.11.4...v0.12.0