I’m currently trying to set up Dialogflow to work with Home Assistant and later the Test version of my Google Home / Assistant app.
I followed the instructions on the component page for the set up, but it seems that it is not working.
When opening the API URL in the Browser i get a Error 405: Method not allowed which should be OK in my opinion, as the API only allows POST requests(?)
This is my HA URL: https://raspberrypi.XXXX.myfritz.net:8123/api/dialogflow/?api_password=XXXXX
It is only accessible via IPV6 but it works for the Google Assistant component and is successfully linked to a Google Home.
The action for my intent is called SetMusicBose and is supposed to change the input of media play to my Bose Sound system.
no still no luck, but during the last days I didn’t try due to time issues.
I will probably try again during the weekend.
Right now my complete Google Assistant / Actions on Assistant setup is broken too, so I have a lot to fix
did you manage to get the setup working? I’m always getting the error in the first post and cannot connect.
I even deleted everything and reconfigured the whole system (Google Assistant + Dialogflow) but nothing did change
I tried exactly the same steps.
Do you have an IPv6 Adress behind your DuckDNS or whatever you are using? Right now I think it might be related to an IPv4 <-> IPv6 compatibility issue.
So, DHCPv6 was already disabled on my router, but I disabled IPv6 on the machine anyway according to this guide. I’m using Centos 7 for reference. Sadly, no change.
dang i’m experiencing this issue as well trying to setup dialog flow, i wonder if something hasn’t changed and thus docs are out of date as i’d really like to get this working as i removed alexa from my room
Did you manage to get this working?
I’ve nearly the same setup as your Reddit post but I’m not able to get this working.
Receiving error 403 forbidden in Dialogflow Console when using the V1 API
When trying the default V2 API I receive a 401 error Unauthorized?