bf-manage-sitepwrmon¶
What this service is¶
bf-manage-sitepwrmon translates site sensor telemetry into usable site power state and capacity views for Manage and simulation consumers.
Code anatomy¶
src/main.py: FastAPI factory setup.src/api/*: API endpoints for site power data.src/core/*: core monitoring/business logic.src/capacity_models/*: capacity estimation/model components.src/sensor_devices/*: sensor-specific adapters and translations.src/_config,src/_helpers,src/auth,src/admin: platform support modules.
Architectural characteristics¶
- Data normalization service specialized for sensor-to-domain translation.
- Dependency on
bf-manage-corefor shared platform context.
Documentation and tests in-repo¶
- Lightweight README, plus focused tests under
test/.