From d118c3e0727ed596a01d6be986d3bb245706e7f1 Mon Sep 17 00:00:00 2001 From: Iskra kranj <162285659+iskrakranj@users.noreply.github.com> Date: Thu, 26 Sep 2024 08:08:06 +0200 Subject: [PATCH] Update iskra integration documentation (#34922) * Update iskra integration documentation * Update iskra.markdown --- source/_integrations/iskra.markdown | 38 ++++++++++++++--------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/source/_integrations/iskra.markdown b/source/_integrations/iskra.markdown index 0786835a59e..f6729704524 100644 --- a/source/_integrations/iskra.markdown +++ b/source/_integrations/iskra.markdown @@ -19,6 +19,8 @@ The [Iskra](https://www.iskra.eu/) {% term integration %} allows you to connect ## Supported devices +This integration supports Iskra's devices, which should not be confused with Iskraemeco, another manufacturer of energy meters commonly used by electrical distributors for billing purposes. + ### Energy meters Most Iskra's DIN rail mountable energy meters support Modbus RTU over RS485 and IR. To integrate them, you will need a Modbus TCP gateway or Iskra's Smart Gateway: @@ -59,22 +61,20 @@ If your device supports a direct internet connection, such as PQ meters (iMC/MC The integration provides detailed information about power, current, and voltage for each phase. The data is updated every minute. -| Name | Unit | Description | -| ------------------- | ---- | :-------------------------------------------------------------------------- | -| total_active_power | W | Total active power. | -| total_reactive_power| var | Total reactive power. | -| total_apparent_power| VA | Total apparent power. | -| phase1_power | W | Active power of phase 1. | -| phase2_power | W | Active power of phase 2. | -| phase3_power | W | Active power of phase 3. | -| phase1_voltage | V | Voltage of phase 1. | -| phase2_voltage | V | Voltage of phase 2. | -| phase3_voltage | V | Voltage of phase 3. | -| phase1_current | A | Current of phase 1. | -| phase2_current | A | Current of phase 2. | -| phase3_current | A | Current of phase 3. | -| frequency | Hz | Frequency. | - -## Note - -This integration supports Iskra's energy meters, not Iskra Emeco ones. +| Name | Unit | Description | +| ------------------------ | ------------ | ------------------------------------------------------ | +| total_active_power | W | Total active power | +| total_reactive_power | var | Total reactive power | +| total_apparent_power | VA | Total apparent power | +| phase1_power | W | Phase 1 active power | +| phase2_power | W | Phase 2 active power | +| phase3_power | W | Phase 3 active power | +| phase1_voltage | V | Phase 1 voltage | +| phase2_voltage | V | Phase 2 voltage | +| phase3_voltage | V | Phase 3 voltage | +| phase1_current | A | Phase 1 current | +| phase2_current | A | Phase 2 current | +| phase3_current | A | Phase 3 current | +| frequency | Hz | Frequency | +| non_resettable_counter_x | Wh/varh/VAh | Non-resettable energy counters as configured on device | +| resettable_counter_x | Wh/varh/VAh | Resettable energy counters as configured on device |