Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.15 KB

File metadata and controls

58 lines (44 loc) · 1.15 KB

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.