From cd57535623ebfa0000845da3764e9b34821e4979 Mon Sep 17 00:00:00 2001 From: Diogo Gomes Date: Mon, 13 Nov 2023 16:50:51 +0000 Subject: [PATCH] Add V2C sensor description (#29762) * Add sensor description * spelling * fix * Tweaks * Apply suggestions from code review --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/v2c.markdown | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source/_integrations/v2c.markdown b/source/_integrations/v2c.markdown index 63b1d1b5e7e..3053f45cf6f 100644 --- a/source/_integrations/v2c.markdown +++ b/source/_integrations/v2c.markdown @@ -31,10 +31,14 @@ To configure the V2C integration you will need to enter the IP address of your T The V2C integration currently exposes the following sensors: -- charge_power: a sensor for the current power charging your vehicle +- charge_power: Current power charging your vehicle. +- charge_energy: Energy transferred to your car during the current charging session. +- charge_time: Time spent in the current charging session. +- house_power: Power consumed by your household. This data is available if you installed and configured the settings in the V2C app for the CT clamp that was supplied with your EVSE). +- fv_power: Power produced by your photovoltaic system. This data is available if you installed and configured the settings in the V2C app for the CT clamp that was supplied with your EVSE). ## Switch The V2C integration currently exposes the following switches: -- pause session: pause the charging session \ No newline at end of file +- pause session: pause the charging session