#427 reworked the documentation to make it clear and gave a few examples

This commit is contained in:
dm82m
2022-12-05 12:42:36 +01:00
parent 0ccc61bb6b
commit 17189367c1

View File

@@ -29,7 +29,7 @@ waste_collection_schedule:
- name: infeo_at - name: infeo_at
args: args:
customer: bogenschütz customer: bogenschütz
zone: "Rottenburg (Bezirk 2; Baisingen; Ergenzingen)" zone: "Dettenhausen"
``` ```
## How to get the source arguments ## How to get the source arguments
@@ -46,8 +46,36 @@ If your provider is also using infeo.at you can just try to use the name of your
#### Bogenschuetz-Entsorgung.de #### Bogenschuetz-Entsorgung.de
- Go to your calendar at `https://www.bogenschuetz-entsorgung.de/images/wastecal/index-zone.html`. - Go to your calendar at `https://www.bogenschuetz-entsorgung.de/images/wastecal/index-zone.html`.
- Leave the year as it is and select the zone of your choice. - Browse through all the available years and check the naming of your desired zone and try to find what makes it unique.
- Copy the whole zone name and put it into `zone` of your configuration. - Put this unique string into `zone` of your configuration.
- It will just be checked if the calendar contains an entry that contains your keyword `zone`.
##### Example 1: Dettenhausen
- For 2022 it is: `Dettenhausen, Tübingen (Bebenhausen; Lustnau)`
- For 2023 it is: `Dettenhausen`
- Use `Dettenhausen` as zone
##### Example 2: Ofterdingen
- For 2022 it is: `Dußlingen, Ofterdingen`
- For 2023 it is: `Ofterdingen`
- Use `Ofterdingen` as zone
##### Example 3: Felldorf
- For 2022 it is: `Rottenburg (Bad Niedernau; Bieringen; Eckenweiler; Frommenhausen; Obernau; Schwalldorf), Starzach (Bierlingen; Börstingen; Felldorf; Sulzau; Wachendorf)`
- For 2023 it is: `Starzach (Bierlingen; Börstingen; Felldorf; Sulzau; Wachendorf)`
- Use `Felldorf` as zone
##### Example 4: Tübingen Innenstadt
- For 2022 it is: `Tübingen (Bezirk 4 - Innenstadt)`
- For 2023 it is: `Tübingen (Bezirk 4 - Innenstadt)`
- Use `Innenstadt` as zone
- Do NOT use `Tübingen` as it is used multiple times!
##### Example 5: Pfäffingen
- For 2022 it is: `Tübingen (Bühl; Hirschau; Kilchberg; Unterjesingen; Weilheim), Rottenburg (Kiebingen; Wurmlingen), Ammerbuch (Pfäffingen)`
- For 2023 it is: `Ammerbuch (Pfäffingen)`
- Use `Pfäffingen` as zone
- Do NOT use `Ammerbuch` as it is used multiple times!
### city, street, house number ### city, street, house number