From f57438a3039facc53d2702b804041dfb825ee2d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Holmdahl?= <137390203+parholmdahl@users.noreply.github.com> Date: Tue, 3 Jun 2025 10:44:51 +0200 Subject: [PATCH] Adding new information about Adax energysensor (#39345) --- source/_integrations/adax.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/_integrations/adax.markdown b/source/_integrations/adax.markdown index 35d3ee3a7c2..503606044e0 100644 --- a/source/_integrations/adax.markdown +++ b/source/_integrations/adax.markdown @@ -3,14 +3,17 @@ title: Adax description: Instructions on how to integrate Adax heater into Home Assistant. ha_category: - Climate + - Sensor ha_release: 2021.8 ha_iot_class: Local Polling ha_codeowners: - '@danielhiversen' + - '@lazytarget' ha_domain: adax ha_config_flow: true ha_platforms: - climate + - sensor ha_integration_type: integration --- @@ -41,3 +44,13 @@ You will also need a credential, which you can create in the Adax app: In the configuration popup you will need the Account ID, and the generated API password (not the account password) {% include integrations/config_flow.md %} + +## Energy monitoring + +When using the cloud integration, the Adax integration provides energy monitoring sensors that track the power consumption of your heaters. These sensors are only available when using the cloud connection, as the local integration does not support energy data. + +The integration creates the following energy sensors: + +- **Individual energy sensors** - One sensor for each Adax heater showing its energy consumption in Wh + +The energy sensors use the `total_increasing` state class, making them suitable for use with Home Assistant's energy dashboard to track your heating costs and consumption over time.