Files
hacs_waste_collection_schedule/doc/source/abfallnavi_de.md
mampfes 005e57f9ee fix abfallnavi_de
abfallnavi.de changed their service api. Now it is no sufficient any
more to use the extracted street or house number id to fetch the dates
because the ids frequently change. Therefore it is now mandatory to
specify city, street and house number and the scraper has to query the
current id every time.
2020-12-29 11:19:36 +01:00

1.2 KiB

AbfallNavi.de

Support for schedules provided by Abfallnavi.de. The service is hosted under regioit.de.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: abfallnavi_de
      args:
        service: SERVICE
        ort: SERVICE
        strasse: STRASSE
        hausnummer: hausnummer

Configuration Variables

service
(string) (required)

ort
(string) (required)

strasse
(string) (required)

hausnummer
(string) (optional)

Example

waste_collection_schedule:
  sources:
    - name: abfallnavi_de
      args:
        service: coe
        ort: Coesfeld
        strasse: Ahornweg

How to get the source arguments

There is a script with an interactive command line interface which generates the required source configuration:

https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/custom_components/waste_collection_schedule/package/wizard/abfallnavi_de.py.

Just run this script from a shell and answer the questions.