Hi all,
I just completed the configuration of my first HA and I already love it. I’m not an expert of Linux and I had some problem but thanks to this community I completed the setup and HA is working find with my Shelly devices.
I found an error under notification:
The following components and platforms could not be set up:
• zeroconf
• default-config
Please check your config.
Below more details:
2019-07-21 04:51:36 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=20 from 2019-07-20 23:57:47.593763)
2019-07-21 04:51:49 WARNING (MainThread) [homeassistant.setup] Setup of person is taking over 10 seconds.
2019-07-21 04:51:50 ERROR (MainThread) [homeassistant.setup] Error during setup of component zeroconf Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/setup.py", line 156, in _async_setup_component component.setup, hass, processed_config) # type: ignore File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "/usr/src/homeassistant/homeassistant/components/zeroconf/__init__.py", line 58, in setup zeroconf = Zeroconf() File "/usr/local/lib/python3.7/site-packages/zeroconf.py", line 1841, in __init__ respond_socket.setsockopt(socket.IPPROTO_IP, socket.IP_MULTICAST_IF, socket.inet_aton(i)) OSError: [Errno 92] Protocol not available
2019-07-21 04:51:51 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of default_config. Setup failed for dependencies: zeroconf
2019-07-21 04:51:51 ERROR (MainThread) [homeassistant.setup] Setup failed for default_config: Could not set up all dependencies.
I installed the last version of Hasso as container on a VM with raspberry:
arch armv7l
dev false
docker true
hassio true
os_name Linux
python_version 3.7.4
timezone Europe/Rome
version 0.96.2
virtualenv false
Any input would be greatly appreciated!
Thanks,