Skip to content

Commit

Permalink
Minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Jul 31, 2021
1 parent edbc315 commit 02c8729
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ tariffs:
# or
type: awattar
cheap: 20 # ct/kWh
region: de # optional, chose at for Austria
region: de # optional, choose at for Austria
```
## Plugins
Expand Down
16 changes: 11 additions & 5 deletions evcc.dist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,17 @@ loadpoints:
# tariffs are the fixed or variable tariffs
# cheap can be used to define a tariff rate considered cheap enough for charging
tariffs:
# grid:
# type: tibber # or awattar or fixed
# cheap: 20 # ct/kWh
# token: "476c477d8a039529478ebd690d35ddd80e3308ffc49b59c65b142321aee963a4"
# homeid: "cc83e83e-8cbf-4595-9bf7-c3cf192f7d9c"
grid:
# # either
# type: tibber
# cheap: 20 # ct/kWh
# token: "476c477d8a039529478ebd690d35ddd80e3308ffc49b59c65b142321aee963a4" # access token
# homeid: "cc83e83e-8cbf-4595-9bf7-c3cf192f7d9c" # optional if multiple homes associated to account

# # or
# type: awattar
# cheap: 20 # ct/kWh
# region: de # optional, choose at for Austria

# mqtt message broker
mqtt:
Expand Down

0 comments on commit 02c8729

Please sign in to comment.