EMHASS add-on v0.8.5
Improvement
- Simplified fetch urls to relatives
- Improved code for passed forecast data error handling in utils.py
- Added new tests for forecast longer than 24h by changing parameter
delta_forecast - Added new files for updated PV modules and inverters database for use with PVLib
- Added a new webapp to help configuring modules and inverters: https://emhass-pvlib-database.streamlit.app/
- Added a new
P_to_grid_maxvariable, different from the currentP_from_grid_maxoption
Fix
- style.css auto format and adjusted table styling
- Changed pandas datetime rounding to nonexistent='shift_forward' to help survive DST change
- Dropped support for Python 3.9
What's Changed
- Dockerfile cec path by @GeoDerp in #89
- Test.md fix typo by @GeoDerp in #87
- Update README.md with url to the ha add on repository by @esnil in #88
New Contributors
Full Changelog: v0.8.4...v0.8.5