mampfes / hacs_waste_collection_schedule

Home Assistant integration framework for (garbage collection) schedules
MIT License
1.08k stars 658 forks source link

[Bug]: app_abfallplus_de #2005

Closed FlyingSpur2025 closed 6 months ago

FlyingSpur2025 commented 6 months ago

I Have A Problem With:

A specific source

What's Your Problem

No data will be transferred after the Home Assistant update

Source (if relevant)

No response

Logs

2024-04-19 19:13:01.421 ERROR (SyncWorker_2) [waste_collection_schedule.source_shell] fetch failed for source Apps by Abfall+:
Traceback (most recent call last):
File "/config/custom_components/waste_collection_schedule/waste_collection_schedule/source_shell.py", line 134, in fetch
entries = self._source.fetch()
^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/waste_collection_schedule/waste_collection_schedule/source/app_abfallplus_de.py", line 140, in fetch
for d in self._app.generate_calendar():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/waste_collection_schedule/waste_collection_schedule/service/AppAbfallplusDe.py", line 786, in generate_calendar
self.select_kommune()
File "/config/custom_components/waste_collection_schedule/waste_collection_schedule/service/AppAbfallplusDe.py", line 502, in select_kommune
raise Exception(f"Region {self._region_search} not found.")
Exception: Region Steimel not found.

Relevant Configuration

waste_collection_schedule:
    sources:
    - name: app_abfallplus_de
      args:
        app_id: de.gimik.apps.muellwecker_neuwied
        city: Steimel
        strasse: Alle Straßen

Checklist Source Error

Checklist Sensor Error

Required

ReneNulschDE commented 6 months ago

Duplicate of #1989