Skip to content

Releases: DBT85/DBT85PFC

v1.0.0

15 Mar 21:59
Compare
Choose a tag to compare

1.0.0 (2023-03-15)

⚠ BREAKING CHANGES

  • card name

card type will need to be changed from custom:power-distribution-card to custom:power-flow-card

Features

  • add new dashboard_link option (see readme) (#46) (e979053)
  • add new inverted_entities option (see readme) (#43) (53200bb)
  • add new option kw_decimals (#32) (a2af9d0)
  • add support for display of gas and water (#110) (270b3e6)
  • flow: add optional rate configuration (#5) (f258f49)
  • initial release (#2) (93e9da1)
  • log unavailable/misconfigured entities to browser console (#61) (f32576a)
  • make power-flow-card available from the ui picker (#38) (fa16d3d)
  • off grid support (#63) (7676356)
  • support grid<>battery flow (#53) (cf4b7b9)
  • support split consumption/production entities (#12) (da78757), closes #8
  • support watts and kilowats (#18) (9596eeb)
  • watt decimals can be configured via w_decimals option (#52) (c15a375), closes #45

Bug Fixes

  • always show solar value for consistency (#9) (adf4d15)
  • debounce error logging (#62) (de73d05)
  • detection of grid return (#13) (adeee30)
  • display issue without battery_charge entity (#11) (79f84ca)
  • entity: allowed for background again (#116) (84335be)
  • prevent negative solar state (#25) (162376b), closes #23
  • rename card to power-distribution-card (6678525)
  • round watts to 1 decimal place (#22) (2606dbd)
  • smooth out flow dots on safari based guis (#85) (3ce9ebf), closes #82
  • solar: text color to match energy-distribution-card (#111) (efab88f)

Miscellaneous Chores