-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Credentials Error / Blank response #142
Comments
Looks okay to be - when you login to home.nest.com and select your thermostat, which do you see in your URL? When selecting the thermostats on the Nest website, one is shown as /thermostat/SERIALNUMBER while the other shows as /thermostat/DEVICE_HEXADECIMAL If it's the latter, you'll want to perform a |
Glad I'm not going crazy then with the credentials. So I had to do a full reset of my Nest, I don't seemingly have the option to just do WWN on a Nest "E" thermostat. Maybe worth noting that I did originally have a Nest 3 and swapped to a Nest E some time back. In the URL pre reset and still post reset shows DEVICE_XXXXX so I guess this is the problem. Could this be a limitation of the Nest E? Or still some trace of the old, now gone, Nest 3? Thanks for your help @bauzer714 |
We haven't seen this issue in some time. In reading some of the previous issues, others removed the device from their app - then did the device reset, then readded it. Are you using Google Home app or Nest app? |
I'm using the Nest app but have used the Google Home app in the past. This is the exact order I did things as per the instructions on the Google support page. It makes no mention of the differing steps for the E thermostat which is frustrating, I might delete the "Home" if I can and start from scratch, I can't think of much else to try. Thanks again |
I did a bit more research and someone on YouTube at least has the WWN reset option on the Nest E, but I do not, weird. I can't find much else about WWN. I also tried creating a new home and deleting the old from Nest and GH, resetting everything and adding it again. Still shows DEVICE_XXX. I have not added the new "home" to the Google app, only using Nest. Sod knows! |
I have recently come across this same problem. The weird thing is, it only happens when running the php code from a wordpress plugin online that i have made. If I run the same code from TextMate on my iMac, it works no problem. My fix for it was to call $devices_serials = $nest->getDevices(); before my other nest function call, and it works, but I have no idea why...also, I thought that the Nest E, didnt have api access? |
Hello,
I've read a few of the raised issues but can't work through the problem I am having. I've followed the instructions on getting my access token & cookie numerous times and keep hitting the same issue:
Obviously altered my details here slightly:
Does anything look wrong with the above? I used to have this script working a couple of years ago but can't get it working now to save my life! Hoping someone here can point me in the right direction.
Thank you
The text was updated successfully, but these errors were encountered: