Skip to content

Releases: DanteWinters/lux-power-distribution-card

v1.5.1

04 Aug 11:42
e23f854
Compare
Choose a tag to compare

Formatting fix

  • Removed the identifier for the PV strings until formatting can overall be improved.

v1.5.0

02 Aug 16:59
1de4178
Compare
Choose a tag to compare

Features

  • Added generator power and voltage as configurable inputs.
  • Added an option to show the individual PV strings' power.

Neither of these features are added in the docs because the are not extensively tested and I don't have as many safeties or checks in as I would like. If you are using these, please log bugs should you cross them.

v1.4.0

08 Feb 07:59
545817e
Compare
Choose a tag to compare

Features

  • Added function to show both home consumption and backup power history (when applicable)
  • Show battery flow when clicking on the battery icon and battery SOC history when clicking on the SOC info.

v1.3.0

24 Nov 19:08
fa997d4
Compare
Choose a tag to compare

Visual Changes

  • Removed double border around card
  • Card padding in line with other HA cards.
  • Subtext is grey compared to the values
  • Added title as optional configuration value

Functional changes

  • Code cleaned up
  • Now allows multiple instances of the card to be used on the dashboard

v1.2.0

21 Oct 07:19
dce2075
Compare
Choose a tag to compare

Features:

  • Updated the status indicator to allow for parallel inverters.

v1.1.2

10 Oct 06:31
4635f50
Compare
Choose a tag to compare

Bugfixes

  • Round values to max of 2 decimal places
  • Reworked code to fix issue with battery arrows not showing
  • Reverted LitElement to HTMLElement

Release v1.1.1

02 Oct 17:53
1de3da2
Compare
Choose a tag to compare

Bugfix:

  • For parallel page, all values are added except for battery SOC and voltages.

Release v1.1.0

01 Oct 16:17
bdefccd
Compare
Choose a tag to compare

Feature implementation

  • Added mixing between parallel inverters
  • Refresh button on Parallel page will. refresh both inverters

v1.0.0

30 Aug 14:00
2c8c07f
Compare
Choose a tag to compare

Breaking changes

v1.0.0 implements a new config format. This will break existing cards until the new config is implemented. Please refer to the README file for information.

New

Parallel inverters

v1.0.0 implements parallel inverters. Adding a second inverter will allow you to choose which inverter's info you want to see. Blending the info is the next step

Additional

  • Card now uses status codes directly from the integration and gives a short description based on that.
  • Fixed #31 (Formatting)

v0.4.2

13 Jul 17:08
d1674de
Compare
Choose a tag to compare
  • Changed styles to accommodate safari browsers.