Skip to content

v4.2.1 — PV Peak as sensor + clearer descriptions

Choose a tag to compare

@hoizi89 hoizi89 released this 26 May 09:33

New sensor: PV Peak

sensor.pv_management_pv_peak exposes the currently used PV system peak power. Until now this value lived only inside the integration; now it's visible as a regular HA sensor for dashboards and debugging.

Attributes:

  • quelle — which fallback path is active: user_override, pv_strings_kwp, measured_peak, default
  • kwp_aus_strings — sum of kWp configured across your PV strings
  • schwellen_w — current low/medium/high thresholds in W

UX: clearer shiftable_load description

The description for PV-aware Load (W) now explicitly says it is used only for the PV surplus calculation — not anywhere else in the integration. Resolves confusion about scope.

No breaking changes — purely additive.