add Entsorgungstermine Jena

This commit is contained in:
ChristophMellueh
2024-08-13 14:24:06 +02:00
committed by 5ila5
parent 5c35aeafce
commit e8bf2f5133
6 changed files with 41 additions and 1 deletions

View File

@@ -767,6 +767,7 @@ If your service provider is not listed, feel free to open a [source request issu
- [Entsorgungsbetrieb Stadt Mainz](/doc/source/muellmax_de.md) / eb-mainz.de
- [Entsorgungsbetriebe Essen](/doc/source/abfall_io.md) / ebe-essen.de
- [Entsorgungsgesellschaft Görlitz-Löbau-Zittau](/doc/ics/abfall_eglz_de.md) / abfall-eglz.de
- [Entsorgungstermine Jena](/doc/ics/entsorgungstermine_jena_de.md) / entsorgungstermine.jena.de
- [Erbach](/doc/source/reso_gmbh_de.md) / reso-gmbh.de
- [Erfstadt (inoffical)](/doc/ics/abfallkalender_erftstadt_de.md) / abfallkalender-erftstadt.de
- [Esens (MyMuell App)](/doc/source/jumomind_de.md) / mymuell.de

View File

@@ -3855,6 +3855,11 @@
"module": "ics",
"default_params": {}
},
{
"title": "Entsorgungstermine Jena",
"module": "ics",
"default_params": {}
},
{
"title": "Erbach",
"module": "reso_gmbh_de",

View File

@@ -0,0 +1,23 @@
# Entsorgungstermine Jena
Entsorgungstermine Jena 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://entsorgungstermine.jena.de> and select your address.
- For all bin types do not select any bin type
- Copy the link of the `ICS Jahr` button
- Replace the `url` in the example configuration with this link.
## Examples
### Altenburger Strasse 15-19
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: https://entsorgungstermine.jena.de/makeICSAll??x=true&street=Altenburger+Stra%C3%9Fe&hnummer=15-19
```

View File

@@ -0,0 +1,10 @@
title: Entsorgungstermine Jena
url: https://entsorgungstermine.jena.de
howto: |
- Goto <https://entsorgungstermine.jena.de> and select your address.
- For all bin types do not select any bin type
- Copy the link of the `ICS Jahr` button
- Replace the `url` in the example configuration with this link.
test_cases:
Altenburger Strasse 15-19:
url: "https://entsorgungstermine.jena.de/makeICSAll??x=true&street=Altenburger+Stra%C3%9Fe&hnummer=15-19"

View File

@@ -194,6 +194,7 @@ This source has been successfully tested with the following service providers:
- [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
- [Entsorgungstermine Jena](/doc/ics/entsorgungstermine_jena_de.md) / entsorgungstermine.jena.de
- [Erfstadt (inoffical)](/doc/ics/abfallkalender_erftstadt_de.md) / abfallkalender-erftstadt.de
- [ESG Soest - Entsorgungswirtschaft Soest GmbH](/doc/ics/esg_soest_de.md) / esg-soest.de
- [EVA Abfallentsorgung](/doc/ics/eva_abfallentsorgung_de.md) / eva-abfallentsorgung.de

File diff suppressed because one or more lines are too long