diff --git a/api/README.md b/api/README.md index 66ae11bb..a4c166a1 100644 --- a/api/README.md +++ b/api/README.md @@ -1,5 +1,7 @@ # Solar Forecast API Documentation +https://github.com/user-attachments/assets/a7b1d3ac-b2c0-4c0d-bf23-45ebbbda9b88 + ## Overview This API provides solar power forecast data based on the given site information and handles authorization with Enphase solar inverters. It has been developed using FastAPI and includes the following key endpoints: @@ -169,4 +171,4 @@ curl -X POST "http://localhost:8000/solar_inverters/enphase/token_and_id" -H "Co "access_token": "abc123...", "enphase_system_id": "123456789" } -``` \ No newline at end of file +``` diff --git a/dashboards/dashboard_2/README.md b/dashboards/dashboard_2/README.md index 8c73a6b4..ed3b4fad 100644 --- a/dashboards/dashboard_2/README.md +++ b/dashboards/dashboard_2/README.md @@ -3,7 +3,7 @@ This Streamlit Dashboard provides an interactive interface for running and visualizing solar forecasts using the [Open Source Quartz Solar Forecast](https://github.com/openclimatefix/Open-Source-Quartz-Solar-Forecast) model developed by [Open Climate Fix](https://openclimatefix.org/). -https://github.com/user-attachments/assets/940ca4a7-65a4-40ea-a602-ea0f65e96746 +https://github.com/user-attachments/assets/a7b1d3ac-b2c0-4c0d-bf23-45ebbbda9b88 ## Features @@ -74,4 +74,4 @@ https://github.com/user-attachments/assets/940ca4a7-65a4-40ea-a602-ea0f65e96746 ## Additional Information - Forecasts are generated for the next 48 hours in 15-minute intervals. -- The app demonstrates the impact of using recent PV data (from Enphase) on forecast accuracy. \ No newline at end of file +- The app demonstrates the impact of using recent PV data (from Enphase) on forecast accuracy.