A Home Assistant custom integration for Alstom/GE P14x series protection relays (P141, P142, P143, P145) via Modbus TCP.
- Alstom/GE MiCOM P141
- Alstom/GE MiCOM P142
- Alstom/GE MiCOM P143
- Alstom/GE MiCOM P145
- Real-time sensor readings (current, voltage, frequency, power)
- Binary sensors for relay status and trip indicators
- Button entities for relay control operations
- Configurable via the Home Assistant UI (config flow)
- Open HACS in Home Assistant
- Click the three dots menu → Custom repositories
- Add
https://github.com/LucMathlin/ha-alstom-p14xwith category Integration - Search for "Alstom P14x" and install
- Restart Home Assistant
- Copy
custom_components/alstom_p14x/to your Home Assistantconfig/custom_components/directory - Restart Home Assistant
- Go to Settings → Devices & Services → Add Integration
- Search for "Alstom P14x"
- Enter the Modbus TCP host and port of your relay
- Configure polling interval as needed
- Modbus TCP connectivity to the relay
pymodbus>=3.6.0(installed automatically)