adding entsorgung_regional_de ICS source

This commit is contained in:
5ila5
2023-09-05 18:29:32 +02:00
parent 402d4ecf7e
commit 5191fb301f
5 changed files with 44 additions and 1 deletions

View File

@@ -267,6 +267,7 @@ Waste collection schedules in the following formats and countries are supported.
- [AbfallNavi (RegioIT.de)](/doc/source/abfallnavi_de.md) / regioit.de
- [Abfalltermine Forchheim](/doc/source/abfalltermine_forchheim_de.md) / abfalltermine-forchheim.de
- [Abfallwirtschaft Alb-Donau-Kreis](/doc/source/buergerportal_de.md) / aw-adk.de
- [Abfallwirtschaft Enzkreis](/doc/ics/entsorgung_regional_de.md) / entsorgung-regional.de
- [Abfallwirtschaft Freiburg](/doc/ics/abfallwirtschaft_freiburg_de.md) / abfall-eglz.de
- [Abfallwirtschaft Germersheim](/doc/source/abfallwirtschaft_germersheim_de.md) / abfallwirtschaft-germersheim.de
- [Abfallwirtschaft Isar-Inn](/doc/source/awido_de.md) / awv-isar-inn.de

View File

@@ -0,0 +1,28 @@
# Abfallwirtschaft Enzkreis
Abfallwirtschaft Enzkreis is supported by the generic [ICS](/doc/source/ics.md) source. For all available configuration options, please refer to the source description.
## How to get the configuration arguments
- Goto <https://www.entsorgung-regional.de/entsorgung/leerungstermine/terminservice-ics-datei.html> and select your location.
- Select all waste types (or at least the ones you want to be reminded of).
- Replace the `url` in the example configuration with this link.
- Do not forget the method and params parameter.
## Examples
### Engelsbrand
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
method: POST
params:
ICS_DOWNLOAD: 3def184ad8f4755ff269862ea77393dd
url: "https://www.entsorgung-regional.de/entsorgung/leerungstermine/terminservice-ics-datei.html?icsgemeinde=Engelsbrand&icsortsteil=Salmbach&icsabfallart[]=Bioabfall&icsabfallart[]=Elektrogro\xDF\
ger\xE4te&icsabfallart[]=Glas&icsabfallart[]=LVP&icsabfallart[]=Papier&icsabfallart[]=Restm\xFC\
ll&icsabfallart[]=Schadstoff&icsabfallart[]=Sperrm\xFCll"
```

View File

@@ -0,0 +1,13 @@
title: Abfallwirtschaft Enzkreis
url: https://www.entsorgung-regional.de/
howto: |
- Goto <https://www.entsorgung-regional.de/entsorgung/leerungstermine/terminservice-ics-datei.html> and select your location.
- Select all waste types (or at least the ones you want to be reminded of).
- Replace the `url` in the example configuration with this link.
- Do not forget the method and params parameter.
test_cases:
Engelsbrand:
url: "https://www.entsorgung-regional.de/entsorgung/leerungstermine/terminservice-ics-datei.html?icsgemeinde=Engelsbrand&icsortsteil=Salmbach&icsabfallart[]=Bioabfall&icsabfallart[]=Elektrogroßgeräte&icsabfallart[]=Glas&icsabfallart[]=LVP&icsabfallart[]=Papier&icsabfallart[]=Restmüll&icsabfallart[]=Schadstoff&icsabfallart[]=Sperrmüll"
method: POST
params:
ICS_DOWNLOAD: 3def184ad8f4755ff269862ea77393dd

View File

@@ -22,6 +22,7 @@ This source has been successfully tested with the following service providers:
- [Abfallbehandlungsgesellschaft Havelland mbH (abh)](/doc/ics/abfall_havelland_de.md) / abfall-havelland.de
- [Abfallentsorgung Kreis Kassel](/doc/ics/abfall_kreis_kassel_de.md) / abfall-kreis-kassel.de
- [Abfallwirtschaft Enzkreis](/doc/ics/entsorgung_regional_de.md) / entsorgung-regional.de
- [Abfallwirtschaft Freiburg](/doc/ics/abfallwirtschaft_freiburg_de.md) / abfall-eglz.de
- [Abfallwirtschaft Landkreis Haßberg](/doc/ics/awhas_de.md) / awhas.de
- [Abfallwirtschaft Potsdam-Mittelmark (APM)](/doc/ics/apm_de.md) / apm-niemegk.de

File diff suppressed because one or more lines are too long