sensor.greenely icon indicating copy to clipboard operation
sensor.greenely copied to clipboard

Login with Google account

Open dront242 opened this issue 3 years ago • 2 comments

So, I made the classic mistake when opening my Greenely account - I logged in directly with my Google account. And now I can't login with this addon as I don't actually have a Greenely username and password. Is there a way around this or do I have to go through the process with deleting my account, creating a new one, and then again wait the three months to get my data from e.on? :(

dront242 avatar Oct 10 '22 20:10 dront242

Hej @dront242, I solved this by clicking forgot password and resetting the password in Greenely.

CGeorges avatar Nov 23 '22 10:11 CGeorges

i tried the below line at its giving me unauthoriezed error 401.

Cannot get jwt token debugging.

from api import GreenelyApi

gr = GreenelyApi('[email protected]','12345','xxxxx')

print(gr.get_spot_price())

error:Failed to get spot price data, {"title":"Authorization failed","description":"Authorization information is missing.","jwt":null}

servicevg avatar Jan 01 '23 21:01 servicevg