mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-20 23:04:13 +01:00
2.4 KiB
2.4 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) (optional)
required if the service provider website requests it
hausnummer
(string | Integer) (optional)
Example
waste_collection_schedule:
sources:
- name: abfallnavi_de
args:
service: coe
ort: Coesfeld
strasse: Ahornweg
How to get the source arguments
Your serviceID can be found in the list below. ort, strasse and hausnummer (only supply if needed) should match the values of the serviceproviders search form.
| Region | service |
|---|---|
| Stadt Aachen | aachen |
| Abfallwirtschaft Stadt Nürnberg | nuernberg |
| Abfallwirtschaftsbetrieb Bergisch Gladbach | aw-bgl2 |
| AWA Entsorgungs GmbH | zew2 |
| AWG Kreis Warendorf | krwaf |
| Bergischer Abfallwirtschaftverbund | bav |
| Kreis Coesfeld | coe |
| Stadt Cottbus | cottbus |
| Dinslaken | din |
| Stadt Dorsten | dorsten |
| EGW Westmünsterland | wml2 |
| Gütersloh | gt2 |
| Halver | hlv |
| Kreis Heinsberg | krhs |
| Kronberg im Taunus | kronberg |
| Stadt Norderstedt | nds |
| Kreis Pinneberg | pi |
| Gemeinde Roetgen | roe |
| Stadt Solingen | solingen |
| STL Lüdenscheid | stl |
| GWA - Kreis Unna mbH | unna |
| Kreis Viersen | viersen |
| WBO Wirtschaftsbetriebe Oberhausen | oberhausen |
| ZEW Zweckverband Entsorgungsregion West | zew2 |
Using the wizard
There is a script with an interactive command line interface which generates the required source configuration:
First, install the Python module inquirer. Then run this script from a shell and answer the questions.