mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Opower integration support for multiple meters on single account (#30974)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
817653f7c2
commit
9c28c0c734
@ -102,6 +102,9 @@ For gas:
|
|||||||
|
|
||||||
Note the unit for gas is CCF (centum cubic feet). 1 CCF is one hundred cubic feet which is equivalent to 1 therm.
|
Note the unit for gas is CCF (centum cubic feet). 1 CCF is one hundred cubic feet which is equivalent to 1 therm.
|
||||||
|
|
||||||
|
Depending on the utility and your setup, multiple meters may exist for a single utility account.
|
||||||
|
If this is the case, your sensors will use a unique ID that does not tie back to any identifier used by the utility to distinguish the data streams within that single account.
|
||||||
|
|
||||||
## Energy
|
## Energy
|
||||||
|
|
||||||
Because utilities only release usage/cost data with a 48-hour delay, the integration inserts data into statistic objects.
|
Because utilities only release usage/cost data with a 48-hour delay, the integration inserts data into statistic objects.
|
||||||
@ -111,14 +114,17 @@ You can find the statistics in {% my developer_statistics title="**Developer Too
|
|||||||
At the initial setup, the integration pulls historical monthly usage/cost since the account activation. If the utility provides more granular data, it pulls daily usage/cost for the past 3 years and hourly usage/cost for the past 2 months (note: typically, utilities provide only monthly or daily data for gas).
|
At the initial setup, the integration pulls historical monthly usage/cost since the account activation. If the utility provides more granular data, it pulls daily usage/cost for the past 3 years and hourly usage/cost for the past 2 months (note: typically, utilities provide only monthly or daily data for gas).
|
||||||
After the initial setup, the integration keeps pulling data (twice per day) for the past 30 days to allow for any corrections in the data from the utilities.
|
After the initial setup, the integration keeps pulling data (twice per day) for the past 30 days to allow for any corrections in the data from the utilities.
|
||||||
|
|
||||||
|
Similar to sensors, if there are multiple meters for a single utility account, the statistics IDs and names will use an id that does not tie back to any identifier used by the utility to distinguish the data streams within that single account.
|
||||||
|
If you have multiple meters, when integrating statistics into the energy dashboard, you may have to guess and check to determine which statistic means what.
|
||||||
|
|
||||||
In the configuration of the energy dashboard (**{% my config_energy title="Settings > Dashboards > Energy" %}**):
|
In the configuration of the energy dashboard (**{% my config_energy title="Settings > Dashboards > Energy" %}**):
|
||||||
|
|
||||||
For electricity:
|
For electricity:
|
||||||
|
|
||||||
1. Select **Add consumption** for the **Electricity grid**.
|
1. Select **Add consumption** for the **Electricity grid**.
|
||||||
2. Select **Opower {utility name} elec {account number} consumption** for the **consumed energy**.
|
2. Select **Opower {utility name} elec {account number/id} consumption** for the **consumed energy**.
|
||||||
3. Select the radio button to **Use an entity tracking the total costs**.
|
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/id} cost** for the **entity with the total costs**.
|
||||||
|
|
||||||
Your **Configure grid consumption** should now look like this:
|
Your **Configure grid consumption** should now look like this:
|
||||||

|

|
||||||
@ -126,9 +132,9 @@ Your **Configure grid consumption** should now look like this:
|
|||||||
For gas:
|
For gas:
|
||||||
|
|
||||||
1. Select **Add gas source** for the **Gas consumption**.
|
1. Select **Add gas source** for the **Gas consumption**.
|
||||||
2. Select **Opower {utility name} gas {account number} consumption** for the **gas usage**.
|
2. Select **Opower {utility name} gas {account number/id} consumption** for the **gas usage**.
|
||||||
3. Select the radio button to **Use an entity tracking the total costs**.
|
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**.
|
4. Select **Opower {utility name} gas {account number/id} cost** for the **entity with the total costs**.
|
||||||
|
|
||||||
Your **Configure gas consumption** should now look like this:
|
Your **Configure gas consumption** should now look like this:
|
||||||

|

|
||||||
|
Loading…
x
Reference in New Issue
Block a user