nikkow / node-red-contrib-tahoma

Node-RED module to control a Somfy Tahoma box (Roller shutters...). Used for home automation flows.
Apache License 2.0
19 stars 11 forks source link

Node broken #22

Closed bakman2 closed 4 years ago

bakman2 commented 4 years ago

Cannot enter my credentials, cannot "link", cannot reset tokens.

Screenshot 2020-03-06 at 14 33 21

The node is broken for me, when entering my credentials, the node remains red and node-red give exclamation mark, cannot deploy. The callback url is correct. What is going on ?

bakman2 commented 4 years ago

Ok the callback was incorrect, wiki describes:

Callback URL: enter the URL of your node-red installation (e.g. if installed locally: http://127.0.0.1:1880).

it should be:

http://127.0.0.1:1880/somfy/callback

nikkow commented 4 years ago

Thank you, I have updated the documentation accordingly.