Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.24 KB

File metadata and controls

41 lines (29 loc) · 1.24 KB

Buchegg

Support for schedules provided by Gemeinde Buchegg, Switzerland.

How it works

This source fetches waste collection data from two providers:

Waste type Provider
Kehrichtabfuhr (household waste) buchegg-so.ch
Grüngutabfuhr (green waste) buchegg-so.ch
Altpapier (waste paper) localcities.ch

Not all localities have Altpapier collection dates on localcities.ch. If unavailable, only Kehrichtabfuhr and Grüngutabfuhr are returned.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: buchegg_so_ch
      args:
        locality: LOCALITY

Configuration Variables

locality (string) (required): The name of your village (Ortsteil) within Gemeinde Buchegg.

Available values: Aetigkofen, Aetingen, Bibern, Brittern, Brügglen, Gossliwil, Hessigkofen, Küttigkofen, Kyburg-Buchegg, Lüterswil-Gächliwil, Mühledorf, Tscheppach

Example

waste_collection_schedule:
  sources:
    - name: buchegg_so_ch
      args:
        ortschaft: "Aetingen"