andrei-tatar / node-red-contrib-nora

Node Red Google Home integration
74 stars 25 forks source link

NORA LINKING FAILED #45

Open anwar3000 opened 4 years ago

anwar3000 commented 4 years ago

I created a NORA account today but NORA linking is not working with google home app it showing linking done, but NORA not showing under linked list At the same time NORA connection status at NODE RED seems perfect

i have some old NORA accounts, those all are working perfectly

MichalZaniewicz commented 4 years ago

I have exactly the same problem - linking with google home app stopped working few days ago

andrei-tatar commented 4 years ago

Just tried unlinking and linking again. Google Home did give a weird error (Could not update settings check your connection) on both operations but they worked fine and my devices show up in the app.

Could it be related to other things? Region?

gregma commented 4 years ago

Brand new user and getting the same. I try linking, use the correct gmail account, say that I really want to link it seems to work, but then just returns to the Set Up screen where you choose "Have something already set up?" and NORA not linked.

Greg

anwar3000 commented 4 years ago

@Gregma yes the same issue I faced. But one thing worked for me - I tried to setup from an android device it failed initially, then I pressed and hold NORA for 2 -5 seconds and got success. It seems like very strange behavior. At the same time old NORA accounts worked without any such issues.

andrei-tatar commented 4 years ago

Maybe NORA hit some kind of quota. I'll also try to link with a different account.

GravityRZ commented 4 years ago

same here. everything was working perfectly but all of a sudden Nora is down. so looking at the responses this is not a token thing i guess

image

andrei-tatar commented 4 years ago

Sorry for the inconvenience, you will need to copy a new token from the home page into your config and relink NORA to your Google Home.

geoffreydemaagd commented 4 years ago

Hi Andrei the link doesn't seems to work anymore https://node-red-google-home.herokuapp.com/

GravityRZ commented 4 years ago

@andrei-tatar copied a new token and everything online again. @geoffreydemaagd for me the link is working

geoffreydemaagd commented 4 years ago

I went into the basement and unplugged my router cause I had a dns_probe_finished_nxdomain on the page. Probleem seems to be resolved on my android device but not yet on my pc. Think I should restart... When I log into my Nora account I've no devices anymore. Should I recreate them all? Earlier this evening I saw my devices were duplicated or even triplicated in the Google Home app. Many thanks

andrei-tatar commented 4 years ago

Should I recreate them all?

You need to update the token in Node-RED with a new one from https://node-red-google-home.herokuapp.com/

Also, you need to unlink NORA (in your Google Home app) and link it again.

Again, sorry for the inconvenience. Everyone will need to do that.

geoffreydemaagd commented 4 years ago

Should I recreate them all?

You need to update the token in Node-RED with a new one from https://node-red-google-home.herokuapp.com/

Also, you need to unlink NORA (in your Google Home app) and link it again.

Again, sorry for the inconvenience. Everyone will need to do that.

Ok no problem Andrei. Thanks for the quick reply.

arachnida commented 4 years ago

Worked for me. Will this happen often, as I can’t repair this issue when away from home?

andrei-tatar commented 4 years ago

no. this should be an exception

Jeroen-H commented 4 years ago

Hi, I just noticed 2 things trying to configure Nora.

devices don't show up anymore now for me. I created a new config file in node red, but nothing.

My google home also lost it's connection to node red and now I don't seem able to connect anymore.

zoltantakacshu commented 4 years ago

Hi, I just noticed 2 things trying to configure Nora.

  • You have to make sure you use https:// default it directed me to http://, resulting in a login loop.
  • When I refresh the page, the token stays the same. When I close the site and go back, token has changed -> don't know if this matters, but seems like it is.. otherwise we would have multiple tokens.

devices don't show up anymore now for me. I created a new config file in node red, but nothing.

My google home also lost it's connection to node red and now I don't seem able to connect anymore.

Go to Google Home App and relink the nora account... (should be somewhere in assistant services...) I had the same issue, after relinking the account, it works again

andrei-tatar commented 4 years ago

You have to make sure you use https:// default it directed me to http://, resulting in a login loop.

I need to add a redirect to https and a HSTS header.

Hi Tried that multiple times, but nothing shows up.

Do you have any devices in node-red? If you go directly to https://node-red-google-home.herokuapp.com/ and login with the same account, do you see devices?

Jeroen-H commented 4 years ago

Managed to get it working. Had to remove and reïnstall nora on node-red.

It appears there are also some issues with google assistant and third party services. Found a lot of topics describing the same thing as I had "service not showing anymore, unable to link again". I uninstalled all assistant related applications and re-installed them, went down in to the menus of the google app (not the home) Deep down it was still linked, was able to unlink it and link it again.

Ashitaka57 commented 4 years ago

Hello there, June 2020, I unlinked my NORA service on Google Home, I tried to RELINK IT but here the problem goes.

Does someone have any clues regarding this problem?

Jeroen-H commented 4 years ago

Did you check that everything off Nora is unlinked? In the home it did appear unlinked, but when I checked the assistent it still was linked there..

andrei-tatar commented 4 years ago

If the node-red nodes are not connected, it's probably something wrong with your connection or your token. You usually have more details in the node-red logs.

Ashitaka57 commented 4 years ago

Ok, thanks for your input. I found the solution. I didn't think the root problem was the "Not Connected" in Node-Red nodes. And it was! The logs mentionned that the user was already connected. Despite having only one instance up. Anyway, I edited the group field like I saw in another thread, and all the green dots appeared. So I retried the link via Google Home and this time it worked.

Everything's working now.

Analysing deeply, Google Home didn't show the Linked Service "Nora" because 0 node were registered (despite the linking/pairing process was good, as I could see in my google account)

Next time I will check Node-Red logs first ! Thanks @andrei-tatar ! (and thx @Jeroen-H for asking!)