Camera IDX
Posted: Wednesday 30 May 2018 18:57
Hello,
I try to use LUA to send a Camera Picture when a door is open more than 10 minutes and this is night time.
Trying to use this command
From here : http://www.domoticz.com/wiki/LUA_commands#General
There is information :
Where to found this number ? there is no number on camera setting, no idx easy to found except to explore domoticz db with sql browser, any idea is welcome.
I have a camera who is the 4th from high to low, or 2nd from low to high, but have number 6 on database
I try to use LUA to send a Camera Picture when a door is open more than 10 minutes and this is night time.
Trying to use this command
Code: Select all
commandArray['SendCamera:1'] = 'SubjectOfMessage AFTER 5'There is information :
Code: Select all
The number (1) in this case is the ID of the camera, not the name!I have a camera who is the 4th from high to low, or 2nd from low to high, but have number 6 on database