I upgraded HA to 0.118.5 because i had problems with tss. But now my Shelly devices are no longer recognized/integrated.
I get this Notification in the UI:
Invalid config
The following integrations and platforms could not be set up:
zeroconf
shelly
discovery
ios
default_config
Please check your config and logs.
And I receive this error in my log:
Logger: homeassistant.setup
Source: components/zeroconf/__init__.py:90
First occurred: 9:28:12 AM (2 occurrences)
Last logged: 9:28:16 AM
Error during setup of component zeroconf
Error during setup of component discovery
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 213, in _async_setup_component
result = await task
File "/usr/src/homeassistant/homeassistant/components/zeroconf/__init__.py", line 142, in async_setup
zeroconf = hass.data[DOMAIN] = await _async_get_instance(hass, **zc_args)
File "/usr/src/homeassistant/homeassistant/components/zeroconf/__init__.py", line 90, in _async_get_instance
zeroconf = await hass.async_add_executor_job(partial(HaZeroconf, **zcargs))
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.8/site-packages/zeroconf/__init__.py", line 2394, in __init__
self._listen_socket, self._respond_sockets = create_sockets(
File "/usr/local/lib/python3.8/site-packages/zeroconf/__init__.py", line 2319, in create_sockets
respond_socket = add_multicast_member(cast(socket.socket, listen_socket), i, apple_p2p=apple_p2p)
File "/usr/local/lib/python3.8/site-packages/zeroconf/__init__.py", line 2264, in add_multicast_member
listen_socket.setsockopt(socket.IPPROTO_IP, socket.IP_ADD_MEMBERSHIP, _value)
OSError: [Errno 105] No buffer space available
Up until now I used ShellyForHass for the integration. But I read that since version 0.115, Shelly is default integrated in Home Assistant. So i tried with removing ShellyForHass, and there is a Shelly Device recognized but without entities…
So I installed ShellyFor Hass again, but without changes…
I also followed the announcements for version 1.0.0 where Shelly will be better integrated…
Any idea if I have to change anything to my config or that this might be a bug in 0.118.5 or that this is a known issue and it will be fixed in 1.0.0?
EDIT: Ai, I restored a Snapshot from before the upgrade to 0.118.5, and the problem persists.
So perhaps there is an completely different problem…