Skip to content

EMHASS add-on v0.10.0

Compare
Choose a tag to compare
@davidusb-geek davidusb-geek released this 02 Jun 19:59
· 10 commits to main since this release

BREAKING CHANGE

  • In this new version we have added support for PV curtailment computation. While doing this the nominal PV peak power is needed. The easiest way find this information is by directly using the inverter_model defined in the configuration. As this is needed in the optimization to correctly compute PV curtailment, this parameter need to be properly defined for your installation. Before this chage this parameter was only needed if using the PV forecast method scrapper, but now it is not optional as it is directly used in the optimization.
    Use the dedicated webapp to find the correct model for your inverter, if you cannot find your exact brand/model then just pick an inverter with the same nominal power as yours: https://emhass-pvlib-database.streamlit.app/

Improvement

  • Added support for hybrid inverters and PV curtailment computation
  • 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

Fix

  • Fixed forecast methods to treat delta_forecast higher than 1 day
  • Fixed solar.forecast wrong interpolation of nan values

Full Changelog: v0.9.1...v0.10.0