mampfes / hacs_waste_collection_schedule

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

[Bug]: waste-collection-schedule ohne Funktion #1948

Closed wobeco closed 5 months ago

wobeco commented 5 months ago

I Have A Problem With:

A specific source

What's Your Problem

seit dem Monatswechsel werden keine Daten mehr von der Quelle 'Bonn' gezogen ... Entität 'unknown'

Source (if relevant)

Orange Bonn

Logs

No response

Relevant Configuration

No response

Checklist Source Error

Checklist Sensor Error

Required

Lyr3x commented 5 months ago

Same here:


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 760, in generate_calendar self.select_kommune() File "/config/custom_components/waste_collection_schedule/waste_collection_schedule/service/AppAbfallplusDe.py", line 500, in select_kommune raise Exception(f"Region {self._region_search} not found.") Exception: Region Bonn not found.
5ila5 commented 5 months ago

Seems like they changed something, you now need to provide the first letter of your street as city argument:

waste_collection_schedule:
    sources:
    - name: app_abfallplus_de
      args:
        app_id: de.k4systems.bonnorange
        city: A
        strasse: Auf dem Hügel
        hnr: 6

I added this information to the documentation in #1970