v0.3.0
v0.3.0 — Photovoltaic & Smart Sensors 🌞🔋⚡
Added
-
New sensors for energy/IoT domain:
- IrradianceSensor – simulates day/night solar irradiance
- PVPowerSensor – converts irradiance → PV power (with inverter efficiency & max power)
- LoadSensor – household/plant consumption with day profile
- BatterySoCSensor – state of charge integration, charging/discharging logic
-
Per-sensor
rate_hzcontrol (finer sampling per type) -
Priority-based orchestration – ensures dependent sensors (e.g. irradiance → pv_power → soc) are evaluated in the correct order
Changed
- Orchestrator refactored with smarter scheduling
- Tests extended: PV day/night cycle, SoC charge/discharge, per-sensor sampling frequency
Fixed
- Config validation for CSV writer (requires path)