Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.34 KB

File metadata and controls

50 lines (37 loc) · 1.34 KB

Südbrandenburgischer Abfallzweckverband

Support for schedules provided by https://www.sbazv.de/.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: sbazv_de
      args:
        city: CITY
        district: DISTRICT
        street: STREET

Configuration Variables

city
(string) (required)

district
(string) (required)

street
(string) (required)

Example

waste_collection_schedule:
  sources:
    - name: sbazv_de
      args:
        city: "wildau"
        district: "wildau"
        street: "Ahornring"

How to get the source arguments

Hardcore Variant: Extract arguments from website

The way to get the source arguments is to extract them from the website using a (desktop) browser with developer tools, e.g. Google Chrome:

  1. Open https://www.sbazv.de/entsorgungstermine/restmuell-papier-gelbesaecke-laubsaecke-weihnachtsbaeume/.
  2. Enter your data and click on "Termine anzeigen"
  3. Right-click on "Download als ICS Datei"
  4. In the context menu click on "Copy link address" (or something similiar, depending on your browser).
  5. Paste the copied string to a text editor. You can see the string to download your ics file now.