Files
2024-08-20 23:02:59 +02:00

1.1 KiB

ZAW Donau-Wald

Support for schedules provided by ZAW Donau-Wald, serving Regen, Deggendorf, Freyung-Grafenau, Passau, Germany.

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: awg_de
      args:
        city: CITY (Ort)
        street: STREET (Straße)
        hnr: "HOUSE NUMBER (Hausnummer)"
        addition: ADDITION (Hausnummerzusatz)
        

Configuration Variables

city
(String) (required)

street
(String) (required)

hnr
(String) (required)

addition
(String) (optional)

Example

waste_collection_schedule:
    sources:
    - name: awg_de
      args:
        city: Achslach
        street: Aign
        hnr: "1"        
waste_collection_schedule:
    sources:
    - name: awg_de
      args:
        city: Böbrach
        street: Bärnerauweg
        hnr: 10
        addition: "A"      

How to get the source argument

Find the parameter of your address using https://www.awg.de/abfallentsorgung/abfuhrkalender and write them exactly like on the web page.