Google Assistant Hassio not working?

Can someone tell me why my google assistant isnt doing anything? here is my log.
Ive followed the guide on home-assistant.io and ive got the json file in place.
It also wont allow me to link it to my google account. When i click open web ui, it just does nothing.

[Info] Show audio device
**** List of PLAYBACK Hardware Devices ****
card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
Subdevices: 8/8
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
Subdevice #2: subdevice #2
Subdevice #3: subdevice #3
Subdevice #4: subdevice #4
Subdevice #5: subdevice #5
Subdevice #6: subdevice #6
Subdevice #7: subdevice #7
card 0: ALSA [bcm2835 ALSA], device 1: bcm2835 ALSA [bcm2835 IEC958/HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
[Info] Setup audio device
[Info] Install/Update service client_secrets file
[1:30:ERROR:audio_input_processor.cc(755)] Input error
[1:31:ERROR:audio_input_processor.cc(755)] Input error

I have the same problem except mic and speaker setup.
Try
{
“mic”: “1,0”,
“speaker”: “0,0”,
“client_secrets”: “google_assistant.json”
}
for the mic setup…
I have the same error
[Info] Install/Update service client_secrets fil
Google assistant “lady” tells me that “quote” There is some basic settings that need my permission in the google home app. Why??
Settings in https://myaccount.google.com/activitycontrols?pli=1 are set due to instruction.
When i click open web ui, it just does nothing

ok so im not sure whats going on… but its working… even before just for fun i changed the mic setting to 1,0, and now whenever i say ok google, its working. but it doesnt show anything in the logs or anything… its kinda weird. but it works.

Strange! Is it normal that you can’t enter “web ui” after you pasted in the authorization code?
For me Google Lady still says that “There is some basic settings that need my permission…”

it must be? Im not sure. it doesnt allow me to get to it…

Installed Google Assistant on my phone after this everything works.

Ahh maybe thats it. I already had assistant on my phone. Maybe you need to have one device running assistant before this can run it.

Hi,

Absolute noob (don’t understand coding) using an iMac to access new Rasbian on Rasberry Pi 3. I added the Google Assistant add-on but when I try to open the Web UI, I only receive an error message site cant be found.

The address it goes to: http://hassio.local:9324/ correlates with Network ( Container 9324/tcp ) Host (9324).

Logs show:

[Info] Show audio device
**** List of PLAYBACK Hardware Devices ****
card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
Subdevices: 8/8
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
Subdevice #2: subdevice #2
Subdevice #3: subdevice #3
Subdevice #4: subdevice #4
Subdevice #5: subdevice #5
Subdevice #6: subdevice #6
Subdevice #7: subdevice #7
card 0: ALSA [bcm2835 ALSA], device 1: bcm2835 ALSA [bcm2835 IEC958/HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
[Info] Setup audio device
[Error] You need initialize GoogleAssistant with a client secret json!

Options:

{
“mic”: “0,0”,
“speaker”: “1,0”,
“client_secrets”: “google_assistant.json”
}

Appreciate any help on the matter.

Hello there,

Did you managaed to get it working ?
what did you do, I have the same error “You need initialize GoogleAssistant with a client secret json!”…

Thanks,

S.

Had the same error, and just got this working. The instructions on generating the google_assistant.json file are here : https://home-assistant.io/addons/google_assistant/.

If you don’t have SAMBA configured and are using SSH then you can,

  1. Connect to Home Assistant using SSH, and cd to the /share folder (not the /hassio/share folder that seems to be refered to in SAMBA references)
  2. Type nano google_assistant.json
  3. Open the json file you donloaded from step 3 of the instructions above. Copy the contents into the clipboard.
  4. Paste into the google_assistant.json file opened in Home Assistant. (If using Putty just right click on the mouse.)
  5. Save the file.

Hope this helps.