Waste_collection_schedule Problem

Hallo zusammen,
Bin ich der einzige der nach dem großen Update hier ein Problem hat? Hab ich was falsch gemacht oder kennt jemand das Problem?

2025-01-05 17:34:47.339 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration waste_collection_schedule 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
2025-01-05 17:34:49.932 ERROR (MainThread) [homeassistant.setup] Error during setup of component waste_collection_schedule
  File "/config/custom_components/waste_collection_schedule/init_yaml.py", line 109, in async_setup
  File "/config/custom_components/waste_collection_schedule/waste_collection_api.py", line 88, in add_source_shell
  File "/config/custom_components/waste_collection_schedule/waste_collection_schedule/source_shell.py", line 217, in create
        f"waste_collection_schedule.source.{source_name}"
  File "/config/custom_components/waste_collection_schedule/waste_collection_schedule/source/ics.py", line 16, in <module>
    from waste_collection_schedule.service.ICS_v1 import ICS_v1
  File "/config/custom_components/waste_collection_schedule/waste_collection_schedule/service/ICS_v1.py", line 6, in <module>
2025-01-05 17:34:49.943 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform 'waste_collection_schedule.sensor': Unable to set up component.
2025-01-05 17:34:49.943 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform 'waste_collection_schedule.sensor': Unable to set up component.
2025-01-05 17:34:49.943 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform 'waste_collection_schedule.sensor': Unable to set up component.
2025-01-05 17:34:49.943 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform 'waste_collection_schedule.sensor': Unable to set up component.
2025-01-05 17:34:49.943 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform 'waste_collection_schedule.sensor': Unable to set up component.
Logger: homeassistant.setup
Quelle: setup.py:497
Erstmals aufgetreten: 17:34:49 (5 Vorkommnisse)
Zuletzt protokolliert: 17:34:49

Unable to prepare setup for platform 'waste_collection_schedule.sensor': Unable to set up component.

Würd mich freuen wenn jemand mehr weiß
Vor dem Update lief alles problemlos (auch wenn ich das Backup einspiele) läuft auch wieder alles.

Moin,

die Suchfunktion hier aus dem Forum nutzen, denn das ist aktuell ein heißes Thema :wink:
https://community.simon42.com/search?q=waste%20collection%20order%3Alatest

In einem der Beiträge gab es auch eine Lösung,

VG
Bernd

1 „Gefällt mir“

Nein, bist du nicht!!! Um das Problem zu lösen kann ich dir das Youtubevideo vom “Smarthome Bastler” empfehlen. Hoffe es hilft dir.

1 „Gefällt mir“

bei mir lief es mit dem youtube video wieder, heute musste ich home assistant neu starten und nun läuft der abfallkalender wieder nicht mehr.

die zeilen die ich mit # rausgenommen habe, sind aufeinmal verschwunden

edit:

das hat bei mir geholfen

Ich würde mich hier auch nochmal frech dran hängen:

Bis zum Update auf 2025 lief die Integration bei mir ohne Probleme.
Nach dem Update waren alle werte der Integration auf unknown und beim klick auf “konfigurieren” bekam ich die Message " server got itself into trubble. Server Error 500"

Installierte HA Version:

  • Core2025.1.3
  • Supervisor2024.12.3
  • Operating System14.1
  • Frontend20250109.0

Ich habe jetzt mehrfach die Komponente (Waste Collection) neu installiert und brav auch die Änderungen in der Manifest und ics vorgenommen.

Ich bekomme allerdings immer noch folgenden Fehler, wenn ich eine Quelle auswählen möchte:

Logger: aiohttp.server
Quelle: /usr/local/lib/python3.13/site-packages/aiohttp/web_protocol.py:451
Erstmals aufgetreten: 14:10:08 (1 Vorkommnisse)
Zuletzt protokolliert: 14:10:08

Error handling request
Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/aiohttp/web_protocol.py", line 480, in _handle_request
    resp = await request_handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/web_app.py", line 569, in _handle
    return await handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/web_middlewares.py", line 117, in impl
    return await handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware
    return await handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 83, in forwarded_middleware
    return await handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 26, in request_context_middleware
    return await handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 86, in ban_middleware
    return await handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 242, in auth_middleware
    return await handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/http/headers.py", line 32, in headers_middleware
    response = await handler(request)
               ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/http.py", line 73, in handle
    result = await handler(request, **request.match_info)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/http/decorators.py", line 81, in with_admin
    return await func(self, request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 222, in post
    return await super().post(request, flow_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/http/data_validator.py", line 74, in wrapper
    return await method(view, request, data, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py", line 122, in post
    result = await self._flow_mgr.async_configure(flow_id, data)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 341, in async_configure
    result = await self._async_configure(flow_id, user_input)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 388, in _async_configure
    result = await self._async_handle_step(
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        flow, cur_step["step_id"], user_input
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 491, in _async_handle_step
    result: _FlowResultT = await getattr(flow, method)(user_input)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/waste_collection_schedule/config_flow.py", line 409, in async_step_source
    return await self.async_step_args()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/waste_collection_schedule/config_flow.py", line 693, in async_step_args
    schema, module = await self.__get_arg_schema(
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        self._source, self._extra_info_default_params, args_input
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/config/custom_components/waste_collection_schedule/config_flow.py", line 488, in __get_arg_schema
    module = await self.hass.async_add_executor_job(
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        importlib.import_module, f"waste_collection_schedule.source.{source}"
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 59, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/homeassistant/homeassistant/util/loop.py", line 200, in protected_loop_func
    return func(*args, **kwargs)
  File "/usr/local/lib/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/config/custom_components/waste_collection_schedule/waste_collection_schedule/source/ics.py", line 15, in <module>
    from waste_collection_schedule.service.ICS import ICS
  File "/config/custom_components/waste_collection_schedule/waste_collection_schedule/service/ICS.py", line 7, in <module>
    from icalevents import icalevents
  File "/usr/local/lib/python3.13/site-packages/icalevents/icalevents.py", line 3, in <module>
    from .icalparser import parse_events, Event
  File "/usr/local/lib/python3.13/site-packages/icalevents/icalparser.py", line 18, in <module>
    from icalendar import use_pytz
ImportError: cannot import name 'use_pytz' from 'icalendar' (/usr/local/lib/python3.13/site-packages/icalendar/__init__.py)

Ich komme hier grade echt nicht weiter, vielleicht kennt jemand das Verhalten?
(Wahrscheinlich steht des Rätsels Lösung im Error Report und ich bin nur zu doof das zu sehen)

BG

Auch ich hatte immer wieder Probleme mit dieser Integration. Daher habe ich jetzt eine Alternative in Node-Red gebaut: https://community.simon42.com/t/node-red-alternative-zu-waste-collection-schedule/45884?u=lateadapter

1 „Gefällt mir“