Iskra
The Iskra
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:
- Impact series (IE38XX / IE14XX
) - WM series (WM3XX / WM1XX
)
Power quality analyzers
These devices typically support Ethernet connections and use Modbus TCP for data polling:
- iMT/MT series (MTXXX / iMTXXX
) - iMC/MC series (MCXXX / iMCXXX
)
Configuration options
There are two ways to configure your devices with Home Assistant:
Smart Gateway with REST API
If your device supports Modbus RTU over RS485/IR, you can use Iskra’s Smart Gateway to connect them via the REST API:
- Smart Gateway: Connect your devices to the Smart Gateway and add your devices to the Smart Gateway’s configuration. It’s also recommended to set a static IP on your smart gateway.
- Home Assistant: Add the Iskra integration, enter the Smart Gateway’s IP address, and select RestAPI as the connection type within the Home Assistant integration. If authentication is required, Home Assistant will prompt you to enter the Smart Gateway’s credentials. All devices configured on the Smart Gateway will be automatically added to your Home Assistant.
Modbus TCP connection
If your device supports a direct internet connection, such as PQ meters (iMC/MC series/ iMT/MT series usually), you can use Modbus TCP:
-
Device: Find your device using the MiQen
software and configure it to use a static IP. - Home Assistant: Add the Iskra integration, enter the device’s IP address, and select Modbus TCP as the connection type within the Home Assistant integration. Home Assistant will prompt you to enter the Modbus TCP port and Modbus address of your device.
Configuration
To add the Iskra hub to your Home Assistant instance, use this My button:
Manual configuration steps
If the above My button doesn’t work, you can also perform the following steps manually:
-
Browse to your Home Assistant instance.
-
In the bottom right corner, select the
Add Integration button. -
From the list, select Iskra.
-
Follow the instructions on screen to complete the setup.
Sensors
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 | 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 |