AsTheSeaRises / SunSynk_API

Get programmic access to your SunSynk inverter
14 stars 1 forks source link

Exception occurs: "...the SSL module is not available" #2

Closed miguelbento closed 1 year ago

miguelbento commented 1 year ago

Hi there @AsTheSeaRises. The use of the loginurl returns an SSL error. Running this on python 3.8.3.

loginurl = ('https://pv.inteless.com/oauth/token')

Exception has occurred: SSLError HTTPSConnectionPool(host='pv.inteless.com', port=443): Max retries exceeded with url: /oauth/token (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))

miguelbento commented 1 year ago

And thank you for this code! :) I'm looking to create some basic automation for sending me notifications based on changes in battery SOC.

miguelbento commented 1 year ago

This was an issue on my side, not in your code - Apologies!