The PV energy sensor's available method was wrong. PVEnergySensor does not inherit from MixergyEntityBase so can't call super().available to get access to the centralised logic there.
Probably it's best if we try to make those integration sensors inherit from MixergyEntityBase too - but that's one for another time.
The PV energy sensor's available method was wrong.
PVEnergySensor
does not inherit fromMixergyEntityBase
so can't callsuper().available
to get access to the centralised logic there.Probably it's best if we try to make those integration sensors inherit from
MixergyEntityBase
too - but that's one for another time.