Hello all,
Yesterday i did an update to home assistant.
Now i got this message
Invalid config
The following integrations and platforms could not be set up:
zeroconf
default_config
Please check your config.
This is my config, very very basic:
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
zwave:
usb_path: /dev/serial/by-id/usb-0658_0200-if00
Thank you, been using home assistant for a while now but with limited devices so i never had any issue before when updating … until yesterday :-).
I also see this:
2020-07-03 06:51:04 ERROR (MainThread) [homeassistant.setup] Error during setup of component zeroconf
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 193, in _async_setup_component
result = await asyncio.wait_for(task, SLOW_SETUP_MAX_WAIT)
File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 442, in wait_for
return fut.result()
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 121, in setup
hass, config.get(DOMAIN, {}).get(CONF_DEFAULT_INTERFACE)
File “/usr/src/homeassistant/homeassistant/components/zeroconf/init.py”, line 75, in _get_instance
zeroconf = HaZeroconf(*args)
File “/usr/local/lib/python3.7/site-packages/zeroconf/init.py”, line 2290, in init
interfaces, unicast, ip_version, apple_p2p=apple_p2p
File “/usr/local/lib/python3.7/site-packages/zeroconf/init.py”, line 2218, in create_sockets
respond_socket = add_multicast_member(cast(socket.socket, listen_socket), i, apple_p2p=apple_p2p)
File “/usr/local/lib/python3.7/site-packages/zeroconf/init.py”, line 2165, in add_multicast_member
listen_socket.setsockopt(socket.IPPROTO_IP, socket.IP_ADD_MEMBERSHIP, _value)
OSError: [Errno 105] No buffer space available
2020-07-03 06:51:04 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of default_config. Setup failed for dependencies: zeroconf
2020-07-03 06:51:04 ERROR (MainThread) [homeassistant.setup] Setup failed for default_config: Could not set up all dependencies.
2020-07-03 06:51:04 WARNING (MainThread) [homeassistant.components.media_player] Platform cast not ready yet. Retrying in 30 seconds.
2020-07-03 06:51:36 WARNING (MainThread) [homeassistant.components.zwave] Z-Wave node 2 not ready after 30 seconds, continuing anyway
2020-07-03 06:51:36 WARNING (MainThread) [homeassistant.components.zwave] Z-Wave entity Unknown Node 2 Level (node_id: 2) not ready after 30 seconds, continuing anyway
2020-07-03 06:51:36 WARNING (MainThread) [homeassistant.components.zwave] Z-Wave node 3 not ready after 30 seconds, continuing anyway
2020-07-03 06:51:36 WARNING (MainThread) [homeassistant.components.zwave] Z-Wave entity Unknown Node 3 Level (node_id: 3) not ready after 30 seconds, continuing anyway
2020-07-03 06:51:45 WARNING (MainThread) [homeassistant.components.media_player] Setup of media_player platform cast is taking over 10 seconds.
2020-07-03 06:52:35 ERROR (MainThread) [homeassistant.components.media_player] Setup of platform cast is taking longer than 60 seconds. Startup will proceed without waiting any longer.