Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.17 KB

zva_sek_de.md

File metadata and controls

54 lines (39 loc) · 1.17 KB

Zweckverband Abfallwirtschaft Schwalm-Eder-Kreis (ZVA)

Support for schedules provided by Abfallwirtschaft Schwalm-Eder-Kreis located in Hessia, Germany.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: zva_sek_de
      args:
        bezirk: BEZITK
        ortsteil: ORTSTEIL
        strasse: STRASSE

Configuration Variables

bezirk
(string) (required)

ortsteil
(string) (required)

strasse
(string) (optional) (default: "")

Example

waste_collection_schedule:
  sources:
    - name: zva_sek_de
      args:
        bezirk: "Fritzlar"
        ortsteil: "Fritzlar-kernstadt"
        strasse: "Ahornweg"
waste_collection_schedule:
  sources:
    - name: zva_sek_de
      args:
        bezirk: "Ottrau"
        ortsteil: "Immichenhain"

How to get the source arguments

These values are the location you want to query for. Make sure, the writing is exactly as it is on https://www.zva-sek.de/online-dienste Online-Dienste -> Abfallkalender. Typos will result in an parsing error which is printed in the log.