Releases: slipx06/sunsynk-power-flow-card
Releases · slipx06/sunsynk-power-flow-card
v1.3.0
This release contains breaking changes. See the README for additional required card attributes
v1.3.0 Updates
- Display up to four mppts through new solar configuration attribute mppts (one, two, three, four).
- Add option to hide non-essential from full card and reposition daily grid when enabled.
- The simple card has been removed. This view can be created using the full card and setting show_aux: no and show_nonessential: no.
- Add option to invert AUX power. Set to yes if your sensor provides a positive number for AUX input and negative number for AUX output.
v1.2.3
v1.2.2
NOTE: The card configuration has changed from release v1.2.0. Please see the README
Updates:
- Grid Connected /Grid Disconnected status now displayed with separate icons ( "mdi:powerline" / "mdi:powerline-off")
- Grid Disconnected dot removed and instead the "grid disconnected" icon colour can be configured through the card config to match your colour scheme
v1.2.1
NOTE: The card configuration has changed from release v1.2.0. Please see the README
Updates:
- Daily totals can now be toggled independently.
- Option to hide "AUX" from the full card
- Realign PV data to avoid overlap
- Daily load is displayed on the full card if "AUX" is hidden and the load show_daily attribute is set to yes
- Add more verbose inverter status message i.e Normal, Fault etc
v1.2.0
v1.1.3
Updates
- Improve text displayed when batteries are charging
- Merge pull request 14. Refactor inverter state logic. Thanks @Sparkz0629
- Merge pull request 12. Add card configuration example to README. Thanks @Sparkz0629