Problem with ics-file #702
Closed
HolliDolli
started this conversation in
General
Replies: 2 comments 1 reply
-
Saved the Felsberg/Felsberg ics from the zva-sek website to my HA instance as testcal.ics and the file seems to work okay for me. sources:
- name: ics
calendar_title: Test_Waste
args:
file: "www/testcal.ics"
version: 1
sensor:
- platform: waste_collection_schedule
name: Test_Waste
details_format: appointment_types
add_days_to: true |
Beta Was this translation helpful? Give feedback.
1 reply
-
closed #763 implemented zva_sek_de |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everybody,
I'm trying to get WCS running with ical-file for Schwalm-Eder-Kreis.
The download can be done here:
https://www.zva-sek.de/online-dienste/abfallkalender-2023/abfallkalender-2023.html
Felsberg/Felsberg was used by me.
But the file seems to include information WCS can process.
All i get staring the service fetch_data is a "failed to start, unknown error".
I check with another file from gemos-management.de, everthing works fine.
I already tried to remove the ";LANGUAGE=de", but problem still exist.
Also the removal of the VALARM Sections did not solve the problem.
Can someone tell me why this ical-files are not accepted?
Thanks in advance,
Holger
Config:
waste_collection_schedule:
sources:
- name: ics
args:
file: "www/felsberg-2023.ics"
sensor:
name: Abfall
details_format: "upcoming"
value_template: '{% if value.daysTo == 0 %}Heute{% elif value.daysTo == 1 %}Morgen{% else %}in {{value.daysTo}} Tagen{% endif %}'
felsberg-2023.zip
Beta Was this translation helpful? Give feedback.
All reactions