Getting laurel.LaurelException: API authentication failed
Since GE switched to Cync
Same here. This is what I'm seeing:
root@HomeAssistant:~/dimond/python-dimond# python3 test.py Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/laurel-0.5-py3.7.egg/laurel/init.py", line 31, in authenticate return (r.json()['access_token'], r.json()['user_id']) KeyError: 'access_token'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "test.py", line 2, in
Looks like somebody has resolved here Might try to convert to Python this weekend and see if I can get it to work
@zimmra did you try?