From 8f6d742e48cf35813e0e32a5083a7497078786c8 Mon Sep 17 00:00:00 2001 From: Michael Geers Date: Sat, 6 Jul 2024 23:19:48 +0200 Subject: [PATCH] add limitsoc to vehicle plugin --- .../_generische_unterst\303\274tzung.mdx" | 5 ++++- .../devices/vehicles/_generic_support.mdx | 18 ++++++++++++++++-- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git "a/docs/devices/vehicles/_generische_unterst\303\274tzung.mdx" "b/docs/devices/vehicles/_generische_unterst\303\274tzung.mdx" index d858fd1121..041444e4a7 100644 --- "a/docs/devices/vehicles/_generische_unterst\303\274tzung.mdx" +++ "b/docs/devices/vehicles/_generische_unterst\303\274tzung.mdx" @@ -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 # ... @@ -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 + # ... ``` diff --git a/i18n/en/docusaurus-plugin-content-docs/current/devices/vehicles/_generic_support.mdx b/i18n/en/docusaurus-plugin-content-docs/current/devices/vehicles/_generic_support.mdx index 6a6e76c94d..ec7d9f8dc1 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/devices/vehicles/_generic_support.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/devices/vehicles/_generic_support.mdx @@ -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 # ... @@ -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 + # ...```