AsTheSeaRises / SunSynk_API

Get programmic access to your SunSynk inverter
16 stars 2 forks source link

new url for sunsynk #3

Open xtendtech opened 9 months ago

xtendtech commented 9 months ago

Urls are changed to loginurl = ('https://api.sunsynk.net/oauth/token')

API call to get realtime inverter related information

plant_id_endpoint = ('https://api.sunsynk.net/api/v1/plants?page=1&limit=10&name=&status=')

AsTheSeaRises commented 9 months ago

Thanks