Update app_abfallplus_de.md (#1539)

* Update app_abfallplus_de.md

Updated doc for Abfall+ and added an example for Kreis Waldshut (Issue ##1537), thank to the help of @5ila5

* rename one Waldshut to Kreis Waldshut

---------

Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
Co-authored-by: 5ila5 <38183212+5ila5@users.noreply.github.com>
This commit is contained in:
Michael Hallmann
2024-05-22 21:28:25 +02:00
committed by GitHub
parent 8f8a641650
commit 3afa6f1ad0
4 changed files with 23 additions and 10 deletions

View File

@@ -780,6 +780,7 @@ Waste collection schedules in the following formats and countries are supported.
- [Kreis Vechta](/doc/source/app_abfallplus_de.md) / Abfall+ App: awvapp
- [Kreis Viersen](/doc/source/abfallnavi_de.md) / kreis-viersen.de
- [Kreis Vorpommern-Rügen](/doc/source/app_abfallplus_de.md) / Abfall+ App: abfallappvorue
- [Kreis Waldshut](/doc/source/app_abfallplus_de.md) / Abfall+ App: abfallwecker
- [Kreis Weißenburg-Gunzenhausen](/doc/source/app_abfallplus_de.md) / Abfall+ App: abfallappwug
- [Kreis Wesermarsch](/doc/source/app_abfallplus_de.md) / Abfall+ App: abfallappgib
- [Kreis Würzburg](/doc/source/app_abfallplus_de.md) / Abfall+ App: teamorange
@@ -981,7 +982,6 @@ Waste collection schedules in the following formats and countries are supported.
- [VIVO Landkreis Miesbach](/doc/source/abfall_io.md) / vivowarngau.de
- [Volkmarsen (MyMuell App)](/doc/source/jumomind_de.md) / mymuell.de
- [Vöhringen (MyMuell App)](/doc/source/jumomind_de.md) / mymuell.de
- [Waldshut](/doc/source/app_abfallplus_de.md) / Abfall+ App: abfallwecker
- [Waldshut](/doc/source/app_abfallplus_de.md) / Abfall+ App: unterallgaeu
- [WBO Wirtschaftsbetriebe Oberhausen](/doc/source/abfallnavi_de.md) / wbo-online.de
- [Wegberg (MyMuell App)](/doc/source/jumomind_de.md) / mymuell.de

View File

@@ -153,7 +153,7 @@ SUPPORTED_SERVICES = {
"de.abfallwecker": [
"Rottweil",
"Tuttlingen",
"Waldshut",
"Kreis Waldshut",
"Prignitz",
"Nordsachsen",
],

View File

@@ -6,7 +6,7 @@ Support for schedules provided by [Apps by Abfall+](https://www.abfallplus.de/),
```yaml
waste_collection_schedule:
sources:
sources:
- name: app_abfallplus_de
args:
app_id: APP ID
@@ -49,7 +49,7 @@ If you need to select a first letter of you street name, you can use the city ar
```yaml
waste_collection_schedule:
sources:
sources:
- name: app_abfallplus_de
args:
app_id: de.albagroup.app
@@ -60,7 +60,7 @@ waste_collection_schedule:
```yaml
waste_collection_schedule:
sources:
sources:
- name: app_abfallplus_de
args:
app_id: de.k4systems.bonnorange
@@ -71,7 +71,7 @@ waste_collection_schedule:
```yaml
waste_collection_schedule:
sources:
sources:
- name: app_abfallplus_de
args:
app_id: de.k4systems.abfallappwug
@@ -81,7 +81,7 @@ waste_collection_schedule:
```yaml
waste_collection_schedule:
sources:
sources:
- name: app_abfallplus_de
args:
app_id: de.k4systems.awbgp
@@ -92,7 +92,7 @@ waste_collection_schedule:
```yaml
waste_collection_schedule:
sources:
sources:
- name: app_abfallplus_de
args:
app_id: de.k4systems.leipziglk
@@ -100,6 +100,19 @@ waste_collection_schedule:
bezirk: Brandis
```
```yaml
waste_collection_schedule:
sources:
- name: app_abfallplus_de
args:
app_id: de.abfallwecker
city: Lauchringen
strasse: Bundesstr.
hnr: 20
bundesland: Baden-Württemberg
landkreis: Kreis Waldshut
```
## How to get the source argument
Use the app of your local provider and select your address. Provide all arguments that are requested by the app.
@@ -144,7 +157,7 @@ The app_id can be found from the url of the play store entry: https://play.googl
| de.k4systems.leipziglk | Landkreis Leipzig |
| de.k4systems.abfallappbk | Bad Kissingen |
| de.cmcitymedia.hokwaste | Hohenlohekreis |
| de.abfallwecker | Rottweil, Tuttlingen, Waldshut, Prignitz, Nordsachsen |
| de.abfallwecker | Rottweil, Tuttlingen, Kreis Waldshut, Prignitz, Nordsachsen |
| de.k4systems.abfallappka | Kreis Karlsruhe |
| de.k4systems.lkgoettingen | Abfallwirtschaft Altkreis Göttingen, Abfallwirtschaft Altkreis Osterode am Harz |
| de.k4systems.abfallappcux | Kreis Cuxhaven |

File diff suppressed because one or more lines are too long