mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
fixed/Imporved some ICS sources added alp_lup_de source
This commit is contained in:
@@ -514,6 +514,7 @@ Waste collection schedules in the following formats and countries are supported.
|
||||
<details>
|
||||
<summary>Germany</summary>
|
||||
|
||||
- [Aballwirtschaft Ludwigslust-Parchim AöR](/doc/ics/alp_lup_de.md) / alp-lup.de
|
||||
- [Abfall App](/doc/ics/abfall_app_net.md) / abfall-app.net
|
||||
- [Abfall Stuttgart](/doc/source/stuttgart_de.md) / service.stuttgart.de
|
||||
- [Abfall-Wirtschafts-Verband Nordschwaben](/doc/source/awido_de.md) / awv-nordschwaben.de
|
||||
|
||||
@@ -8,6 +8,7 @@ Landkreis Anhalt-Bitterfeld is supported by the generic [ICS](/doc/source/ics.md
|
||||
- Goto <https://www.abikw.de/kundenportal/abfalltourenplan> and select your location.
|
||||
- Click on `Exportieren iCal` and copy the link below `URL in Kalender-App einbinden`.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
- Replace the year in the url with `{%Y}` (as shown in the example).
|
||||
|
||||
## Examples
|
||||
|
||||
@@ -18,5 +19,5 @@ waste_collection_schedule:
|
||||
sources:
|
||||
- name: ics
|
||||
args:
|
||||
url: https://abikw.wastebox.gemos-management.de/Gemos/WasteBox/Frontend/TourSchedule/Raw/Name/2023/list/81779/565,566,567,568,569/Print/ics/Default/Abfuhrtermine.ics
|
||||
url: https://abikw.wastebox.gemos-management.de/Gemos/WasteBox/Frontend/TourSchedule/Raw/Name/{%Y}/list/82169/565,566,567,568,569/Print/ics/Default/Abfuhrtermine.ics
|
||||
```
|
||||
|
||||
23
doc/ics/alp_lup_de.md
Normal file
23
doc/ics/alp_lup_de.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Aballwirtschaft Ludwigslust-Parchim AöR
|
||||
|
||||
Aballwirtschaft Ludwigslust-Parchim AöR 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://alp-lup.de/Service-Center/Abfuhrtermine/Abfallkalender/> and select your location.
|
||||
- Click on `Exportieren iCal` and copy the link below `URL in Kalender-App einbinden`.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
- Replace the year in the url with `{%Y}` (as shown in the example).
|
||||
|
||||
## Examples
|
||||
|
||||
### Alt Brenz
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: ics
|
||||
args:
|
||||
url: https://lwl.wastebox.gemos-management.de/Gemos/WasteBox/Frontend/TourSchedule/Raw/Name/{%Y}/list/151002/1382,1383,1384,1385,1386,1387/61,64,68/Print/ics/Default/Abfuhrtermine.ics
|
||||
```
|
||||
@@ -5,10 +5,10 @@ Entsorgungsbetrieb Märkisch-Oderland is supported by the generic [ICS](/doc/sou
|
||||
|
||||
## How to get the configuration arguments
|
||||
|
||||
- Goto <https://www.entsorgungsbetrieb-mol.de/de/tourenplan-2022.html> and select your location.
|
||||
- Click on `Exportieren`.
|
||||
- Click on `Adresse kopieren` to copy link.
|
||||
- Goto <https://www.entsorgungsbetrieb-mol.de/de/tourenplan-2024.html> and select your location.
|
||||
- copy the link of the `ICS` button.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
- Replace the year in the url with `{%Y}` (as shown in the example).
|
||||
|
||||
## Examples
|
||||
|
||||
@@ -19,5 +19,5 @@ waste_collection_schedule:
|
||||
sources:
|
||||
- name: ics
|
||||
args:
|
||||
url: https://mol.wastebox.gemos-management.de/Gemos/WasteBox/Frontend/TourSchedule/Raw/Name/2023/List/585587/2696,2697,2698,2699,2700,2701,2702,2703/Print/ics/Default/Abfuhrtermine.ics
|
||||
url: https://api.abfall.io/?key=efb75cbd1f08fae1d4e47ae72a85c655&mode=export&idhousenumber=7701&wastetypes=18,2139,20,2639,295,42,1480&timeperiod={%Y}0101-{%Y}1231&showinactive=false&type=ics
|
||||
```
|
||||
|
||||
@@ -4,6 +4,7 @@ howto: |
|
||||
- Goto <https://www.abikw.de/kundenportal/abfalltourenplan> and select your location.
|
||||
- Click on `Exportieren iCal` and copy the link below `URL in Kalender-App einbinden`.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
- Replace the year in the url with `{%Y}` (as shown in the example).
|
||||
test_cases:
|
||||
Trüben:
|
||||
url: "https://abikw.wastebox.gemos-management.de/Gemos/WasteBox/Frontend/TourSchedule/Raw/Name/2023/list/81779/565,566,567,568,569/Print/ics/Default/Abfuhrtermine.ics"
|
||||
url: "https://abikw.wastebox.gemos-management.de/Gemos/WasteBox/Frontend/TourSchedule/Raw/Name/{%Y}/list/82169/565,566,567,568,569/Print/ics/Default/Abfuhrtermine.ics"
|
||||
|
||||
10
doc/ics/yaml/alp_lup_de.yaml
Normal file
10
doc/ics/yaml/alp_lup_de.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
title: Aballwirtschaft Ludwigslust-Parchim AöR
|
||||
url: https://alp-lup.de
|
||||
howto: |
|
||||
- Goto <https://alp-lup.de/Service-Center/Abfuhrtermine/Abfallkalender/> and select your location.
|
||||
- Click on `Exportieren iCal` and copy the link below `URL in Kalender-App einbinden`.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
- Replace the year in the url with `{%Y}` (as shown in the example).
|
||||
test_cases:
|
||||
Alt Brenz:
|
||||
url: "https://lwl.wastebox.gemos-management.de/Gemos/WasteBox/Frontend/TourSchedule/Raw/Name/{%Y}/list/151002/1382,1383,1384,1385,1386,1387/61,64,68/Print/ics/Default/Abfuhrtermine.ics"
|
||||
@@ -1,10 +1,10 @@
|
||||
title: Entsorgungsbetrieb Märkisch-Oderland
|
||||
url: https://www.entsorgungsbetrieb-mol.de/
|
||||
howto: |
|
||||
- Goto <https://www.entsorgungsbetrieb-mol.de/de/tourenplan-2022.html> and select your location.
|
||||
- Click on `Exportieren`.
|
||||
- Click on `Adresse kopieren` to copy link.
|
||||
- Goto <https://www.entsorgungsbetrieb-mol.de/de/tourenplan-2024.html> and select your location.
|
||||
- copy the link of the `ICS` button.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
- Replace the year in the url with `{%Y}` (as shown in the example).
|
||||
test_cases:
|
||||
Buckow, Hasenholz:
|
||||
url: "https://mol.wastebox.gemos-management.de/Gemos/WasteBox/Frontend/TourSchedule/Raw/Name/2023/List/585587/2696,2697,2698,2699,2700,2701,2702,2703/Print/ics/Default/Abfuhrtermine.ics"
|
||||
url: "https://api.abfall.io/?key=efb75cbd1f08fae1d4e47ae72a85c655&mode=export&idhousenumber=7701&wastetypes=18,2139,20,2639,295,42,1480&timeperiod={%Y}0101-{%Y}1231&showinactive=false&type=ics"
|
||||
|
||||
@@ -148,6 +148,7 @@ This source has been successfully tested with the following service providers:
|
||||
|
||||
### Germany
|
||||
|
||||
- [Aballwirtschaft Ludwigslust-Parchim AöR](/doc/ics/alp_lup_de.md) / alp-lup.de
|
||||
- [Abfall App](/doc/ics/abfall_app_net.md) / abfall-app.net
|
||||
- [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
|
||||
|
||||
Reference in New Issue
Block a user