Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 777 Bytes

zaw_online_de.md

File metadata and controls

26 lines (18 loc) · 777 Bytes

zaw-online

Support for schedules provided by zaw-online.de for Darmstadt Dieburg located in Hesse, Germany.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: zaw_online_de
      args:
        city: MQ
        street: Nzc0MQ

Configuration Variables

city
(string) (required)

street
(string) (required)

How to get the source arguments

Visit Abfallkalender and select your city and street. Press F12 or rightclick -> inspect to view the source code of the Page. Search for the <select> tag for the city and street. The street and city arguments should be the value parameter of the corresponding <select> tag.