Driver for Eastron DCM230 DC Energy Meters using Modbus RTU.
- Install Python (>=3.10)
- Install git
- Install uv
Clone the repository:
git clone git@github.com:id8-engineering/python-dcm230.gitChange directory:
cd python-dcm230Run pre-commit tests:
uv run pre-commit run -aBuild package:
uv build