Support for schedules provided by abfall-kreis-tuebingen.de.
waste_collection_schedule:
sources:
- name: abfall_kreis_tuebingen_de
args:
ort: ORT
dropzone: DROPZONE
ics_with_drop: ICS_WITH_DROP
ort
(integer) (required)
dropzone
(integer) (required)
ics_with_drop
(boolean) (optional, default: False
)
waste_collection_schedule:
sources:
- name: abfall_kreis_tuebingen_de
args:
ort: 3
dropzone: 525
There is a script with an interactive command line interface which generates the required source configuration:
Just run this script from a shell and answer the questions.
Another way get the source arguments is to extract the arguments from the website using a (desktop) browser with developer tools, e.g. Google Chrome:
- Open https://www.abfall-kreis-tuebingen.de/services/online-abfuhrtermine/.
- Enter your data, but don't click on "ICS Download" so far!
- Open the Developer Tools (Ctrl + Shift + I) and open the
Network
tab. - Now click the "ICS Download" button.
- You should see (amongst other's) one entry labeled
admin-ajax.php
in the network recording. - Select
admin-ajax.php
on the left hand side and scroll down toForm Data
on the right hand side. - Here you can find the values for
ort
anddropzone
.