Releases: DanteWinters/lux-power-distribution-card
Releases · DanteWinters/lux-power-distribution-card
v1.5.1
v1.5.0
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
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
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
Features:
- Updated the status indicator to allow for parallel inverters.
v1.1.2
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
Bugfix:
- For parallel page, all values are added except for battery SOC and voltages.
Release v1.1.0
Feature implementation
- Added mixing between parallel inverters
- Refresh button on Parallel page will. refresh both inverters
v1.0.0
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
- Changed styles to accommodate safari browsers.