Skip to content

v4.40.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 May 18:02
· 122 commits to main since this release

What's Changed

🚀 Exciting New Features

  • feat: Specify threshold when load/pv is considered off. Use the off_threshold: attribute under the solar, load, and grid sections. When power falls below this value the load will be considered off and colour will change to grey. Can be set to -1 to disable or dynamic_colour: false closes #462
  • feat: Specify threshold to apply dynamic colour to the battery and load path elements. Use the path_threshold: attribute. The colour of the path will change to the source colour if the percentage supply by a single source equals or exceeds this value. By default this is set to 100%. For example if your load is 100 W and your source PV power is 101 W it will colour the line using solar_colour. If you lower the path_threshold to 90 (90%) the colour of the path will change if 90% or more of the load is supplied i.e. PV power is 90 W and load is 100 W closes #458

🐛 Patches & Bug Fixes

  • fix: logic when applying dynamic colour to the path element.

Full Changelog: v4.39.1...v4.40.0