Restart

From MiOS
(Difference between revisions)
Jump to: navigation, search
(Fixed Numbering Issue)
m
 
Line 1: Line 1:
 
== '''HOWTO Restart your Vera'''  ==
 
== '''HOWTO Restart your Vera'''  ==
  
== Prerequisites ==
+
== Prerequisites ==
  
 
*Vera hardware  
 
*Vera hardware  
 
*UI4 / UI5 firmware
 
*UI4 / UI5 firmware
  
== Introduction ==
+
== Introduction ==
  
 
This is a short manual on how to restart your Vera gateway.  
 
This is a short manual on how to restart your Vera gateway.  
  
== UI4 Instructions ==
+
== UI4 Instructions ==
  
 
#
 
#
Line 17: Line 17:
 
#
 
#
  
== UI5 Instructions ==
+
== UI5 Instructions ==
  
 
#Go to Vera's Dashboard (Open your Web browser and type the IP address of your Vera, or connect through mios.com.)  
 
#Go to Vera's Dashboard (Open your Web browser and type the IP address of your Vera, or connect through mios.com.)  
Line 28: Line 28:
 
Creating a Scene to restart Vera on a scheduled basis  
 
Creating a Scene to restart Vera on a scheduled basis  
  
#Go to Vera's Dashboard (Open your Web browser and type the IP address of your Vera or connect through mios.com.)  
+
   1. Go to Vera's Dashboard (Open your Web browser and type the IP address of your Vera or connect through mios.com.)  
#From the top menu, select Automation>New Scene.  
+
 
#Enter a name for the Scene in the provided field.  
+
   2. From the top menu, select Automation>New Scene.  
#From the top menu, select Schedules.  
+
 
#Click the "Add Schedule" button.  
+
   3. Enter a name for the Scene in the provided field.  
#Enter a name for the schedule.  
+
 
#Define a schedule using the options provided and click the "Done" button.  
+
   4. From the top menu, select Schedules.  
#From the top menu, select LUUP.  
+
 
#In the LUUP text box, enter the following:
+
   5. Click the "Add Schedule" button.  
 +
 
 +
   6. Enter a name for the schedule.  
 +
 
 +
   7. Define a schedule using the options provided and click the "Done" button.  
 +
 
 +
   8. From the top menu, select LUUP.  
 +
 
 +
   9. In the LUUP text box, enter the following:  
  
 
  os.execute( 'reboot' )
 
  os.execute( 'reboot' )
  
#Click the "Save Lua" button.  
+
  10. Click the "Save Lua" button.  
#At the Lua Code Updated confirmation, click the "Close" button.  
+
 
#Click the green "Confirm Changes" link.  
+
  11. At the Lua Code Updated confirmation, click the "Close" button.  
#Click the red "Save" link.  
+
 
#At the Save Data confirmation screen, click the "Continue" button.
+
  12. Click the green "Confirm Changes" link.  
 +
 
 +
  13. Click the red "Save" link.  
 +
 
 +
  14. At the Save Data confirmation screen, click the "Continue" button.  
  
 
[[Category:User_Instructions]] [[Category:How_To]]
 
[[Category:User_Instructions]] [[Category:How_To]]

Latest revision as of 06:29, 21 February 2013

Contents

[edit] HOWTO Restart your Vera

[edit] Prerequisites

  • Vera hardware
  • UI4 / UI5 firmware

[edit] Introduction

This is a short manual on how to restart your Vera gateway.

[edit] UI4 Instructions

[edit] UI5 Instructions

  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, from the top menu select Setup>Net & Wifi.
  3. Click the "Reboot" button.
  4. The Vera unit will restart.

[edit] UI5 Advanced

Creating a Scene to restart Vera on a scheduled basis

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

   2. From the top menu, select Automation>New Scene.

   3. Enter a name for the Scene in the provided field.

   4. From the top menu, select Schedules.

   5. Click the "Add Schedule" button.

   6. Enter a name for the schedule.

   7. Define a schedule using the options provided and click the "Done" button.

   8. From the top menu, select LUUP.

   9. In the LUUP text box, enter the following:

os.execute( 'reboot' )

  10. Click the "Save Lua" button.

  11. At the Lua Code Updated confirmation, click the "Close" button.

  12. Click the green "Confirm Changes" link.

  13. Click the red "Save" link.

  14. At the Save Data confirmation screen, click the "Continue" button.

Personal tools