Hi,
I just added Duck DNS access to my HA.
I followed this tutorial https://www.youtube.com/watch?v=VUTPAoB27iQ
The Duck DNS works great, am able to access HA from outside world/Mobile data also able to control the lights/devices…
The Problem:
1. When Google Home TTS Automation/Scripts/call service is triggered, my google home speaker does NOTHING. It still continues to be in idle mode.
2. When media_player.play_media is called using any Automation/Scripts/call service my google home speaker Chimes after that NOTING happens. It does not play the intended MP3 file. but the HA UI for google home media player shows “Playing” (From idle state), I dont hear anyting though volume is set to 100%.
My Configuration.yaml for http is as follows:
http:
api_password:XXXX
base_url: XXXXXX.duckdns.org
ssl_certificate: "/ssl/fullchain.pem"
ssl_key: "/ssl/privkey.pem"
My Router (Huawei HG630b) Port forwarding done 443 to 8123
For media_player.play_media Media service is stored in www folder of my config inside Rasberri pi2
Example script for media_player.play_media looks like this:
None of the HA Community results yeild me solution am starting a new topic again
Please help.