mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
added ICS gipsprojkt (only heidelberg atm)
This commit is contained in:
@@ -397,7 +397,7 @@ Waste collection schedules in the following formats and countries are supported.
|
||||
- [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
|
||||
- [Abfallwirtschaft Kreis Plön](/doc/ics/kreis_ploen_de.md) / gross-gerau.de
|
||||
- [Abfallwirtschaft Kreis Plön](/doc/ics/kreis_ploen_de.md) / kreis-ploen.de
|
||||
- [Abfallwirtschaft Lahn-Dill-Kreises](/doc/source/awido_de.md) / awld.de
|
||||
- [Abfallwirtschaft Landkreis Böblingen](/doc/source/abfall_io.md) / awb-bb.de
|
||||
- [Abfallwirtschaft Landkreis Freudenstadt](/doc/source/abfall_io.md) / awb-fds.de
|
||||
@@ -537,6 +537,7 @@ Waste collection schedules in the following formats and countries are supported.
|
||||
- [Gemeinde Schutterwald](/doc/source/cmcitymedia_de.md) / cmcitymedia.de
|
||||
- [Gemeinde Senden (Westfalen)](/doc/source/cmcitymedia_de.md) / cmcitymedia.de
|
||||
- [Gemeinde Unterhaching](/doc/source/awido_de.md) / unterhaching.de
|
||||
- [Gipsprojekt](/doc/ics/gipsprojekt_de.md) / gipsprojekt.de
|
||||
- [Großkrotzenburg (MyMuell App)](/doc/source/jumomind_de.md) / mymuell.de
|
||||
- [Göttinger Entsorgungsbetriebe](/doc/source/abfall_io.md) / geb-goettingen.de
|
||||
- [Gütersloh](/doc/source/abfallnavi_de.md) / guetersloh.de
|
||||
@@ -547,6 +548,7 @@ Waste collection schedules in the following formats and countries are supported.
|
||||
- [Hattersheim am Main](/doc/source/jumomind_de.md) / hattersheim.de
|
||||
- [hausmüll.info](/doc/source/hausmuell_info.md) / hausmuell.info
|
||||
- [Havelland](/doc/source/app_abfallplus_de.md) / Abfall+ App: app
|
||||
- [Heidelberg](/doc/ics/gipsprojekt_de.md) / heidelberg.de
|
||||
- [Heilbronn Entsorgungsbetriebe](/doc/source/heilbronn_de.md) / heilbronn.de
|
||||
- [Hohenlohekreis](/doc/source/app_abfallplus_de.md) / Abfall+ App: hokwaste
|
||||
- [Hohenlohekreis](/doc/source/cmcitymedia_de.md) / cmcitymedia.de
|
||||
|
||||
@@ -6,7 +6,7 @@ Landkreis Peine is supported by the generic [ICS](/doc/source/ics.md) source. Fo
|
||||
## How to get the configuration arguments
|
||||
|
||||
- Goto <https://www.ab-peine.de/Abfuhrtermine/> and select your address. You can leave `Ab Monat` and `Darstellung` as is.
|
||||
- For all bin types leave all bin types **unselected**
|
||||
- For all bin types do not select any bin type checkbox
|
||||
- Copy the link of the `Kalender abonnieren` button
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
|
||||
|
||||
27
doc/ics/gipsprojekt_de.md
Normal file
27
doc/ics/gipsprojekt_de.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# Gipsprojekt
|
||||
|
||||
Gipsprojekt is supported by the generic [ICS](/doc/source/ics.md) source. For all available configuration options, please refer to the source description.
|
||||
|
||||
known to work with:
|
||||
| region | url |
|
||||
| ------ | --- |
|
||||
| Heidelberg | <https://www.gipsprojekt.de/featureGips/Gips?Anwendung=Abfuhrkalender&Mandant=Heidelberg&Abfuhrkalender=Heidelberg> |
|
||||
|
||||
|
||||
## How to get the configuration arguments
|
||||
|
||||
- Goto the Abfuhrkalender url of your service provider (like <https://www.gipsprojekt.de/featureGips/Gips?Anwendung=Abfuhrkalender&Mandant=Heidelberg&Abfuhrkalender=Heidelberg>) and click on your location/street.
|
||||
- Right-click -> copy the url of the Im iCalendar-Format abonnieren/speichern.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
|
||||
## Examples
|
||||
|
||||
### Heidelberg Berthold-Mogel-Str. (Südstadt)
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: ics
|
||||
args:
|
||||
url: https://www.gipsprojekt.de/featureGips/Gips?SessionMandant=Heidelberg&Anwendung=ABFUHRKALENDER&Methode=TermineAnzeigenICS&Mandant=Heidelberg&Abfuhrkalender=Heidelberg&Bezirk_ID=36413&Jahr=2023&Suchkriterium1=
|
||||
```
|
||||
19
doc/ics/yaml/gipsprojekt_de.yaml
Normal file
19
doc/ics/yaml/gipsprojekt_de.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
title: Gipsprojekt
|
||||
url: https://www.gipsprojekt.de/
|
||||
howto: |
|
||||
- Goto the Abfuhrkalender url of your service provider (like <https://www.gipsprojekt.de/featureGips/Gips?Anwendung=Abfuhrkalender&Mandant=Heidelberg&Abfuhrkalender=Heidelberg>) and click on your location/street.
|
||||
- Right-click -> copy the url of the Im iCalendar-Format abonnieren/speichern.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
description: |
|
||||
known to work with:
|
||||
| region | url |
|
||||
| ------ | --- |
|
||||
| Heidelberg | <https://www.gipsprojekt.de/featureGips/Gips?Anwendung=Abfuhrkalender&Mandant=Heidelberg&Abfuhrkalender=Heidelberg> |
|
||||
extra_info:
|
||||
- title: Heidelberg
|
||||
url: https://heidelberg.de/
|
||||
country: de
|
||||
test_cases:
|
||||
Heidelberg Berthold-Mogel-Str. (Südstadt):
|
||||
url: "https://www.gipsprojekt.de/featureGips/Gips?SessionMandant=Heidelberg&Anwendung=ABFUHRKALENDER&Methode=TermineAnzeigenICS&Mandant=Heidelberg&Abfuhrkalender=Heidelberg&Bezirk_ID=36413&Jahr=2023&Suchkriterium1="
|
||||
|
||||
@@ -37,7 +37,7 @@ This source has been successfully tested with the following service providers:
|
||||
- [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 Kreis Plön](/doc/ics/kreis_ploen_de.md) / gross-gerau.de
|
||||
- [Abfallwirtschaft Kreis Plön](/doc/ics/kreis_ploen_de.md) / kreis-ploen.de
|
||||
- [Abfallwirtschaft Landkreis Haßberg](/doc/ics/awhas_de.md) / awhas.de
|
||||
- [Abfallwirtschaft Potsdam-Mittelmark (APM)](/doc/ics/apm_de.md) / apm-niemegk.de
|
||||
- [Abfallwirtschaftsbetrieb Ilm-Kreis](/doc/ics/ilm_kreis_de.md) / ilm-kreis.de
|
||||
@@ -57,7 +57,9 @@ This source has been successfully tested with the following service providers:
|
||||
- [EVA Abfallentsorgung](/doc/ics/eva_abfallentsorgung_de.md) / eva-abfallentsorgung.de
|
||||
- [FES Frankfurter Entsorgungs- und Service GmbH](/doc/ics/fes_frankfurt_de.md) / fes-frankfurt.de
|
||||
- [Gelsendienste Gelsenkirchen](/doc/ics/gelsendienste_de.md) / gelsendienste.de
|
||||
- [Gipsprojekt](/doc/ics/gipsprojekt_de.md) / gipsprojekt.de
|
||||
- [Hallesche Wasser und Stadtwirtschaft GmbH](/doc/ics/hws_halle_de.md) / hws-halle.de
|
||||
- [Heidelberg](/doc/ics/gipsprojekt_de.md) / heidelberg.de
|
||||
- [Kreisstadt Groß-Gerau](/doc/ics/gross_gerau_de.md) / gross-gerau.de
|
||||
- [Landkreis Anhalt-Bitterfeld](/doc/ics/abikw_de.md) / abikw.de
|
||||
- [Landkreis Böblingen](/doc/ics/abfall_app_net.md) / lrabb.de
|
||||
|
||||
Reference in New Issue
Block a user