Hey All! Looking for some help as I’ve search others topics and none have solved my issue. I has HA installed on Raspberry Pi 4 and everything was working great on mobile app (android) and Windows. Then I tried following the instructions in the link below to access HA remotely through duckDNS and now I can’t even access it locally. I can only access the CLI and I have no clue what I’m doing in there. Its still running all of my automations but I can’t access the UI anymore to edit things.
How do I get back to accessing my HA? I will setup a test server to test out any changes in the future so i don’t “lock” myself out again.
duck DNS instruction I followed before things fell apart:
What I’ve tried:
- (Windows) Typing in the Home Assistant URL http://homeassistant.local:8123 and get back “ERR_EMPTY_RESPONSE”. I can get into the Observer with 4357.
- (Windows) Since I changed to statis IPv4 I tried entering that in the URL and get the same empty response. A bunch of different combinations based on other forum questions and no dice.
- (Android App) Tried similar changes by updating the Home Assistant URL and it’s unable to connect.
I’m sure its either a setting I changed for duckDNS and/or pasting in below into the config yaml.
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
Any help is greatly appreciated. Please keep in mind I am new to this so anything I need to enter into the CLI please be as specific as possible as to what exactly I’m typing. Thanks!!!