Support Apps provided by Insert IT. The official homepage is using the URL Insert Infotech instead.
waste_collection_schedule:
sources:
- name: insert_it_de
args:
municipality: Municipality
street: Street Name
hnr: House Number
location_id: Location ID
municipality
(string) (required)
street
(string) (optional)
hnr
(integer) (optional)
location_id
(integer) (optional)
Either street
and hnr
or location_id
is required. Both could also be set, but location_id
is prioritized.
If none is set, it will fail.
Currently supported municipalities:
Region |
---|
Hattingen |
Herne |
Kassel |
Krefeld |
Luebeck |
Mannheim |
Offenbach |
Using Location ID
waste_collection_schedule:
sources:
- name: insert_it_de
args:
municipality: Mannheim
location_id: 430650
Using Street and House Number
waste_collection_schedule:
sources:
- name: insert_it_de
args:
municipality: Offenbach
street: Kaiserstraße
hnr: 1
Easy way to get the location_id
source argument is to use a (desktop) browser, eg.g Google Chrome:
- Open the digital abfallkalender, e.g. for Offenbach https://www.offenbach.de/stadtwerke/stadtservice/Entsorgung/abfallkalender.php.
- Enter the street name and the number
- Right click on the iCalendar link and select "Copy Link Address"
- Paste somewhere like a notepad to get the full URL. Eg: https://www.insert-it.de/BmsAbfallkalenderOffenbach/Main/Calender?bmsLocationId=7036&year=2024
- The bmsLocationId argument is the location id that you need to use in the configuration as
location_id
.