Skip to content

Commit

Permalink
add battery remaining storage capacity entity
Browse files Browse the repository at this point in the history
  • Loading branch information
molikk committed Aug 6, 2024
1 parent ff0bc97 commit a00bc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ mappings if using other integration methods.
| battery_temp_182: | Optional | `sensor.sunsynk_battery_temperature` | Battery temperature (°). Note do not define this sensor if you want to display battery SOH. See below. |
| day_battery_discharge_71: | Optional | `sensor.sunsynk_day_battery_discharge` | Daily battery usage (kWh) |
| day_battery_charge_70: | Optional | `sensor.sunsynk_day_battery_charge` | Daily battery charge (kWh) |
| battery_remaining_storage | Optional | | Battery remaining capacity. If set it is displayed instead of calculated value |
| battery_remaining_storage | Optional | | Battery remaining capacity. If set it is displayed instead of calculated value |
| battery_rated_capacity: | Optional | | Battery rated capacity (Ah). If provided this sensor will be used to calculate battery energy. The`energy` attribute under the battery card configuration will be ignored. |
| battery_soh: | Optional | | Battery State of Health (SOH) (%). You can chose to display either battery temperature or battery SOH but not both. They are displayed in the same place on the card. If `battery_temp_182:` is defined it will take priority and this sensor will not be displayed. |
| battery_status: | Optional | `sensor.battery_mode_code` | Used only when inverter model is set to `goodwe`, `goodwe_gridmode` or `huawei`. Battery status `0, 1, 2, 3, 4` |
Expand Down

0 comments on commit a00bc59

Please sign in to comment.