Skip to content

V1.5.2

Choose a tag to compare

@hcraveiro hcraveiro released this 05 May 09:39
6d26540

What's changed

Fixed Power Sensor / Power Meter initialization

This release fixes an issue where the FusionSolar Power Sensor / Power Meter could appear as unavailable because the Power Sensor mixin was not included correctly in the API class during initialization.

The fix ensures that:

  • Power Sensor entities are initialized correctly
  • Power Sensor device methods are available to the installation domain
  • Power Sensor / Power Meter sensors no longer fail with:
    Failed to fetch power sensor devices: 'FusionSolarAPI' object has no attribute 'get_power_sensor_devices'

Notes

  • This is a targeted fix for Power Sensor / Power Meter initialization
  • No sensor names or entity structure were changed by this patch