Hi all. I am new to HA, I installed it in a Raspberry Pi 3+ Model B last week.
Since then, I have been trying to obtain remote access, but it is not working. I tried different configurations and checked over different posts.
Particularly now, I have followed the DuckDNS tutorials, and my current configuration includes the following four points:
-
The duckdns add-on, version 1.15.0, configured as follows:
[See image A below] -
The logs of the duck dns add-on says OK:
[See image B below] -
The configuration.yaml file:
# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
# Text to speech
tts:
- platform: google_translate
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
#thingspeak:
# api_key: NPDI83XDOH7I9VRL
# id: 1955885
# whitelist: sensor.yr_temperature
sonoff:
username: !secret sonoff_username
password: !secret sonoff_password
# http:
# use_x_forwarded_for: true
# trusted_proxies:
# - 172.30.33.0/24
# alexa:
# smart_home:
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
- The ports forwarded in my router:
[See image C below]
My public IP since last week has not change. I can access my HA from
https://192:168.1.ip_of_the_raspberry:8123
but when I try
https://my_public_ip:8123/
or
https://my_duck_dns_domain.duckdns.org:8123
the page does not load. Using google chrome, it says ERR_CONNECTION_REFUSED or ERR_CONNECTION_RESET.
I checked that the ports are opened with https://www.yougetsignal.com/tools/open-ports/
Any ideas? Thank you for your help.
Best regards