Hello,
I am currently trying to get HomeAssistant to integrate the Google Assistant Addon but its starting to exasperate me.
I Have been on it for the last 36 hours
Reinstalled the Whole platform twice and followed the Instructions to the Letter.
I can’t seem to get it to work.
Build an AlexaPi before that worked like a charm on the exact same hardware so i really dont get what the problem is.
I am running HomeAssistant on a raspberry Pi 3
Connected to a Speaker using the Audio Jack
an to a usb Mic
First issue is that, in the config that the addon log shows me, the Mic.
I’ll post the Output here as reference:
**** 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
[Info] Start WebUI for handling oauth2
[13/Aug/2017:19:00:34] ENGINE Listening for SIGUSR1.
[13/Aug/2017:19:00:34] ENGINE Listening for SIGTERM.
[13/Aug/2017:19:00:34] ENGINE Listening for SIGHUP.
[13/Aug/2017:19:00:34] ENGINE Bus STARTING
CherryPy Checker:
The Application mounted at '' has an empty config.
[13/Aug/2017:19:00:34] ENGINE Started monitor thread '_TimeoutMonitor'.
[13/Aug/2017:19:00:34] ENGINE Started monitor thread 'Autoreloader'.
[13/Aug/2017:19:00:34] ENGINE Serving on http://0.0.0.0:9324
[13/Aug/2017:19:00:34] ENGINE Bus STARTED`
I asked that question before and all i got was
Searching would tell you it’s on 1,0
Indeed i did do my research and that showed up but:
A) It is not in the config, or i am too blind to see it
B) As far as i understand that number can be variable from one system ro another
So i really would like an explanation as to how to find that value.
I Tried that of course and went with the following config
{
"mic": "1,0",
"speaker": "0,0",
"client_secrets": "google_assistant.json"
}
pressed the button open Web UI and got a new webpage telling me it could not connect.
I managed to find that page by going to
http://my.Devices.Internal.ip:9324
clicked on generate token, authenticated copied and pasted the token and clicked send
again i got a message that it cant connect.
I even followed the API;Ai instructions but the damned thing doesnt even hear me.
Im really starting to loose hope on this so Please help me
Thank you