mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Document and clarify upstream devices and hierachies (#38574)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
This commit is contained in:
parent
f86de714b2
commit
31311c1511
@ -22,3 +22,19 @@ Smart relays sit behind your "normal" switches and make them smart. It allows yo
|
||||
Some smart devices, such as air conditioning, boilers, and others, may provide a power sensor, measured in Watts. You can use the [Integration (Riemann sum integral) integration](/integrations/integration/#energy) to calculate the energy your device is using. You can then use the energy sensor in the Energy Dashboard, as individual devices. For information on setting up an entity for use in the **Energy** dashboard, refer to the [energy FAQ](/docs/energy/faq/#troubleshooting-missing-entities).
|
||||
|
||||
<img src='/images/docs/energy/devices.png' alt='Graphic showing energy flowing from the home to individual devices.' style='border: 0;box-shadow: none; display: block; max-height: 400px; margin: 0 auto;'>
|
||||
|
||||
## Upstream devices and hierarchies
|
||||
|
||||
You can create a hierarchy of devices by setting one device as an "upstream device" of another. This means you can now establish parent-child relationships between devices within your energy configuration.
|
||||
|
||||
For example, imagine having a breaker monitoring the total energy consumption of a circuit, but also separately tracking individual devices connected to that circuit. Without setting the device hierarchies, Home Assistant might double-count this usage. By setting the hierarchy, it understands these relationships and accurately shows the individual device usage without duplication.
|
||||
To set up an upstream device relationship:
|
||||
|
||||
1. Add an energy consumption entity as an individual device.
|
||||
2. Then, when configuring other individual devices, you can select the previously added individual entity as their upstream device.
|
||||
|
||||
This hierarchical view helps you understand which devices are consuming power from which sources and prevents energy from being counted multiple times.
|
||||
|
||||
{% important %}
|
||||
To set up a hierarchy, you must first add all related entities as individual devices in the energy dashboard. Only devices that are already listed under individual devices can be selected as "upstream device" for other devices.
|
||||
{% endimportant %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user