Skip to content

Commit

Permalink
add ICS source for AWU oberhavel
Browse files Browse the repository at this point in the history
  • Loading branch information
5ila5 committed Jun 2, 2023
1 parent fb8a797 commit fc91efa
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ Waste collection schedules in the following formats and countries are supported.
- [Neumünster (MyMuell App)](/doc/source/jumomind_de.md) / mymuell.de
- [Neunkirchen Siegerland](/doc/source/abfall_neunkirchen_siegerland_de.md) / neunkirchen-siegerland.de
- [Neustadt a.d. Waldnaab](/doc/source/awido_de.md) / neustadt.de
- [Oberhavel AWU](/doc/ics/awu_oberhavel_de.md) / awu-oberhavel.de
- [Potsdam](/doc/source/potsdam_de.md) / potsdam.de
- [Pullach im Isartal](/doc/source/awido_de.md) / pullach.de
- [Recklinghausen](/doc/source/jumomind_de.md) / zbh-ksr.de
Expand Down
22 changes: 22 additions & 0 deletions doc/ics/awu_oberhavel_de.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Oberhavel AWU

Oberhavel AWU 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.awu-oberhavel.de/fuer-haushalte/zusatzinfos/tourenplan/> and select your location.
- Right on `Alle Abfallarten` and select copy link.
- Replace the `url` in the example configuration with this link.

## Examples

### Fürstenberg Altthymener Dorfstraße

```yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: https://www.awu-oberhavel.de/fuer-haushalte/zusatzinfos/tourenplan/?no_cache=1&export=pap,hm,lvp,bio&city=F%C3%BCrstenberg/Havel%20OT%20Altthymen&street=Altthymener%20Dorfstra%C3%9Fe
```
9 changes: 9 additions & 0 deletions doc/ics/yaml/awu_oberhavel_de.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
title: Oberhavel AWU
url: https://www.awu-oberhavel.de
howto: |
- Goto <https://www.awu-oberhavel.de/fuer-haushalte/zusatzinfos/tourenplan/> and select your location.
- Right on `Alle Abfallarten` and select copy link.
- Replace the `url` in the example configuration with this link.
test_cases:
Fürstenberg Altthymener Dorfstraße:
url: "https://www.awu-oberhavel.de/fuer-haushalte/zusatzinfos/tourenplan/?no_cache=1&export=pap,hm,lvp,bio&city=F%C3%BCrstenberg/Havel%20OT%20Altthymen&street=Altthymener%20Dorfstra%C3%9Fe"
1 change: 1 addition & 0 deletions doc/source/ics.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ This source has been successfully tested with the following service providers:
- [Lebacher Abfallzweckverband (LAZ)](/doc/ics/lebach_de.md) / lebach.de
- [Lübeck Entsorgungsbetriebe](/doc/ics/luebeck_de.md) / luebeck.de
- [Mein-Abfallkalender.de](/doc/ics/mein_abfallkalender_de.md) / mein-abfallkalender.de
- [Oberhavel AWU](/doc/ics/awu_oberhavel_de.md) / awu-oberhavel.de
- [Stadt Detmold](/doc/ics/detmold_de.md) / detmold.de
- [Stadt Koblenz](/doc/ics/koblenz_de.md) / koblenz.de
- [Stadt Osnabrück](/doc/ics/osnabrueck_de.md) / osnabrueck.de
Expand Down
Loading

0 comments on commit fc91efa

Please sign in to comment.