XtheOne / Inverter-Data-Logger

Data logger for Omnik/Hosola and other Solarman Wi-Fi kit powered Solar Inverters
GNU General Public License v3.0
116 stars 28 forks source link

Remove non-errors in PVoutputOutput #11

Closed zr40 closed 6 years ago

zr40 commented 6 years ago

The logging added to PVoutputOutput.py by commit 83a036bf46573c1c939f8baca25a8e119f8f69c7 uses the 'error' log level, which spams the logs when logging more often than once every 5 minutes. I've reduced the log level to 'debug'.

In addition, the error about incorrect temperatures is logged even when temperature collection is disabled. This is now fixed.