EMHASS version 0.10.0
Improvement
- Added support for hybrid inverters
- Implemented a new
continual_publish
service that avoid the need of setting a special automation for data publish. Thanks to @GeoDerp - Implement a deferrable load start penalty functionality. Thanks to @werdnum
- This feature also implement a
def_current_state
that can be passed at runtime to let the optimization consider that a deferrable load is currently scheduled or under operation when launching the optimization task
- This feature also implement a
Fix
- Fixed forecast methods to treat delta_forecast higher than 1 day
- Fixed solar.forecast wrong interpolation of nan values
What's Changed
- Update forecasts.md by @g1za in #288
- continual_publish service by @GeoDerp in #284
- Fix root_path issue #283 by @GeoDerp in #285
- Implement start penalty functionality by @werdnum in #291
- Davidusb geek/dev/hybrid inverter def seq by @davidusb-geek in #296
New Contributors
Full Changelog: v0.9.1...v0.10.0