add ICS stadtwerke Hürth

This commit is contained in:
5ila5
2024-01-21 14:14:41 +01:00
committed by 5ila5
parent 800a0434fe
commit dd94d43669
5 changed files with 36 additions and 1 deletions

View File

@@ -906,6 +906,7 @@ Waste collection schedules in the following formats and countries are supported.
- [Stadtreinigung Leipzig](/doc/source/stadtreinigung_leipzig_de.md) / stadtreinigung-leipzig.de
- [StadtService Brühl](/doc/source/stadtservice_bruehl_de.md) / stadtservice-bruehl.de
- [Stadtwerke Erfurt, SWE](/doc/source/hausmuell_info.md) / stadtwerke-erfurt.de
- [Stadtwerke Hürth](/doc/ics/stadtwerke_huerth_de.md) / stadtwerke-huerth.de
- [STL Lüdenscheid](/doc/source/abfallnavi_de.md) / stl-luedenscheid.de
- [Städteservice Raunheim Rüsselsheim](/doc/source/staedteservice_de.md) / staedteservice.de
- [SWK Herford](/doc/ics/swk_herford_de.md) / swk.herford.de

View File

@@ -0,0 +1,23 @@
# Stadtwerke Hürth
Stadtwerke Hürth 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.stadtwerke-huerth.de/de/Muellkalender/Muellkalender.html> and select your location on the left of the calendar (not the dropdown menu above the calendar).
- Copy the link of the button `Termine herunterladen` below the calendar.
- Replace the `url` in the example configuration with this link.
- You may want to change the date in the url to `{%Y}-01-01` für multi year use (not sure if necessary)
## Examples
### Alt-Hürth Am Römerkanal
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: https://www.swhmobil.de/muellkalender?tx_swhtonnenalarm_pi1%5Baction%5D=calendarFile&tx_swhtonnenalarm_pi1%5Bcontroller%5D=Calendar&tx_swhtonnenalarm_pi1%5BselectedDate%5D={%Y}-01-01&tx_swhtonnenalarm_pi1%5BselectedDistrict%5D=Alt-H%C3%BCrth&tx_swhtonnenalarm_pi1%5BselectedStreet%5D=Am%20R%C3%B6merkanal&tx_swhtonnenalarm_pi1%5BselectedTypes%5D%5B0%5D=1&tx_swhtonnenalarm_pi1%5BselectedTypes%5D%5B1%5D=5&tx_swhtonnenalarm_pi1%5BselectedTypes%5D%5B2%5D=4&tx_swhtonnenalarm_pi1%5BselectedTypes%5D%5B3%5D=2&tx_swhtonnenalarm_pi1%5BselectedTypes%5D%5B4%5D=6&tx_swhtonnenalarm_pi1%5BselectedTypes%5D%5B5%5D=3&tx_swhtonnenalarm_pi1%5BselectedTypes%5D%5B6%5D=7&type=1985&cHash=21e359062f8252efaa7b3dbfc57b98c1
```

View File

@@ -0,0 +1,10 @@
title: Stadtwerke Hürth
url: https://stadtwerke-huerth.de
howto: |
- Goto <https://www.stadtwerke-huerth.de/de/Muellkalender/Muellkalender.html> and select your location on the left of the calendar (not the dropdown menu above the calendar).
- Copy the link of the button `Termine herunterladen` below the calendar.
- Replace the `url` in the example configuration with this link.
- You may want to change the date in the url to `{%Y}-01-01` für multi year use (not sure if necessary)
test_cases:
Alt-Hürth Am Römerkanal:
url: "https://www.swhmobil.de/muellkalender?tx_swhtonnenalarm_pi1%5Baction%5D=calendarFile&tx_swhtonnenalarm_pi1%5Bcontroller%5D=Calendar&tx_swhtonnenalarm_pi1%5BselectedDate%5D={%Y}-01-01&tx_swhtonnenalarm_pi1%5BselectedDistrict%5D=Alt-H%C3%BCrth&tx_swhtonnenalarm_pi1%5BselectedStreet%5D=Am%20R%C3%B6merkanal&tx_swhtonnenalarm_pi1%5BselectedTypes%5D%5B0%5D=1&tx_swhtonnenalarm_pi1%5BselectedTypes%5D%5B1%5D=5&tx_swhtonnenalarm_pi1%5BselectedTypes%5D%5B2%5D=4&tx_swhtonnenalarm_pi1%5BselectedTypes%5D%5B3%5D=2&tx_swhtonnenalarm_pi1%5BselectedTypes%5D%5B4%5D=6&tx_swhtonnenalarm_pi1%5BselectedTypes%5D%5B5%5D=3&tx_swhtonnenalarm_pi1%5BselectedTypes%5D%5B6%5D=7&type=1985&cHash=21e359062f8252efaa7b3dbfc57b98c1"

View File

@@ -199,6 +199,7 @@ This source has been successfully tested with the following service providers:
- [Stadtbetrieb Frechen](/doc/ics/stadtbetrieb_frechen_de.md) / stadtbetrieb-frechen.de
- [Stadtentsorgung Rostock](/doc/ics/stadtentsorgung_rostock_de.md) / stadtentsorgung-rostock.de
- [Stadtreinigung Leipzig](/doc/ics/stadtreinigung_leipzig_de.md) / stadtreinigung-leipzig.de
- [Stadtwerke Hürth](/doc/ics/stadtwerke_huerth_de.md) / stadtwerke-huerth.de
- [SWK Herford](/doc/ics/swk_herford_de.md) / swk.herford.de
- [Technischer Betriebsdienst Reutlingen](/doc/ics/tbr_reutlingen_de.md) / tbr-reutlingen.de
- [ULM (EBU)](/doc/ics/ebu_ulm_de.md) / ebu-ulm.de

File diff suppressed because one or more lines are too long