I'm running domoticz v2.3598 on CentOs 7.1. I've just started exploring the functionality of lua scripts, but am running into a problem: the lua script doesn't seem to be called.
I've created the following file: /opt/domoticz/scripts/lua/script_time_blaat.lua with the following content:
Code: Select all
print('script loaded')
commandArray = {}
return commandArray
Code: Select all
2015-11-15 21:07:01.972 EventSystem: reset all device statuses...
2015-11-15 21:07:01.972 EventSystem: Started
I've checked the permissions on both the file and underlying folders, but can't seem to find anything out of the ordinary (owned by the daemon user+group, -rwxr--r--)