It’s been weeks since my DuckDns domain has been able to connect to my Home Assistant. I am wondering if I have a problem with Lets Encrypt. According to Remote access for Home Assistant:
After you check your configuration from the command line and then restart Home Assistant you’ll need to use https:// to access your system, even from your local network.
Now is a good time to check that you can access it using https:// - knowing it works will help you later if you run into issues.
I understood that I need both ports 443 and 8123 forwarded in my router. However, I looked at the router again and I had port 443 going to 8123. I changed it to 443 -to- 443 and that error is gone.
On the other errors. The log files don’t tell me much (and they are off-topic for my DuckDns question). But here is my log file. If you have any tips for me, thank you. Otherwise, I will mark the thread as solved.
Home Assistant Core
Unable to set up dependencies of dlna_dms. Setup failed for dependencies: ssdp
10:42:57 PM – (ERROR) setup.py - message first occurred at 10:42:55 PM and shows up 5 times
Setup failed for dlna_dms: (DependencyError(…), ‘Could not setup dependencies: ssdp’)
10:42:43 PM – (ERROR) setup.py - message first occurred at 10:42:40 PM and shows up 2 times
Unable to set up dependencies of dlna_dms. Setup failed for dependencies: ssdp
10:42:43 PM – (ERROR) setup.py - message first occurred at 10:42:40 PM and shows up 2 times
Error handling when_setup callback for frontend
10:42:33 PM – (ERROR) helpers/network.py - message first occurred at 10:42:33 PM and shows up 2 times
dlna_dms
dlna_dms = DLNA Digital Media Server integration
I have a lot of Alexa Echo devices that integrate as media_player.xxx and they all appear to be working.
The first occurrence of this error:
Log Details (ERROR)
Logger: homeassistant.setup
Source: setup.py:381
First occurred: 10:42:55 PM (5 occurrences)
Last logged: 10:42:57 PM
Unable to set up dependencies of dlna_dms. Setup failed for dependencies: ssdp
Unable to set up dependencies of upnp. Setup failed for dependencies: ssdp
ssdp
ssdp = Simple Service Discovery Protocol (part of UPnP)
The only integration I have on the list in the documentation is my Samsung phone, and the integration appears to be working.
You (still) need to look in the file on disk, home-assistant.log, and look for the first mention of ssdp to find out why SSDP is failing. Once you fix that the other problems will go away.