2026-05-05 10:38:24 +02:00
# pumpingStation
Wet-well basin model and pump orchestration node for EVOLV.
The detailed documentation lives in [`wiki/` ](wiki/ ):
- [`wiki/functional-description.md` ](wiki/functional-description.md ) defines the shared basin model, pipe reference semantics, safety points, net-flow selection, and child registration behaviour.
2026-05-06 17:23:20 +02:00
- [`wiki/modes/` ](wiki/modes/ ) documents control-mode-specific behaviour. For v1.0 the editor exposes `levelbased` and `manual` ; levelbased supports linear and log curves with separate rising/falling ramp semantics.
2026-05-05 10:38:24 +02:00
- [`wiki/diagrams/basin-model.drawio.svg` ](wiki/diagrams/basin-model.drawio.svg ) is the current source of truth for the generic basin model.
2026-05-06 17:23:20 +02:00
- [`examples/basic-dashboard.flow.json` ](examples/basic-dashboard.flow.json ) provides a simple Node-RED Dashboard 2 flow with level, volume, demand, net-flow, and safety-state trends.