Skip to content

v0.3.0

Choose a tag to compare

@SculptTechProject SculptTechProject released this 06 Sep 18:26
· 7 commits to main since this release

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_hz control (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)