Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.11 KB

eigenbetrieb_abfallwirtschaft_de.md

File metadata and controls

44 lines (34 loc) · 1.11 KB

ASPN

Support for schedules provided by ASPN

  1. Go to ASPN and select your city and street.
  2. The address of the browser window is changed by the website.
  3. Use the ids in the address to configure your waste collection schedule.

Example:

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: eigenbetrieb_abfallwirtschaft_de
      args:
        city: CITY_ID
        street: STREET_ID

Configuration Variables

city
(string) (required): The id of your city

street
(string) (required): The id of your street

Example

waste_collection_schedule:
  sources:
    - name: eigenbetrieb_abfallwirtschaft_de
      args:
        city: "4"
        street: "344"