Source for waste collection in multiple service areas.
waste_collection_schedule:
sources:
- name: buergerportal_de
args:
operator: OPERATOR
district: DISTRICT
subdistrict: SUBDISTRICT
street: STREET_NAME
number: HOUSE_NUMBER
show_volume: SHOW_VOLUME
alb_donau
: https://buerger-portal-albdonaukreisabfallwirtschaft.azurewebsites.netbiedenkopf
: https://biedenkopfmzv.buergerportal.digitalcochem_zell
: https://buerger-portal-cochemzell.azurewebsites.netbedburg
: https://buerger-portal-bedburg.azurewebsites.net
operator
(string) (required)
district
(string) (required)
street
(string) (required)
number
(string|int) (required)
subdistrict
(string) (optional) (default: null)
show_volume
(boolean) (optional) (default: false)
waste_collection_schedule:
sources:
- name: buergerportal_de
args:
operator: cochem_zell
district: Bullay
subdistrict: Bullay
street: Layenweg
number: 3
- Open the URL of your operator and click on the menu option
Abfuhrkalender
in the left sidebar. - Select your
district
(Ort). Note: If your district contains two values separated by a comma, you also have to specify thesubdistrict
(Ortsteil): Enter the first part into the fielddistrict
and the second part into the fieldsubdistrict
. This is necessary even if yourdistrict
andsubdistrict
have the same value (e.g.,Bullay, Bullay
). Subdistrict may only be left empty if there is no comma in the field value. - Select your
street
(Straße). - Select your
number
(Hausnummer).
All parameters are case-sensitive.
By default, this sources does not differentiate between different container sizes.
If your operator collects large containers (1000 l) on different dates than smaller ones (e.g., 120 l or 240 l), you may set show_volume: true
in your configuration.
If you do, the volume will be added to the waste type.
For example, the collection Bio
with a volume of 120 l would then be shown as Bio (120 l)
.
With this additional information, you can adjust all waste collections to your needs by making use of a source's customize
option.