safepay / sensor.fronius

A Fronius Sensor for Home Assistant
MIT License
80 stars 31 forks source link

fixing sunset to sunrise pause #45

Closed bgbraga closed 3 years ago

bgbraga commented 3 years ago

The method def available(self, utc_now=None) has a fixed "return True" today.

It is a fix for it to implement what is saying in info.md:

pauses from sunset to sunrise to handle inverter logging going offline at night

matake31 commented 3 years ago

This Fix needs fixing