Skip to content

Releases: davidusb-geek/emhass

EMHASS version 0.4.8

17 Mar 07:52
Compare
Choose a tag to compare

Fix

  • Fixed to correct index length for ML forecaster prediction series.

Full Changelog: v0.4.7...v0.4.8

EMHASS version 0.4.7

16 Mar 23:01
Compare
Choose a tag to compare

Fix

  • Fixed wrong column name for var_load when using predict with ML forecaster.

Full Changelog: v0...v0.4.7

EMHASS version 0.4.6

16 Mar 22:04
Compare
Choose a tag to compare

Fix

  • Fixed wrong path for saved ML forecaster model.

Full Changelog: v0.4.5...v0.4.6

EMHASS version 0.4.5

10 Mar 18:18
Compare
Choose a tag to compare

Fix

  • Fixed default behavior for passed data.
  • Added a new graph for tune results.

Full Changelog: v0.4.4...v0.4.5

EMHASS version 0.4.4

09 Mar 22:21
Compare
Choose a tag to compare

Fix

  • Added missing possibility to set the method for load forecast to 'mlforecaster'.
  • Fixed logging formatting.

Full Changelog: v0.4.3...v0.4.4

EMHASS version 0.4.3

08 Mar 23:16
Compare
Choose a tag to compare

Some bug fixing

Fix

  • Fixed logging.
  • Fixed missing module on docker standalone mode.

Full Changelog: v0.4.2...v0.4.3

EMHASS version 0.4.2

07 Mar 10:49
Compare
Choose a tag to compare

Some bug fixes.
Full Changelog: v0.4.1...v0.4.2

EMHASS version 0.4.1

06 Mar 22:26
Compare
Choose a tag to compare

Some nice improvements adapted to the new version v0.4.x:

Improvement

  • Improved the documentation and the in-code docstrings.
  • Added the possibility to save the optimized model after a tuning routine.
  • Added the possibility to publish predict results to a Home Assistant sensor.
  • Added the possibility to provide custom entity_id, unit_of_measurement and friendly_name for each published data.

Full Changelog: v0.4.0...v0.4.1

EMHASS version 0.4.0

06 Mar 00:03
Compare
Choose a tag to compare

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

EMHASS version 0.3.36

10 Feb 21:12
Compare
Choose a tag to compare