Releases: davidusb-geek/emhass-add-on
Releases · davidusb-geek/emhass-add-on
EMHASS add-on v0.2.25
Fixed dependencies, uniform working versions of Numpy, Pandas and Tables.
Full Changelog: v0.2.24...v0.2.25
EMHASS add-on v0.2.24
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
- Fix small typo by @afaucogney in #31
New Contributors
- @afaucogney made their first contribution in #31
Full Changelog: v0.2.23...v0.2.24
EMHASS add-on v0.2.23
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
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
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
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
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
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
Fix
- Fixed small bug with wrong DF variable name in web server.