Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.1 KB

awb_lm_de.md

File metadata and controls

49 lines (36 loc) · 1.1 KB

AWB Limburg-Weilburg

Support for schedules provided by awb-lm.de located in Hessen, Germany.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: awb_lm_de
      args:
        district: DISTRICT_ID
        city: CITY_ID
        street: STREET_ID

Configuration Variables

district
(int) (required)

city
(int) (required)

street
(int) (required)

Example

waste_collection_schedule:
  sources:
    - name: awb_lm_de
      args:
        district: 1
        city: 47
        street: 1384

How to get the source arguments

Visit Abfuhrtermine, put in your address and press "Abfuhrtermine anzeigen".

Next right-click on the first dropdown and select "Inspect". Open the collapsed select-element in your browsers inspect-window. You'll find all the districts with their IDs, for example district "Limburg" with district ID 9:

<option value="9">Limburg</option>

Repeat these steps for your city and street to get the correct IDs.