Skip to content

Latest commit

 

History

History
76 lines (57 loc) · 2.44 KB

buergerportal_de.md

File metadata and controls

76 lines (57 loc) · 2.44 KB

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

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

  1. Open the URL of your operator and click on the menu option Abfuhrkalender in the left sidebar.
  2. Select your district (Ort). Note: If your district contains two values separated by a comma, you also have to specify the subdistrict (Ortsteil): Enter the first part into the field district and the second part into the field subdistrict. This is necessary even if your district and subdistrict have the same value (e.g., Bullay, Bullay). Subdistrict may only be left empty if there is no comma in the field value.
  3. Select your street (Straße).
  4. 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.