zak45 wrote: Monday 17 August 2020 15:40
peter68 wrote: Monday 17 August 2020 14:56
Hi,
I have installed this plugin, webserver is running "iCal response OK!".
In the google agenda i made a appointment with the code #wrk#
However if the time is there nothing happens.
How can i see that the google agenda is loaded correctly?
The log in Domoticz shows no error
Please advise how to check where the probleme might be.
thank you!
Peter
check domoticz device (At work) , Verify if you have corresponding schedules created.
No schedules are created. Not on the At Work switch and also not on the holiday switch.
I did find some logging in the folder /domoticz/plugin/iCal.
There is a file called 11output.err and 11output.txt
opening the 11output.err:
pi@pi2:~/domoticz/plugins/iCal $ sudo more 11output.err
Traceback (most recent call last):
File "/home/pi/domoticz/plugins/iCal/iCal.py", line 1197, in <module>
processiCal()
File "/home/pi/domoticz/plugins/iCal/iCal.py", line 1049, in processiCal
startdt = startdt.astimezone(TZ)
AttributeError: 'datetime.date' object has no attribute 'astimezone'
part of the file: 11output.txt:
We beheren de werkschakelaar: kamer 1 - op het werk
start 2020-10-15 09:00:00+02:00, end 2020-10-15 17:30:00+02:00 , duration 8:30:
00 , desc
Atwork gedetecteerd: en standaardtoblank is: Yes
We beheren de werkschakelaar: kamer 1 - op het werk
start 2020-10-12 08:30:00+02:00, end 2020-10-12 17:00:00+02:00 , duration 8:30:
00 , desc
Atwork gedetecteerd: en standaardtoblank is: Yes
We beheren de werkschakelaar: kamer 1 - op het werk
start 2020-09-17 09:00:00+02:00, end 2020-09-17 17:30:00+02:00 , duration 8:30:
00 , desc
Atwork gedetecteerd: en standaardtoblank is: Yes
We beheren de werkschakelaar: kamer 1 - op het werk
So its looks that there should be some schedules.
For my understanding. Does the plugin create schedules on the device on what time in needs to switch on/off?
thanks already.