-
Hi there, My Config is like this: waste_collection_schedule:
sources:
- name: umweltverbaende_at
args:
district: "krems"
municipal: "Gobelsburg, Mittelberg, Reith, Schiltern, Zöbing"
sensor:
- platform: waste_collection_schedule
name: Müllabholung But i get no entries in the calendar and the Sensor "Müllabholung" says "unknown". Someone here who uses the "Umweltverbände" Source? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
This source seems to be not perfectly made for multiple scedules within one municipality. In the current implementation you need to use waste_collection_schedule:
sources:
- name: umweltverbaende_at
args:
district: "krems"
municipal: "Langenlois" and then remove the wrong one using customize. I did some improvements in #1553 to solve this problem then you can use waste_collection_schedule:
sources:
- name: umweltverbaende_at
args:
district: "krems"
municipal: "Langenlois"
calendar: "Gobelsburg, Mittelberg, Reith, Schiltern, Zöbing" to only get your relevant entries. This improvement will be part of release 1.45.0 or is available now as master (git) version (HACS: 3-dot menu -> redownload -> change version to master. This will increase updates by a lot) |
Beta Was this translation helpful? Give feedback.
we do not parse the pdf but take the information from the table below Kalenderansicht on their page. If I have to guess they probably name the collections Restmüll and "Restmüll 2" like in the pdf. You could change this behaviour by providing customization:
As for dates in 2024 they are not yet listed in Kalenderansicht. If they do not publish them there you need to swi…