Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 802 Bytes

TODO.md

File metadata and controls

23 lines (15 loc) · 802 Bytes

GoGoodwe V2.0.3 - TODO

ToDo

  • [ ]

In Progress

  • add unit tests

Done ✓

  • Add the ability to query the inverter status for Generation today and Status (check if operational).

Future/Roadmap

  • Format the inverter output to make it more human readable.
  • Add ability to output inverter data to a file.
  • Add the ability to query historical data for a single day.
  • Have the ability to have a realtime logging to the screen or to a file in 5 minute intervals.
  • Add the ability to produce a daily summary of key data (Generation today, Income today, total generation, total income).
  • Add goroutines and wait groups for the API calls and maybe channels for success/failed API calls.
  • Investigate the ability to generate .CSV files as output.