Changes between Version 20 and Version 21 of WikiStart
- Timestamp:
- 2013-03-19 13:44:20 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v20 v21 29 29 30 30 1. Install the !VistaCam Motion Sensor plugin. 31 2. Set the camera to use that file as the implementation file: 32 1. On the Vera UI open the camera's control panel (click on the wrench). 33 2. On the ''Advanced'' tab: 31 2. On the Vera UI open the camera's control panel (click on the wrench). 32 3. On the ''Advanced'' tab: 34 33 * In the '''impl_file''' file field enter ''I_VistaCamMS.xml'' 35 * In the '''device_file''' field change the value from ''D_DigitalSecurityCamera'''1'''.xml'' to ''D_DigitalSecurityCamera'''2'''.xml'' 36 3. Close the control panel.37 3. Save.38 4. '''Motion detection is disabled by default.''' To enable itopen the ''Advanced'' tab of the camera device and scroll down to the ''State'' field. ''-1'' means that it's disabled. To enable it set it to ''0''.34 * In the '''device_file''' field change the value from ''D_DigitalSecurityCamera'''1'''.xml'' to ''D_DigitalSecurityCamera'''2'''.xml'' ''(newer plugin version to this automatically)'' 35 4. Close the control panel. 36 5. Save. 37 6. '''IMPORTANT''': Motion detection is disabled by default. To enable it, open the ''Advanced'' tab of the camera device and scroll down to the ''State'' field. ''-1'' means that it's disabled. To enable it set it to ''0''. 39 38 40 39 == Configuration == … … 42 41 These parameters can be modified in the '''motion sensor''''s control panel, in the ''Advanced'' tab: 43 42 44 || '''!OnTime''' || The number of seconds the plugin hasn't received any notification from the camera after which the device will become ''Untripped''. The default is 1200 seconds (20 minutes). ||43 || '''!OnTime''' || The number of seconds the plugin hasn't received any notification from the camera after which the device will become ''Untripped''. The default is 1200 seconds (20 minutes). The reason for this big value is to prevent sending too many notifications. With this value, there will be '''at most''' one notification every 20 minutes. || 45 44 || '''embedded''' || By default this checkbox is checked, which means that moving the camera to a different room will also move the motion sensor, so the motion sensor will always be in the same room as the camera. To prevent this from happening uncheck this checkbox and save. || 46 45