Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.14 KB

beg_logistics_de.md

File metadata and controls

54 lines (40 loc) · 1.14 KB

Bremerhavener Entsorgungsgesellschaft mbH

Support for schedules provided by Bremerhavener Entsorgungsgesellschaft mbH, serving Bremerhaven, Germany.

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: beg_logistics_de
      args:
        street: STREET
        hnr: "HOUSE NUMBER"
        two_weeks: TWO_WEEKS

Configuration Variables

street
(String) (required)

hnr
(String | Integer) (required)

two_weeks (Boolean) (optional|default=False)

weather to use 14 day collection schedule

Example

waste_collection_schedule:
    sources:
    - name: beg_logistics_de
      args:
        street: Hafenstraße, Bremerhaven
        hnr: "22"
waste_collection_schedule:
    sources:
    - name: beg_logistics_de
      args:
        street: Hadeler Heide, Cuxhaven
        hnr: "22"
        two_weeks: True

How to get the source argument

Find the parameter of your address using https://kalender.beg-logistics.de/schedules/public and write them exactly like on the web page.