Skip to content

v0.1.0

Choose a tag to compare

@kristoflemmens kristoflemmens released this 30 May 08:35
· 35 commits to main since this release
f1694c9

Initial release.

Provides async Modbus/TCP access to Phoenix Contact CHARX SEC EV charging controllers.

Features

  • CharxClient async context manager — connect, fetch data, disconnect
  • CharxData / CharxChargingPointData dataclasses for device info, group metrics, and per-CP status
  • Full register map for up to 12 charging points
  • Per-CP controls: charging release, max current (6–80 A), watchdog timer
  • Pure Python, no Home Assistant dependency — usable in any async project

Install

pip install aiophoenixcontactcharx