mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 05:06:33 +01:00
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.
1.2 KiB
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:
Just run this script from a shell and answer the questions.