Releases: davidusb-geek/emhass
Releases · davidusb-geek/emhass
EMHASS version 0.3.24
Fixed dependencies, rolled back to older fixed Numpy and Pandas versions.
Full Changelog: v0.3.23...v0.3.24
EMHASS version 0.3.23
A quick fix release.
Fix
- Fixed missing integration of additional
set_nocharge_from_grid
in the web server. - Improved the documentation.
Full Changelog: v0.3.22...v0.3.23
EMHASS version 0.3.22
This version comes with some improvements and fixes. Most notably the possibility to add a constraint to forbidden charging the battery from the grid.
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
- Bump myst-parser from 0.14.0 to 0.18.1 by @dependabot in #28
- Bump markupsafe from 2.0.1 to 2.1.1 by @dependabot in #30
- Bump sphinx from 3.5.4 to 5.3.0 by @dependabot in #29
- Bump docutils from 0.16 to 0.19 by @dependabot in #31
- Bump sphinx-rtd-theme from 0.5.2 to 1.1.1 by @dependabot in #32
- Create CODE_OF_CONDUCT.md by @davidusb-geek in #33
- Bump markupsafe from 2.1.1 to 2.1.2 by @dependabot in #39
New Contributors
- @dependabot made their first contribution in #28
Full Changelog: v0.3.21...v0.3.22
EMHASS version 0.3.21
Fix
- Fixed docstrings
- Added github worflows for coverage and automatic package compiling
- Fixing interpolation for Forecast.Solar data
Full Changelog: v0.3.20...v0.3.21
EMHASS version 0.3.20
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.
What's Changed
- Dev/mockgetrequest by @davidusb-geek in #25
Full Changelog: v0.3.19...v0.3.20
EMHASS version 0.3.19
Fix
- Updated default values for a working LP solver.
- Removed option to provide a custom web ui url.
- Added extra runtime parameters to use solcast PV forecast.
Full Changelog: v0.3.18...v0.3.19
EMHASS version 0.3.18
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.3.17...v0.3.18
EMHASS version 0.3.17
Some bug fixes.
Fix
- Fixed wrong variables names for mixed forecasts.
- Fixed handling of load sensor name in command line setup function.
Full Changelog: v0.3.16...v0.3.17
EMHASS version 0.3.16
Some worthy improvements in this new version.
Improvement
- Improving documentation, added "what is this" section and added some info-graphics.
- 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.3.15...v0.3.16