Skip to content

Commit

Permalink
update evcc config to reflect API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zivillian committed Aug 9, 2024
1 parent 2f401eb commit 6fe3f7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ vehicles:
phases: 3
soc:
source: mqtt
topic: GWM/<vin>/status/items/2013021/value
topic: GWM/<vehicleId>/status/items/2013021/value
timeout: 1m
range:
source: mqtt
topic: GWM/<vin>/status/items/2011501/value
topic: GWM/<vehicleId>/status/items/2011501/value
timeout: 1m
odometer:
source: mqtt
topic: GWM/<vin>/status/items/2103010/value
topic: GWM/<vehicleId>/status/items/2103010/value
timeout: 1m
```
Expand Down

0 comments on commit 6fe3f7e

Please sign in to comment.