Skip to content

Commit

Permalink
Showing 9 changed files with 235 additions and 113 deletions.
12 changes: 6 additions & 6 deletions dist/sunsynk-power-flow-card.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
@@ -206,6 +206,8 @@ mappings if using other integration methods.
| non_essential_load1: | Optional | | Sensor that contains the power of your non-essential load 1 (W) |
| non_essential_load2: | Optional | | Sensor that contains the power of your non-essential load 2 (W)
| non_essential_load3: | Optional | | Sensor that contains the power of your non-essential load 3 (W)
| non_essential_load1_extra: | Optional | | Sensor that contains additional information you want displayed for your nonessential load 1 e.g. Daily kWh, Temperature etc
| non_essential_load2_extra: | Optional | | Sensor that contains additional information you want displayed for your nonessential load 2 e.g. Daily kWh, Temperature etc
| grid_ct_power_total: | Optional | | For three phase systems. The card will automatically calculate this based on (Grid CT L1 power + Grid CT L2 power + Grid CT L3 power) You can optionally provide your own sensor for total grid power. (W)
| grid_ct_power_172: | **Required** | `sensor.sunsynk_grid_ct_power` | Grid CT L1 power (W) |
| grid_ct_power_L2: | Optional | `none` | Grid CT L2 power (W) |
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sunsynk-power-flow-card",
"version": "4.25.0",
"version": "4.26.0",
"description": "A customizable Home Assistant card to emulate the Sunsynk System flow that's displayed on the Inverter screen.",
"main": "sunsynk-power-flow-card.js",
"scripts": {
Loading

0 comments on commit 8bf9795

Please sign in to comment.