Skip to content

Releases: KrX3D/Energy-and-Power-Monitor-Card

v2.0.3

23 Feb 19:21
c0ef7fb
Compare
Choose a tag to compare

Enable preview in Card Picker

v2.0.2

23 Feb 19:06
a10e821
Compare
Choose a tag to compare

Fix for the missing level‐filtering functionality which was re‑added

v2.0.1

23 Feb 18:57
9e8447c
Compare
Choose a tag to compare

Fixes for the circle coloring. In this version the gradient is always computed using the total (tracked + untracked) so that:

If the tracked value is 0 and untracked is nonzero, the circle will be fully colored in the untracked color.
If untracked is larger than tracked, the gradient shows the correct ratio.

v2.0.0

23 Feb 17:47
34c1c67
Compare
Choose a tag to compare

Changelog

  • New Options Added:

    • Combine Untracked Values: Option to display a combined value (tracked + untracked).
    • Remove prefix (sep. by ';'): Allows users to specify one or more prefix strings to remove from child names.
    • Levels to Display: New dropdown replacing the old “Show Children” checkbox, with options to control which levels of the tree are displayed:
      • All – Show all levels.
      • Only Selected – Show only the selected room.
      • All Parents – Show only nodes that have children (omit leaf nodes).
      • 1st Level Max – Show only the selected room and its immediate children.
    • Color Untracked Label: Option to display the untracked value label using the untracked color.
  • Removed Options:

    • Clean Subelement Names: This option has been removed and its functionality has been integrated into the new name processing.
    • Show Children: Replaced by the new “Levels to Display” option.
  • Enhancements:

    • Improved name processing: Common strings (" selected entities -", " Power", " Energy") are always removed, the selected room’s name is used as a base to remove its prefix from children, and custom prefixes (from remove_strings) are removed (only if they appear at the beginning and are followed by extra text).
    • New filtering of tree levels based on user selection.
    • Updated configuration GUI with improved layout, organized into two groups (General Options and Style Options), with slightly larger text for better readability.
    • Fixed combine_value_untracked functionality to display combined values when enabled.
    • Adjusted indentation and vertical hierarchy lines for clarity.

Full Changelog: https://github.com/KrX3D/Energy-and-Power-Monitor-Card/commits/v2.0.0