I had my Hass working with GoogleAssistant and google Home integration over https.
I wanted to server http locally, so i set up nginx.
something in my configuration is not correct and i cannot find it.
Configuring my action in google home redirects me to my hass instance, i log in, the app says that my action is not reachable try again later.
My Proxy Advanced Tab is a convoluted mess of copy pasted arguments from other threads with simmilar problems. None of them helped, so i do not know if they are necessary at all.
The whole Proxy thing is new to me, so i dont understand much.
Hi, dont want to bring you stupid answer, but with this level of info , nobody will find it. Sharig a little more info of what you did configure might help getting a decent answer.
WHat urls, what network etc etc.
getting a ssl certificate for “hass.xxxxx.ddnss.de” and using that for the proxy ssl.
i configured a new google action (the one i posted below) when doin the switch. In case reconfiguring the old action, that worked with my hass https only config, was breaking something.
setting und removing external and internal URLs
setting external URL to xxxxx.ddnss.de (without the subdomain)
then the best location to investigate is the 'action ’ log. Put it to debug/.trace and see where it fails. A ‘not reachable’ could also be interpreted with ‘authenticaiton fail’ . So that log would be more precise
I have never done any logging other than logger: in the configuration
Do I have to add anything to that to generate the action log?
I have no directory debug/
Hoopsie, i read the docs incorrect.
It got something else than a 401.
Trying to figure out the GCP logging, google is a bit sparse with their guidance ^^