Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 883 Bytes

File metadata and controls

44 lines (31 loc) · 883 Bytes

AWIGO Abfallwirtschaft Landkreis Osnabrück GmbH

Support for schedules provided by AWIGO Abfallwirtschaft Landkreis Osnabrück GmbH, serving Landkreis Osnabrück, Germany.

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: awigo_de
      args:
        ort: "ORT"
        strasse: STRAßE
        hnr: "HAUSNUMMER"
        

Configuration Variables

ort
(String) (required)

strasse
(String) (required)

hnr
(String | Integer) (required)

Example

waste_collection_schedule:
    sources:
    - name: awigo_de
      args:
        ort: Bippen
        strasse: Am Bad
        hnr: 4
        

How to get the source argument

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