Skip to content

EMHASS add-on v0.13.0

Choose a tag to compare

@davidusb-geek davidusb-geek released this 02 Apr 12:27
· 7 commits to main since this release

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_data in command_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