Google Home suddenly unable to contact project

Google home unable to access Homeassistant for the last few days. No changes that im aware of to configuration. Running Homeassistant with Cloudflared. In the home control app, I did an unlink and when I tried to relink I get the " Unable to contact test.

Home assistant is still accessable otherwise by web browser.

I made the switch to matter-hub to expose Home Assistant entities as matter devices, which are then exposed to Google Home. The upside is it is fully local. There are a few small limitations (such as scripts and scenes being exposed as switches because there is no Matter equivalent) but otherwise I’m happy with it. I’m a bit worried though the project is looking for developers. It is such a great and easy way to link to other systems.

Could you have changed anything at the Cloudflare end, like requiring login credentials that the Google Home can’t provide?

Not that im aware of. I did some deep google dive and I found something about “Bot Protection” if that was on might cause An issue. So I turned if off with no luck.

I am trying to create a new project and one thing Ive noticed is the section about Token URL and Authorization URL My urls if I just test them directly return errors.

For instance

https://[yourdomain:port]/auth/authorize
-returns: Invalid redirect URI

https://[yourdomain:port]/auth/token
-returns: 405: Method Not Allowed

https://[yourdomain:port]/api/google_assistant

  • returns: 405: Method Not Allowed

Im not sure if thats correct respose or not? Im not that good with that stuff.

My direct url https://www.(mydomain).com works fine.