2.4 KiB
Bürgerportal
Source for waste collection in multiple service areas.
Configuration via configuration.yaml
waste_collection_schedule:
sources:
- name: buergerportal_de
args:
operator: OPERATOR
district: DISTRICT
subdistrict: SUBDISTRICT
street: STREET_NAME
number: HOUSE_NUMBER
show_volume: SHOW_VOLUME
Supported Operators
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
Configuration Variables
operator
(string) (required)
district
(string) (required)
street
(string) (required)
number
(string|int) (required)
subdistrict
(string) (optional) (default: null)
show_volume
(boolean) (optional) (default: false)
Example
waste_collection_schedule:
sources:
- name: buergerportal_de
args:
operator: cochem_zell
district: Bullay
subdistrict: Bullay
street: Layenweg
number: 3
How to get the source arguments
- Open the URL of your operator and click on the menu option
Abfuhrkalenderin 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 fielddistrictand the second part into the fieldsubdistrict. This is necessary even if yourdistrictandsubdistricthave 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.
Notes on Container Volumes
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.