Foscam Restart

From MiOS
(Difference between revisions)
Jump to: navigation, search
(Initial Creation)
 
 
Line 28: Line 28:
  
 
   6. At the LUUP screen, enter the following into the Code field:  
 
   6. At the LUUP screen, enter the following into the Code field:  
<pre>luup.inet.wget( 'http://''veraip''/reboot.cgi?&amp;user=''username''&amp;pwd=''password''')
+
<pre>luup.inet.wget( 'http://veraip/reboot.cgi?&amp;user=username&amp;pwd=password')
 
</pre>  
 
</pre>  
 
*<span style="line-height: 19.046875px;">Change the values for veraip, username and password to the specifics for your configuration.</span>
 
*<span style="line-height: 19.046875px;">Change the values for veraip, username and password to the specifics for your configuration.</span>

Latest revision as of 07:03, 21 February 2013

 

Contents

[edit] HOWTO Use Vera to Restart Your Foscam Camera

[edit] Prerequisites

  • Vera hardware
  • UI5 Firmware
  • Supported Foscam Camera
  • Foscam Camera IP Address
  • Foscam Camera Admin username / password

[edit] Introduction

This is a short manual on how to control use Vera to Restart your Foscam Camera.

[edit] Creating Scene to Control Foscam Camera Restart

   1. Go to Vera's Dashboard (Open your Web browser and type the IP address of your Vera, or connect through mios.com.)

   2. In the UI, select the Automation tab.

   3. From the Automation screen, select the New Scene tab.

   4. At the Create Scene screen, enter a name for the Scene in the provided field.

   5. At the Create Scene screen, from the top select the LUUP tab.

   6. At the LUUP screen, enter the following into the Code field:

luup.inet.wget( 'http://veraip/reboot.cgi?&user=username&pwd=password')
  • Change the values for veraip, username and password to the specifics for your configuration.

   7. Click the "Save lua" button.

   8. Click the "Confirm Changes" button.

   9. At the Automation tab, click the red "Save" button.

   10. At the Save Data screen, click the "Continue" button. 

Personal tools