forked from mampfes/hacs_waste_collection_schedule
-
Notifications
You must be signed in to change notification settings - Fork 0
/
abfallwirtschaft_sonneberg_de.yaml
93 lines (84 loc) · 3.63 KB
/
abfallwirtschaft_sonneberg_de.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
---
title: Abfallwirtschaft Sonneberg
url: https://www.abfallwirtschaft-sonneberg.de
howto:
en: |
- Go to <https://www.abfallwirtschaft-sonneberg.de/abfallkalender/>.
- Select your municipality (`Ort`), district (`Ortsteil`) and - if necessary - street (`Straße`).
- Right-click each dropdown field an click `Inspect`. This will open your browser's developer tools and display the corresponding HTML source:
```html
<!-- Some lines of code have been removed from the below for readability -->
<select class="form-control" id="ort" name="ort">
<option value="">Bitte Ort wählen</option>
<option value="Föritztal">Föritztal</option>
<option value="Neuhaus am Rennweg">Neuhaus am Rennweg</option>
<option value="Sonneberg">Sonneberg</option>
</select>
<select class="form-control stadtteil" name="stadtteil" id="stadtteil">
<option value="" selected=""></option>
<option value="Bettelhecken">Bettelhecken (ab Bettelhecker Straße Nr. 57 und 66)</option>
<option value="Hönbach">Hönbach</option>
<option value="Innenstadtbereich">Innenstadtbereich</option>
<option value="Steinbach">Steinbach (einschl. gesamte Bergstr.)</option>
</select>
<select class="form-control" name="strasse" id="strasse">
<option value="" selected=""></option>
<option value="Alte Molkerei">Alte Molkerei</option>
<option value="Bettelhecker Straße bis Nr. 55 und 64">Bettelhecker Straße bis Nr. 55 und 64 (Coburger Allee bis Eisenbahnbrücke)</option>
</select>
```
You will need to get the exact `value` of your selected option as an option's value might differ from the text shown in the dropdown field for certain options, especially for the longer.
- Replace the corresponding `params` in the example configuration with your values.
*Please note that there's usually no need to replace umlauts in parameter values with their respective Unicode number (e.g. `ä` -> `\xE4`).*
*This just happens while generating this documentation from source.*
*Refer to [Abfallwirtschaft Sonneberg's documentation source](/doc/ics/yaml/abfallwirtschaft_sonneberg_de.yaml) for unaltered examples.*
default_params:
method: POST
url: https://www.abfallwirtschaft-sonneberg.de/PHPtoICS{%Y}.php
params:
ort: ''
stadtteil: ''
strasse: ''
test_cases:
Föritztal, Schwärzdorf:
url: https://www.abfallwirtschaft-sonneberg.de/PHPtoICS{%Y}.php
method: POST
params:
# Municipality
ort: Föritztal
# District
stadtteil: Schwärzdorf
Neuhaus am Rennweg, Neuhaus am Rennweg:
url: https://www.abfallwirtschaft-sonneberg.de/PHPtoICS{%Y}.php
method: POST
params:
# Municipality
ort: Neuhaus am Rennweg
# District
stadtteil: Neuhaus am Rennweg
Sonneberg, Hönbach:
url: https://www.abfallwirtschaft-sonneberg.de/PHPtoICS{%Y}.php
method: POST
params:
# Municipality
ort: Sonneberg
# District
stadtteil: Hönbach
Sonneberg, Innenstadtbereich, Coburger Allee:
url: https://www.abfallwirtschaft-sonneberg.de/PHPtoICS{%Y}.php
method: POST
params:
# Municipality
ort: Sonneberg
# District
stadtteil: Innenstadtbereich
# Street (required for the chosen district)
strasse: Coburger Allee
Sonneberg, Steinbach (einschl. gesamte Bergstr.):
url: https://www.abfallwirtschaft-sonneberg.de/PHPtoICS{%Y}.php
method: POST
params:
# Municipality
ort: Sonneberg
# District
stadtteil: Steinbach