androidthings / sample-googleassistant

Google Assistant API sample for Android Things
Apache License 2.0
467 stars 147 forks source link

I cannot find the instance id of the device #69

Closed love-bk closed 5 years ago

love-bk commented 6 years ago

After registering my device,I can only find the mode id of the device without an instance id

Fleker commented 6 years ago

Where are you looking?

Swirastlynn commented 6 years ago

I look here: https://console.actions.google.com/u/0/project//deviceregistration/ which is ""Actions on Google/Device Registration" - DEVICE_MODEL_ID is here, but not a clue about DEVICE_INSTANCE_ID. Maybe it's "Product name"? It is not obvious.

Fleker commented 6 years ago

You will see the model id appear in the console, although you will not see the instance id. The device instance id should be unique for every single device that you have and is not surfaced in the console. You can provide any string for testing/development and then use the REST API to register a new device for each device that you create in production.