Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/typescript' into ty…
Browse files Browse the repository at this point in the history
…pescript
  • Loading branch information
marksie1988 committed Aug 16, 2023
2 parents 2ffcb93 + 550c8cd commit a7beba9
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ An animated Home Assistant card to emulate the power flow that's shown on the Su
* Customisable - Change colours and images
* Most entities can be clicked to show more-info dialog
* Optional data points include self sufficiency and ratio percentages, battery temperature, AC and DC temperature
* Display up to two non-essential loads
* Display up to two additional essential loads
* Display up to two non-essential, essential and AUX loads
* Display energy cost per kWh and solar sell status

## Screenshots
Expand Down Expand Up @@ -133,11 +132,15 @@ These attributes are only needed if `show_solar` is set to `true`
|aux_colour:| Optional | `the load colour` | Changes the colour of all the AUX card objects. Hex codes (`'#66ff00'` etc) or names (`red`, `green`, `blue` etc) |
|aux_off_colour:| Optional| `the load colour` | Changes the colour of the AUX icon and label when disconnected. Hex codes (`'#66ff00'` etc) or names (`red`, `green`, `blue` etc) |
|aux_loads:| Optional | `0` | Display additional loads on the AUX side (`0/1/2`)
| additional_loads: | Optional | `0` | Display additional loads on the essential side (`0/1/2`)
| load1_name: | Optional | | Set the display name for the Essential Load 1
| load2_name: | Optional | | Set the display name for the Essential Load 2
| load1_icon: | Optional | none | Change the essential load 1 image using preset or any mdi icon e.g. `mdi:ev-station` Presets are: `boiler`, `pump`, `aircon`, `oven` |
| load2_icon: | Optional | none | Change the essential load 2 image using preset or any mdi icon e.g. `mdi:ev-station` Presets are: `boiler`, `pump`, `aircon`, `oven` |
|aux_load1_name: |Optional | | Set the display name for the AUX Load 1
|aux_load2_name: |Optional | | Set the display name for the AUX Load 2
|aux_load1_icon: | Optional | | Change the aux load 1 image using any mdi icon e.g. `mdi:ev-station`
|aux_load2_icon: | Optional | | Change the aux load 2 image using any mdi icon e.g. `mdi:ev-station`
|additional_loads: | Optional | `0` | Display additional loads on the essential side (`0/1/2`)
|load1_name: | Optional | | Set the display name for the Essential Load 1
|load2_name: | Optional | | Set the display name for the Essential Load 2
|load1_icon: | Optional | none | Change the essential load 1 image using preset or any mdi icon e.g. `mdi:ev-station` Presets are: `boiler`, `pump`, `aircon`, `oven` |
|load2_icon: | Optional | none | Change the essential load 2 image using preset or any mdi icon e.g. `mdi:ev-station` Presets are: `boiler`, `pump`, `aircon`, `oven` |

### Grid

Expand Down Expand Up @@ -207,6 +210,8 @@ See the [WIKI](https://github.com/slipx06/sunsynk-power-flow-card/wiki/Sensor-Ma
|grid_connected_status_194: | Optional | `binary_sensor.sunsynk_grid_connected_status` | Grid Connected Status `on/off` or `1/0` |
|inverter_status_59: | Optional | `sensor.sunsynk_overall_state` | Inverter Status `0, 1, 2, 3, 4` or `standby, selftest, normal, alarm, fault` |
|aux_power_166: | Optional | `sensor.sunsynk_aux_power` | Auxilary Power (W) |
|aux_load1:| Optional | | Sensor that contains the power of your AUX load 1 (W) |
|aux_load2:| Optional | | Sensor that contains the power of your AUX load 2 (W) |
|aux_connected_status: |Optional | None | AUX Connected Status `on/off` or `1/0`
|remaining_solar: | Optional | `sensor.solcast_forecast_remaining_today`| The remaining solar forecast for the day (kWh) |
|battery_temp_182:| Optional | `sensor.sunsynk_battery_temperature` | Battery Temperature (℃)|
Expand Down Expand Up @@ -244,3 +249,4 @@ The card calculates the sensors below based on supplied attributes in the config
The modbus registers can be visualised on the `full` card below:

![image](https://user-images.githubusercontent.com/7227275/235479493-b322d5b2-f2b1-431f-9048-f845fc2989b4.png)

0 comments on commit a7beba9

Please sign in to comment.