diff --git a/source/_integrations/opower.markdown b/source/_integrations/opower.markdown index 376c208a9b6..f416b1232f9 100644 --- a/source/_integrations/opower.markdown +++ b/source/_integrations/opower.markdown @@ -71,9 +71,19 @@ For electricity: 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**. +Your **Configure grid consumption** should now look like this: +![Screenshot configure grid consumption](/images/integrations/opower/configure_grid_consumption.png) + For gas: 1. Select **Add gas source** for the **Gas consumption**. 2. Select **Opower {utility name} gas {account number} consumption** for the **gas usage**. 3. Select the radio button to **Use an entity tracking the total costs**. 4. Select **Opower {utility name} gas {account number} cost** for the **entity with the total costs**. + +Your **Configure gas consumption** should now look like this: +![Screenshot configure gas consumption](/images/integrations/opower/configure_gas_consumption.png) + +With the above changes your (**{% my config_energy title="Settings > Dashboards > Energy" %}**) page should now look like this: + +![Screenshot Energy Configuration](/images/integrations/opower/energy_config.png) diff --git a/source/images/integrations/opower/configure_gas_consumption.png b/source/images/integrations/opower/configure_gas_consumption.png new file mode 100644 index 00000000000..c6e01c9e9e3 Binary files /dev/null and b/source/images/integrations/opower/configure_gas_consumption.png differ diff --git a/source/images/integrations/opower/configure_grid_consumption.png b/source/images/integrations/opower/configure_grid_consumption.png new file mode 100644 index 00000000000..51031130a43 Binary files /dev/null and b/source/images/integrations/opower/configure_grid_consumption.png differ diff --git a/source/images/integrations/opower/energy_config.png b/source/images/integrations/opower/energy_config.png new file mode 100644 index 00000000000..3374aeead11 Binary files /dev/null and b/source/images/integrations/opower/energy_config.png differ