i user DuckDNS and letsencrypt for a log time all work fine.
from today i’m cannot enter to my HA, that stuck on Connecting and then "Unable to Connecting "
The log did not show any error about it.
SSh work fine, also alexa work fine.
go to the directory where your configuration files are stored. in that directoiry should be a file called “home-assistant.log”. open it and see if there are errors.
Normally (at least in my experience…which isn’t much) what you are explaining is caused by a change that you made to a config file and for some reason HA didn’t like the change.
It should tell you what the problem could be in the log file.
2018-02-17 08:36:17 WARNING (Thread-5) [homeassistant.components.emulated_hue] Alexa type is deprecated and will be removed in a future version
2018-02-17 08:36:17 WARNING (Thread-5) [homeassistant.components.emulated_hue] Listen IP address not specified, auto-detected address is 192.168.31.39
2018-02-17 08:36:26 WARNING (MainThread) [homeassistant.setup] Setup of sensor is taking over 10 seconds.
2018-02-17 08:36:38 WARNING (Thread-7) [netdisco.ssdp] Error fetching description at http://127.0.0.1:58080/45b436db4e.xml
2018-02-17 08:36:42 ERROR (MainThread) [homeassistant.components.light] Error while setting up platform yeelight
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_component.py", line 170, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=self.hass.loop)
File "/usr/lib/python3.5/asyncio/tasks.py", line 400, in wait_for
return fut.result()
File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
raise self._exception
File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
File "/home/homeassistant/.homeassistant/custom_components/light/yeelight.py", line 39, in setup_platform
ipaddr = discovery_info.split(":")[0]
AttributeError: 'dict' object has no attribute 'split'
2018-02-17 08:36:42 ERROR (MainThread) [homeassistant.components.light] Error while setting up platform yeelight
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_component.py", line 170, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=self.hass.loop)
File "/usr/lib/python3.5/asyncio/tasks.py", line 400, in wait_for
return fut.result()
File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
raise self._exception
File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
File "/home/homeassistant/.homeassistant/custom_components/light/yeelight.py", line 39, in setup_platform
ipaddr = discovery_info.split(":")[0]
AttributeError: 'dict' object has no attribute 'split'
2018-02-17 08:36:43 ERROR (Thread-17) [homeassistant.components.light.hue] Error connecting to the Hue bridge at 192.168.31.181
2018-02-17 08:36:54 WARNING (MainThread) [homeassistant.components.media_player] Setup of platform cast is taking over 10 seconds.
2018-02-17 08:36:55 WARNING (MainThread) [homeassistant.components.media_player] Setup of platform cast is taking over 10 seconds.
2018-02-17 08:36:55 WARNING (MainThread) [homeassistant.components.media_player] Setup of platform cast is taking over 10 seconds.
2018-02-17 08:37:24 ERROR (Thread-2) [pychromecast.socket_client] Failed to connect, retrying in 5.0s
2018-02-17 08:37:24 ERROR (Thread-19) [pychromecast.socket_client] Failed to connect, retrying in 5.0s
2018-02-17 08:37:25 ERROR (Thread-10) [pychromecast.socket_client] Failed to connect, retrying in 5.0s
2018-02-17 08:37:44 ERROR (MainThread) [homeassistant.components.media_player] Setup of platform cast is taking longer than 60 seconds. Startup will proceed without waiting any longer.
2018-02-17 08:37:45 ERROR (MainThread) [homeassistant.components.media_player] Setup of platform cast is taking longer than 60 seconds. Startup will proceed without waiting any longer.
2018-02-17 08:37:45 ERROR (MainThread) [homeassistant.components.media_player] Setup of platform cast is taking longer than 60 seconds. Startup will proceed without waiting any longer.