Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 2.28 KB

CHANGELOG.md

File metadata and controls

59 lines (36 loc) · 2.28 KB

Fix for issue ZuinigeRijder/SolisCloud2PVOutput#8

  • catch socket.timeout and any other exception
  • increase timeout from 10 to 30 (seconds)

Changes

Solved issue #3

  • When voltage is NaN take previous voltage
  • Wait till next 5 minutes interval plus 3 minutes to have possibly faster results

Changes

  • increased sending retries to 30 minutes
  • endless retry getting data
  • improved function naming and return value typing

Changes

Change your API SECRETS in the configuration file "combine_two_pvoutput_systems.cfg". This way a new python script will not overwrite your API SECRETS.

Changes

  • less logging
  • added TODAY constant as yyyymmdd to compute it only once
  • made pylint compliant
  • make flake8 and black linters compliant
  • fixed endless loop when no results in read in memory

Changes