Changes between Version 14 and Version 15 of WikiStart
- Timestamp:
- 2013-10-17 15:09:31 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v14 v15 3 3 4 4 === Version === 5 2.71 5 3.0 6 6 7 7 == Requirements == … … 28 28 In the //Devices// tab set the inactivity periods (representing minutes) and the time interval when the monitoring is active. If the current time is outside the time interval when the monitoring is active, no event will be triggered and no notification will be sent. 29 29 30 To disable monitoring that device, set the inactivity period to //0//.30 To disable monitoring that device, just uncheck the //Send notification// box. 31 31 32 If //Send notification// is checked, the plugin will send a notification to the selected users.32 If //Send notification// is checked, the plugin will send a notification for the selected sensor to the selected users. 33 33 34 Click //Update// after finishing. 34 [[Image(devices.png)]] 35 35 36 [[Image(Capture_devices.png)]] 36 To add another //Notify// interval just click on //Add// button of the sensor. Also you can delete the last notify interval by hitting associated //Delete// button. 37 38 [[Image(devices_modify.png)]] 39 40 After each modification( value change, adding/deleting a notify interval, etc ), an //Update// button click is necessary. //Data updated// or //Error// message will be displayed, depending on data validity. 37 41 38 42 After configuring the plugin, close the window and click //SAVE// to restart Luup. 39 40 == Events and Commands ==41 42 === Events ===43 44 * !TimerExpired: you can use this to run a scene when '''any''' motion sensor hasn't been tripped in the set period. If you configure the event to send notifications, you should uncheck //Send notification// for all the devices.45 46 === Commands ===47 48 * Set inactivity period: you can use this to disable monitoring of a device by setting the inactivity period to //0//.49 43 50 44 == Known Issues ==