From 722046c433fc04e6cef926475fd1d997cd7965ed Mon Sep 17 00:00:00 2001 From: Parker Brown <17183625+parkerbxyz@users.noreply.github.com> Date: Wed, 30 Apr 2025 11:31:09 -0700 Subject: [PATCH] Add return to grid tracking instructions to Opower (#36868) --- source/_integrations/opower.markdown | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/source/_integrations/opower.markdown b/source/_integrations/opower.markdown index a8617b5cd28..88ad1f4c4c6 100644 --- a/source/_integrations/opower.markdown +++ b/source/_integrations/opower.markdown @@ -126,10 +126,19 @@ In the configuration of the energy dashboard (**{% my config_energy title="Setti For electricity: -1. Select **Add consumption** for the **Electricity grid**. -2. Select **Opower {utility name} elec {account number} consumption** for the **consumed energy**. +1. Select **Add consumption** under **Electricity grid**. +2. Select **Opower {utility name} elec {account number} consumption** for **consumed energy**. 3. Select the radio button to **Use an entity tracking the total costs**. -4. Select **Opower {utility name} elec {account number} cost** for the **entity with the total costs**. +4. Select **Opower {utility name} elec {account number} cost** for **entity with the total costs**. + +{% details "Track return to grid energy and compensation" %} + +1. Select **Add return** under **Electricity grid**. +2. Select **Opower {utility name} elec {account number} return** for **energy returned to the grid**. +3. Select the radio button to **Use an entity tracking the total received money**. +4. Select **Opower {utility name} elec {account number} compensation** for **entity with the total compensation**. + +{% enddetails %} Your **Configure grid consumption** should now look like this: ![Screenshot configure grid consumption](/images/integrations/opower/configure_grid_consumption.png)