Search found 1 match
- Sunday 21 February 2016 17:29
- Forum: LUA
- Topic: LUA Script not running, at all
- Replies: 19
- Views: 5937
Re: LUA Script not running, at all
When you create the file script_time_test.lua domoticz expects a device called test to exist. The file name system works like this: script_time_devicename.lua This by the way will execute the script every minute. If you want to execute the script on every change then rename the script to: script ...