Create ekm_mittelsachsen.yaml (#1531)

* Create ekm_mittelsachsen.yaml

* Create ekm_mittelsachsen_de.yaml

* Delete doc/ics/ekm_mittelsachsen.yaml

* Update ekm_mittelsachsen_de.yaml

* Create python-app.yml

* Delete .github/workflows/python-app.yml

* Create python-app.yml

* Delete .github/workflows/python-app.yml

* Create python-app.yml

* Delete .github/workflows/python-app.yml

* Create python-app.yml

* Update ekm_mittelsachsen_de.yaml

* Update python-app.yml

* Update python-app.yml

* Update python-app.yml

* Update python-app.yml

* Delete .github/workflows/python-app.yml

* Create python-app.yml

* Update python-app.yml

* Update python-app.yml

* Update python-app.yml

* Update python-app.yml

* Update ekm_mittelsachsen_de.yaml

* Delete .github/workflows/python-app.yml

* Create python-app.yml

* Update ekm_mittelsachsen_de.yaml

* fixed missing : and ./update_docu_links.py

---------

Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
This commit is contained in:
ksandig
2023-12-19 10:47:26 +01:00
committed by GitHub
parent 084b6945ad
commit a2127edf81
5 changed files with 39 additions and 1 deletions

View File

@@ -508,6 +508,7 @@ Waste collection schedules in the following formats and countries are supported.
- [EGW Westmünsterland](/doc/source/abfallnavi_de.md) / egw.de
- [Eichsfeldwerke GmbH](/doc/source/hausmuell_info.md) / eichsfeldwerke.de
- [Eigenbetrieb Kommunalwirtschaftliche Dienstleistungen Suhl](/doc/source/hausmuell_info.md) / ebkds.de
- [EKM Mittelsachsen GmbH](/doc/ics/ekm_mittelsachsen_de.md) / ekm-mittelsachsen.de
- [Entsorgungs- und Wirtschaftsbetrieb Landau in der Pfalz](/doc/source/c_trace_de.md) / ew-landau.de
- [Entsorgungsbetrieb Märkisch-Oderland](/doc/ics/entsorgungsbetrieb_mol_de.md) / entsorgungsbetrieb-mol.de
- [Entsorgungsbetrieb Stadt Mainz](/doc/source/muellmax_de.md) / eb-mainz.de

View File

@@ -0,0 +1,24 @@
# EKM Mittelsachsen GmbH
EKM Mittelsachsen GmbH 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.ekm-mittelsachsen.de/service-dienstleistungen/entsorgungstermine-abfallkalender>
- Select a year and your location.
- Right-click on `Digitalen Kalender exportieren` to copy the link.
- Replace the `url` in the example configuration with this link.
- Replace the year in the pasted link by {%Y}
## Examples
### Flöha, OT Falkenau
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: https://www.ekm-mittelsachsen.de/service-dienstleistungen/entsorgungstermine-abfallkalender?tx_ekmabfallkalender_abfallkalender%5Baction%5D=getIcal&tx_ekmabfallkalender_abfallkalender%5Bcity_id%5D=9886&tx_ekmabfallkalender_abfallkalender%5Bdistrict_id%5D=6871&tx_ekmabfallkalender_abfallkalender%5Byear%5D={%Y}&cHash=fcebd5160307e9c5690f3c7e02dcd869&tx_ekmabfallkalender_abfallkalender[types][]=r&tx_ekmabfallkalender_abfallkalender[types][]=p&tx_ekmabfallkalender_abfallkalender[types][]=l&tx_ekmabfallkalender_abfallkalender[trigger_days]=0
```

View File

@@ -0,0 +1,12 @@
title: EKM Mittelsachsen GmbH
url: https://www.ekm-mittelsachsen.de/
howto: |
- Goto <https://www.ekm-mittelsachsen.de/service-dienstleistungen/entsorgungstermine-abfallkalender>
- Select a year and your location.
- Right-click on `Digitalen Kalender exportieren` to copy the link.
- Replace the `url` in the example configuration with this link.
- Replace the year in the pasted link by {%Y}
test_cases:
Flöha, OT Falkenau:
url: "https://www.ekm-mittelsachsen.de/service-dienstleistungen/entsorgungstermine-abfallkalender?tx_ekmabfallkalender_abfallkalender%5Baction%5D=getIcal&tx_ekmabfallkalender_abfallkalender%5Bcity_id%5D=9886&tx_ekmabfallkalender_abfallkalender%5Bdistrict_id%5D=6871&tx_ekmabfallkalender_abfallkalender%5Byear%5D={%Y}&cHash=fcebd5160307e9c5690f3c7e02dcd869&tx_ekmabfallkalender_abfallkalender[types][]=r&tx_ekmabfallkalender_abfallkalender[types][]=p&tx_ekmabfallkalender_abfallkalender[types][]=l&tx_ekmabfallkalender_abfallkalender[trigger_days]=0"

View File

@@ -50,6 +50,7 @@ This source has been successfully tested with the following service providers:
- [Blaue Tonne - Schlaue Tonne](/doc/ics/blauetonne_schlauetonne_de.md) / blauetonne-schlauetonne.de
- [Cham Landkreis](/doc/ics/entsorgung_cham_de.md) / entsorgung-cham.de
- [EDG Entsorgung Dortmund](/doc/ics/edg_de.md) / edg.de
- [EKM Mittelsachsen GmbH](/doc/ics/ekm_mittelsachsen_de.md) / ekm-mittelsachsen.de
- [Entsorgungsbetrieb Märkisch-Oderland](/doc/ics/entsorgungsbetrieb_mol_de.md) / entsorgungsbetrieb-mol.de
- [Entsorgungsgesellschaft Görlitz-Löbau-Zittau](/doc/ics/abfall_eglz_de.md) / abfall-eglz.de
- [EVA Abfallentsorgung](/doc/ics/eva_abfallentsorgung_de.md) / eva-abfallentsorgung.de

File diff suppressed because one or more lines are too long