Restart
From MiOS
(Difference between revisions)
(Fixed Numbering Issue) |
|||
| Line 1: | Line 1: | ||
| − | == '''HOWTO Restart your Vera''' == | + | == '''HOWTO Restart your Vera''' == |
| − | ==Prerequisites== | + | == Prerequisites == |
| − | + | ||
| − | + | ||
| − | ==Introduction== | + | *Vera hardware |
| − | This is a short manual on how to restart your Vera gateway. | + | *UI4 / UI5 firmware |
| + | |||
| + | == Introduction == | ||
| + | |||
| + | This is a short manual on how to restart your Vera gateway. | ||
| + | |||
| + | == UI4 Instructions == | ||
| − | |||
# | # | ||
# | # | ||
| Line 14: | 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.) | + | |
| − | # In the UI, from the top menu select Setup | + | #Go to Vera's Dashboard (Open your Web browser and type the IP address of your Vera, or connect through mios.com.) |
| − | # Click the "Reboot" button. | + | #In the UI, from the top menu select Setup>Net & Wifi. |
| − | # The Vera unit will restart. | + | #Click the "Reboot" button. |
| + | #The Vera unit will restart. | ||
== UI5 Advanced == | == UI5 Advanced == | ||
Revision as of 06:21, 21 February 2013
Contents |
HOWTO Restart your Vera
Prerequisites
- Vera hardware
- UI4 / UI5 firmware
Introduction
This is a short manual on how to restart your Vera gateway.
UI4 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.)
- In the UI, from the top menu select Setup>Net & Wifi.
- Click the "Reboot" button.
- The Vera unit will restart.
UI5 Advanced
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.)
- From the top menu, select Automation>New Scene.
- Enter a name for the Scene in the provided field.
- From the top menu, select Schedules.
- Click the "Add Schedule" button.
- Enter a name for the schedule.
- Define a schedule using the options provided and click the "Done" button.
- From the top menu, select LUUP.
- In the LUUP text box, enter the following:
os.execute( 'reboot' )
- Click the "Save Lua" button.
- At the Lua Code Updated confirmation, click the "Close" button.
- Click the green "Confirm Changes" link.
- Click the red "Save" link.
- At the Save Data confirmation screen, click the "Continue" button.