Files
2023-09-01 18:54:46 +02:00

883 B

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.