Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.31 KB

staedteservice_de.md

File metadata and controls

49 lines (35 loc) · 1.31 KB

Staedteservice Raunheim Rüsselsheim

Support for schedules provided by staedteservice.de location Raunheim and Rüsselsheim.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: staedteservice_de
      args:
        city: CITY
        street_number: STREET NUMBER

Configuration Variables

city
(string) (required) Should be Raunheim or ``Rüsselsheim` and not "Rüsselsheim am Main"

street_number
(string) (optional) only for compatibility with old configurations

street_name
(string) (required if not street_number is provided)

house_number
(string|integer)

Example

waste_collection_schedule:
  sources:
    - name: staedteservice_de
      args:
        city: "Raunheim"
        street_name: wilhelm-Busch-Straße
        house_number: 3

How to get the source arguments

  1. Visit https://portal.staedteservice.de/calendar/.
  2. Select your city, street, house_number.

Using street_number

street_number was used on an old version of this source, It may work with this newer version. You can still find your internal street_number / streetId using your browsers developer tool and inspect the network traffic.