Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.19 KB

ahk_heidekreis_de.md

File metadata and controls

53 lines (41 loc) · 1.19 KB

AHK Heidekreis

Support for schedules provided by ahk-heidekreis.de.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: ahk_heidekreis_de
      args:
        city: CITY
        postcode: POSTCODE
        street: STREET
        house_number: HOUSE_NUMBER

Configuration Variables

city
(string) (required)

postcode
(string) (required)

street
(string) (required)

house_number
(string) (required)

Example

waste_collection_schedule:
  sources:
    - name: ahk_heidekreis_de
      args:
        city: Munster
        postcode: 29633
        street: Wagnerstr.
        house_number: "10-18"
    - name: ahk_heidekreis_de
      args:
        city: Fallingbostel/Bad Fallingbostel
        postcode: "29683"
        street: Konrad-Zuse-Str.
        house_number: "4"

How to get the source argument

Find the parameter of your address using https://www.ahk-heidekreis.de/fuer-privatkunden/abfuhrzeiten.html, click on "Entsorgungskalender", use the address lookup and write them exactly like on the web page.