3

In the Nest Developer Tool (Chrome), I have Structure ID a while in the actual returned JSON blob I get a different Structure ID b.

Enigma
  • 1,247
  • 3
  • 20
  • 51

1 Answers1

2

I think you are using the Chrome Extension which has been deprecated (as per the banner at the top of this page)

There is a new Chrome App, called the Nest Home Simulator, that should solve your problem.

aren55555
  • 1,677
  • 1
  • 20
  • 34
  • While the Nest Home Simulator is an improvement on interaction, it doesn't exactly solve the problem but rather removes the visibility of any ID's. – Enigma Jun 03 '15 at 15:07
  • 1
    The ID that had formerly been displayed in the extension was the ID that the end user would be aware of (displayed in 1st party Nest apps). However the IDs returned via the API are only applicable for a given API client; this is to protect the end user's privacy (e.g. developers can't serve ads based on unique identifiers). – aren55555 Jun 04 '15 at 04:54
  • Ok I guess that is the answer I was looking for. – Enigma Jun 04 '15 at 20:00