evcc-io / evcc

Sonne tanken ☀️🚘
https://evcc.io
MIT License
3.23k stars 582 forks source link

Add Solar Analytics #14943

Closed derdew111 closed 1 month ago

derdew111 commented 1 month ago

Could you please add support to use data from Solar Analytics? The API is here:

The credentials below are generic and can be provided to other third parties:

https://api-docs.solaranalytics.com/ username: public-api@solaranalytics.com password: weL0veDa2a!

https://info.solaranalytics.com/s/article/Solar-Analytics-Public-API

https://api-docs.solaranalytics.com/OpenAPI-Specs/sapublic-openapi.yaml

thanks

andig commented 1 month ago

I have no idea how to use this. This doesn't work:

curl --location --request GET 'https://api-docs.solaranalytics.com/api/v2/site_data/?tstart&tend&gran&raw&trunc&all' \
--header 'Authorization: Basic cHVibGljLWFwaUBzb2xhcmFuYWx5dGljcy5jb206d2VMMHZlRGEyYSE='

Need some example of the actual api call for the relevant data.

andig commented 1 month ago

No more feedback on the API, closing.