Googleassistant local SDK

yes, using duckdns via nginx

do you have a newer Google Device? My old Home-Mini have always the Problems. So i think, that only newer Devices are supported

its a mix , 2 old mini’s first version, and then a google hub max
but tried all devices

i think this is the problem. these devices are not supported.

google hub max either? i think the hub max, there is inly model , i think its the “nest” serie

this is an old device - or do you have a google nest hub max?

yes, i have an “google nest hub max” , there is only 1 version i believe
i only think there are second gens of the minis / normal hub

so maybe SDK only works with second gen ?

i do see some “SDK” stuff there tough

Here’s the list of supported devices for local fulfillment:

1 Like

ok, that are all devices :slight_smile: , first and second gen

1 Like

Thx for sharing.

That’s funny. All my old Google Home Mini devices have an error in the Chrome Console. All Google Nest devices, on the other hand, run perfectly and do not show any errors.

Got it to work guys , the docs are WRONG!
after changing the Name field , what we already did, seems the JS file is also wrong
AND "support local query’ must be ticked
after uploading the new .js file and the checkbox, finally local command!!

Do you have a link with the new JavaScript File?

yes, see previous post :slight_smile:

here is a direct link :

https://raw.githubusercontent.com/home-assistant/home-assistant.io/607d7b0406fe381b948ff81f8ebe25ea6c348e95/source/assets/integrations/google_assistant/app.js

I did try all the changed you mentioned, but I still get the same errors :confused: I’ve restarted devices and home assistant multiple times. I will try and wait and see if it fixes itself :smiley:

what error? :slight_smile:

The usual Device Verification Failed Error everyone seems to be getting lol:

I’m using the settings and the app.js file you linked in the other post.

Nabu Casa GA worked locally like 20% of the time so I think it can work with my current NGINX proxy manager settings. My devices are enrolled in the beta program and are mostly older devices, so I’m not sure if that’s causing complications. I’ll have to read more into the github links you sent to see if I can spot the differences!

Yes, that error I got too, the verification…
Change the Name field, to something else or remove it… Then reboot the google device…then add the name field again, reboot again, and then for me error was gone

Look also here, threads should me merged…

If you have DEVICE VERIFICATION ERROR:

Got it again working, change Name Field to : .*._home-assistant._tcp.local , so removed all the \ in that string, before it was like : .*\._home-assistant\._tcp\.local

EDIT: seems the one with \ is still working, i got it to work just by saying “sync my devices” i think that cleared the verification error

Here is new js file:

image

It should looke like below when you inspect devices
chrome://inspect/#devices

image