reneboer / vera-SolarMeter

Plugin to read solar production data supporting several Solar systems.
GNU General Public License v3.0
10 stars 4 forks source link

For Enphase the night value does not drop to zero #8

Open reneboer opened 3 years ago

reneboer commented 3 years ago

It seems the Enphase APIs changed and when the production dropped to zero, no new values are reported. This results in the last (low) value to remain shown as Watts after production stopped.

Solution is to set Watts to zero if the last report was more than 15 minutes ago and isnight is true.