600 seconds for 10 minutes, one notification is enough so make sure to put in an end value as well (<700) otherwise a notification will be sent every minute when the script is evaluated. Should the test be performed more often then once a minute a shell script can be used which can be found This Lua script checks the presence of a device by using the ping command. the argument to etherwake is the mac address of the computer to be woken. Table of contents. Retrieved from "https://www.domoticz.com/wiki/index.php?title=Category:LUA&oldid=6598" I created a script that looks at the status of a motion sensor (Z-Wave) to detect presence. Many other examples of the use of Lua can be found by searching for Lua on the discussion forum and other pages on the wiki for specific situations (i.e. LUA commands and variables list for use in DomoticzUpdate (one or more) numerical devices without using the device idx codeFunction to dump all variables supplied to the scriptLUA commands and variables list for use in Domoticz-- command will be repeated 5 times with 5 seconds interval-- every 4 seconds and do that 9 times, put device On for 2 seconds'subject#body#prio#sound#extraData#subSystem1;subSystem2;subSystem3'-- This is equal to 'Send camera snapshot with subject "Subject of Message" after 5 seconds. For every device create a dummy switch in Domoticz You don't need to pair your device. Next to that, the syntax is not always clear. Followed by: print( t.a ) will print 1. This pageis a place to find & share useful scripts to enhance the capabilities of your Domoticz system, including specific details related to specific scripting languages. This code has 3 devices but you can expand with as many as you want. Example use-cases are turning on the lights in specific parts of the hallway depending on motion detectors and door magnet sensors. LUA commands and variables list for use in Domoticz. There is already a lot of information available on the forum, but this is scattered throughout. It neither has to be detectable. Lua supports execution of operating system executables and scripts, actual executing syntax will depend on your operating system. 2. With the script, Domoticz looks if the motion sensor stays in the 'Off' status for more than 30 minutes.The script above needs a uservariable called 'nomotionCounter', type 'Integer' and value '0' (zero).To create a more advanced motion detection system this script allows you to combine multiple detectors with multiple switches. This is a bit short, i would like to extend it to a longer period. This wiki describes how combining Lua scripting with a clever device-naming convention based on the use of name-prefixes can make existing dumb devices smarter. Just add more lines. Next to that, the syntax is not always clear. Lua C API samples.
My motion sensors are X10, check the motion status on your pirs using: for i, v in pairs(devicechanged) do print(i, v) end Send a warning when the garage door has been open for more than 10 minutesUsing Ping command to check the status of a network deviceUsing Ping & Bluetooth to check the status of a network deviceMotion detector 30 minute time-out (presence detection)Advanced motion detection with multiple detectors, switches and configurable timeoutsSend a warning when the garage door has been open for more than 10 minutes'Garage door alert#The garage door has been open for more than 10 minutes! ''Alert#Motion detected while in surveillance mode! nil = if you just want to use the ping command. 5 = the delay in minutes (in this case if the device doesn't response 5 times in a row the switch is turned off) The result is reported to Domoticz through a (dummy) switch called Ping in the example. Using time difference in seconds between time that script runs (t1) and the time the door status was last seen. 5. there is also a manual switch downstairs that turns on the ceiling light on the top floor, and to allow time for someone to make it up the stairs I never turn off the lights if the ceiling light was switched on within the last two minutes (120s), if you turn on the ceiling light upstairs, but never go up, it will automatically turn off the next time the script runs after two minutes. See also. For every device create a user variable in Domoticz (set value to 1) C++. Paste the following script but modify the variables at the top:
My motion sensors are X10, check the motion status on your pirs using: for i, v in pairs(devicechanged) do print(i, v) end Send a warning when the garage door has been open for more than 10 minutesUsing Ping command to check the status of a network deviceUsing Ping & Bluetooth to check the status of a network deviceMotion detector 30 minute time-out (presence detection)Advanced motion detection with multiple detectors, switches and configurable timeoutsSend a warning when the garage door has been open for more than 10 minutes'Garage door alert#The garage door has been open for more than 10 minutes! ''Alert#Motion detected while in surveillance mode! nil = if you just want to use the ping command. 5 = the delay in minutes (in this case if the device doesn't response 5 times in a row the switch is turned off) The result is reported to Domoticz through a (dummy) switch called Ping in the example. Using time difference in seconds between time that script runs (t1) and the time the door status was last seen. 5. there is also a manual switch downstairs that turns on the ceiling light on the top floor, and to allow time for someone to make it up the stairs I never turn off the lights if the ceiling light was switched on within the last two minutes (120s), if you turn on the ceiling light upstairs, but never go up, it will automatically turn off the next time the script runs after two minutes. See also. For every device create a user variable in Domoticz (set value to 1) C++. Paste the following script but modify the variables at the top: