bvmensvoort / node-red-contrib-crownstone

A NodeRED node for accessing data from Crownstone (Bluenet system).
MIT License
0 stars 0 forks source link

Trying to establish cloud connection fails #1

Open jannodeluxe opened 4 years ago

jannodeluxe commented 4 years ago

When trying to establish the cloud connection with mail adress and SHA1 password the following message appears: image

But login with email and normal password at https://cloud.crownstone.rocks/login works fine and i see my access token there

bvmensvoort commented 4 years ago

Thanks for the message. I tried to reproduce, but didn't succeed.

Under the hood, the Node uses the /users/login API call. As credentials, you can use: {"email": "your e-mail", "password": "your SHA-1 encoded password"} (content type: application/json, include: empty)

Does this call work in your case?