github davidusb-geek/emhass v0.4.0
EMHASS version 0.4.0

latest releases: v0.10.6, v0.10.5, v0.10.4...
18 months ago

The new Machine Learning forecast module is here!
This will provide a better forecast model for the load power consumption forecast.

Improvement

  • A brand new load forecast module and more... The new forecast module can actually be used to forecast any Home Assistant variable. The API provides fit, predict and tune methods. By the default it provides a more efficient way to forecast the power load consumption. It is based on the skforecast module that uses scikit-learn regression models considering auto-regression lags as features. The hyperparameter optimization is proposed using bayesian optimization from the optuna module.
  • A new documentation section covering the new forecast module.

Fix

  • Fixed Solar.Forecast issues with lists of parameters.
  • Fixed latex equations rendering on documentation, dropped Mathjax.
  • Refactored images in documentation, now using only SVG for plotly figures.
  • Bumped requirements to latest non-conflicting versions.

What's Changed

Full Changelog: v0.3.36...v0.4.0

Don't miss a new emhass release

NewReleases is sending notifications on new releases.