Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 1.8 KB

c_trace_de.md

File metadata and controls

66 lines (47 loc) · 1.8 KB

C-Trace.de

Support for schedules provided by c-trace.de which is servicing multiple municipalities.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: c_trace_de
      args:
        service: SERVICE
        ort: ORT
        strasse: STRASSE
        hausnummer: HAUSNUMMER

Configuration Variables

service
(string) (required)
Name of the service which is specific to your municipality. See the table below to get the right value for your location.

ort
(string) (required)

strasse
(string) (required)

hausnummer
(string) (required)

Example

waste_collection_schedule:
  sources:
    - name: c_trace_de
      args:
        service: bremenabfallkalender
        ort: Bremen
        strasse: Abbentorstraße
        hausnummer: 5

How to get the source arguments

This source requires the name of a service which is specific to your municipality. Use the following map to get the right value for your district.

Municipality service
Bremen bremenabfallkalender
AWB Landkreis Augsburg augsburglandkreis
WZV Kreis Segeberg segebergwzv-abfallkalender

Tip

If your waste-service has an online-tool where you can get an ical or CSV-File, you can extract the needed service from the URL of the files. image

Link for above image: https://web.c-trace.de/segebergwzv-abfallkalender/(S(ebi2zcbvfeqp0za3ofnepvct))/abfallkalender/cal/2023?Ort=Bad%20Segeberg&Strasse=Am%20Wasserwerk&Hausnr=2&abfall=0|1|2|3|4|5|6|7|

From this Link you can extract the following parameters:

web.c-trace.de/service/some-id/abfallkalender/cal/year?Ort=ort&Strasse=strasse&Hausnr=hausnummer...