When I go to canyouseeme.org and check port 80 I can’t see it, even though I have it forwarded to my HA machine with my Unifi Security Gateway. I also have 443 forwarded to 8123 and can see that fine when I do a check. I’ve called comcast to see if they are blocking 80 and they said it is not blocked.
I ask because I’m having issues with Google TTS and setting up the manual integration of Google Assistant. When I try to send a TTS to one of my google homes, I can hear the speaker activate but none of the TTS actually plays. When I try to connect my google home app on my phone by adding the new device I’ve set up I just get a 404 error. I’m wondering if any of these issues have to do with port 80 and have been banging my head against the wall on these for some time now.
Just trying to figure out if the port 80 could be an issue or not. If so can I just change the port in HA and then where else would I have to change it? Obviously in my router port forwards, anywhere else?
This is my config.yaml entries:
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
Text to speech
tts:
- platform: google_translate
cache: true
cache_dir: /tmp/tts
time_memory: 300
base_url: xxx.duckdns.org
service_name: google_say
google_assistant:
project_id: g-assist-integration-for-XXXXX
service_account:
private_key: “-----BEGIN PRIVATE KEY-----xxxxxxxx-END PRIVATE KEY-----\n”
client_email: “home-as[email protected]”
report_state: true
exposed_domains:
- switch
- light
- camera
- scene
- sensor
- script