Included azimuth adjustment in the PV adjustments summary and integrated a slider into the gui.py script to control both parameters. Only tilt remains to be added. Afterward, it’ll be time to start exploring React.
Solar Energy Project Day 13
November 02, 2024
I implemented a function to bypass the save dialog box and updated the fetch interval setting in config.json to avoid overwhelming the server with API calls. Additionally, I added a text box that displays real-time C++ calculations to the user.
Solar Energy Project Day 12
November 01, 2024
After an evening of frustration and seemingly moving around in unproductive circles, I managed to get gui.py (the script that visualises data) to directly call from solcast_data_fetch.py which is the script that makes API calls to Solcast. I need this process to be automated so that the end-user does not need worry about using data that is not current.
A Fire Within
October 31, 2024
The much-anticipated fragrance by Strangelove NYC, at least for me, is launching tomorrow at Harrods. Named A Fire Within, it’s said to feature notes of vanilla, cedarwood, and cypress, all layered over their signature oud base. This is the first fragrance from this house in over five years. Saying I’m excited to try it would be an understatement!
Solar Energy Project Day 11
October 31, 2024
I have managed to create a new GUI for the display data that does not use streamlit. I am just using the basic pandas and matplot libraries for now. I have written a new script that takes the CSV data and allows c++ to calculate the values and pass them back to python.