Problem with Python based Events
Posted: Thursday 10 August 2017 13:48
Hi y'all!
So I've recently started using Domoticz, I'm loving it so far!
My post is in regards to the Event system, mainly the Python one.
I, for the live of me, can not get it to work.
My 'Test' event is as follows:
That's it... can someone tell me what I'm doing wrong?
Also, where are these events stored on the file system?
Thanks in advance!
-Max
So I've recently started using Domoticz, I'm loving it so far!
My post is in regards to the Event system, mainly the Python one.
I, for the live of me, can not get it to work.
My 'Test' event is as follows:
Code: Select all
import domoticz
domoticz.log("Hi Domoticz!")
Also, where are these events stored on the file system?
Thanks in advance!
-Max