Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.11 KB

was_wolfsburg_de.md

File metadata and controls

42 lines (31 loc) · 1.11 KB

Wolfsburger Abfallwirtschaft und Straßenreinigung

Support for schedules provided by WAS-Wolfsburg.de.

Please note that WAS Wolfsburg provides 2 different schedules: One for "Restabfall - Bioabfall - Altpapier" and one for "Gelber Sack". This source fetches both schedules and merges it into one.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: was_wolfsburg_de
      args:
        city: CITY
        street: STREET

Configuration Variables

city
(string) (required)

street
(string) (required)

Example

waste_collection_schedule:
  sources:
    - name: was_wolfsburg_de
      args:
        city: Barnstorf
        street: Bahnhofspassage

How to get the source arguments

Argument Description
city Full district name as shown in the Gelber Sack web page. (can be left out if you do not want to fetch Gelber Sack)
street Full street name as shown in the Restabfall/Bioabfall/Altpapier web page. (can be left out if you ONLY want to fetch Gelber Sack)