Skip to content

Commit

Permalink
add new config option info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Codegnosis committed Mar 28, 2024
1 parent 6cf0a6f commit fd39ed9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Edit your chosen dashboard and use the "Add Card" button to select the "GivTCP B
| custom_dod | number | Optional | Custom DoD value as a percentage. Used when `use_custom_dod` is `true` | `100` |
| calculate_reserve_from_dod | boolean | Optional | Use custom DoD value to also calculate the battery reserve value. Note - using this also affects the timers | `false ` |
| display_custom_dod_stats | boolean | Optional | Display the derived custom DoD (capacity and reserve) stats | `true` |
| display_energy_today | boolean | Optional | Display statistics for daily charge/discharge | `true` |

## Raw YAML example

Expand Down Expand Up @@ -113,6 +114,7 @@ use_custom_dod: true
custom_dod: 95
calculate_reserve_from_dod: true
display_custom_dod_stats: true
display_energy_today: true
```

## Multiple Invertors and Batteries
Expand Down

0 comments on commit fd39ed9

Please sign in to comment.