Skip to content

cannot get it to work after second install #2

Description

@nilsmau

Configuration
Add-on Version: 1.2.0
Installation method: Home Assistant OS
Core: 2026.5.3
Supervisor: 2026.05.0
Operating System: 17.3
Frontend: 20260429.4
All devices are in the same network.

Issue:
The integration aborts with "failed to set-up"
How did I get there:
I had removed the initial integration (it seemed to work) of the add-on and removed it via HACS b/c it only brought up one of my two Miele devices.
Rebooted HA and then reinstalled via HACS.
ever since then I get the same error (also after rebooting HA again)

Image

This is the error log I get:

This error originated from a custom integration.

Logger: custom_components.miele_lan
Source: config_entries.py:787
Integration: Miele@LAN (documentation, issues)
First occurred: 2:45:57 PM (1 occurrence)
Last logged: 2:45:57 PM

Error setting up entry Miele@LAN (household C1D6B6…) for miele_lan
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 787, in __async_setup_with_context
    result = await component.async_setup_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/miele_lan/__init__.py", line 74, in async_setup_entry
    return await _setup_cloud(hass, entry)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/miele_lan/__init__.py", line 156, in _setup_cloud
    await listener.start()
  File "/config/custom_components/miele_lan/push_listener.py", line 198, in start
    await self._advertise_mdns()
  File "/config/custom_components/miele_lan/push_listener.py", line 246, in _advertise_mdns
    await self._zc.async_register_service(self._service_info, allow_name_change=True)
  File "/usr/local/lib/python3.14/site-packages/zeroconf/asyncio.py", line 197, in async_register_service
    return await self.zeroconf.async_register_service(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        info, ttl, allow_name_change, cooperating_responders, strict
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/local/lib/python3.14/site-packages/zeroconf/_core.py", line 361, in async_register_service
    await self.async_wait_for_start()
  File "/usr/local/lib/python3.14/site-packages/zeroconf/_core.py", line 246, in async_wait_for_start
    raise NotRunningException
zeroconf._exceptions.NotRunningException

all messages is logs:

Image
2026-05-23 14:44:38.832 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration miele_lan which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-05-23 14:44:53.389 WARNING (MainThread) [custom_components.miele_lan.enrollment] mDNS browse found no _mieleathome._tcp.local. services matching group=C1D**********962 — HA on the same LAN as the appliances?
2026-05-23 14:44:54.664 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'miele_lan' attempted to create another Zeroconf instance. Please use the shared Zeroconf via await homeassistant.components.zeroconf.async_get_instance(hass) at custom_components/miele_lan/enrollment.py, line 324: zc = AsyncZeroconf(ip_version=IPVersion.V4Only). Please create a bug report at https://github.com/tiehfood/ha-miele-at-lan/issues
2026-05-23 14:44:58.992 WARNING (MainThread) [custom_components.miele_lan.enrollment] could not resolve LAN IP for 00********02 — will retry next refresh
2026-05-23 14:45:03.002 WARNING (MainThread) [custom_components.miele_lan.enrollment] could not resolve LAN IP for 0********022 — will retry next refresh
2026-05-23 14:45:03.004 ERROR (MainThread) [custom_components.miele_lan] no devices reachable — aborting setup
2026-05-23 14:45:57.996 WARNING (MainThread) [custom_components.miele_lan.enrollment] mDNS browse found no _mieleathome._tcp.local. services matching group=C1D**********962 — HA on the same LAN as the appliances?
2026-05-23 14:45:57.997 ERROR (MainThread) [custom_components.miele_lan] Error setting up entry Miele@LAN (household C1D***…) for miele_lan
  File "/config/custom_components/miele_lan/__init__.py", line 74, in async_setup_entry
  File "/config/custom_components/miele_lan/__init__.py", line 156, in _setup_cloud
  File "/config/custom_components/miele_lan/push_listener.py", line 198, in start
  File "/config/custom_components/miele_lan/push_listener.py", line 246, in _advertise_mdns

i have no clue what: "Check Settings → Devices & services → Discover devicesshows _mieleathome._tcp entries. " under trouble shooting means, its only leads me to home assistant's device list also that "Discover devices" I can't seem to find.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions