Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1018 Bytes

File metadata and controls

47 lines (35 loc) · 1018 Bytes

Zweckverband Abfallwirtschaft Kreis Bergstraße

Support for schedules provided by Zweckverband Abfallwirtschaft Kreis Bergstraße, serving Kreis Bergstraße, Germany.

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: zakb_de
      args:
        ort: ORT
        strasse: STRAßE
        hnr: HAUSNUMMER
        hnr_zusatz: HAUSNUMMERZUSATZ

Configuration Variables

ort
(String) (required)

strasse
(String) (required)

hnr
(String | Integer) (required)

hnr_zusatz
(String) (optional)

Example

waste_collection_schedule:
    sources:
    - name: zakb_de
      args:
        ort: Abtsteinach
        strasse: Am Hofböhl
        hnr: 1
        hnr_zusatz: 

How to get the source argument

Find the parameter of your address using https://www.zakb.de/online-service/abfallkalender/ and write them exactly like on the web page.