Search code examples
google-cloud-platformgoogle-cloud-firestoregoogle-cloud-functionsactions-on-googlegoogle-smart-home

iot-smart-home-cloud (gcp project) I can run commands in flutter app. But I can't run Voice(AOG) smarthome commands


I've been trying to finish the project below for four months. It will serve as the basis for a new project of mine that will use Android things/Firestore and raspberry pi 3 in the back-end (and not cloud iot core/Mqtt/Esp32 https://github.com/GoogleCloudPlatform/iot-smart-home-cloud I can send commands via (client) flutter app (as pictured photo999). But I can't do the same using the actions on google console simulator. I need help to use Stackdriver logs/error and/or chrome://inspect

https://drive.google.com/drive/folders/1fyc7mVi3cjNK-QddfKtmLgdXkcKpUqdC?usp=sharing

I tried this: Google Core IoT Device Offline Event or Connection Status by devunwired But it didn't help me solve the issue


Solution

  • I solved this in 25.12. In fact, according to the photo, I was putting the clientId and clientSecret fields incorrectly. They were different in the angular application (environment) and in the actions on google (Account linking/Settings). I matched them and solved them:

    enter image description here