mampfes / hacs_waste_collection_schedule

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

[Bug]: "Ortsteil" missing for AbfallPlus in Weißenburg/Gunzenhausen #1845

Closed SvenJ76 closed 8 months ago

SvenJ76 commented 8 months ago

I Have A Problem With:

A specific source

What's Your Problem

For my part of the village (aka "Ortsteil") it is not choosable. You can check it here: https://www.landkreis-wug.de/abfall/abfuhrkalender/ , I have to select Stadt/Gemeinde:Haundorf Straße/Ortsteil: Obererlbach Straße: Alle Straßen

I tried the app_abfallplus_de.py script, but I can't select my "Ortsteil", just the Maincommunity/-city "Haundorf". waste_collection_schedule: sources:

Source (if relevant)

app_abfallplus_de

Logs

No response

Relevant Configuration

No response

Checklist Source Error

Checklist Sensor Error

Required

5ila5 commented 8 months ago

try:

waste_collection_schedule:
    sources:
    - name: app_abfallplus_de
      args:
        app_id: de.k4systems.abfallappwug
        city: Haundorf
        bezirk: Obererlbach

The wizard should now correctly ask for the bezirk argument (fixed in #1857)