After so much trying, and asking on the Discord group, and the help from @Tinkerer & @cogneato im lost in every thing, Google Assistant just doesn’t work for me.
I’ve tried everyting what is possible followed every step in the tutorial several times. Resetting my Google Home, deleting my project and starting over. Just nothing is working.
Account linking in Actions on Google
Client information client id copied from my configuration.yaml
Authorization URL: https://XXXXX.duckdns.org/api/google_assistant/auth
My portforwarding is 443 -> 8123 (ports are open can connect to my Pi3 with dns (page is secure SSL)
When i want to add [test] my test app to link in google home, its only cying for “Couldn’t update setting, check ur connection” Restarting my phone, restarting router everything is rebooted. nothing is helping.
Im now completely lost, and im tempted to trow it out the window, working already 60+ hours to get it working, so u know how much i did already to get it working.
Configuration.yaml
google_assistant:
project_id: homeassistant-XXXXX
client_id: xRlZwXokfnelUkJkrMgBiggIYZSPQbmgqFUEBhUuaJmCDLXGvCOtWjHkOgQnjErBVIdolEAbndamXXXX
access_token: NfhgjyGeRXiMKwXfYWoyxokrhCJOkjWoAolmZGjHZDTRSzStqMZqzAXYhzVTEMsxSnNdTkaaCIxXXXX
agent_user_id: holeXXXXX
api_key: AIzaSyDO0xQ-o-Vjqj_CJd04LCTmcERLlWXXXXX
exposed_domains:
- switch
- light
- group
- climate
project.json
{
"actions": [{
"name": "actions.devices",
"deviceControl": {
},
"fulfillment": {
"conversationName": "automation"
}
}],
"conversations": {
"automation" :
{
"name": "automation",
"url": "https://XXXXXXX.duckdns.org/api/google_assistant"
}
}
}
DuckDNS addon
{
"lets_encrypt": {
"accept_terms": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
"token": "6bc06c69-773d-4947-aa07-b089955bXXXXX",
"domains": [
"XXXXX.duckdns.org"
],
"seconds": 300
}