Skip to content

Commit

Permalink
add limitsoc to vehicle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Jul 6, 2024
1 parent 7373ccd commit 8f6d742
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
5 changes: 4 additions & 1 deletion docs/devices/vehicles/_generische_unterstützung.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ vehicles:
- name: my_car
type: custom
title: Mein Auto # display name for UI
capacity: 50 # byttery capacity (kWh)
capacity: 50 # battery capacity (kWh)
soc: # battery soc (%)
source: # plugin type
# ...
Expand All @@ -27,4 +27,7 @@ vehicles:
maxcurrent: # set charger max current (A)
source: # plugin type
# ...
limitsoc: # optional in-vehicle limit soc, read-only (%)
source: # plugin type
# ...
```
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ vehicles:
- name: my_car
type: custom
title: My Car # display name for UI
capacity: 50 # byttery capacity (kWh)
capacity: 50 # battery capacity (kWh)
soc: # battery soc (%)
source: # plugin type
# ...
Expand All @@ -15,4 +15,18 @@ vehicles:
range: # optional electric range (km)
source: # plugin type
# ...
```
odometer: # optional odometer (km)
source: # plugin type
# ...
climater: # optional climate status (true/false)
source: # plugin type
# ...
wakeup: # optional vehicle wake up command
source: # plugin type
# ...
maxcurrent: # set charger max current (A)
source: # plugin type
# ...
limitsoc: # optional in-vehicle limit soc, read-only (%)
source: # plugin type
# ...```

0 comments on commit 8f6d742

Please sign in to comment.