Improvement
- Added support for a thermal inertia parameter for the basic thermal model
- Handle time-dependent battery weights (@rmounce)
Fix
- Fix Docker signal handling with tini and pin uvicorn version (@rmounce)
- Fix "typical" load forecast method fails with maximum_power_from_grid as vector (list)
- Fix warning logging messages on sensor_replace_zero
- Fix for correct handling of open-meteo temp_air variable
What's Changed
- Fix Docker signal handling with tini and pin uvicorn version by @rmounce in #698
- Added support for a thermal inertia on the basic thermal model by @davidusb-geek in #704
- Handle time-dependent battery weights by @rmounce in #699
- Fix for correct handling of open-meteo temp_air variable by @davidusb-geek in #702
- Fix typical load when maximum_power_from_grid is a list and uneeded w… by @davidusb-geek in #706
Full Changelog: v0.16.1...v0.16.2