mampfes / hacs_waste_collection_schedule

Home Assistant integration framework for (garbage collection) schedules
MIT License
988 stars 631 forks source link

[Bug]: Wrong dates for Abfallplus AWG Bassum #1779

Closed chiefymuc closed 2 months ago

chiefymuc commented 7 months ago

I Have A Problem With:

A specific source

What's Your Problem

Dates from Abfallplus AWG Bassum are different than those in the official app.

Source (if relevant)

app_abfallplus_de

Logs

No response

Relevant Configuration

- name: app_abfallplus_de
 args:
 app_id: de.k4systems.awgbassum
 city: Stuhr
 strasse: Ricarda-Huch-Str.

Checklist Source Error

Checklist Sensor Error

Required

DukeMini commented 4 months ago

I also get no results for the same city, other street. Error since roundabout 9 days.

Logfile schows following content: 2024-04-22 01:49:49.203 ERROR (SyncWorker_19) [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 Stuhr not found.

DukeMini commented 4 months ago

OK, found #2001 :)