= Home Care Plugin = Notifies users when an **armed** security sensor has been inactive for a set period. == Requirements == Firmware version: **1.1.1183** or newer. == Installation == 1. Download the following 6 files: [[http://code.mios.com/svn_public/mios_home-care/D_HomeCare.json | D_HomeCare.json]] \\ [[http://code.mios.com/svn_public/mios_home-care/D_HomeCare.xml | D_HomeCare.xml]] \\ [[http://code.mios.com/svn_public/mios_home-care/I_HomeCare.xml | I_HomeCare.xml]] \\ [[http://code.mios.com/svn_public/mios_home-care/J_HomeCare.js | J_HomeCare.js]] \\ [[http://code.mios.com/svn_public/mios_home-care/L_HomeCare.lua | L_HomeCare.lua]] \\ [[http://code.mios.com/svn_public/mios_home-care/S_HomeCare.xml | S_HomeCare.xml]] 2. On the Vera Dashboard, go to //MiOS Developers// -> //Luup Files// and upload all the files. Do NOT check //Restart Luup after upload//. If it's already checked, uncheck it. 3. After the files have been uploaded go to //Create Device// and write //D_HomeCare.xml// in the //UpnpDevFilename// field and //Home Care Plugin// (or any desired name) in the //Description// field. Click //Create Device//. 4. Restart Luup. 5. After Luup has restarted reload page. == Usage == In the //Users// tab check the users to be notified. [[Image(Capture_users.png)]] 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. To disable monitoring that device, set the inactivity period to //0//. If //Send notification// is checked, the plugin will send a notification to the selected users. Click //Update// after finishing. [[Image(Capture_devices.png)]] After configuring the plugin, close the window and click //SAVE// to restart Luup. == Events and Commands == === Events === * !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. === Commands === * Set inactivity period: you can use this to disable monitoring of a device by setting the inactivity period to //0//. == Known Issues == * First time you open the plugin control window by clicking the wrench you will notice the //Opening Users...// loading bar. Click on the //Users// tab again to finish loading the interface. * The plugin's interface doesn't work when the Vera Dashboard is accessed remotely ('''fixed in 1.1.1245''').