From 9264ec7cd186813a05a13b5594f6c568c89a4610 Mon Sep 17 00:00:00 2001 From: Christopher Kochan <5183896+crkochan@users.noreply.github.com> Date: Wed, 1 Sep 2021 10:49:02 -0700 Subject: [PATCH] Update sensor list for Sense integration. (#18983) --- source/_integrations/sense.markdown | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/source/_integrations/sense.markdown b/source/_integrations/sense.markdown index 3f4a9cc5169..24758810c65 100644 --- a/source/_integrations/sense.markdown +++ b/source/_integrations/sense.markdown @@ -28,10 +28,19 @@ There is currently support for the following device types within Home Assistant: ## Sensors -Sensors are added for both usage and production with the following names: +Sensors are added for both usage and production: -- **Active Usage/Production**: Current active power usage/production in Watts. Updated every 60 seconds. -- **Daily/Weekly/Monthly Usage/Production**: Daily/Weekly/Monthly power usage/production in kWh. Updated every 5 minutes. +- Active sensors: Updated every 60 seconds. + - Usage: Current active power usage in Watts. + - Production: Current active power production in Watts. +- Trend sensors: Data provided for daily, weekly, monthly and yearly scales. Updated every 5 minutes. + - Usage: Power usage in kWh. + - Production: Power production in kWh. + - To Grid: Power exported to the grid in kWh. + - From Grid: Power imported from the grid in kWh. + - Net Production: Measures total solar production against usage. + - Net Production Percentage: Net production as a percentage value. + - Solar Powered Percentage: Percentage of power used directly from solar. Binary sensors are created for each of the devices detected by your Sense monitor to show their power state.