From c920c49408a52afaf4296c7e5224f87f9bdbfdff Mon Sep 17 00:00:00 2001 From: Christian Orthey Date: Fri, 13 Sep 2024 15:28:36 +0200 Subject: [PATCH] =?UTF-8?q?Added=20Source=20for=20WBL=20L=C3=BCnen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/ics/wbl_de.md | 25 +++++++++++++++++++++++++ doc/ics/yaml/wbl_de.yaml | 21 +++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 doc/ics/wbl_de.md create mode 100644 doc/ics/yaml/wbl_de.yaml diff --git a/doc/ics/wbl_de.md b/doc/ics/wbl_de.md new file mode 100644 index 000000000..766595d2a --- /dev/null +++ b/doc/ics/wbl_de.md @@ -0,0 +1,25 @@ +# WBL Wirtschaftsbetriebe Lünen GmbH + +WBL Wirtschaftsbetriebe Lünen GmbH 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 + +- Go to and select your street. +- You may filter the calender by checking "Erweiterte Auswahl" and select only specific bin types. +- Click on "Abfuhrtermine anzeigen" to generate the specific download-link for your street. +- Right-click on `Terminplaner (iCal, Outlook, Google Kalender, iPhone etc.)` and copy link address. +- Replace the `url` in the example configuration with this link. + +## Examples + +### Ackerstrasse + +```yaml +waste_collection_schedule: + sources: + - name: ics + args: + split_at: ' & ' + url: "https://wbl.de/pdf/ical2024.php?t=1726047592&strasse=Ackerstra\xDFe&no_behaelter_14=0&no_container_14=0&no_behaelter_4=0&no_container_4=0&no_gelb=0&no_gelb_container=0&no_bio=0&no_papier=0&no_papier_container=0" +``` diff --git a/doc/ics/yaml/wbl_de.yaml b/doc/ics/yaml/wbl_de.yaml new file mode 100644 index 000000000..b93970b49 --- /dev/null +++ b/doc/ics/yaml/wbl_de.yaml @@ -0,0 +1,21 @@ +--- +title: WBL Wirtschaftsbetriebe Lünen GmbH +url: https://www.wbl.de +howto: + en: | + - Go to and select your street. + - You may filter the calender by checking "Erweiterte Auswahl" and select only specific bin types. + - Click on "Abfuhrtermine anzeigen" to generate the specific download-link for your street. + - Right-click on `Terminplaner (iCal, Outlook, Google Kalender, iPhone etc.)` and copy link address. + - Replace the `url` in the example configuration with this link. + de: | + - Gehen Sie zu und wählen Sie Ihre Gemeinde aus. + - Indem Sie "Erweiterte Auswahl" anhaken, können Sie die Auswahl der Tonnen weiter einschränken. + - Klicken Sie auf "Abfuhrtermine anzeigen" um den spezifischen Download-Link für Ihre Straße zu generieren. + - Klicken Sie mit der rechten Maustaste auf `Terminplaner (iCal, Outlook, Google Kalender, iPhone etc.)` und kopieren Sie den Link. + - Ersetzen Sie die `url` in der Beispielkonfiguration durch diesen Link. + +test_cases: + Ackerstrasse: + url: https://wbl.de/pdf/ical2024.php?t=1726047592&strasse=Ackerstraße&no_behaelter_14=0&no_container_14=0&no_behaelter_4=0&no_container_4=0&no_gelb=0&no_gelb_container=0&no_bio=0&no_papier=0&no_papier_container=0 + split_at: " & " \ No newline at end of file