A new release of EMHASS with a bunch of fixes and new features...
Improvement
- Added support for minimum power value for each deferrable load
- Add configuration for hybrid inverter input power limit and efficiency (@rmounce)
- Add runtime parameter to prevent PV forecast feedback loop during curtailment (@scruysberghs)
- Update Docker documentation for volume mounting of config.json (@cabberley)
- Apply ruff formatting for improved code consistency (@polyfloyd)
- Set executable permissions for
__main__
entrypoints and remove unused shebangs (@polyfloyd) - Correct minor typos in README documentation (@Ultimation)
Fix
- Fixed naive load power forecast shifted timestamp issue #516
- Fix Docker build for aarch64 architecture (@polyfloyd)
What's Changed
- Let CONTRIBUTING.md refer to docs by @polyfloyd in #535
- Simplify HTML template loading by @polyfloyd in #537
- Use delta_forecast_daily to determine the number of days of forecast data to fetch from Open-Meteo by @paulhomes in #538
- feat(aiko): add an akio module by @GeoDerp in #543
- Added new dict format for sensors by @Gruek in #542
- Update development documentation to use uv by @polyfloyd in #541
- Set +x for main entrypoints and remove unused shebangs by @polyfloyd in #549
- ruff format by @polyfloyd in #550
- Updates to Readme.md Docker section for volume mounting of config.json by @cabberley in #555
- Fix aarch64 docker build by @polyfloyd in #551
- Add runtime parameter to prevent PV forecast feedback loop during cur… by @scruysberghs in #566
- Docs: Tiny typo at top of README by @Ultimation in #568
- Hybrid inverter input power limit and efficiency configuration by @rmounce in #571
- Fix problem with naive load forecast, issue 516 by @davidusb-geek in #522
- Adding support for deferrable minimum power by @davidusb-geek in #575
New Contributors
- @polyfloyd made their first contribution in #535
- @cabberley made their first contribution in #555
- @Ultimation made their first contribution in #568
- @rmounce made their first contribution in #571
Full Changelog: v0.13.3...v0.13.4