Skip to content

Releases: davidusb-geek/emhass-add-on

EMHASS add-on v0.2.25

27 Jan 10:08
Compare
Choose a tag to compare

Fixed dependencies, uniform working versions of Numpy, Pandas and Tables.

Full Changelog: v0.2.24...v0.2.25

EMHASS add-on v0.2.24

26 Jan 22:36
Compare
Choose a tag to compare

A new release following new fixes and improvements on emhass v0.3.23:

Improvement

  • Improved unittest for mock get requests.
  • Improved coverage.

Fix

  • Code works even if no battery data is configured.
  • Added more explicit logging error message in the case of no data retrieved from Home Assistant.

What's Changed

New Contributors

Full Changelog: v0.2.23...v0.2.24

EMHASS add-on v0.2.23

04 Nov 23:56
Compare
Choose a tag to compare

Improvement

  • Following new fixes on emhass v0.3.21
  • Improved docstrings
  • Improved unittest for mock get requests
  • Added github worflows for coverage and automatic package compiling

Fix

  • Fixing interpolation for Forecast.Solar data

Full Changelog: v0.2.22...v0.2.23

EMHASS add-on v0.2.22

05 Oct 20:58
Compare
Choose a tag to compare

A new release with bunch of improvements, most notably added direct support for the Solar.Forecast method to forecast PV power.

Also:

  • Added more detailed examples to the forecast module documentation.
  • Improved handling of datatime indexes in DataFrames on forecast module.
  • Added warning messages if passed list values contains non numeric items.
  • Added missing unittests for forecast module with request.get dependencies using MagicMock.

Full Changelog: v0.2.21...v0.2.22

EMHASS add-on v0.2.21

14 Sep 22:02
Compare
Choose a tag to compare

Fix

  • Updated default values for a working LP solver.
  • Removed option to provide a custom web ui url.
  • Following new fixes on emhass v0.3.19

EMHASS add-on v0.2.20

27 Aug 21:10
Compare
Choose a tag to compare

Improvement

  • Improving documentation, added more information on forecast page.
  • Added support for SolCast PV production forecasts.
  • Added possibility to pass some optimization parameters at runtime.
  • Added some unittest for passing data as list testing.

Fix

  • Fixed small bug on webserver using pandas sum function for non numeric data. This was throwing the following message: Dropping of nuisance columns in DataFrame reductions (with 'numeric_only=None') is deprecated.

Full Changelog: v0.2.19...v0.2.20

EMHASS add-on v0.2.19

12 Jun 20:19
Compare
Choose a tag to compare

Some bug fixes:

  • Following new fixes on emhass v0.3.17
  • Fixed wrong variables names for mixed forecasts.
  • Fixed handling of load sensor name in command line setup function.

EMHASS add-on v0.2.18

10 Jun 09:43
Compare
Choose a tag to compare

Improvement

  • Following new improvements on emhass v0.3.16
  • Improving documentation, added "what is this" section and added some infographics.
  • Added new forecasts methods chapter in documentation.
  • Added publish of sensors for p_grid_forecast & total value of cost function.
  • Implemented now/current value forecast correction when using MPC.

Full Changelog: v0.2.17...v0.2.18

EMHASS add-on v0.2.17

06 Jun 09:07
Compare
Choose a tag to compare

Fix

  • Fixed small bug with wrong DF variable name in web server.

EMHASS add-on v0.2.16

05 Jun 22:07
Compare
Choose a tag to compare

Fix

  • Following new improvements and fixes on emhass v0.3.14

Full Changelog: v0.2.15...v0.2.16