EMHASS add-on v0.13.0
A new method to adjust PV forecast!
Checkout the upgraded documentation here: https://emhass.readthedocs.io/en/latest/forecasts.html#adjusting-pv-forecasts-using-machine-learning
Improvement
- Added a new feature to automatically adjust PV forecast using historical actual/forecast data
- Added Support for multiple days forecasting with CSV data. Thanks to @nielskool for this contribution!
- Refactored a new method
retrieve_home_assistant_dataincommand_line - Unified default training data for ML algorithms using
data/long_train_data.pkl - Added a presentation stack using
marp
Fix
- Fixed Value has dtype incompatible with int64 error, issue #465
- Fixed Runtime "delta_forecast_daily" not recognized, issue #479
- Attempt to fix Missing files in python package after 0.12.5, issue #495
- Fixed workflow for macos tests
Full Changelog: v0.12.8...v0.13.0