Hello everyone,
so I’ve read a lot of Threads and I think my caldav is working 90%.
My goals: Control Heating Setpoints and Lights with a google calendar.
What I did before:
- Installing Caldav Command and Caldav Personal
- Configuring Caldav, Caldav Command and Caldav Personal as followed:
caldavio.cfg
caldavio:heizung:url=https://www.google.com/calendar/dav/**ID**@group.calendar.google.com/events
caldavio:heizung:username=***
caldavio:heizung:password=***
caldavio:heizung:reloadInterval=1
caldavio:heizung:preloeadTime=1440
caldavio:heizung:disableCertificateVerification=true
caldavCommand.cfg
caldavCommand:readCalendars=heizung
caldavPersonal.cfg
caldavPersonal:usedCalendars=heizung
So the import of ical files seems to work, since I found them in “openhab2-userdata/etc/caldav/Heizung”.
Also my logs show me this:
2020-09-30 22:35:00.002 [INFO ] [nhab.io.caldav.internal.job.EventJob] - event END for: *******@google.com(Test3@30.09.2020/22:34-30.09.2020/22:35)
(It does also for event BEGIN)
In my google calender i created an event with the name “Test3” and with the Description:
BEGIN:SZ_Licht_rechts_Switch:ON
END:SZ_Licht_rechts_Switch:OFF
But the Item won’t switch on and off, does I have an bad mistake in here?
Best regards
Flo