Plant Controller¶
A project to develop edge controllers and digital twins for plants.
This site collects documentation for the plant controller hardware and the accompanying software.
Hardware¶
Build documentation for each controller revision:
- Controller 1 — parts list, assembly guide and references
- Controller 2 — parts list
- Controller 3 — the current revision
Software¶
The controller 3 software (plant_controller) is documented in the
API Reference. It is built around a
modular extension model: new sensors, pumps and pump schedules are added
as drop-in modules under plant_controller.sensors,
plant_controller.pumps and plant_controller.pump_schedules.