Skip to content

Commit

Permalink
added video to readme (#181)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md
  • Loading branch information
aryanbhosale authored Aug 15, 2024
1 parent cee8064 commit d9e4af7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion api/README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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"
}
```
```
4 changes: 2 additions & 2 deletions dashboards/dashboard_2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
- The app demonstrates the impact of using recent PV data (from Enphase) on forecast accuracy.

0 comments on commit d9e4af7

Please sign in to comment.