Skip to content

v3.0.0: Post 2024 Comp Sunlink

Latest
Compare
Choose a tag to compare
@AarjavJain101 AarjavJain101 released this 09 Aug 23:57
· 8 commits to main since this release
a7221a5

What's New

v3.0.0 marks a milestone for sunlink's journey throughout Brightside's race at FSGP and ASC. Specifically, all the changes in this release were created during competition to better serve other Solar members using the application. The changes range from updated documentation to make sunlink more understandable and scripts to make our data more accessible.

Below are the specific changes:

  • Documentation for setting up Tailscale so that members can access the bay computer remotely and more specifically view our production Influx Buckets. See PR #114.
  • Fixing the main README.md to better explain that the setup.sh script already fully sets up sunlink and the rest of the README.md focuses on explaining the working of sunlink at a high level as well as explaining what the script is doing so that manual setup is documented. See PR #115.
  • A small fix to the requirements.txt to change the PyYAML version from 6.0.1 to 6.0.0 because 6.0.1 is not supported for Python 3.12. Note 6.0.0 is supported for 3.12 as well as previous versions. See PR #116.
  • A feature was added to the memorator upload script to support better a CLI. Specifically, instead of users having to go into the code to change the folder path constant for their memorator logs, they will now enter the full file path in the terminal when prompted by the script to do so. See PR #117.
  • Lastly, the INFLUXDB.md document was added to aid users who want to download, upload, or view data on InfluxDB. This addition also came with a script to automatically download a compressed CSV to your computer from the elec bay Influx instance. See PR #119.
    • image

Generated Release Notes:

Full Changelog: v0.2.0...v3.0.0