add ICS source awd_online_de

This commit is contained in:
5ila5
2024-06-15 15:10:42 +02:00
committed by 5ila5
parent 184f54d7c9
commit 10cde4c174
5 changed files with 36 additions and 1 deletions

View File

@@ -550,6 +550,7 @@ Waste collection schedules in the following formats and countries are supported.
- [Abfallwirtschaft Alb-Donau-Kreis](/doc/source/buergerportal_de.md) / aw-adk.de
- [Abfallwirtschaft Altkreis Göttingen](/doc/source/app_abfallplus_de.md) / Abfall+ App: lkgoettingen
- [Abfallwirtschaft Altkreis Osterode am Harz](/doc/source/app_abfallplus_de.md) / Abfall+ App: lkgoettingen
- [Abfallwirtschaft Dithmarschen (AWD)](/doc/ics/awd_online_de.md) / awd-online.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

23
doc/ics/awd_online_de.md Normal file
View File

@@ -0,0 +1,23 @@
# Abfallwirtschaft Dithmarschen (AWD)
Abfallwirtschaft Dithmarschen (AWD) 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.awd-online.de/abfuhrtermine/> and select your location.
- You can either preselect your collection types now or modify them later using the customize option.
- Right click -> copy url the `Als Kalenderdatei (.ics) herunterladen` link.
- Replace the `url` in the example configuration with this link.
## Examples
### Nordhastedt Hauptsr. 24A
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: https://api.awd-online.de/api_v2/collection_dates/1/ort/82/strasse/170/hausnummern/24A/abfallarten/R02-R04-R01-R21-B02-D02-P04-P02-P11-G0-W0/kalender.ics
```

View File

@@ -0,0 +1,10 @@
title: Abfallwirtschaft Dithmarschen (AWD)
url: https://awd-online.de/
howto: |
- Goto <https://www.awd-online.de/abfuhrtermine/> and select your location.
- You can either preselect your collection types now or modify them later using the customize option.
- Right click -> copy url the `Als Kalenderdatei (.ics) herunterladen` link.
- Replace the `url` in the example configuration with this link.
test_cases:
Nordhastedt Hauptsr. 24A:
url: "https://api.awd-online.de/api_v2/collection_dates/1/ort/82/strasse/170/hausnummern/24A/abfallarten/R02-R04-R01-R21-B02-D02-P04-P02-P11-G0-W0/kalender.ics"

View File

@@ -154,6 +154,7 @@ This source has been successfully tested with the following service providers:
- [Abfall IO ICS Version](/doc/ics/abfall_io_ics.md) / abfallplus.de
- [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 Dithmarschen (AWD)](/doc/ics/awd_online_de.md) / awd-online.de
- [Abfallwirtschaft Enzkreis](/doc/ics/entsorgung_regional_de.md) / entsorgung-regional.de
- [Abfallwirtschaft Freiburg](/doc/ics/abfallwirtschaft_freiburg_de.md) / abfall-eglz.de
- [Abfallwirtschaft Kreis Plön](/doc/ics/kreis_ploen_de.md) / kreis-ploen.de

File diff suppressed because one or more lines are too long