<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.mios.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.mios.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=George</id>
		<title>MiOS - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.mios.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=George"/>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Special:Contributions/George"/>
		<updated>2026-04-30T20:15:10Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.8</generator>

	<entry>
		<id>http://wiki.mios.com/index.php/Wayne_Dalton_WDTC-20</id>
		<title>Wayne Dalton WDTC-20</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Wayne_Dalton_WDTC-20"/>
				<updated>2017-11-15T13:21:59Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:3rd Party]]&lt;br /&gt;
Wayne Dalton WDTC-20 EnergySavingsHeating mode&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I would like to see the Heat button change to Save when I click on it when it's blue.  Also, there should be a way to set the EnergySavingsHeating set point, that I cannot seem to figure out a workaround for??  I did however find that using SwitchPower, I could set the thermostat to EnergySavingsHeating mode, the set point has to be set on the thermostat itself. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
EnergySavingsHeating:&lt;br /&gt;
&lt;br /&gt;
urn:upnp-org:serviceId:HVAC_UserOperatingMode1&lt;br /&gt;
ModeStatus=EnergySavingsHeating&lt;br /&gt;
ModeTarget=EnergySavingsHeating&lt;br /&gt;
&lt;br /&gt;
urn:upnp-org:serviceId:SwitchPower1&lt;br /&gt;
Target:0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
HeatOn:&lt;br /&gt;
&lt;br /&gt;
urn:upnp-org:serviceId:HVAC_UserOperatingMode1&lt;br /&gt;
ModeStatus=HeatOn&lt;br /&gt;
ModeTarget=HeatOn&lt;br /&gt;
&lt;br /&gt;
urn:upnp-org:serviceId:SwitchPower1&lt;br /&gt;
Target:1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As a workaround, currently I have built a scene with a luup script that puts all of my WDTC-20 thermostats in EnergySavingsHeating mode:  (Replace the 24 with your device)&lt;br /&gt;
&lt;br /&gt;
local lul_arguments = {}&lt;br /&gt;
lul_arguments[&amp;quot;newTargetValue&amp;quot;]=0&lt;br /&gt;
lul_resultcode,lul_resultstring,lul_job,lul_returnarguments = luup.call_action(&amp;quot;urn:upnp-org:serviceId:SwitchPower1&amp;quot;,&amp;quot;SetTarget&amp;quot;,lul_arguments,24)&lt;br /&gt;
&lt;br /&gt;
luup.variable_set(&amp;quot;urn:upnp-org:serviceId:HVAC_UserOperatingMode1&amp;quot;,&amp;quot;ModeStatus&amp;quot;,&amp;quot;EnergySavingsHeating&amp;quot;,24)&lt;br /&gt;
&lt;br /&gt;
luup.variable_set(&amp;quot;urn:upnp-org:serviceId:HVAC_UserOperatingMode1&amp;quot;,&amp;quot;ModeTarget&amp;quot;,&amp;quot;EnergySavingsHeating&amp;quot;,24)&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Firmware_Flash_Vera2</id>
		<title>Firmware Flash Vera2</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Firmware_Flash_Vera2"/>
				<updated>2017-11-06T14:30:59Z</updated>
		
		<summary type="html">&lt;p&gt;George: /* Begin the process for flashing the firmware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== Prerequisites  ==&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;YOU NEED TO FOLLOW THIS TUTORIAL ONLY IF YOUR VERA2 UNIT IS NOT BOOTING ANYMORE, THIS MEANS THAT WHILE BEING CONNECTED TO THE INTERNET/YOUR NETWORK ON THE '''ETH1 PORT''', THE POWER LED IS ORANGE AND OTHER LEDS ARE GREEN WITH THE EXCEPTION OF ETH1 and ZWAVE WHICH ARE OFF FOR MORE THAN 30 MINUTES &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;!&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*The upgrade tool is only tested in Windows XP, it will not work with Windows Vista. In Windows 7 the applications should be run in Windows XP SP3 compatibility mode.&lt;br /&gt;
&lt;br /&gt;
*Make sure your computer is connected to your network through an Ethernet cable. Make sure to disable any wireless networking interfaces before continuing.&lt;br /&gt;
&lt;br /&gt;
NOTE: Failure to disable your wireless network before continuing could result in an unusable unit. &lt;br /&gt;
&lt;br /&gt;
*Please deactivate all Firewall and Antivirus software which is running during the upgrade process.&lt;br /&gt;
&lt;br /&gt;
Note: If you are running Windows Vista/7 please follow the next guide to enable the TFTP Client and then continue with the re-flash steps. Guide: http://www.simplehelp.net/2008/09/10/how-to-install-a-tftp-client-in-windows-vista/&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;If_the_restoration_utility_does_not_work_in_Windows_7&amp;quot;&amp;gt;If the restoration utility does not work on Windows 7&amp;lt;/span&amp;gt;  ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span class=&amp;quot;mw-headline&amp;quot;&amp;gt;Please note that this is only available for Windows 7 Professional, Enterprise and Ultimate editions.&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
*If the restoration utility does not work on Windows 7 you should use the Windows Xp Mode, offered for free by Microsoft. To install it, you have to go to this page [http://www.microsoft.com/en-us/download/details.aspx?id=8002 Windows Xp Mode] which will walk you through the entire process.&amp;lt;br&amp;gt; &lt;br /&gt;
*After this finishes and you open up the Windows Xp Mode Virtual Machine, you should go to the Menu, select Tools -&amp;amp;gt;&amp;amp;nbsp;Settings, select Networking and for adapter 1 make sure to select your LAN card, the one that will be connected directly into the ETH2 port of Vera. &lt;br /&gt;
*Afterwards you will have to open Internet explorer inside the virtual machine, access [http://wiki.micasaverde.com/index.php/Firmware_Flash_Vera2 &amp;lt;span class=&amp;quot;selflink&amp;quot;&amp;gt;this page&amp;lt;/span&amp;gt;] and download the Firmware flash utilities inside the virtual machine. &lt;br /&gt;
*On Windows 7 change the Local Area Connection settings to use the static IP and connect the Vera unit to your computer as explained at the begining of this page, then open the Firmware Flash utility inside the Virtual machine and you should be able to continue the Firmware Flash process.&lt;br /&gt;
&lt;br /&gt;
== Files to download before you start the restoration process  ==&lt;br /&gt;
&lt;br /&gt;
*[http://download.mios.com/firmware/vera2_upgrade_tool.zip Vera2 Firmware Flash Tool] &lt;br /&gt;
*[http://download.mios.com/firmware/micasaverde_backfire_v8.bin Vera2 Firmware]&lt;br /&gt;
&lt;br /&gt;
== Setup your computer to connect to Vera 2  ==&lt;br /&gt;
&lt;br /&gt;
*Computer IP: 192.168.81.xxx (not 1) &lt;br /&gt;
*Subnet Mask: 255.255.255.0 &lt;br /&gt;
*Default Gateway: 192.168.81.1&lt;br /&gt;
&lt;br /&gt;
== Begin the process for flashing the firmware  ==&lt;br /&gt;
&lt;br /&gt;
#Use a network cable (CAT5e) and plug the cable from your PC into Vera's ETH2 port. &lt;br /&gt;
#Unplug Vera from the power cord. &lt;br /&gt;
#Holding down Vera's service button (not the small one, the one resembling the Z-Wave button with no label in the middle of the unit), whilst plugging in the power cord back in. Wait about 5s after you plugged the power cord back with the reset button pressed. When releasing the reset button, power LED should be blinking. &lt;br /&gt;
#If the power LED is not blinking, turn Vera off and try again'''(PLEASE doublecheck FIRST!!! The LED blinking can be very faint!).''' &lt;br /&gt;
#Start [http://download.mios.com/firmware/vera2_upgrade_tool.zip Vera2 Firmware Flash Tool]. &lt;br /&gt;
#Click &amp;quot;Browse target&amp;quot; button. &lt;br /&gt;
#Vera should appear in targets list. &lt;br /&gt;
#Click on &amp;quot;*UN*checkPID&amp;quot; radio box, and click on &amp;quot;EraseNormal&amp;quot; drop-down box. &lt;br /&gt;
#Click the [Files] button. &lt;br /&gt;
#Download the file: [http://download.mios.com/firmware/micasaverde_backfire_v8.bin Vera2 Firmware] and save it on your computer. &lt;br /&gt;
#Select the file [http://download.mios.com/firmware/micasaverde_backfire_v8.bin Vera2 Firmware] &lt;br /&gt;
#Click the [Open] button to get the file. &lt;br /&gt;
#Click on the [OK] button on the BIN File Information dialog box. &lt;br /&gt;
#Click on the [Upgrade] button. The file will be flashed, and you will see a dialog box saying success - close Upgrade Tool. &lt;br /&gt;
#Put your computer's IP back to DHCP (Automatically Configure) and Vera will assign an IP like 192.168.81.xxx &lt;br /&gt;
#Please wait until Vera ''automatically'' reboots and the ETH1 light starts double blinking or it's solid (this can take 10 to 30 minutes). &lt;br /&gt;
#When you see the ETH1 double blinking, you are done.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== To do after the restoration has finished  ==&lt;br /&gt;
&lt;br /&gt;
*If you have your computer connected to the ETH2 port of Vera, open http://192.168.81.1 and you will see the Wizard to continue setup your Vera. &lt;br /&gt;
*If you already connected the ETH1 (Wan) cable coming from your main Router/ADSL modem, the ETH1 light on front will go solid, meaning Vera is connected to the internet.&lt;br /&gt;
&lt;br /&gt;
Dont forget to update your Vera to the latest available firmware. This is explained here: [[Update Firmware]] &lt;br /&gt;
&lt;br /&gt;
Next, if you also want to restore everything else in Vera, restore a backup file, either one that you created manually with 'Create Backup', or an automatic backup at MiOS.com, click 'Browse' to find the backup file, select it, and click 'Restore'. &lt;br /&gt;
&lt;br /&gt;
== References  ==&lt;br /&gt;
&lt;br /&gt;
http://download.mios.com/firmware/micasaverde_backfire_v8.bin Vera2 Firmware&amp;lt;br&amp;gt; http://download.mios.com/firmware/vera2_upgrade_tool.zip Vera2 Firmware Flash Tool&amp;lt;br&amp;gt; http://www.simplehelp.net/2008/09/10/how-to-install-a-tftp-client-in-windows-vista/ &lt;br /&gt;
&lt;br /&gt;
[[Category:User_Instructions]] [[Category:How_To]]&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Firmware_Flash_Vera2</id>
		<title>Firmware Flash Vera2</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Firmware_Flash_Vera2"/>
				<updated>2017-11-06T14:29:10Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== Prerequisites  ==&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;YOU NEED TO FOLLOW THIS TUTORIAL ONLY IF YOUR VERA2 UNIT IS NOT BOOTING ANYMORE, THIS MEANS THAT WHILE BEING CONNECTED TO THE INTERNET/YOUR NETWORK ON THE '''ETH1 PORT''', THE POWER LED IS ORANGE AND OTHER LEDS ARE GREEN WITH THE EXCEPTION OF ETH1 and ZWAVE WHICH ARE OFF FOR MORE THAN 30 MINUTES &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;!&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*The upgrade tool is only tested in Windows XP, it will not work with Windows Vista. In Windows 7 the applications should be run in Windows XP SP3 compatibility mode.&lt;br /&gt;
&lt;br /&gt;
*Make sure your computer is connected to your network through an Ethernet cable. Make sure to disable any wireless networking interfaces before continuing.&lt;br /&gt;
&lt;br /&gt;
NOTE: Failure to disable your wireless network before continuing could result in an unusable unit. &lt;br /&gt;
&lt;br /&gt;
*Please deactivate all Firewall and Antivirus software which is running during the upgrade process.&lt;br /&gt;
&lt;br /&gt;
Note: If you are running Windows Vista/7 please follow the next guide to enable the TFTP Client and then continue with the re-flash steps. Guide: http://www.simplehelp.net/2008/09/10/how-to-install-a-tftp-client-in-windows-vista/&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;If_the_restoration_utility_does_not_work_in_Windows_7&amp;quot;&amp;gt;If the restoration utility does not work on Windows 7&amp;lt;/span&amp;gt;  ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span class=&amp;quot;mw-headline&amp;quot;&amp;gt;Please note that this is only available for Windows 7 Professional, Enterprise and Ultimate editions.&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
*If the restoration utility does not work on Windows 7 you should use the Windows Xp Mode, offered for free by Microsoft. To install it, you have to go to this page [http://www.microsoft.com/en-us/download/details.aspx?id=8002 Windows Xp Mode] which will walk you through the entire process.&amp;lt;br&amp;gt; &lt;br /&gt;
*After this finishes and you open up the Windows Xp Mode Virtual Machine, you should go to the Menu, select Tools -&amp;amp;gt;&amp;amp;nbsp;Settings, select Networking and for adapter 1 make sure to select your LAN card, the one that will be connected directly into the ETH2 port of Vera. &lt;br /&gt;
*Afterwards you will have to open Internet explorer inside the virtual machine, access [http://wiki.micasaverde.com/index.php/Firmware_Flash_Vera2 &amp;lt;span class=&amp;quot;selflink&amp;quot;&amp;gt;this page&amp;lt;/span&amp;gt;] and download the Firmware flash utilities inside the virtual machine. &lt;br /&gt;
*On Windows 7 change the Local Area Connection settings to use the static IP and connect the Vera unit to your computer as explained at the begining of this page, then open the Firmware Flash utility inside the Virtual machine and you should be able to continue the Firmware Flash process.&lt;br /&gt;
&lt;br /&gt;
== Files to download before you start the restoration process  ==&lt;br /&gt;
&lt;br /&gt;
*[http://download.mios.com/firmware/vera2_upgrade_tool.zip Vera2 Firmware Flash Tool] &lt;br /&gt;
*[http://download.mios.com/firmware/micasaverde_backfire_v8.bin Vera2 Firmware]&lt;br /&gt;
&lt;br /&gt;
== Setup your computer to connect to Vera 2  ==&lt;br /&gt;
&lt;br /&gt;
*Computer IP: 192.168.81.xxx (not 1) &lt;br /&gt;
*Subnet Mask: 255.255.255.0 &lt;br /&gt;
*Default Gateway: 192.168.81.1&lt;br /&gt;
&lt;br /&gt;
== Begin the process for flashing the firmware  ==&lt;br /&gt;
&lt;br /&gt;
#Use a network cable (CAT5e) and plug the cable from your PC into Vera's ETH2 port. &lt;br /&gt;
#Unplug Vera from the power cord. &lt;br /&gt;
#Holding down Vera's service button (not the small one, the one resembling the Z-Wave button with no label in the middle of the unit), whilst pluging in the power cord back in. Wait about 5s after you plugged the power cord back with the reset button pressed. When releasing the reset button, power LED should be blinking. &lt;br /&gt;
#If the power LED is not blinking, turn Vera off and try again'''(PLEASE doublecheck FIRST!!! The LED blinking can be very faint!).''' &lt;br /&gt;
#Start [http://download1.mios.com/firmware/vera2_upgrade_tool.zip Vera2 Firmware Flash Tool]. &lt;br /&gt;
#Click &amp;quot;Browse target&amp;quot; button. &lt;br /&gt;
#Vera should appear in targets list. &lt;br /&gt;
#Click on &amp;quot;*UN*checkPID&amp;quot; radiobox, and click on &amp;quot;EraseNormal&amp;quot; dropdown box. &lt;br /&gt;
#Click the [Files] button. &lt;br /&gt;
#Download the file: [http://download.mios.com/firmware/micasaverde_backfire_v8.bin Vera2 Firmware] and save it on your computer. &lt;br /&gt;
#Select the file [http://download.mios.com/firmware/micasaverde_backfire_v8.bin Vera2 Firmware] &lt;br /&gt;
#Click the [Open] button to get the file. &lt;br /&gt;
#Click on the [OK] button on the BIN File Information dialog box. &lt;br /&gt;
#Click on the [Upgrade] button. File will be flashed, and you will see a dialog box saying success - close Upgrade Tool. &lt;br /&gt;
#Put your computer's IP back to DHCP (Automatically Configure) and Vera will assign an IP like 192.168.81.xxx &lt;br /&gt;
#Please wait until Vera ''automatically'' reboots and the ETH1 light starts double blinking or it's solid (this can take 10 to 30 minutes). &lt;br /&gt;
#When you see the ETH1 double blinking, you are done.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== To do after the restoration has finished  ==&lt;br /&gt;
&lt;br /&gt;
*If you have your computer connected to the ETH2 port of Vera, open http://192.168.81.1 and you will see the Wizard to continue setup your Vera. &lt;br /&gt;
*If you already connected the ETH1 (Wan) cable coming from your main Router/ADSL modem, the ETH1 light on front will go solid, meaning Vera is connected to the internet.&lt;br /&gt;
&lt;br /&gt;
Dont forget to update your Vera to the latest available firmware. This is explained here: [[Update Firmware]] &lt;br /&gt;
&lt;br /&gt;
Next, if you also want to restore everything else in Vera, restore a backup file, either one that you created manually with 'Create Backup', or an automatic backup at MiOS.com, click 'Browse' to find the backup file, select it, and click 'Restore'. &lt;br /&gt;
&lt;br /&gt;
== References  ==&lt;br /&gt;
&lt;br /&gt;
http://download.mios.com/firmware/micasaverde_backfire_v8.bin Vera2 Firmware&amp;lt;br&amp;gt; http://download.mios.com/firmware/vera2_upgrade_tool.zip Vera2 Firmware Flash Tool&amp;lt;br&amp;gt; http://www.simplehelp.net/2008/09/10/how-to-install-a-tftp-client-in-windows-vista/ &lt;br /&gt;
&lt;br /&gt;
[[Category:User_Instructions]] [[Category:How_To]]&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Backup_and_Restore</id>
		<title>Backup and Restore</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Backup_and_Restore"/>
				<updated>2017-02-14T12:56:35Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;All units have the ability to backup the user data and restore it on the same or a new controller.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); background-color: transparent; font-weight: 700; font-style: italic; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Note&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); background-color: transparent; font-style: italic; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;: Z-Wave series 300 (Z-Wave) based controllers will only be able to restore backups on other series 300 controllers. Same applies for series 500 (Z-Wave Plus) controllers. To find out the Z-Wave series of your controller check out &amp;lt;/span&amp;gt;[http://wiki.mios.com/index.php/Comparison_of_Vera_units &amp;lt;i&amp;gt;&amp;lt;span style=&amp;quot;color: rgb(0, 0, 0); background-color: transparent; vertical-align: baseline;&amp;quot;&amp;gt;this&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;/i&amp;gt;]&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); background-color: transparent; font-style: italic; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;page.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: rgb(0, 0, 0); font-family: Arial; font-size: 16pt; white-space: pre-wrap;&amp;quot;&amp;gt;Backup Controller and Save the file on your Computer&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;1. Using a computer and browser, log in to your unit's Dashboard&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;2. From the Dashboard menu on the left, click on &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Settings &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;and select &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Backup&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;, and then click on the &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Create backup&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;button as shown below.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-size: 10pt; font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Backup 1.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;3. A new page will open. Click on the &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Backup Z-Wave Network&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;button first to create a Z-Wave copy of your network.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-style: italic; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Note: This will make a complete Z-Wave backup of your configuration.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;4. Next, click on the &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Create backup &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;button to save the file to your computer. Important: Make a note of the folder or directory where the computer is saving this file, as you'll need it later.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Backup 2.png]]&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size: 16pt; font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Restoring backup on your controller&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;1. From the Dashboard click on the &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Settings &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;menu and select &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Backup&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;2. Either drag and drop the backup file into the Upload area (using a file browser such as Windows Explorer or Mac Finder), OR click the Upload button and browse to the file’s location and select it.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;3. &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Check &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;the &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Restore Z-Wave network &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;option to include the Z-Wave network from the controller.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-style: italic; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Note: This option will overwrite the existing Z-Wave data on the controller. The backups can be restored on the same Z-Wave series they were taken, series 300 cannot be restored on series 500 units (or vice-versa) due to different Z-Wave chips.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;4. Click the Restore button to start the restoration process on your controller.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Backup 3.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;5. Wait. The restoration process will take a few minutes during which your controller will reboot.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;color: rgb(0, 0, 0); font-family: Arial; white-space: pre-wrap;&amp;quot;&amp;gt;It is recommended that you check to make sure all your devices are communicating with the controller. For some Z-wave battery operated devices you might need to &amp;quot;wake them up&amp;quot; manually by activating them (such as by opening a window to &amp;quot;wake up&amp;quot; a window sensor, or by pressing the control button on the device.)&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Backup_%26_Restore</id>
		<title>Backup &amp; Restore</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Backup_%26_Restore"/>
				<updated>2017-02-14T12:50:27Z</updated>
		
		<summary type="html">&lt;p&gt;George: George moved page Backup &amp;amp; Restore to Backup and Restore&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Backup and Restore]]&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Backup_and_Restore</id>
		<title>Backup and Restore</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Backup_and_Restore"/>
				<updated>2017-02-14T12:50:26Z</updated>
		
		<summary type="html">&lt;p&gt;George: George moved page Backup &amp;amp; Restore to Backup and Restore&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;All units have the ability to backup the user data and restore it on the same or a new controller.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); background-color: transparent; font-weight: 700; font-style: italic; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Note&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); background-color: transparent; font-style: italic; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;: Z-Wave series 300 (Z-Wave) based controllers will only be able to restore backups on other series 300 controllers. Same applies for series 500 (Z-Wave Plus) controllers. To find out the Z-Wave series of your controller check out &amp;lt;/span&amp;gt;[http://wiki.mios.com/index.php/Comparison_of_Vera_units ''&amp;lt;span style=&amp;quot;color: rgb(0, 0, 0); background-color: transparent; vertical-align: baseline;&amp;quot;&amp;gt;this&amp;amp;nbsp;&amp;lt;/span&amp;gt;'']&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); background-color: transparent; font-style: italic; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;page.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: rgb(0, 0, 0); font-family: Arial; font-size: 16pt; white-space: pre-wrap;&amp;quot;&amp;gt;Backup Controller and Save the file on your Computer&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;1. Using a computer and browser, log in to your unit's Dashboard&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;2. From the Dashboard menu on the left, click on &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Settings &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;and select &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Backup&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;, and then click on the &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Create backup&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;button as shown below.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-size: 10pt; font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Backup 1.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;3. A new page will open. Click on the &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Backup Z-Wave Network&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;button first to create a Z-Wave copy of your network.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-style: italic; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Note: This will make a complete Z-Wave backup of your configuration.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;4. Next, click on the &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Create backup &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;button to save the file to your computer. Important: Make a note of the folder or directory where the computer is saving this file, as you'll need it later.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Backup 2.png]]&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size: 16pt; font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Restoring backup on your controller&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;1. From the Dashboard click on the &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Settings &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;menu and select &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Backup&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;2. Either drag and drop the backup file into the Upload area (using a file browser such as Windows Explorer or Mac Finder), OR click the Upload button and browse to the file’s location and select it.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;3. &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Check &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;the &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Restore Z-Wave network &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;option to include the Z-Wave network from the controller.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-style: italic; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Note: This option will overwrite the existing Z-Wave data on the controller.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;4. Click the Restore button to start the restoration process on your controller.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Backup 3.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;5. Wait. The restoration process will take a few minutes during which your controller will reboot.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;color: rgb(0, 0, 0); font-family: Arial; white-space: pre-wrap;&amp;quot;&amp;gt;It is recommended that you check to make sure all your devices are communicating with the controller. For some Z-wave battery operated devices you might need to &amp;quot;wake them up&amp;quot; manually by activating them (such as by opening a window to &amp;quot;wake up&amp;quot; a window sensor, or by pressing the control button on the device.)&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Backup_and_Restore</id>
		<title>Backup and Restore</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Backup_and_Restore"/>
				<updated>2017-02-14T12:49:28Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); background-color: transparent; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;All units have the ability to backup the user data and restore it on the same or a new controller.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); background-color: transparent; font-weight: 700; font-style: italic; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Note&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); background-color: transparent; font-style: italic; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;: Z-Wave series 300 (Z-Wave) based controllers will only be able to restore backups on other series 300 controllers. Same applies for series 500 (Z-Wave Plus) controllers. To find out the Z-Wave series of your controller check out &amp;lt;/span&amp;gt;[http://wiki.mios.com/index.php/Comparison_of_Vera_units ''&amp;lt;span style=&amp;quot;color: rgb(0, 0, 0); background-color: transparent; vertical-align: baseline;&amp;quot;&amp;gt;this&amp;amp;nbsp;&amp;lt;/span&amp;gt;'']&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); background-color: transparent; font-style: italic; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;page.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: rgb(0, 0, 0); font-family: Arial; font-size: 16pt; white-space: pre-wrap;&amp;quot;&amp;gt;Backup Controller and Save the file on your Computer&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;1. Using a computer and browser, log in to your unit's Dashboard&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;2. From the Dashboard menu on the left, click on &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Settings &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;and select &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Backup&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;, and then click on the &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Create backup&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;button as shown below.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-size: 10pt; font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Backup 1.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;3. A new page will open. Click on the &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Backup Z-Wave Network&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;button first to create a Z-Wave copy of your network.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-style: italic; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Note: This will make a complete Z-Wave backup of your configuration.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;4. Next, click on the &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Create backup &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;button to save the file to your computer. Important: Make a note of the folder or directory where the computer is saving this file, as you'll need it later.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Backup 2.png]]&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size: 16pt; font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Restoring backup on your controller&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;1. From the Dashboard click on the &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Settings &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;menu and select &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Backup&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;2. Either drag and drop the backup file into the Upload area (using a file browser such as Windows Explorer or Mac Finder), OR click the Upload button and browse to the file’s location and select it.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;3. &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Check &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;the &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Restore Z-Wave network &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;option to include the Z-Wave network from the controller.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); font-style: italic; vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;Note: This option will overwrite the existing Z-Wave data on the controller.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;4. Click the Restore button to start the restoration process on your controller.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Backup 3.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;docs-internal-guid-64aa8c19-3829-faf9-1706-cbcc735c3b20&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial; color: rgb(0, 0, 0); vertical-align: baseline; white-space: pre-wrap;&amp;quot;&amp;gt;5. Wait. The restoration process will take a few minutes during which your controller will reboot.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;color: rgb(0, 0, 0); font-family: Arial; white-space: pre-wrap;&amp;quot;&amp;gt;It is recommended that you check to make sure all your devices are communicating with the controller. For some Z-wave battery operated devices you might need to &amp;quot;wake them up&amp;quot; manually by activating them (such as by opening a window to &amp;quot;wake up&amp;quot; a window sensor, or by pressing the control button on the device.)&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/File:Backup_3.png</id>
		<title>File:Backup 3.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/File:Backup_3.png"/>
				<updated>2017-02-14T12:40:29Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/File:Backup_2.png</id>
		<title>File:Backup 2.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/File:Backup_2.png"/>
				<updated>2017-02-14T11:15:24Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/File:Backup_1.png</id>
		<title>File:Backup 1.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/File:Backup_1.png"/>
				<updated>2017-02-14T11:14:52Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Side_By_Side_Comparison</id>
		<title>Side By Side Comparison</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Side_By_Side_Comparison"/>
				<updated>2017-02-13T11:41:19Z</updated>
		
		<summary type="html">&lt;p&gt;George: Reverted edits by George (talk) to last revision by DaveL17&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is meant to be an informative, objective comparison of Vera and the other Z-Wave gateways, not a 1-sided sales pitch. If other Z-Wave gateways have features we have not listed, you can add those features. You can also add other gateways that are not on the list, and correct any mistakes and add notes. This document is a wiki, editable by the public. &lt;br /&gt;
&lt;br /&gt;
Note that this document, being a wiki, contains data provided by the public and our customers as well as those of our competitors. The list of features supported by the Schlage and Hawking products comes from customers who use those products and Mi Casa Verde has not independently verified all the features of our competitors products. If there are any inaccuracies, anyone is able to correct them. &lt;br /&gt;
&lt;br /&gt;
'''NOTE: 27 July 2009 micasaverde: Has updated the page with the new features in our Luup release, which is now in beta, including the new cell phone apps which are in beta and will be released in about 2 weeks.''' &lt;br /&gt;
&lt;br /&gt;
'''NOTE: 29 July 2009 Schlage: Has updated the page to accurately reflect the features associated with the Schlage LiNK system. Schlage is continuously improving the Schlage LiNK application to provide more features to the end user.''' &lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;br&amp;gt;&lt;br /&gt;
! [http://www.micasaverde.com Vera] &lt;br /&gt;
! [http://www.hawkingtech.com/products/productlist.php?CatID=43&amp;amp;FamID=119&amp;amp;ProdID=392 Hawking HRPG1] &lt;br /&gt;
! [http://consumer.schlage.com/LiNK/ Schlage LiNK Bridge] &lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | '''''Price'''''&lt;br /&gt;
|-&lt;br /&gt;
| Retail Price &lt;br /&gt;
| $299 &lt;br /&gt;
| $179 &lt;br /&gt;
| Not sold separately &lt;br /&gt;
| The Schlage Bridge is available only as part of a bundled kit. The Schlage locks are available without the Schlage Bridge for $199 MSRP.&lt;br /&gt;
|-&lt;br /&gt;
| Monthly charge &lt;br /&gt;
| Optional &lt;br /&gt;
| $9.99 &lt;br /&gt;
| $12.99 &lt;br /&gt;
| Schlage requires a monthly subscription or else you cannot use the LiNK or control Z-Wave devices. You can still manually operate the door lock without the subscription. Hawking requires a monthly subscription of $9.99 for all services including cell phone access. Vera's provides secure remote access, cell phone control, and email notifications for free. SMS texting and video archiving are $29/year.&lt;br /&gt;
|-&lt;br /&gt;
| Functionality dependent on manufacturer &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| partial &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| Will the product still function if the manufacturer stops supporting it? With Vera, only the optional hosted online services depend on Mi Casa Verde, all local functions are independent, and Vera will run without an internet connection. In Hawking's case, cell phone access would stop and limited other functions would continue. User will need to know how to hack the units back door. In Schlage's case, the product will not function at all if you don't pay the monthly bill or if Schlage discontinues support for the product. However the Lock itself will still function as a keypad lock. The remote capabilities and programming will be disabled. If internet connection is lost all timers/events will cease to occur during that time. The Schlage LiNK is just a bridge no internal triggers seem to be stored in the bridge.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | '''''Z-Wave Device Compatibility'''''&lt;br /&gt;
|-&lt;br /&gt;
| Guaranteed compatible with all Z-Wave devices &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| Vera is free if it doesn't work with all your Z-Wave devices as explained [[Guaranteed Compatibility|here]]. Note: Z-Wave devices must be certified by Zensys/the Z-Wave alliance to be called Z-Wave and to qualify. The Schlage LiNK Application will operate all certified Z-Wave Devices within any device class that is supported in the Schlage LiNK Application.&lt;br /&gt;
|-&lt;br /&gt;
| Light Switches/Appliance Modules &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Thermostats &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| Note: Schlage web portal only supports Notifications/Alerts and email functions for Schlage/Trane branded thermostats.&lt;br /&gt;
|-&lt;br /&gt;
| Door/Window/Motion Sensor &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| Z-Wave door, window and motion sensors can trigger scenes, fire events, and you can be notified on your mobile phone.&lt;br /&gt;
|-&lt;br /&gt;
| Combo-sensors &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| Such as the 3-in-1 light, temperature, motion sensor.&lt;br /&gt;
|-&lt;br /&gt;
| Handheld remotes &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| Handheld remotes can activate scenes in the gateway and be programed within the gateway. Handheld remotes can be secondary controllers in conjunction with the Schlage LiNK Bridge and Hawking. Schlage or Hawking cannot program the remote from the bridge. Schlage cannot give a remote the role of &amp;quot;secondary inclusionary&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| Door locks &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Scene controllers &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| Same as handheld remotes.&lt;br /&gt;
|-&lt;br /&gt;
| Supports European Z-Wave &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| You must order the Euro version of Vera to support European Z-Wave.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | '''''Insteon/X10 Device Compatibility'''''&lt;br /&gt;
|-&lt;br /&gt;
| Insteon/X10 &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | '''''A/V Device Compatibility'''''&lt;br /&gt;
|-&lt;br /&gt;
| Infrared control &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| Control TV's, stereo's, etc., with infrared emitters.&lt;br /&gt;
|-&lt;br /&gt;
| RS232 control &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| For those models of A/V devices that have serial control ports provides direct control without infrared.&lt;br /&gt;
|-&lt;br /&gt;
| Universal remote control &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| Use your mobile phone as a universal remote control.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | '''''Alarm System Compatibility'''''&lt;br /&gt;
|-&lt;br /&gt;
| RS232 alarm panels &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| Sensors from your traditional home alarm system can trigger scenes, notifications, etc., and you can remotely manage your home alarm.&lt;br /&gt;
|-&lt;br /&gt;
| USB alarm panels &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| Sensors from your traditional home alarm system can trigger scenes, notifications, etc., and you can remotely manage your home alarm.&lt;br /&gt;
|-&lt;br /&gt;
| Ethernet alarm panels &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| Sensors from your traditional home alarm system can trigger scenes, notifications, etc., and you can remotely manage your home alarm.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | '''''IP Devices Compatibility'''''&lt;br /&gt;
|-&lt;br /&gt;
| Generic IP Cameras &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| Vera works with any IP camera that can return a JPEG file, such as Panasonic and most IP cameras.&lt;br /&gt;
|-&lt;br /&gt;
| Proprietary IP Cameras &lt;br /&gt;
| N/A&lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| Schlage cameras use proprietary firmware to ensure secure plug and play conectivity with the Schlage LiNK Apllication. Hawking also has a proprietary camera.&lt;br /&gt;
|-&lt;br /&gt;
| Pan/Tilt/Zoom &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| Ability to move camera and adjust it remotely&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | '''''Z-Wave features'''''&lt;br /&gt;
|-&lt;br /&gt;
| Works as a primary controller &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| Schlage LiNK Bridge does not seem to support SUC/SIS. This means you cannot add a controller as a secondary inclusion conroller. A secondary inclusion controller can be used to include devices without removing a dongle or diconnecting the bridge. This setup aids in network setup as issues are immediately shown during installation.&lt;br /&gt;
|-&lt;br /&gt;
| Works as a secondary controller &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Can be added to an existing Z-Wave network &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Supports controller shift &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | '''''Door lock specific'''''&lt;br /&gt;
|-&lt;br /&gt;
| Secure remote locking/unlocking of doors &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Secure remote setting of user codes &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Control of doors from handheld remotes and scene controllers &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| A button on a Z-Wave handheld remote or scene controller can be programmed, for example, to turn off the lights and lock the doors. Schlage allows lock control through the Schlage Application and any secondary controller supporting the required device classes.&lt;br /&gt;
|-&lt;br /&gt;
| Door locks trigger events &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| For example, when you unlock the door, the porch light comes on automatically. With the Schlage application, entering a valid 4 digit code at the lock enables any pre-programmed scene within the application.&lt;br /&gt;
|-&lt;br /&gt;
| PIN codes trigger events &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| For example, you give the pool cleaner a PIN code and are notified by SMS when he unlocks the door with his PIN code.&lt;br /&gt;
|-&lt;br /&gt;
| Support Vacation Mode of Schlage LiNK lock &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| Schlage LiNK Bridge can remotely enable Vacation mode that disables keypad on the lock. Great if you don't want anyone to use their code to enter. At any time you can restore access to the keypad though Schlage LiNK web or phone app. [[http://forum.micasaverde.com/index.php?topic=2071.msg8123#msg8123 Manual Vacation Mode]]&lt;br /&gt;
|-&lt;br /&gt;
| Support all door locks &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| Vera will also support the Black &amp;amp;amp; Decker door locks when they are on the market.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | '''''Automation'''''&lt;br /&gt;
|-&lt;br /&gt;
| Scenes &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Timers &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| Schlage LiNK only sets time based events on a 7-day week. Schlage is not able to set a time or date in the future.&lt;br /&gt;
|-&lt;br /&gt;
| Events &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| For example, turn on a light when a motion sensor is tripped.&lt;br /&gt;
|-&lt;br /&gt;
| Relative to sunset/sunrise &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
| Trigger a scene 1 hour before the sun rises, etc.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | '''''Remote access'''''&lt;br /&gt;
|-&lt;br /&gt;
| Direct access over IP &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| You can directly control the device over the internet or local network without going through a remote server.&lt;br /&gt;
|-&lt;br /&gt;
| Works when your internet is down &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| Remote access can not be provided when the internet is not available. With Vera you can still connect through your Local Area Net (LAN) to do everything else, including operating and configuring Vera.&lt;br /&gt;
|-&lt;br /&gt;
| Secure remote access through a gateway &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| Both Vera and Schlage use a secure server similar to that for online banking. Vera offers this for free. Schlage offers it for a $13/month subscription.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | '''''Energy monitoring'''''&lt;br /&gt;
|-&lt;br /&gt;
| Tracks actual energy usage &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| Supports the Z-Wave classes for reporting current Watts, accumulated kWh, etc.&lt;br /&gt;
|-&lt;br /&gt;
| Reports historical energy usage &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| Vera shows past energy usage by room, type of device, etc.&lt;br /&gt;
|-&lt;br /&gt;
| Responds to energy alerts &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| Vera allows automatic energy reduction when the utility company reports the power grid is overloaded. See [[Energy]].&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | '''''Networking'''''&lt;br /&gt;
|-&lt;br /&gt;
| Built-in router/gateway &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| Hawking and Schlage require connection to a standard residential router.&lt;br /&gt;
|-&lt;br /&gt;
| Built-in Wi-Fi &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| Hawking and Schlage require you to purchase these separately.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | '''''Remote Control'''''&lt;br /&gt;
|-&lt;br /&gt;
| Custom remotes with your own skins/buttons &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| For example, put an iPod touch on the wall which your own wallpaper and pictures and icons that trigger scenes or control devices.&lt;br /&gt;
|-&lt;br /&gt;
| Web interface on local home network &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| Direct access by http://[your bridge's IP address]&lt;br /&gt;
|-&lt;br /&gt;
| Web interface for secure remote access over the internet &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| Access going through a remote server via https&lt;br /&gt;
|-&lt;br /&gt;
| Access from any cell phone &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| Vera is compatible with any cell phone that has an internet connection. So you can control it from new phones, like the T-Mobile Sidekick, as well as older, basic phones.&lt;br /&gt;
|-&lt;br /&gt;
| Native iPhone/iPod touch app &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| Vera's new version is due in August '09, which also has a universal remote control. Schlage and Hawking use the Crayon/Moshi application.&lt;br /&gt;
|-&lt;br /&gt;
| Native Java app (Blackberry, etc.) &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Native Windows Mobile &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| Schlage and Hawking use the Crayon/Moshi application.&lt;br /&gt;
|-&lt;br /&gt;
| Wi-Fi access (iPod Touch, PDA's, etc.) &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| PDA's, iPhone's, and other Wi-Fi enabled devices can control the bridge using your home network.&lt;br /&gt;
|-&lt;br /&gt;
| Handheld remotes &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| A button on a handheld remote can trigger a device.&lt;br /&gt;
|-&lt;br /&gt;
| Scene controllers &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | '''''Online services'''''&lt;br /&gt;
|-&lt;br /&gt;
| Archive of surveillance camera images &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| Available through the [[Find Vera Service]].&lt;br /&gt;
|-&lt;br /&gt;
| Archive of energy usage &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| Available through the [[Find Vera Service]].&lt;br /&gt;
|-&lt;br /&gt;
| Archive of events &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| Available through the [[Find Vera Service]].&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | '''''Open-ness / geek-friendly'''''&lt;br /&gt;
|-&lt;br /&gt;
| Direct login allowed &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| Log in to the system with Telnet/SSH to inspect the software, verify the strength of the encryption, etc.&lt;br /&gt;
|-&lt;br /&gt;
| Allows custom scripts &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| Write your own scripts to automate tasks; scripts run in the bridge.&lt;br /&gt;
|-&lt;br /&gt;
| Published API's for custom add-ons and UI's &lt;br /&gt;
| [[Image:Check.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| [[Image:X.png]] &lt;br /&gt;
| See: [[Luup Intro]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Glossary]]&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Side_By_Side_Comparison</id>
		<title>Side By Side Comparison</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Side_By_Side_Comparison"/>
				<updated>2017-02-13T11:39:49Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This page is obsolete.'''&lt;br /&gt;
&lt;br /&gt;
This is meant to be an informative, objective comparison of Vera and the other Z-Wave gateways, not a 1-sided sales pitch. If other Z-Wave gateways have features we have not listed, you can add those features. You can also add other gateways that are not on the list, and correct any mistakes and add notes. This document is a wiki, editable by the public.&lt;br /&gt;
&lt;br /&gt;
Note that this document, being a wiki, contains data provided by the public and our customers as well as those of our competitors. The list of features supported by the Schlage and Hawking products comes from customers who use those products and Mi Casa Verde has not independently verified all the features of our competitors products. If there are any inaccuracies, anyone is able to correct them.&lt;br /&gt;
&lt;br /&gt;
'''NOTE: 27 July 2009 micasaverde: Has updated the page with the new features in our Luup release, which is now in beta, including the new cell phone apps which are in beta and will be released in about 2 weeks.'''&lt;br /&gt;
&lt;br /&gt;
'''NOTE: 29 July 2009 Schlage: Has updated the page to accurately reflect the features associated with the Schlage LiNK system. Schlage is continuously improving the Schlage LiNK application to provide more features to the end user.'''&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;br/&amp;gt;&lt;br /&gt;
! [http://www.micasaverde.com Vera]&lt;br /&gt;
! [http://www.hawkingtech.com/products/productlist.php?CatID=43&amp;amp;FamID=119&amp;amp;ProdID=392 Hawking HRPG1]&lt;br /&gt;
! [http://consumer.schlage.com/LiNK/ Schlage LiNK Bridge]&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | '''''Price'''''&lt;br /&gt;
|-&lt;br /&gt;
| Retail Price&lt;br /&gt;
| $299&lt;br /&gt;
| $179&lt;br /&gt;
| Not sold separately&lt;br /&gt;
| The Schlage Bridge is available only as part of a bundled kit. The Schlage locks are available without the Schlage Bridge for $199 MSRP.&lt;br /&gt;
|-&lt;br /&gt;
| Monthly charge&lt;br /&gt;
| Optional&lt;br /&gt;
| $9.99&lt;br /&gt;
| $12.99&lt;br /&gt;
| Schlage requires a monthly subscription or else you cannot use the LiNK or control Z-Wave devices. You can still manually operate the door lock without the subscription. Hawking requires a monthly subscription of $9.99 for all services including cell phone access. Vera's provides secure remote access, cell phone control, and email notifications for free. SMS texting and video archiving are $29/year.&lt;br /&gt;
|-&lt;br /&gt;
| Functionality dependent on manufacturer&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| partial&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| Will the product still function if the manufacturer stops supporting it? With Vera, only the optional hosted online services depend on Mi Casa Verde, all local functions are independent, and Vera will run without an internet connection. In Hawking's case, cell phone access would stop and limited other functions would continue. User will need to know how to hack the units back door. In Schlage's case, the product will not function at all if you don't pay the monthly bill or if Schlage discontinues support for the product. However the Lock itself will still function as a keypad lock. The remote capabilities and programming will be disabled. If internet connection is lost all timers/events will cease to occur during that time. The Schlage LiNK is just a bridge no internal triggers seem to be stored in the bridge.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | '''''Z-Wave Device Compatibility'''''&lt;br /&gt;
|-&lt;br /&gt;
| Guaranteed compatible with all Z-Wave devices&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| Vera is free if it doesn't work with all your Z-Wave devices as explained [[Guaranteed Compatibility|here]]. Note: Z-Wave devices must be certified by Zensys/the Z-Wave alliance to be called Z-Wave and to qualify. The Schlage LiNK Application will operate all certified Z-Wave Devices within any device class that is supported in the Schlage LiNK Application.&lt;br /&gt;
|-&lt;br /&gt;
| Light Switches/Appliance Modules&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Thermostats&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| Note: Schlage web portal only supports Notifications/Alerts and email functions for Schlage/Trane branded thermostats.&lt;br /&gt;
|-&lt;br /&gt;
| Door/Window/Motion Sensor&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| Z-Wave door, window and motion sensors can trigger scenes, fire events, and you can be notified on your mobile phone.&lt;br /&gt;
|-&lt;br /&gt;
| Combo-sensors&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| Such as the 3-in-1 light, temperature, motion sensor.&lt;br /&gt;
|-&lt;br /&gt;
| Handheld remotes&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| Handheld remotes can activate scenes in the gateway and be programed within the gateway. Handheld remotes can be secondary controllers in conjunction with the Schlage LiNK Bridge and Hawking. Schlage or Hawking cannot program the remote from the bridge. Schlage cannot give a remote the role of &amp;quot;secondary inclusionary&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| Door locks&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Scene controllers&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| Same as handheld remotes.&lt;br /&gt;
|-&lt;br /&gt;
| Supports European Z-Wave&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| You must order the Euro version of Vera to support European Z-Wave.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | '''''Insteon/X10 Device Compatibility'''''&lt;br /&gt;
|-&lt;br /&gt;
| Insteon/X10&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | '''''A/V Device Compatibility'''''&lt;br /&gt;
|-&lt;br /&gt;
| Infrared control&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| Control TV's, stereo's, etc., with infrared emitters.&lt;br /&gt;
|-&lt;br /&gt;
| RS232 control&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| For those models of A/V devices that have serial control ports provides direct control without infrared.&lt;br /&gt;
|-&lt;br /&gt;
| Universal remote control&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| Use your mobile phone as a universal remote control.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | '''''Alarm System Compatibility'''''&lt;br /&gt;
|-&lt;br /&gt;
| RS232 alarm panels&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| Sensors from your traditional home alarm system can trigger scenes, notifications, etc., and you can remotely manage your home alarm.&lt;br /&gt;
|-&lt;br /&gt;
| USB alarm panels&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| Sensors from your traditional home alarm system can trigger scenes, notifications, etc., and you can remotely manage your home alarm.&lt;br /&gt;
|-&lt;br /&gt;
| Ethernet alarm panels&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| Sensors from your traditional home alarm system can trigger scenes, notifications, etc., and you can remotely manage your home alarm.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | '''''IP Devices Compatibility'''''&lt;br /&gt;
|-&lt;br /&gt;
| Generic IP Cameras&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| Vera works with any IP camera that can return a JPEG file, such as Panasonic and most IP cameras.&lt;br /&gt;
|-&lt;br /&gt;
| Proprietary IP Cameras&lt;br /&gt;
| N/A&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| Schlage cameras use proprietary firmware to ensure secure plug and play conectivity with the Schlage LiNK Apllication. Hawking also has a proprietary camera.&lt;br /&gt;
|-&lt;br /&gt;
| Pan/Tilt/Zoom&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| Ability to move camera and adjust it remotely&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | '''''Z-Wave features'''''&lt;br /&gt;
|-&lt;br /&gt;
| Works as a primary controller&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| Schlage LiNK Bridge does not seem to support SUC/SIS. This means you cannot add a controller as a secondary inclusion conroller. A secondary inclusion controller can be used to include devices without removing a dongle or diconnecting the bridge. This setup aids in network setup as issues are immediately shown during installation.&lt;br /&gt;
|-&lt;br /&gt;
| Works as a secondary controller&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Can be added to an existing Z-Wave network&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Supports controller shift&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | '''''Door lock specific'''''&lt;br /&gt;
|-&lt;br /&gt;
| Secure remote locking/unlocking of doors&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Secure remote setting of user codes&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Control of doors from handheld remotes and scene controllers&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| A button on a Z-Wave handheld remote or scene controller can be programmed, for example, to turn off the lights and lock the doors. Schlage allows lock control through the Schlage Application and any secondary controller supporting the required device classes.&lt;br /&gt;
|-&lt;br /&gt;
| Door locks trigger events&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| For example, when you unlock the door, the porch light comes on automatically. With the Schlage application, entering a valid 4 digit code at the lock enables any pre-programmed scene within the application.&lt;br /&gt;
|-&lt;br /&gt;
| PIN codes trigger events&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| For example, you give the pool cleaner a PIN code and are notified by SMS when he unlocks the door with his PIN code.&lt;br /&gt;
|-&lt;br /&gt;
| Support Vacation Mode of Schlage LiNK lock&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| Schlage LiNK Bridge can remotely enable Vacation mode that disables keypad on the lock. Great if you don't want anyone to use their code to enter. At any time you can restore access to the keypad though Schlage LiNK web or phone app. [[http://forum.micasaverde.com/index.php?topic=2071.msg8123#msg8123 Manual Vacation Mode]]&lt;br /&gt;
|-&lt;br /&gt;
| Support all door locks&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| Vera will also support the Black &amp;amp; Decker door locks when they are on the market.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | '''''Automation'''''&lt;br /&gt;
|-&lt;br /&gt;
| Scenes&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Timers&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| Schlage LiNK only sets time based events on a 7-day week. Schlage is not able to set a time or date in the future.&lt;br /&gt;
|-&lt;br /&gt;
| Events&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| For example, turn on a light when a motion sensor is tripped.&lt;br /&gt;
|-&lt;br /&gt;
| Relative to sunset/sunrise&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| Trigger a scene 1 hour before the sun rises, etc.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | '''''Remote access'''''&lt;br /&gt;
|-&lt;br /&gt;
| Direct access over IP&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| You can directly control the device over the internet or local network without going through a remote server.&lt;br /&gt;
|-&lt;br /&gt;
| Works when your internet is down&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| Remote access can not be provided when the internet is not available. With Vera you can still connect through your Local Area Net (LAN) to do everything else, including operating and configuring Vera.&lt;br /&gt;
|-&lt;br /&gt;
| Secure remote access through a gateway&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| Both Vera and Schlage use a secure server similar to that for online banking. Vera offers this for free. Schlage offers it for a $13/month subscription.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | '''''Energy monitoring'''''&lt;br /&gt;
|-&lt;br /&gt;
| Tracks actual energy usage&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| Supports the Z-Wave classes for reporting current Watts, accumulated kWh, etc.&lt;br /&gt;
|-&lt;br /&gt;
| Reports historical energy usage&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| Vera shows past energy usage by room, type of device, etc.&lt;br /&gt;
|-&lt;br /&gt;
| Responds to energy alerts&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| Vera allows automatic energy reduction when the utility company reports the power grid is overloaded. See [[Energy]].&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | '''''Networking'''''&lt;br /&gt;
|-&lt;br /&gt;
| Built-in router/gateway&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| Hawking and Schlage require connection to a standard residential router.&lt;br /&gt;
|-&lt;br /&gt;
| Built-in Wi-Fi&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| Hawking and Schlage require you to purchase these separately.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | '''''Remote Control'''''&lt;br /&gt;
|-&lt;br /&gt;
| Custom remotes with your own skins/buttons&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| For example, put an iPod touch on the wall which your own wallpaper and pictures and icons that trigger scenes or control devices.&lt;br /&gt;
|-&lt;br /&gt;
| Web interface on local home network&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| Direct access by http://[your bridge's IP address]&lt;br /&gt;
|-&lt;br /&gt;
| Web interface for secure remote access over the internet&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| Access going through a remote server via https&lt;br /&gt;
|-&lt;br /&gt;
| Access from any cell phone&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| Vera is compatible with any cell phone that has an internet connection. So you can control it from new phones, like the T-Mobile Sidekick, as well as older, basic phones.&lt;br /&gt;
|-&lt;br /&gt;
| Native iPhone/iPod touch app&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| Vera's new version is due in August '09, which also has a universal remote control. Schlage and Hawking use the Crayon/Moshi application.&lt;br /&gt;
|-&lt;br /&gt;
| Native Java app (Blackberry, etc.)&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Native Windows Mobile&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| Schlage and Hawking use the Crayon/Moshi application.&lt;br /&gt;
|-&lt;br /&gt;
| Wi-Fi access (iPod Touch, PDA's, etc.)&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| PDA's, iPhone's, and other Wi-Fi enabled devices can control the bridge using your home network.&lt;br /&gt;
|-&lt;br /&gt;
| Handheld remotes&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| A button on a handheld remote can trigger a device.&lt;br /&gt;
|-&lt;br /&gt;
| Scene controllers&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | '''''Online services'''''&lt;br /&gt;
|-&lt;br /&gt;
| Archive of surveillance camera images&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| Available through the [[Find Vera Service]].&lt;br /&gt;
|-&lt;br /&gt;
| Archive of energy usage&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| Available through the [[Find Vera Service]].&lt;br /&gt;
|-&lt;br /&gt;
| Archive of events&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| Available through the [[Find Vera Service]].&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | '''''Open-ness / geek-friendly'''''&lt;br /&gt;
|-&lt;br /&gt;
| Direct login allowed&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| Log in to the system with Telnet/SSH to inspect the software, verify the strength of the encryption, etc.&lt;br /&gt;
|-&lt;br /&gt;
| Allows custom scripts&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| Write your own scripts to automate tasks; scripts run in the bridge.&lt;br /&gt;
|-&lt;br /&gt;
| Published API's for custom add-ons and UI's&lt;br /&gt;
| [[File:Check.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| [[File:X.png]]&lt;br /&gt;
| See: [[Luup Intro]].&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Backup_and_Restore</id>
		<title>Backup and Restore</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Backup_and_Restore"/>
				<updated>2017-02-13T10:45:43Z</updated>
		
		<summary type="html">&lt;p&gt;George: Created page with &amp;quot;&amp;lt;parsererror style=&amp;quot;display: block; white-space: pre; border: 2px solid #c77; padding: 0 1em 0 1em; margin: 1em; background-color: #fdd; color: black&amp;quot;&amp;gt; === This page contains ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;parsererror style=&amp;quot;display: block; white-space: pre; border: 2px solid #c77; padding: 0 1em 0 1em; margin: 1em; background-color: #fdd; color: black&amp;quot;&amp;gt;&lt;br /&gt;
=== This page contains the following errors: ===&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family:monospace;font-size:12px&amp;quot;&amp;gt;error on line 1 at column 121: attributes construct error &amp;lt;/div&amp;gt;&lt;br /&gt;
=== Below is a rendering of the page up to the first error. ===&lt;br /&gt;
&amp;lt;/parsererror&amp;gt;&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/ZWave_Security</id>
		<title>ZWave Security</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/ZWave_Security"/>
				<updated>2017-02-13T10:08:08Z</updated>
		
		<summary type="html">&lt;p&gt;George: Created page with &amp;quot;'''Z-Wave Security''': Vera controllers offer support for S0 Security.  '''Vera Edge, Plus, Secure''' are security enabled Z-Wave Plus products that are able to use encrypted ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Z-Wave Security''': Vera controllers offer support for S0 Security.&lt;br /&gt;
&lt;br /&gt;
'''Vera Edge, Plus, Secure''' are security enabled Z-Wave Plus products that are able to use encrypted Z-Wave Plus messages to communicate to other security enabled Z-Wave Plus products.&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/How_to_reset_your_Vera_controller_to_factory_defaults</id>
		<title>How to reset your Vera controller to factory defaults</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/How_to_reset_your_Vera_controller_to_factory_defaults"/>
				<updated>2017-01-18T09:57:06Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This procedure will guide you to reset your Vera controller running '''UI7 '''to factory defaults. Please follow the instructions for the controller you have.&lt;br /&gt;
&lt;br /&gt;
=== Vera Secure&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
The Vera Plus controllers can be&amp;amp;nbsp;'''reset&amp;amp;nbsp;'''to factory defaults by pressing the reset button 6 times within 6 seconds. This will reset the Z-Wave network and change its HouseID, clear your account and user configuration data from your unit.&lt;br /&gt;
&lt;br /&gt;
''Note: The account will only be removed from the controller, but it will continue to be in the database.''&lt;br /&gt;
&lt;br /&gt;
Pressing the&amp;amp;nbsp;'''reset&amp;amp;nbsp;'''button 3 times within 6 seconds will reset the network configuration settings to defaults&amp;amp;nbsp;while keeping your other settings intact.&lt;br /&gt;
&lt;br /&gt;
=== Vera Plus&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
The Vera Plus controllers can be '''reset '''to factory defaults by pressing the reset button 6 times within 6 seconds. This will reset the Z-Wave network and change its HouseID, clear your account and user configuration data from your unit.&lt;br /&gt;
&lt;br /&gt;
''Note: The account will only be removed from the controller, but it will continue to be in the database.''&lt;br /&gt;
&lt;br /&gt;
Pressing the '''reset '''button 3 times within 6 seconds will reset the network configuration settings to defaults&amp;amp;nbsp;while keeping your other settings intact.&lt;br /&gt;
&lt;br /&gt;
=== Vera Edge&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
The Vera Edge controllers can be '''reset '''to factory defaults by keeping the reset button for 20 seconds and releasing it. This will reset the Z-Wave network and change its HouseID, clear your account and user configuration data from your unit.&lt;br /&gt;
&lt;br /&gt;
''Note: The account will only be removed from the controller, but it will continue to be in the database.''&lt;br /&gt;
&lt;br /&gt;
Holding the '''reset '''button for 10 seconds will reset the network configuration settings to defaults&amp;amp;nbsp;while keeping your other settings intact.&lt;br /&gt;
&lt;br /&gt;
=== Vera 3&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
The Vera 3 controllers can be '''reset '''to factory defaults by keeping the reset button for 20 seconds and releasing it. This will reset the Z-Wave network and change its HouseID, clear your account and user configuration data from your unit.&lt;br /&gt;
&lt;br /&gt;
''Note: The account will only be removed from the controller, but it will continue to be in the database.''&lt;br /&gt;
&lt;br /&gt;
Holding the '''reset '''button for 10 seconds will reset the network configuration settings to defaults&amp;amp;nbsp;while keeping your other settings intact.&lt;br /&gt;
&lt;br /&gt;
=== Vera lite&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
The Vera lite controllers can be '''reset '''to factory defaults by keeping the reset button for 20 seconds and releasing it. This will reset the Z-Wave network and change its HouseID, and clear your account and user configuration data from your unit.&lt;br /&gt;
&lt;br /&gt;
''Note: The account will only be removed from the controller, but it will continue to be in the database.''&lt;br /&gt;
&lt;br /&gt;
Holding the '''reset '''button for 10 seconds will reset the network configuration settings to defaults&amp;amp;nbsp;while keeping your other settings intact.&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Store_logs_USB</id>
		<title>Store logs USB</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Store_logs_USB"/>
				<updated>2016-08-19T10:15:08Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''HOWTO get your Vera log an attached USB drive.'''&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
On larger Vera deployments, with large numbers of Z-Wave Devices, Plugins or Scenes, it may be necessary to move the Vera log files to external storage to free-up space for Vera to function correctly.&lt;br /&gt;
&lt;br /&gt;
MiOS Version 1.1.1245 introduced an option to let users attach a standard USB drive to offload Vera's log files, the details are in the MiOS [[Release Notes]], inlined here:&lt;br /&gt;
&lt;br /&gt;
:''2. There is an option with Vera2 on Advanced, Logs to enable logging to a USB drive. This frees up quite a bit of memory, so if you have a lot of devices or plugins and your Vera is running slow or crashing because it's running out of memory, this is a solution. Note that after you check the box it can take up to 30 minutes to format the USB drive, and bootup will take a couple minutes longer with the USB drive installed. It will continue to boot up fine without the USB drive connected, just don't remove it while Vera is running.''&lt;br /&gt;
&lt;br /&gt;
:''IMPORTANT: Use a new USB drive that hasn't already been formatted. In particular, don't use a USB drive that is already formatted for Mac''&lt;br /&gt;
&lt;br /&gt;
This [[:Category:How To|How To]] note shows you how to enable this option, how to validate that it's been enabled, and provides pointers to further reading.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
This solution will require:&lt;br /&gt;
&lt;br /&gt;
*Vera 2 Hardware and above (Vera 3 / Lite / Edge / Plus)&lt;br /&gt;
*UI4 and above&lt;br /&gt;
*A ''new'' USB Drive&lt;br /&gt;
**Drive should be at least 512Mb or higher.&lt;br /&gt;
**Vera will create its own partition on it which will be 512Mb in size and use that to write logfiles to it.&lt;br /&gt;
**Experienced users only: a ''newly'' FAT-formatted ''existing'' USB drive may work.&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&lt;br /&gt;
&lt;br /&gt;
*After you got your usb-drive connected to the USB port on the backside of your Vera.&amp;lt;br/&amp;gt;Please be patient, it might not work the first time, but it will work. DO NOT REMOVE THE DRIVE while Vera boots/reboots or during power-cycle operations.&lt;br /&gt;
*Log into the UI&lt;br /&gt;
&lt;br /&gt;
=== UI7 ===&lt;br /&gt;
&lt;br /&gt;
*Select &amp;quot;Settings&amp;quot;&lt;br /&gt;
*Select the &amp;quot;Logs&amp;quot;tab&lt;br /&gt;
*Activate the &amp;quot;Store logs on USB device*&amp;quot; option and READ the text there:&lt;br /&gt;
&lt;br /&gt;
:''Please connect an USB drive first then check the checkbox.''&lt;br /&gt;
:''WARNING: The USB drive will be erased. Wait 20 minutes after clicking OK.''&lt;br /&gt;
:''Status''&lt;br /&gt;
&lt;br /&gt;
*Click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
Wait until vera reports progress.&lt;br /&gt;
&lt;br /&gt;
If MiOS reports &amp;quot;FAILURE&amp;quot;, repeat the process. If MiOS reports Success, you are done.&lt;br /&gt;
&lt;br /&gt;
=== UI5 ===&lt;br /&gt;
&lt;br /&gt;
*Select &amp;quot;Setup&amp;quot;&lt;br /&gt;
*Select the &amp;quot;Logs&amp;quot;tab&lt;br /&gt;
*Activate the &amp;quot;Store logs on USB device*&amp;quot; option and READ the text there:&lt;br /&gt;
&lt;br /&gt;
:''Please connect an USB drive first then check the checkbox.''&lt;br /&gt;
:''WARNING: The USB drive will be erased. Wait 20 minutes after clicking OK.''&lt;br /&gt;
:''Status''&lt;br /&gt;
&lt;br /&gt;
*Click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
Wait until vera reports progress.&lt;br /&gt;
&lt;br /&gt;
If MiOS reports &amp;quot;FAILURE&amp;quot;, repeat the process. If MiOS reports Success, you are done.&lt;br /&gt;
&lt;br /&gt;
=== UI4 ===&lt;br /&gt;
&lt;br /&gt;
*Select &amp;quot;Advanced&amp;quot; on the sop right (next to &amp;quot;MiOS developers&amp;quot; in the toolbox)&lt;br /&gt;
*Select the &amp;quot;Logs&amp;quot;tab&lt;br /&gt;
*Activate the &amp;quot;Store logs on USB device*&amp;quot; option and READ the text there:&lt;br /&gt;
&lt;br /&gt;
:''Please connect an USB drive first then check the checkbox.''&lt;br /&gt;
:''WARNING: The USB drive will be erased. Wait 20 minutes after clicking OK.''&lt;br /&gt;
:''Status''&lt;br /&gt;
&lt;br /&gt;
*Click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
Wait until vera reports progress.&lt;br /&gt;
&lt;br /&gt;
If MiOS reports &amp;quot;FAILURE&amp;quot;, repeat the process. If MiOS reports Success, you are done.&lt;br /&gt;
&lt;br /&gt;
== '''&amp;lt;span style=&amp;quot;font-size: 12px;&amp;quot;&amp;gt;Validation&amp;lt;/span&amp;gt;''' ==&lt;br /&gt;
&lt;br /&gt;
For those who would like to validate it's setup correctly, here are some detailed steps.&lt;br /&gt;
&lt;br /&gt;
SSH into your vera (using Putty or any other SSH client) Login as &amp;lt;tt&amp;gt;root&amp;lt;/tt&amp;gt; with the password thats on the back of your box. If you don't see the root password or need help logging in see [[Logon Vera SSH#Can.27t find the root password.3F|Logon # Can't find the root password?]].&lt;br /&gt;
&lt;br /&gt;
At the prompt type:&lt;br /&gt;
&lt;br /&gt;
  root@MiOS_1xxxx:~# df -h&lt;br /&gt;
&lt;br /&gt;
If you find something like:&lt;br /&gt;
&lt;br /&gt;
  Filesystem                Size      Used Available Use% Mounted on&lt;br /&gt;
 ...&lt;br /&gt;
 /dev/scsi/host0/bus0/target0/lun0/part1&lt;br /&gt;
                     506.2M     29.2M    451.3M   6% /tmp/log/cmh&lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
Then your USB drive is being used to storing MiOS log files.&lt;br /&gt;
&lt;br /&gt;
== Debugging ==&lt;br /&gt;
&lt;br /&gt;
Check that /overlay isn't full.&lt;br /&gt;
&lt;br /&gt;
Stop LuaUPnP before activating 'Store logs on USB device*' (/etc/init.d/cmh stop).&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
*USB Drive logging discussion [http://forum.micasaverde.com/index.php?topic=6439 [1]]&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Store_logs_USB</id>
		<title>Store logs USB</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Store_logs_USB"/>
				<updated>2016-08-19T10:14:15Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''HOWTO get your Vera log an attached USB drive.'''&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
On larger Vera deployments, with large numbers of Z-Wave Devices, Plugins or Scenes, it may be necessary to move the Vera log files to external storage to free-up space for Vera to function correctly.&lt;br /&gt;
&lt;br /&gt;
MiOS Version 1.1.1245 introduced an option to let users attach a standard USB drive to offload Vera's log files, the details are in the MiOS [[Release Notes]], inlined here:&lt;br /&gt;
&lt;br /&gt;
:''2. There is an option with Vera2 on Advanced, Logs to enable logging to a USB drive. This frees up quite a bit of memory, so if you have a lot of devices or plugins and your Vera is running slow or crashing because it's running out of memory, this is a solution. Note that after you check the box it can take up to 30 minutes to format the USB drive, and bootup will take a couple minutes longer with the USB drive installed. It will continue to boot up fine without the USB drive connected, just don't remove it while Vera is running.''&lt;br /&gt;
&lt;br /&gt;
:''IMPORTANT: Use a new USB drive that hasn't already been formatted. In particular, don't use a USB drive that is already formatted for Mac''&lt;br /&gt;
&lt;br /&gt;
This [[:Category:How To|How To]] note shows you how to enable this option, how to validate that it's been enabled, and provides pointers to further reading.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
This solution will require:&lt;br /&gt;
&lt;br /&gt;
*Vera 2 Hardware and above (Vera 3 / Lite / Edge / Plus)&lt;br /&gt;
*UI4 and above&lt;br /&gt;
*A ''new'' USB Drive&lt;br /&gt;
**Drive should be at least 512Mb or higher.&lt;br /&gt;
**Vera will create its own partition on it which will be 512Mb in size and use that to write logfiles to it.&lt;br /&gt;
**Experienced users only: a ''newly'' FAT-formatted ''existing'' USB drive may work.&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&lt;br /&gt;
&lt;br /&gt;
*After you got your usb-drive connected to the USB port on the backside of your Vera.&amp;lt;br/&amp;gt;Please be patient, it might not work the first time, but it will work. DO NOT REMOVE THE DRIVE while Vera boots/reboots or during power-cycle operations.&lt;br /&gt;
*Log into the UI&lt;br /&gt;
&lt;br /&gt;
=== UI7 ===&lt;br /&gt;
&lt;br /&gt;
*Select &amp;quot;Settings&amp;quot;&lt;br /&gt;
*Select the &amp;quot;Logs&amp;quot;tab&lt;br /&gt;
*Activate the &amp;quot;Store logs on USB device*&amp;quot; option and READ the text there:&lt;br /&gt;
&lt;br /&gt;
:''Please connect an USB drive first then check the checkbox.''&lt;br /&gt;
:''WARNING: The USB drive will be erased. Wait 20 minutes after clicking OK.''&lt;br /&gt;
:''Status''&lt;br /&gt;
&lt;br /&gt;
*Click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
Wait until vera reports progress.&lt;br /&gt;
&lt;br /&gt;
If MiOS reports &amp;quot;FAILURE&amp;quot;, repeat the process. If MiOS reports Success, you are done.&lt;br /&gt;
&lt;br /&gt;
=== UI5 ===&lt;br /&gt;
&lt;br /&gt;
*Select &amp;quot;Setup&amp;quot;&lt;br /&gt;
*Select the &amp;quot;Logs&amp;quot;tab&lt;br /&gt;
*Activate the &amp;quot;Store logs on USB device*&amp;quot; option and READ the text there:&lt;br /&gt;
&lt;br /&gt;
:''Please connect an USB drive first then check the checkbox.''&lt;br /&gt;
:''WARNING: The USB drive will be erased. Wait 20 minutes after clicking OK.''&lt;br /&gt;
:''Status''&lt;br /&gt;
&lt;br /&gt;
*Click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
Wait until vera reports progress.&lt;br /&gt;
&lt;br /&gt;
If MiOS reports &amp;quot;FAILURE&amp;quot;, repeat the process. If MiOS reports Success, you are done.&lt;br /&gt;
&lt;br /&gt;
=== UI4 ===&lt;br /&gt;
&lt;br /&gt;
*Select &amp;quot;Advanced&amp;quot; on the sop right (next to &amp;quot;MiOS developers&amp;quot; in the toolbox)&lt;br /&gt;
*Select the &amp;quot;Logs&amp;quot;tab&lt;br /&gt;
*Activate the &amp;quot;Store logs on USB device*&amp;quot; option and READ the text there:&lt;br /&gt;
&lt;br /&gt;
:''Please connect an USB drive first then check the checkbox.''&lt;br /&gt;
:''WARNING: The USB drive will be erased. Wait 20 minutes after clicking OK.''&lt;br /&gt;
:''Status''&lt;br /&gt;
&lt;br /&gt;
*Click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
Wait until vera reports progress.&lt;br /&gt;
&lt;br /&gt;
If MiOS reports &amp;quot;FAILURE&amp;quot;, repeat the process. If MiOS reports Success, you are done.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;span style=&amp;quot;font-size: 12px;&amp;quot;&amp;gt;Validation&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
For those who would like to validate it's setup correctly, here are some detailed steps.&lt;br /&gt;
&lt;br /&gt;
SSH into your vera (using Putty or any other SSH client) Login as &amp;lt;tt&amp;gt;root&amp;lt;/tt&amp;gt; with the password thats on the back of your box. If you don't see the root password or need help logging in see [[Logon Vera SSH#Can.27t find the root password.3F|Logon # Can't find the root password?]].&lt;br /&gt;
&lt;br /&gt;
At the prompt type:&lt;br /&gt;
&lt;br /&gt;
  root@MiOS_1xxxx:~# df -h&lt;br /&gt;
&lt;br /&gt;
If you find something like:&lt;br /&gt;
&lt;br /&gt;
  Filesystem                Size      Used Available Use% Mounted on&lt;br /&gt;
 ...&lt;br /&gt;
 /dev/scsi/host0/bus0/target0/lun0/part1&lt;br /&gt;
                      506.2M     29.2M    451.3M   6% /tmp/log/cmh&lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
Then your USB drive is being used to storing MiOS log files.&lt;br /&gt;
&lt;br /&gt;
== Debugging ==&lt;br /&gt;
&lt;br /&gt;
Check that /overlay isn't full.&lt;br /&gt;
&lt;br /&gt;
Stop LuaUPnP before activating 'Store logs on USB device*' (/etc/init.d/cmh stop).&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
*USB Drive logging discussion [http://forum.micasaverde.com/index.php?topic=6439 [1]]&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Store_logs_USB</id>
		<title>Store logs USB</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Store_logs_USB"/>
				<updated>2016-08-19T10:13:47Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''HOWTO get your Vera log an attached USB drive.'''&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
On larger Vera deployments, with large numbers of Z-Wave Devices, Plugins or Scenes, it may be necessary to move the Vera log files to external storage to free-up space for Vera to function correctly.&lt;br /&gt;
&lt;br /&gt;
MiOS Version 1.1.1245 introduced an option to let users attach a standard USB drive to offload Vera's log files, the details are in the MiOS [[Release Notes]], inlined here:&lt;br /&gt;
&lt;br /&gt;
:''2. There is an option with Vera2 on Advanced, Logs to enable logging to a USB drive. This frees up quite a bit of memory, so if you have a lot of devices or plugins and your Vera is running slow or crashing because it's running out of memory, this is a solution. Note that after you check the box it can take up to 30 minutes to format the USB drive, and bootup will take a couple minutes longer with the USB drive installed. It will continue to boot up fine without the USB drive connected, just don't remove it while Vera is running.''&lt;br /&gt;
&lt;br /&gt;
:''IMPORTANT: Use a new USB drive that hasn't already been formatted. In particular, don't use a USB drive that is already formatted for Mac''&lt;br /&gt;
&lt;br /&gt;
This [[:Category:How To|How To]] note shows you how to enable this option, how to validate that it's been enabled, and provides pointers to further reading.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
This solution will require:&lt;br /&gt;
&lt;br /&gt;
*Vera 2 Hardware and above (Vera 3 / Lite / Edge / Plus)&lt;br /&gt;
*UI4 and above&lt;br /&gt;
*A ''new'' USB Drive&lt;br /&gt;
**Drive should be at least 512Mb or higher.&lt;br /&gt;
**Vera will create its own partition on it which will be 512Mb in size and use that to write logfiles to it.&lt;br /&gt;
**Experienced users only: a ''newly'' FAT-formatted ''existing'' USB drive may work. The jury is out on this one.&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&lt;br /&gt;
&lt;br /&gt;
*After you got your usb-drive connected to the USB port on the backside of your Vera.&amp;lt;br/&amp;gt;Please be patient, it might not work the first time, but it will work. DO NOT REMOVE THE DRIVE while Vera boots/reboots or during power-cycle operations.&lt;br /&gt;
*Log into the UI&lt;br /&gt;
&lt;br /&gt;
=== UI7 ===&lt;br /&gt;
&lt;br /&gt;
*Select &amp;quot;Settings&amp;quot;&lt;br /&gt;
*Select the &amp;quot;Logs&amp;quot;tab&lt;br /&gt;
*Activate the &amp;quot;Store logs on USB device*&amp;quot; option and READ the text there:&lt;br /&gt;
&lt;br /&gt;
:''Please connect an USB drive first then check the checkbox.''&lt;br /&gt;
:''WARNING: The USB drive will be erased. Wait 20 minutes after clicking OK.''&lt;br /&gt;
:''Status''&lt;br /&gt;
&lt;br /&gt;
*Click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
Wait until vera reports progress.&lt;br /&gt;
&lt;br /&gt;
If MiOS reports &amp;quot;FAILURE&amp;quot;, repeat the process. If MiOS reports Success, you are done.&lt;br /&gt;
&lt;br /&gt;
=== UI5 ===&lt;br /&gt;
&lt;br /&gt;
*Select &amp;quot;Setup&amp;quot;&lt;br /&gt;
*Select the &amp;quot;Logs&amp;quot;tab&lt;br /&gt;
*Activate the &amp;quot;Store logs on USB device*&amp;quot; option and READ the text there:&lt;br /&gt;
&lt;br /&gt;
:''Please connect an USB drive first then check the checkbox.''&lt;br /&gt;
:''WARNING: The USB drive will be erased. Wait 20 minutes after clicking OK.''&lt;br /&gt;
:''Status''&lt;br /&gt;
&lt;br /&gt;
*Click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
Wait until vera reports progress.&lt;br /&gt;
&lt;br /&gt;
If MiOS reports &amp;quot;FAILURE&amp;quot;, repeat the process. If MiOS reports Success, you are done.&lt;br /&gt;
&lt;br /&gt;
=== UI4 ===&lt;br /&gt;
&lt;br /&gt;
*Select &amp;quot;Advanced&amp;quot; on the sop right (next to &amp;quot;MiOS developers&amp;quot; in the toolbox)&lt;br /&gt;
*Select the &amp;quot;Logs&amp;quot;tab&lt;br /&gt;
*Activate the &amp;quot;Store logs on USB device*&amp;quot; option and READ the text there:&lt;br /&gt;
&lt;br /&gt;
:''Please connect an USB drive first then check the checkbox.''&lt;br /&gt;
:''WARNING: The USB drive will be erased. Wait 20 minutes after clicking OK.''&lt;br /&gt;
:''Status''&lt;br /&gt;
&lt;br /&gt;
*Click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
Wait until vera reports progress.&lt;br /&gt;
&lt;br /&gt;
If MiOS reports &amp;quot;FAILURE&amp;quot;, repeat the process. If MiOS reports Success, you are done.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;span style=&amp;quot;font-size: 12px;&amp;quot;&amp;gt;Validation&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
For those who would like to validate it's setup correctly, here are some detailed steps.&lt;br /&gt;
&lt;br /&gt;
SSH into your vera (using Putty or any other SSH client) Login as &amp;lt;tt&amp;gt;root&amp;lt;/tt&amp;gt; with the password thats on the back of your box. If you don't see the root password or need help logging in see [[Logon Vera SSH#Can.27t find the root password.3F|Logon # Can't find the root password?]].&lt;br /&gt;
&lt;br /&gt;
At the prompt type:&lt;br /&gt;
&lt;br /&gt;
  root@MiOS_1xxxx:~# df -h&lt;br /&gt;
&lt;br /&gt;
If you find something like:&lt;br /&gt;
&lt;br /&gt;
  Filesystem                Size      Used Available Use% Mounted on&lt;br /&gt;
 ...&lt;br /&gt;
 /dev/scsi/host0/bus0/target0/lun0/part1&lt;br /&gt;
                      506.2M     29.2M    451.3M   6% /tmp/log/cmh&lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
Then your USB drive is being used to storing MiOS log files.&lt;br /&gt;
&lt;br /&gt;
== Debugging ==&lt;br /&gt;
&lt;br /&gt;
Check that /overlay isn't full.&lt;br /&gt;
&lt;br /&gt;
Stop LuaUPnP before activating 'Store logs on USB device*' (/etc/init.d/cmh stop).&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
*USB Drive logging discussion [http://forum.micasaverde.com/index.php?topic=6439 [1]]&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Store_logs_USB</id>
		<title>Store logs USB</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Store_logs_USB"/>
				<updated>2016-08-19T10:13:34Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''HOWTO get your Vera log an attached USB drive.'''&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
On larger Vera deployments, with large numbers of Z-Wave Devices, Plugins or Scenes, it may be necessary to move the Vera log files to external storage to free-up space for Vera to function correctly.&lt;br /&gt;
&lt;br /&gt;
MiOS Version 1.1.1245 introduced an option to let users attach a standard USB drive to offload Vera's log files, the details are in the MiOS [[Release Notes]], inlined here:&lt;br /&gt;
&lt;br /&gt;
:''2. There is an option with Vera2 on Advanced, Logs to enable logging to a USB drive. This frees up quite a bit of memory, so if you have a lot of devices or plugins and your Vera is running slow or crashing because it's running out of memory, this is a solution. Note that after you check the box it can take up to 30 minutes to format the USB drive, and bootup will take a couple minutes longer with the USB drive installed. It will continue to boot up fine without the USB drive connected, just don't remove it while Vera is running.''&lt;br /&gt;
&lt;br /&gt;
:''IMPORTANT: Use a new USB drive that hasn't already been formatted. In particular, don't use a USB drive that is already formatted for Mac''&lt;br /&gt;
&lt;br /&gt;
This [[:Category:How To|How To]] note shows you how to enable this option, how to validate that it's been enabled, and provides pointers to further reading.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
This solution will requires:&lt;br /&gt;
&lt;br /&gt;
*Vera 2 Hardware and above (Vera 3 / Lite / Edge / Plus)&lt;br /&gt;
*UI4 and above&lt;br /&gt;
*A ''new'' USB Drive&lt;br /&gt;
**Drive should be at least 512Mb or higher.&lt;br /&gt;
**Vera will create its own partition on it which will be 512Mb in size and use that to write logfiles to it.&lt;br /&gt;
**Experienced users only: a ''newly'' FAT-formatted ''existing'' USB drive may work. The jury is out on this one.&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&lt;br /&gt;
&lt;br /&gt;
*After you got your usb-drive connected to the USB port on the backside of your Vera.&amp;lt;br/&amp;gt;Please be patient, it might not work the first time, but it will work. DO NOT REMOVE THE DRIVE while Vera boots/reboots or during power-cycle operations.&lt;br /&gt;
*Log into the UI&lt;br /&gt;
&lt;br /&gt;
=== UI7 ===&lt;br /&gt;
&lt;br /&gt;
*Select &amp;quot;Settings&amp;quot;&lt;br /&gt;
*Select the &amp;quot;Logs&amp;quot;tab&lt;br /&gt;
*Activate the &amp;quot;Store logs on USB device*&amp;quot; option and READ the text there:&lt;br /&gt;
&lt;br /&gt;
:''Please connect an USB drive first then check the checkbox.''&lt;br /&gt;
:''WARNING: The USB drive will be erased. Wait 20 minutes after clicking OK.''&lt;br /&gt;
:''Status''&lt;br /&gt;
&lt;br /&gt;
*Click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
Wait until vera reports progress.&lt;br /&gt;
&lt;br /&gt;
If MiOS reports &amp;quot;FAILURE&amp;quot;, repeat the process. If MiOS reports Success, you are done.&lt;br /&gt;
&lt;br /&gt;
=== UI5 ===&lt;br /&gt;
&lt;br /&gt;
*Select &amp;quot;Setup&amp;quot;&lt;br /&gt;
*Select the &amp;quot;Logs&amp;quot;tab&lt;br /&gt;
*Activate the &amp;quot;Store logs on USB device*&amp;quot; option and READ the text there:&lt;br /&gt;
&lt;br /&gt;
:''Please connect an USB drive first then check the checkbox.''&lt;br /&gt;
:''WARNING: The USB drive will be erased. Wait 20 minutes after clicking OK.''&lt;br /&gt;
:''Status''&lt;br /&gt;
&lt;br /&gt;
*Click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
Wait until vera reports progress.&lt;br /&gt;
&lt;br /&gt;
If MiOS reports &amp;quot;FAILURE&amp;quot;, repeat the process. If MiOS reports Success, you are done.&lt;br /&gt;
&lt;br /&gt;
=== UI4 ===&lt;br /&gt;
&lt;br /&gt;
*Select &amp;quot;Advanced&amp;quot; on the sop right (next to &amp;quot;MiOS developers&amp;quot; in the toolbox)&lt;br /&gt;
*Select the &amp;quot;Logs&amp;quot;tab&lt;br /&gt;
*Activate the &amp;quot;Store logs on USB device*&amp;quot; option and READ the text there:&lt;br /&gt;
&lt;br /&gt;
:''Please connect an USB drive first then check the checkbox.''&lt;br /&gt;
:''WARNING: The USB drive will be erased. Wait 20 minutes after clicking OK.''&lt;br /&gt;
:''Status''&lt;br /&gt;
&lt;br /&gt;
*Click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
Wait until vera reports progress.&lt;br /&gt;
&lt;br /&gt;
If MiOS reports &amp;quot;FAILURE&amp;quot;, repeat the process. If MiOS reports Success, you are done.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;span style=&amp;quot;font-size: 12px;&amp;quot;&amp;gt;Validation&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
For those who would like to validate it's setup correctly, here are some detailed steps.&lt;br /&gt;
&lt;br /&gt;
SSH into your vera (using Putty or any other SSH client) Login as &amp;lt;tt&amp;gt;root&amp;lt;/tt&amp;gt; with the password thats on the back of your box. If you don't see the root password or need help logging in see [[Logon Vera SSH#Can.27t find the root password.3F|Logon # Can't find the root password?]].&lt;br /&gt;
&lt;br /&gt;
At the prompt type:&lt;br /&gt;
&lt;br /&gt;
  root@MiOS_1xxxx:~# df -h&lt;br /&gt;
&lt;br /&gt;
If you find something like:&lt;br /&gt;
&lt;br /&gt;
  Filesystem                Size      Used Available Use% Mounted on&lt;br /&gt;
 ...&lt;br /&gt;
 /dev/scsi/host0/bus0/target0/lun0/part1&lt;br /&gt;
                      506.2M     29.2M    451.3M   6% /tmp/log/cmh&lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
Then your USB drive is being used to storing MiOS log files.&lt;br /&gt;
&lt;br /&gt;
== Debugging ==&lt;br /&gt;
&lt;br /&gt;
Check that /overlay isn't full.&lt;br /&gt;
&lt;br /&gt;
Stop LuaUPnP before activating 'Store logs on USB device*' (/etc/init.d/cmh stop).&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
*USB Drive logging discussion [http://forum.micasaverde.com/index.php?topic=6439 [1]]&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Store_logs_USB</id>
		<title>Store logs USB</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Store_logs_USB"/>
				<updated>2016-08-19T10:12:04Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''HOWTO get your Vera log an attached USB drive.'''&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
On larger Vera deployments, with large numbers of Z-Wave Devices, Plugins or Scenes, it may be necessary to move the Vera log files to external storage to free-up space for Vera to function correctly.&lt;br /&gt;
&lt;br /&gt;
MiOS Version 1.1.1245 introduced an option to let users attach a standard USB drive to offload Vera's log files, the details are in the MiOS [[Release Notes]], inlined here:&lt;br /&gt;
&lt;br /&gt;
:''2. There is an option with Vera2 on Advanced, Logs to enable logging to a USB drive. This frees up quite a bit of memory, so if you have a lot of devices or plugins and your Vera is running slow or crashing because it's running out of memory, this is a solution. Note that after you check the box it can take up to 30 minutes to format the USB drive, and bootup will take a couple minutes longer with the USB drive installed. It will continue to boot up fine without the USB drive connected, just don't remove it while Vera is running.''&lt;br /&gt;
&lt;br /&gt;
:''IMPORTANT: Use a new USB drive that hasn't already been formatted. In particular, don't use a USB drive that is already formatted for Mac''&lt;br /&gt;
&lt;br /&gt;
This [[:Category:How To|How To]] note shows you how to enable this option, how to validate that it's been enabled, and provides pointers to further reading.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
This solution will requires:&lt;br /&gt;
&lt;br /&gt;
*Vera 2 Hardware and above (Vera 3/lite)&lt;br /&gt;
*Firmware 1.1.1245 and above&lt;br /&gt;
*A ''new'' USB Drive&lt;br /&gt;
**Drive should be at least 512Mb or higher.&lt;br /&gt;
**Vera will create its own partition on it which will be 512Mb in size and use that to write logfiles to it.&lt;br /&gt;
**Experienced users only: a ''newly'' FAT-formatted ''existing'' USB drive may work. The jury is out on this one.&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&lt;br /&gt;
&lt;br /&gt;
*After you got your usb-drive connected to the USB port on the backside of your Vera.&amp;lt;br/&amp;gt;Please be patient, it might not work the first time, but it will work. DO NOT REMOVE THE DRIVE while Vera boots/reboots or during power-cycle operations.&lt;br /&gt;
*Log into the UI&lt;br /&gt;
&lt;br /&gt;
=== UI7 ===&lt;br /&gt;
&lt;br /&gt;
*Select &amp;quot;Settings&amp;quot;&lt;br /&gt;
*Select the &amp;quot;Logs&amp;quot;tab&lt;br /&gt;
*Activate the &amp;quot;Store logs on USB device*&amp;quot; option and READ the text there:&lt;br /&gt;
&lt;br /&gt;
:''Please connect an USB drive first then check the checkbox.''&lt;br /&gt;
:''WARNING: The USB drive will be erased. Wait 20 minutes after clicking OK.''&lt;br /&gt;
:''Status''&lt;br /&gt;
&lt;br /&gt;
*Click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
Wait until vera reports progress.&lt;br /&gt;
&lt;br /&gt;
If MiOS reports &amp;quot;FAILURE&amp;quot;, repeat the process. If MiOS reports Success, you are done.&lt;br /&gt;
&lt;br /&gt;
=== UI5 ===&lt;br /&gt;
&lt;br /&gt;
*Select &amp;quot;Setup&amp;quot;&lt;br /&gt;
*Select the &amp;quot;Logs&amp;quot;tab&lt;br /&gt;
*Activate the &amp;quot;Store logs on USB device*&amp;quot; option and READ the text there:&lt;br /&gt;
&lt;br /&gt;
:''Please connect an USB drive first then check the checkbox.''&lt;br /&gt;
:''WARNING: The USB drive will be erased. Wait 20 minutes after clicking OK.''&lt;br /&gt;
:''Status''&lt;br /&gt;
&lt;br /&gt;
*Click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
Wait until vera reports progress.&lt;br /&gt;
&lt;br /&gt;
If MiOS reports &amp;quot;FAILURE&amp;quot;, repeat the process. If MiOS reports Success, you are done.&lt;br /&gt;
&lt;br /&gt;
=== UI4 ===&lt;br /&gt;
&lt;br /&gt;
*Select &amp;quot;Advanced&amp;quot; on the sop right (next to &amp;quot;MiOS developers&amp;quot; in the toolbox)&lt;br /&gt;
*Select the &amp;quot;Logs&amp;quot;tab&lt;br /&gt;
*Activate the &amp;quot;Store logs on USB device*&amp;quot; option and READ the text there:&lt;br /&gt;
&lt;br /&gt;
:''Please connect an USB drive first then check the checkbox.''&lt;br /&gt;
:''WARNING: The USB drive will be erased. Wait 20 minutes after clicking OK.''&lt;br /&gt;
:''Status''&lt;br /&gt;
&lt;br /&gt;
*Click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
Wait until vera reports progress.&lt;br /&gt;
&lt;br /&gt;
If MiOS reports &amp;quot;FAILURE&amp;quot;, repeat the process. If MiOS reports Success, you are done.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;span style=&amp;quot;font-size: 12px;&amp;quot;&amp;gt;Validation&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
For those who would like to validate it's setup correctly, here are some detailed steps.&lt;br /&gt;
&lt;br /&gt;
SSH into your vera (using Putty or any other SSH client) Login as &amp;lt;tt&amp;gt;root&amp;lt;/tt&amp;gt; with the password thats on the back of your box. If you don't see the root password or need help logging in see [[Logon Vera SSH#Can.27t find the root password.3F|Logon # Can't find the root password?]].&lt;br /&gt;
&lt;br /&gt;
At the prompt type:&lt;br /&gt;
&lt;br /&gt;
  root@MiOS_1xxxx:~# df -h&lt;br /&gt;
&lt;br /&gt;
If you find something like:&lt;br /&gt;
&lt;br /&gt;
  Filesystem                Size      Used Available Use% Mounted on&lt;br /&gt;
 ...&lt;br /&gt;
 /dev/scsi/host0/bus0/target0/lun0/part1&lt;br /&gt;
                      506.2M     29.2M    451.3M   6% /tmp/log/cmh&lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
Then your USB drive is being used to storing MiOS log files.&lt;br /&gt;
&lt;br /&gt;
== Debugging ==&lt;br /&gt;
&lt;br /&gt;
Check that /overlay isn't full.&lt;br /&gt;
&lt;br /&gt;
Stop LuaUPnP before activating 'Store logs on USB device*' (/etc/init.d/cmh stop).&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
*USB Drive logging discussion [http://forum.micasaverde.com/index.php?topic=6439 [1]]&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Zigbee_Command_Clusters</id>
		<title>Zigbee Command Clusters</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Zigbee_Command_Clusters"/>
				<updated>2016-07-25T18:41:49Z</updated>
		
		<summary type="html">&lt;p&gt;George: Created page with &amp;quot;The Vera engine supports the ZigBee Command Clusters listed in the SupportedClusters variable, and these are listed below: &amp;lt;div&amp;gt;Basic Cluster (0x0000)&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;Binary Input C...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Vera engine supports the ZigBee Command Clusters listed in the SupportedClusters variable, and these are listed below:&lt;br /&gt;
&amp;lt;div&amp;gt;Basic Cluster (0x0000)&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;Binary Input Cluster (0x000F)&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;Electrical Measurement Cluster (0x0B04)&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;Fan Control Cluster (0x0202)&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;IAS Zone Cluster (0x500)&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;Level Control Cluster (0x0008)&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;On/Off Cluster (0x0006)&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;Power Config Cluster (0x0001)&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;Relative Humidity Cluster (0x0405)&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;Temperature Measurement Cluster (0x0402)&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;Thermostat Cluster (0x0201)&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Vera_Nand</id>
		<title>Vera Nand</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Vera_Nand"/>
				<updated>2016-06-14T08:55:12Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Vera units can have 8/16/32/128 MB of NAND&amp;amp;nbsp;memory as it can be seen in the Vera comparison table ([http://wiki.micasaverde.com/index.php/Comparison_of_Vera_units 1]). Below you can read more about how the NAND memory works.&lt;br /&gt;
&lt;br /&gt;
== Information about NAND&amp;lt;br/&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
NAND flash architecture was introduced by Toshiba in 1989. These memories are accessed much like block devices, such as hard disks or memory cards. Each block consists of a number of pages. The pages are typically 512 or 2,048 or 4,096 bytes in size. Associated with each page are a few bytes (typically 1/32 of the data size) that can be used for storage of an error correcting code (ECC) checksum.&lt;br /&gt;
&lt;br /&gt;
Typical block sizes include:&lt;br /&gt;
&lt;br /&gt;
*32 pages of 512+16 bytes each for a block size of 16&amp;amp;nbsp;KB&lt;br /&gt;
*64 pages of 2,048+64 bytes each for a block size of 128&amp;amp;nbsp;KB&lt;br /&gt;
*64 pages of 4,096+128 bytes each for a block size of 256&amp;amp;nbsp;KB&lt;br /&gt;
*128 pages of 4,096+128 bytes each for a block size of 512&amp;amp;nbsp;KB.&lt;br /&gt;
&lt;br /&gt;
While reading and programming is performed on a page basis, erasure can only be performed on a block basis. Number of Operations (NOPs) is the number of times the pages can be programmed. So far, this number for MLC flash is always one while, for SLC flash, it is four.&lt;br /&gt;
&lt;br /&gt;
NAND devices also require bad block management by the device driver software, or by a separate controller chip. When a logical block is accessed by high-level software, it is mapped to a physical block by the device driver or controller. A number of blocks on the flash chip may be set aside for storing mapping tables to deal with bad blocks, or the system may simply check each block at power-up to create a bad block map in RAM. The overall memory capacity gradually shrinks as more blocks are marked as bad.&lt;br /&gt;
&lt;br /&gt;
NAND relies on ECC to compensate for bits that may spontaneously fail during normal device operation. A typical ECC will correct a one-bit error in each 2048 bits (256 bytes) using 22 bits of ECC code, or a one-bit error in each 4096 bits (512 bytes) using 24 bits of ECC code. If the ECC cannot correct the error during read, it may still detect the error. When doing erase or program operations, the device can detect blocks that fail to program or erase and mark them bad. The data is then written to a different, good block, and the bad block map is updated.&lt;br /&gt;
&lt;br /&gt;
'''Most NAND devices are shipped from the factory with some bad blocks. These are typically marked according to a specified bad block marking strategy.'''&lt;br /&gt;
&lt;br /&gt;
== FAQ&amp;lt;br/&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
'''1.''' What is be the maximum number of bad blocks admissible for the Vera units&amp;amp;nbsp;?&lt;br /&gt;
&lt;br /&gt;
''If a block (512 byte unit) turns to be bad, the JFFS2 driver will skip the whole erease block (16KiB). The number of the admissible blocks depends on the size of the partition where the bad blocks are appearing.&amp;lt;br/&amp;gt;A level of 10% of the total blocks available should not cause problems.''&lt;br /&gt;
&lt;br /&gt;
'''2.''' How much memory in bytes/kilobytes does a bad block take from the flash&amp;amp;nbsp;?&lt;br /&gt;
&lt;br /&gt;
''One block consumes only 512 byte of memory, but the whole erase block (16KiB) will be unusable.''&lt;br /&gt;
&lt;br /&gt;
'''3.''' Will 200-300 bad blocks affect anything else except the size of the flash&amp;amp;nbsp;?&lt;br /&gt;
&lt;br /&gt;
''If a block becomes bad during writing a new firmware, that will be detected by he nandwrite utility, and it will write the actual data into the next good block, so these bad block will not cause problems.''&lt;br /&gt;
&lt;br /&gt;
''If a block becomes bad when the JFFS2 driver writes out some data into the flash, that will be detected by the JFFS2, and it will write the data into another block.''&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/How_to_reset_your_Vera_controller_to_factory_defaults</id>
		<title>How to reset your Vera controller to factory defaults</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/How_to_reset_your_Vera_controller_to_factory_defaults"/>
				<updated>2016-04-15T07:37:37Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This procedure will guide you to reset your Vera controller running '''UI7 '''to factory defaults. Please follow the instructions for the controller you have.&lt;br /&gt;
&lt;br /&gt;
=== Vera Plus&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
The Vera Plus controllers can be '''reset '''to factory defaults by pressing the reset button 6 times whitin 6 seconds. This will reset the Z-Wave network and change it's HouseID, and clear your account and user configuration data from your unit.&lt;br /&gt;
&lt;br /&gt;
''Note: The account will only be removed from the controller, but it will continue to be in the database.''&lt;br /&gt;
&lt;br /&gt;
Pressing the '''reset '''button 3 times within 6 seconds will reset the network configuration settings to defaults, while keeping your other settings intact.&lt;br /&gt;
&lt;br /&gt;
=== Vera Edge&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
The Vera Edge controllers can be '''reset '''to factory defaults by keeping the reset button for 20 seconds and releasing it. This will reset the Z-Wave network and change it's HouseID, and clear your account and user configuration data from your unit.&lt;br /&gt;
&lt;br /&gt;
''Note: The account will only be removed from the controller, but it will continue to be in the database.''&lt;br /&gt;
&lt;br /&gt;
Holding the '''reset '''button for 10 seconds will reset the network configuration settings to defaults, while keeping your other settings intact.&lt;br /&gt;
&lt;br /&gt;
=== Vera 3&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
The Vera 3 controllers can be '''reset '''to factory defaults by keeping the reset button for 20 seconds and releasing it. This will reset the Z-Wave network and change it's HouseID, and clear your account and user configuration data from your unit.&lt;br /&gt;
&lt;br /&gt;
''Note: The account will only be removed from the controller, but it will continue to be in the database.''&lt;br /&gt;
&lt;br /&gt;
Holding the '''reset '''button for 10 seconds will reset the network configuration settings to defaults, while keeping your other settings intact.&lt;br /&gt;
&lt;br /&gt;
=== Vera lite&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
The Vera lite controllers can be '''reset '''to factory defaults by keeping the reset button for 20 seconds and releasing it. This will reset the Z-Wave network and change it's HouseID, and clear your account and user configuration data from your unit.&lt;br /&gt;
&lt;br /&gt;
''Note: The account will only be removed from the controller, but it will continue to be in the database.''&lt;br /&gt;
&lt;br /&gt;
Holding the '''reset '''button for 10 seconds will reset the network configuration settings to defaults, while keeping your other settings intact.&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/How_to_reset_your_Vera_controller_to_factory_defaults</id>
		<title>How to reset your Vera controller to factory defaults</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/How_to_reset_your_Vera_controller_to_factory_defaults"/>
				<updated>2016-04-15T07:36:59Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This procedure will guide you to reset your Vera controller running '''UI7 '''to factory defaults. Please follow the instructions for the controller you have.&lt;br /&gt;
&lt;br /&gt;
=== Vera Edge&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
The Vera Edge controllers can be '''reset '''to factory defaults by keeping the reset button for 20 seconds and releasing it. This will reset the Z-Wave network and change it's HouseID, and clear your account and user configuration data from your unit.&lt;br /&gt;
&lt;br /&gt;
''Note: The account will only be removed from the controller, but it will continue to be in the database.''&lt;br /&gt;
&lt;br /&gt;
Holding the '''reset '''button for 10 seconds will reset the network configuration settings to defaults, while keeping your other settings intact.&lt;br /&gt;
&lt;br /&gt;
=== Vera Plus&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
The Vera Plus controllers can be '''reset '''to factory defaults by pressing the reset button 6 times whitin 6 seconds. This will reset the Z-Wave network and change it's HouseID, and clear your account and user configuration data from your unit.&lt;br /&gt;
&lt;br /&gt;
''Note: The account will only be removed from the controller, but it will continue to be in the database.''&lt;br /&gt;
&lt;br /&gt;
Pressing the '''reset '''button 3 times within 6 seconds will reset the network configuration settings to defaults, while keeping your other settings intact.&lt;br /&gt;
&lt;br /&gt;
=== Vera 3&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
The Vera 3 controllers can be '''reset '''to factory defaults by keeping the reset button for 20 seconds and releasing it. This will reset the Z-Wave network and change it's HouseID, and clear your account and user configuration data from your unit.&lt;br /&gt;
&lt;br /&gt;
''Note: The account will only be removed from the controller, but it will continue to be in the database.''&lt;br /&gt;
&lt;br /&gt;
Holding the '''reset '''button for 10 seconds will reset the network configuration settings to defaults, while keeping your other settings intact.&lt;br /&gt;
&lt;br /&gt;
=== Vera lite&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
The Vera lite controllers can be '''reset '''to factory defaults by keeping the reset button for 20 seconds and releasing it. This will reset the Z-Wave network and change it's HouseID, and clear your account and user configuration data from your unit.&lt;br /&gt;
&lt;br /&gt;
''Note: The account will only be removed from the controller, but it will continue to be in the database.''&lt;br /&gt;
&lt;br /&gt;
Holding the '''reset '''button for 10 seconds will reset the network configuration settings to defaults, while keeping your other settings intact.&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/How_to_reset_your_Vera_controller_to_factory_defaults</id>
		<title>How to reset your Vera controller to factory defaults</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/How_to_reset_your_Vera_controller_to_factory_defaults"/>
				<updated>2016-04-15T07:35:25Z</updated>
		
		<summary type="html">&lt;p&gt;George: Created page with &amp;quot;This procedure will guide you to reset your Vera controller running UI7 to factory defaults. Please follow the instructions for the controller you have.  === Vera Edge&amp;lt;br/&amp;gt; ==...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This procedure will guide you to reset your Vera controller running UI7 to factory defaults. Please follow the instructions for the controller you have.&lt;br /&gt;
&lt;br /&gt;
=== Vera Edge&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
The Vera Edge controllers can be '''reset '''to factory defaults by keeping the reset button for 20 seconds and releasing it. This will reset the Z-Wave network and change it's HouseID, and clear your account and user configuration data from your unit. &lt;br /&gt;
&lt;br /&gt;
''Note: The account will only be removed from the controller, but it will continue to be in the database.''&lt;br /&gt;
&lt;br /&gt;
Holding the '''reset '''button for 10 seconds will reset the network configuration settings to defaults, while keeping your other settings intact.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Vera Plus&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
The Vera Plus controllers can be '''reset '''to factory defaults by pressing the reset button 6 times whitin 6 seconds. This will reset the Z-Wave network and change it's HouseID, and clear your account and user configuration data from your unit.&lt;br /&gt;
&lt;br /&gt;
''Note: The account will only be removed from the controller, but it will continue to be in the database.''&lt;br /&gt;
&lt;br /&gt;
Pressing the '''reset '''button 3 times within 6 seconds will reset the network configuration settings to defaults, while keeping your other settings intact.&lt;br /&gt;
&lt;br /&gt;
=== Vera 3&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
The Vera 3 controllers can be '''reset '''to factory defaults by keeping the reset button for 20 seconds and releasing it. This will reset the Z-Wave network and change it's HouseID, and clear your account and user configuration data from your unit.&lt;br /&gt;
&lt;br /&gt;
''Note: The account will only be removed from the controller, but it will continue to be in the database.''&lt;br /&gt;
&lt;br /&gt;
Holding the '''reset '''button for 10 seconds will reset the network configuration settings to defaults, while keeping your other settings intact.&lt;br /&gt;
&lt;br /&gt;
=== Vera lite&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
The Vera lite controllers can be '''reset '''to factory defaults by keeping the reset button for 20 seconds and releasing it. This will reset the Z-Wave network and change it's HouseID, and clear your account and user configuration data from your unit.&lt;br /&gt;
&lt;br /&gt;
''Note: The account will only be removed from the controller, but it will continue to be in the database.''&lt;br /&gt;
&lt;br /&gt;
Holding the '''reset '''button for 10 seconds will reset the network configuration settings to defaults, while keeping your other settings intact.&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/VeraEdge</id>
		<title>VeraEdge</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/VeraEdge"/>
				<updated>2016-04-15T07:25:39Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== VeraEdge: The Controller for Today's Expanding Smart Home Universe&amp;lt;br/&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:larger&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp; Vera Edge is a security enabled Z-Wave Plus product which can use encrypted Z-Wave messages to communicate with other security enabled Z-Wave Products.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*One-touch control of your entire system&lt;br /&gt;
*View all your cameras and control all your devices from one easy app&lt;br /&gt;
*See and control your system from any smartphone or tablet from anywhere in the world (where there's Internet)&lt;br /&gt;
*Save money on energy, automatically!&lt;br /&gt;
*Expand your system to control over 220 devices&lt;br /&gt;
*Wireless communications makes installation a breeze in any home or small business&lt;br /&gt;
*Easy, intuitive setup with simple Q&amp;amp;A format; adding devices later is easy too with preconfigured settings for most devices&lt;br /&gt;
*No monthly fees required!&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; With VeraEdge you can do anything today's most advanced smart homes can do. Cutting edge features like geo fencing let the system know when you're coming home, so your living room is nice and warm (or cool) when you arrive. (Save energy, automatically, when you leave, too!) One easy, intuitive app spans all platforms (Mac/Window/iOS/Android) to easily keep you in control at all times, wherever you go. Controls all the leading brands of locks, thermostats, and other devices so you don't need to compromise when selecting components. Create a better system, at a fraction of the price tag of the big guys, and with no monthly fees required. VeraEdge gives you:&lt;br /&gt;
&lt;br /&gt;
*More device compatibility—faster processor allows greater compatibility with devices&lt;br /&gt;
*More memory for better response times and flexibility • WPS easy push button pairing for Wi-Fi devices&lt;br /&gt;
*Improved multi-camera management • Intuitive user set up and control&lt;br /&gt;
*Local control of devices to avoid any latency or connectivity issues (works locally even when your Internet goes down)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; VeraEdge is the best way to centrally control your smart home or automate your small business. Use VeraEdge to coordinate and unify devices you may already own, such as smart thermostats and smart door locks; or to start building a new system from scratch. As your system expands, you'll never outgrow VeraEdge!&lt;br /&gt;
&lt;br /&gt;
*Control over 220 devices in a single location&lt;br /&gt;
*Geo fencing, advanced occupancy sensing, push notifications&lt;br /&gt;
*Over 200 3rd party apps available in the MiOS Marketplace&lt;br /&gt;
*Multiple trigger events for complete customization of automation scenes—by time of day, motion, day of week, sunrise/sunset, or depending on other device(s)&lt;br /&gt;
&lt;br /&gt;
== VeraEdge Is Your Best Choice For A Home/Business Automation Controller&amp;lt;br/&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
The world of advanced smart home automation, security, and peace of mind for your home or small business all starts with VeraEdge!&lt;br /&gt;
&lt;br /&gt;
Your VeraEdge system can do many different things, depending on the other devices you add. For example:&lt;br /&gt;
&lt;br /&gt;
• You can build a security system by adding door locks, door/window sensors, motion sensors, wireless video cameras, and alarm.&lt;br /&gt;
&lt;br /&gt;
• Build an energy savings system with thermostats, lamp dimmers, energy meter monitor, and smart switches for AC devices.&lt;br /&gt;
&lt;br /&gt;
• Create a home safety monitoring system with smoke detectors, carbon monoxide detector, and flood detector.&lt;br /&gt;
&lt;br /&gt;
• Make life convenient with lamp dimmers, door locks, and lawn sprinklers that operate automatically. Or combine all these functions and more in one system!&lt;br /&gt;
&lt;br /&gt;
== Best Smart Home Automation Software&amp;lt;br/&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
VeraEdge incorporates Vera's award-winning seventh-generation software, Vera UI7, which makes setting up devices, operating your system, and creating custom scenes a breeze. Vera UI7 features:&lt;br /&gt;
&lt;br /&gt;
• Common user interface across all platforms (PC/Mac desktops, smartphones, tablets)&lt;br /&gt;
&lt;br /&gt;
• Integrated Help—simple, contextual help callouts and links to detailed documentation on the support site&lt;br /&gt;
&lt;br /&gt;
• Energy management—Preconfigured Device Settings for Easy Setup; At a Glance Reporting of Household Energy Consumption; Daily, Monthly, and Annual Reporting&lt;br /&gt;
&lt;br /&gt;
• Improved access control with simple PIN management&lt;br /&gt;
&lt;br /&gt;
• User customizable dashboard with favorite devices pinned for easy viewing, access and control&lt;br /&gt;
&lt;br /&gt;
Use VeraEdge for convenience, to save energy, and achieve the peace of mind of knowing your family is safe and your home or small business is alright—from anywhere in the world!&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/VeraEdge</id>
		<title>VeraEdge</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/VeraEdge"/>
				<updated>2016-04-15T07:23:44Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== VeraEdge: The Controller for Today's Expanding Smart Home Universe&amp;lt;br/&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Vera Edge is a security enabled Z-Wave Plus product which can use encrypted Z-Wave messages to communicate with other security enabled Z-Wave Products.&lt;br /&gt;
&lt;br /&gt;
• One-touch control of your entire system&lt;br /&gt;
&lt;br /&gt;
• View all your cameras and control all your devices from one easy app&lt;br /&gt;
&lt;br /&gt;
• See and control your system from any smartphone or tablet from anywhere in the world (where there's Internet)&lt;br /&gt;
&lt;br /&gt;
• Save money on energy, automatically!&lt;br /&gt;
&lt;br /&gt;
• Expand your system to control over 220 devices&lt;br /&gt;
&lt;br /&gt;
• Wireless communications makes installation a breeze in any home or small business&lt;br /&gt;
&lt;br /&gt;
• Easy, intuitive setup with simple Q&amp;amp;A format; adding devices later is easy too with preconfigured settings for most devices&lt;br /&gt;
&lt;br /&gt;
• No monthly fees required!&lt;br /&gt;
&lt;br /&gt;
With VeraEdge you can do anything today's most advanced smart homes can do. Cutting edge features like geo fencing let the system know when you're coming home, so your living room is nice and warm (or cool) when you arrive. (Save energy, automatically, when you leave, too!) One easy, intuitive app spans all platforms (Mac/Window/iOS/Android) to easily keep you in control at all times, wherever you go. Controls all the leading brands of locks, thermostats, and other devices so you don't need to compromise when selecting components. Create a better system, at a fraction of the price tag of the big guys, and with no monthly fees required. VeraEdge gives you:&lt;br /&gt;
&lt;br /&gt;
• More device compatibility—faster processor allows greater compatibility with devices&lt;br /&gt;
&lt;br /&gt;
• More memory for better response times and flexibility • WPS easy push button pairing for Wi-Fi devices&lt;br /&gt;
&lt;br /&gt;
• Improved multi-camera management • Intuitive user set up and control&lt;br /&gt;
&lt;br /&gt;
• Local control of devices to avoid any latency or connectivity issues (works locally even when your Internet goes down)&lt;br /&gt;
&lt;br /&gt;
VeraEdge is the best way to centrally control your smart home or automate your small business. Use VeraEdge to coordinate and unify devices you may already own, such as smart thermostats and smart door locks; or to start building a new system from scratch. As your system expands, you'll never outgrow VeraEdge!&lt;br /&gt;
&lt;br /&gt;
• Control over 220 devices in a single location&lt;br /&gt;
&lt;br /&gt;
• Geo fencing, advanced occupancy sensing, push notifications&lt;br /&gt;
&lt;br /&gt;
• Over 200 3rd party apps available in the MiOS Marketplace&lt;br /&gt;
&lt;br /&gt;
• Multiple trigger events for complete customization of automation scenes—by time of day, motion, day of week, sunrise/sunset, or depending on other device(s)&lt;br /&gt;
&lt;br /&gt;
== VeraEdge Is Your Best Choice For A Home/Business Automation Controller&amp;lt;br/&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
The world of advanced smart home automation, security, and peace of mind for your home or small business all starts with VeraEdge!&lt;br /&gt;
&lt;br /&gt;
Your VeraEdge system can do many different things, depending on the other devices you add. For example:&lt;br /&gt;
&lt;br /&gt;
• You can build a security system by adding door locks, door/window sensors, motion sensors, wireless video cameras, and alarm.&lt;br /&gt;
&lt;br /&gt;
• Build an energy savings system with thermostats, lamp dimmers, energy meter monitor, and smart switches for AC devices.&lt;br /&gt;
&lt;br /&gt;
• Create a home safety monitoring system with smoke detectors, carbon monoxide detector, and flood detector.&lt;br /&gt;
&lt;br /&gt;
• Make life convenient with lamp dimmers, door locks, and lawn sprinklers that operate automatically. Or combine all these functions and more in one system!&lt;br /&gt;
&lt;br /&gt;
== Best Smart Home Automation Software&amp;lt;br/&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
VeraEdge incorporates Vera's award-winning seventh-generation software, Vera UI7, which makes setting up devices, operating your system, and creating custom scenes a breeze. Vera UI7 features:&lt;br /&gt;
&lt;br /&gt;
• Common user interface across all platforms (PC/Mac desktops, smartphones, tablets)&lt;br /&gt;
&lt;br /&gt;
• Integrated Help—simple, contextual help callouts and links to detailed documentation on the support site&lt;br /&gt;
&lt;br /&gt;
• Energy management—Preconfigured Device Settings for Easy Setup; At a Glance Reporting of Household Energy Consumption; Daily, Monthly, and Annual Reporting&lt;br /&gt;
&lt;br /&gt;
• Improved access control with simple PIN management&lt;br /&gt;
&lt;br /&gt;
• User customizable dashboard with favorite devices pinned for easy viewing, access and control&lt;br /&gt;
&lt;br /&gt;
Use VeraEdge for convenience, to save energy, and achieve the peace of mind of knowing your family is safe and your home or small business is alright—from anywhere in the world!&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/VeraEdge</id>
		<title>VeraEdge</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/VeraEdge"/>
				<updated>2016-04-15T07:05:40Z</updated>
		
		<summary type="html">&lt;p&gt;George: Created page with &amp;quot;== VeraEdge: The Controller for Today's Expanding Smart Home Universe&amp;lt;br/&amp;gt; ==  • One-touch control of your entire system  • View all your cameras and control all your devi...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== VeraEdge: The Controller for Today's Expanding Smart Home Universe&amp;lt;br/&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
• One-touch control of your entire system&lt;br /&gt;
&lt;br /&gt;
• View all your cameras and control all your devices from one easy app&lt;br /&gt;
&lt;br /&gt;
• See and control your system from any smartphone or tablet from anywhere in the world (where there's Internet)&lt;br /&gt;
&lt;br /&gt;
• Save money on energy, automatically!&lt;br /&gt;
&lt;br /&gt;
• Expand your system to control over 220 devices&lt;br /&gt;
&lt;br /&gt;
• Wireless communications makes installation a breeze in any home or small business&lt;br /&gt;
&lt;br /&gt;
• Easy, intuitive setup with simple Q&amp;amp;A format; adding devices later is easy too with preconfigured settings for most devices&lt;br /&gt;
&lt;br /&gt;
• No monthly fees required!&lt;br /&gt;
&lt;br /&gt;
With VeraEdge you can do anything today's most advanced smart homes can do. Cutting edge features like geo fencing let the system know when you're coming home, so your living room is nice and warm (or cool) when you arrive. (Save energy, automatically, when you leave, too!) One easy, intuitive app spans all platforms (Mac/Window/iOS/Android) to easily keep you in control at all times, wherever you go. Controls all the leading brands of locks, thermostats, and other devices so you don't need to compromise when selecting components. Create a better system, at a fraction of the price tag of the big guys, and with no monthly fees required. VeraEdge gives you:&lt;br /&gt;
&lt;br /&gt;
• More device compatibility—faster processor allows greater compatibility with devices&lt;br /&gt;
&lt;br /&gt;
• More memory for better response times and flexibility • WPS easy push button pairing for Wi-Fi devices&lt;br /&gt;
&lt;br /&gt;
• Improved multi-camera management • Intuitive user set up and control&lt;br /&gt;
&lt;br /&gt;
• Local control of devices to avoid any latency or connectivity issues (works locally even when your Internet goes down)&lt;br /&gt;
&lt;br /&gt;
VeraEdge is the best way to centrally control your smart home or automate your small business. Use VeraEdge to coordinate and unify devices you may already own, such as smart thermostats and smart door locks; or to start building a new system from scratch. As your system expands, you'll never outgrow VeraEdge!&lt;br /&gt;
&lt;br /&gt;
• Control over 220 devices in a single location&lt;br /&gt;
&lt;br /&gt;
• Geo fencing, advanced occupancy sensing, push notifications&lt;br /&gt;
&lt;br /&gt;
• Over 200 3rd party apps available in the MiOS Marketplace&lt;br /&gt;
&lt;br /&gt;
• Multiple trigger events for complete customization of automation scenes—by time of day, motion, day of week, sunrise/sunset, or depending on other device(s)&lt;br /&gt;
&lt;br /&gt;
== VeraEdge Is Your Best Choice For A Home/Business Automation Controller&amp;lt;br/&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
The world of advanced smart home automation, security, and peace of mind for your home or small business all starts with VeraEdge!&lt;br /&gt;
&lt;br /&gt;
Your VeraEdge system can do many different things, depending on the other devices you add. For example:&lt;br /&gt;
&lt;br /&gt;
• You can build a security system by adding door locks, door/window sensors, motion sensors, wireless video cameras, and alarm.&lt;br /&gt;
&lt;br /&gt;
• Build an energy savings system with thermostats, lamp dimmers, energy meter monitor, and smart switches for AC devices.&lt;br /&gt;
&lt;br /&gt;
• Create a home safety monitoring system with smoke detectors, carbon monoxide detector, and flood detector.&lt;br /&gt;
&lt;br /&gt;
• Make life convenient with lamp dimmers, door locks, and lawn sprinklers that operate automatically. Or combine all these functions and more in one system!&lt;br /&gt;
&lt;br /&gt;
== Best Smart Home Automation Software&amp;lt;br/&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
VeraEdge incorporates Vera's award-winning seventh-generation software, Vera UI7, which makes setting up devices, operating your system, and creating custom scenes a breeze. Vera UI7 features:&lt;br /&gt;
&lt;br /&gt;
• Common user interface across all platforms (PC/Mac desktops, smartphones, tablets)&lt;br /&gt;
&lt;br /&gt;
• Integrated Help—simple, contextual help callouts and links to detailed documentation on the support site&lt;br /&gt;
&lt;br /&gt;
• Energy management—Preconfigured Device Settings for Easy Setup; At a Glance Reporting of Household Energy Consumption; Daily, Monthly, and Annual Reporting&lt;br /&gt;
&lt;br /&gt;
• Improved access control with simple PIN management&lt;br /&gt;
&lt;br /&gt;
• User customizable dashboard with favorite devices pinned for easy viewing, access and control&lt;br /&gt;
&lt;br /&gt;
Use VeraEdge for convenience, to save energy, and achieve the peace of mind of knowing your family is safe and your home or small business is alright—from anywhere in the world!&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Association</id>
		<title>Association</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Association"/>
				<updated>2016-03-28T15:46:49Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== '''Associations''' ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color: rgb(0, 0, 0); font-family: sans-serif; font-size: 12.7px; line-height: 19.05px;&amp;quot;&amp;gt;Supported Association Groups&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;color: rgb(0, 0, 0); font-family: sans-serif; font-size: 12.7px; line-height: 19.05px;&amp;quot;&amp;gt;Vera edge has support for the following associations groups:&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;GROUP ID: 1 - Lifeline&lt;br /&gt;
&lt;br /&gt;
NUMBER OF NODES IN GROUP: 1&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color: rgb(0, 0, 0); font-family: sans-serif; font-size: 12.7px; line-height: 19.05px;&amp;quot;&amp;gt;Creating a Z-Wave Association&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
Note: Leave By default Vera should automatically configure devices checked as explained above, and leave each device's Automatically configure set to 'Default Behavior'. If you tell Vera not to configure the device, Vera will leave the device alone and will not set the associations for you.&lt;br /&gt;
&amp;lt;pre&amp;gt;Please note that you'll have to associate the device A with the device B&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;These are also unique for each device according to the manufacturer. Associations are commonly used to tell sensors to turn on lights, and to associate devices. Refer to the manufacturer's users manual that came with the Z-Wave device to learn how they handle associations. Associations are given an ID or group ID. In this case you'll have to create the association only on the sensor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;To add an association, type in the group ID, which is a number, click 'Add Group' and then check off the Z-Wave devices you want to be associated. Vera will attempt to configure the node, and if successful, you'll see the [[Device_Control_Status#Job_icons|green 'configure job' ok icon].&lt;br /&gt;
&lt;br /&gt;
If it's a battery operated device and Vera can't configure it right away, read the comments above about the Configure node right now.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;For '''UI7:'''&lt;br /&gt;
&lt;br /&gt;
Click on the '&amp;gt;' button of your device, then go to Device Options&lt;br /&gt;
&lt;br /&gt;
Add group 1 and hit Add group&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:Aso1.JPG]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;In our case we'll asociate a sensor with Vera.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:Aso2.JPG]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;When the association is made properly should be displayed the picture below.&lt;br /&gt;
&lt;br /&gt;
'''Note: If you associate a sensor with a switch at '''Set to:'''and '''Currently:'''should be displayed the id of the switch.'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:Aso3.JPG]]&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/IP_Cameras</id>
		<title>IP Cameras</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/IP_Cameras"/>
				<updated>2016-02-16T10:36:05Z</updated>
		
		<summary type="html">&lt;p&gt;George: /* Cameras that work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you buy an IP camera from Mi Casa Verde, we will pre-configure it to work with Vera right out of the box. If you get the camera yourself, and it's a model that is 'Plug and Play' compatible with Vera (see 'Supported Cameras' below), then you should be sure the camera is configured to get an IP address automatically, and that the username is set to: '''dceadmin''' and the password is set to: '''dcepass'''. Vera will add the camera automatically and fill in the settings. (Specific info for users of [[Panasonic IP Cameras|Panasonic IP Cameras]])&amp;amp;nbsp; When adding a camera that is not on the supported list, see the section ''''Manually adding a camera'''' below. &lt;br /&gt;
&lt;br /&gt;
=== '''Supported Cameras'''  ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Manufacturer &lt;br /&gt;
! Device Type &lt;br /&gt;
! Model no. &lt;br /&gt;
! Version &lt;br /&gt;
! Date Purchased &lt;br /&gt;
! Location (indoor/outdoor) &lt;br /&gt;
! Specs &lt;br /&gt;
! Product Review &lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| Mi Casa Verde &lt;br /&gt;
| IP&amp;amp;nbsp;Camera &lt;br /&gt;
| Vistacam &lt;br /&gt;
| all &lt;br /&gt;
| &lt;br /&gt;
| Indoor &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| The VistaCam comes pre-configured with the Vera unit so when you connect the camera to the network it should be shown on the Dashboard automatically.&lt;br /&gt;
|-&lt;br /&gt;
| Panasonic &lt;br /&gt;
| IP Camera &lt;br /&gt;
| BL-C131/BL-C30 &lt;br /&gt;
| all &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Indoor &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| &lt;br /&gt;
The Panasonic IP cameras work well with Vera. However, for unknown reasons, the Panasonic camera will not get an IP address on your LAN until you run the Windows software supplied with it. You do not need to install the software; just insert the CD and tell the camera to get an IP address automatically (DHCP). If you buy the camera from the Mi Casa Verde web shop we do this before we ship it so the camera will work out of the box. Mac/Linux users who buy the camera elsewhere will need a Windows PC to 'activate' the camera. Set the default username/password on the camera to: dceadmin and dcepass for Vera to detect the camera automatically, or, if you use your own username/password, add the camera to Vera manually and provide Vera your username/password to access the camera. &lt;br /&gt;
&lt;br /&gt;
Update: For Mac users please access this [http://www.networkwebcams.com/ip-camera-learning-center/2008/05/16/howto-set-up-a-panasonic-ip-camera-using-a-mac/ link] and setup your camera. &lt;br /&gt;
|-&lt;br /&gt;
| GetVera  &lt;br /&gt;
| IP Camera &lt;br /&gt;
| VistaCam PT&lt;br /&gt;
| all &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Indoor &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GetVera &lt;br /&gt;
| IP Camera &lt;br /&gt;
| VistaCam SD&lt;br /&gt;
| all &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Indoor &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GetVera &lt;br /&gt;
| IP Camera &lt;br /&gt;
| VistaCam 700&lt;br /&gt;
| all &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Indoor &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== '''Cameras known to work'''&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
Please note that we don't guarantee that all functions of a camera will work with our Vera controller&amp;amp;nbsp;!!!&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Manufacturer&lt;br /&gt;
! Device Type&lt;br /&gt;
! Model no.&lt;br /&gt;
! Version&lt;br /&gt;
! Date Purchased&lt;br /&gt;
! Location (indoor/outdoor)&lt;br /&gt;
! Path for JPEG image&lt;br /&gt;
! Product Review&lt;br /&gt;
! Added by&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| Foscam [http://www.foscam.us/ [1]] [http://www.foscam.com/ [2]]&lt;br /&gt;
| IP Camera&lt;br /&gt;
| [http://foscam.us/foscam-fi8918w-wireless-ip-camera-11.html?gclid=CPDxx_v5trECFYrP3wodpHgAwQ FI8908/FI8908W]&lt;br /&gt;
| firmware 11.14.1.46 / 2.4.8.12&lt;br /&gt;
| 2010&lt;br /&gt;
| Indoor&lt;br /&gt;
| /snapshot.cgi&lt;br /&gt;
| [http://www.amazon.com/Wireless-Windows-compatible-Installation-Included/product-reviews/B0030FR08W/ref=dp_top_cm_cr_acr_txt?ie=UTF8&amp;amp;showViewpoints=1 Customer reviews]&lt;br /&gt;
| Ap15e&lt;br /&gt;
| Use the Foscam IP Camera Tool for initial setup, then copy IP address and path into Vera setup fields.&amp;lt;br/&amp;gt;For Pan, Tilt, Patrol support use the attached file [http://forum.micasaverde.com/index.php/topic,8832.msg68515.html#msg68515 here].&lt;br /&gt;
|-&lt;br /&gt;
| Foscam&lt;br /&gt;
| IP Camera&lt;br /&gt;
| FI9810W FI9821 FI9831W FI9805W&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Indoor&lt;br /&gt;
| /cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&amp;amp;usr=MYLOGIN&amp;amp;pwd=MYPASS&lt;br /&gt;
| &lt;br /&gt;
| mcvchris&lt;br /&gt;
| FI9810W &amp;amp; FI9805W - pan/tilt with I_FoscamPTZ.xml; FI9821 &amp;amp; FI9831W pan/tilt with I_Foscam98HD.xml&lt;br /&gt;
|-&lt;br /&gt;
| Foscam&lt;br /&gt;
| IP Camera&lt;br /&gt;
| FI8910W FI8918W FI8905W&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Indoor&lt;br /&gt;
| /snapshot.cgi?user=YOURUSERNAME&amp;amp;pwd=YOURPASSWORD&lt;br /&gt;
| &lt;br /&gt;
| mcvchris&lt;br /&gt;
| FI9810W - pan/tilt with I_FoscamPTZ.xml; FI8918W pan/tilt with I_VistaCamPT.xml&lt;br /&gt;
|-&lt;br /&gt;
| Foscam&lt;br /&gt;
| IP Camera&lt;br /&gt;
| FI9820W FI8601W&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Indoor&lt;br /&gt;
| tmpfs/snap.jpg or /tmpfs/auto.jpg&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Foscam&lt;br /&gt;
| IP Camera&lt;br /&gt;
| FI8906W FI8904W&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Indoor&lt;br /&gt;
| /snapshot.cgi?user=USERNAME&amp;amp;pwd=PASSWORD&amp;amp;resolution=32&amp;amp;rate=0&lt;br /&gt;
| &lt;br /&gt;
| mcvchris&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Linksys&lt;br /&gt;
| IP Camera&lt;br /&gt;
| [http://homesupport.cisco.com/en-us/wireless/lbc/WVC54GCA/download WVC54GCA]&lt;br /&gt;
| all&lt;br /&gt;
| 2009&lt;br /&gt;
| Indoor&lt;br /&gt;
| img/snapshot.cgi&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| An inexpensive camera with moderate image quality. Use the Linksys setup wizard for initial setup, then copy IP address and path into Vera setup fields. Use a static IP address.&lt;br /&gt;
|-&lt;br /&gt;
| Linksys&lt;br /&gt;
| IP Camera&lt;br /&gt;
| [http://www.cisco.com/en/US/products/ps9948/index.html WVC210]&lt;br /&gt;
| all&lt;br /&gt;
| 2009&lt;br /&gt;
| Indoor&lt;br /&gt;
| img/snapshot.cgi&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| A more expensive camera with good image quality and pan/tilt ability. Use the Linksys setup wizard for initial setup, then copy IP address and path into Vera setup fields. Use a static IP address. Pan/tilt controls will not work with Vera.&lt;br /&gt;
|-&lt;br /&gt;
| Linksys&lt;br /&gt;
| IP Camera&lt;br /&gt;
| [http://homesupport.cisco.com/en-us/wireless/lbc/WVC80N?referrer=www.linksysbycisco.com WVC80N]&lt;br /&gt;
| all&lt;br /&gt;
| 2009&lt;br /&gt;
| Indoor&lt;br /&gt;
| img/snapshot.cgi?size=2&amp;amp;quality=1&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| A more expensive camera with good image quality and wireless N. Use the Linksys setup wizard for initial setup, then copy IP address and path into Vera setup fields. Use a static IP address. Pan/tilt controls will not work with Vera.&lt;br /&gt;
Size can be (160 x 120 = 1,320 x 240 = 2,640 x 480 = 3) and Quality can be (Very High= 1,High= 2,Normal= 3,Low= 4,Very Low= 5)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| iCamView&lt;br /&gt;
| IP Camera Server&lt;br /&gt;
| [http://icamview.com/icv22.htm iCV-22], [http://icamview.com/icv32.htm iCV-32]&lt;br /&gt;
| all&lt;br /&gt;
| 2009&amp;lt;br/&amp;gt;&lt;br /&gt;
| Indoor/Outdoor&lt;br /&gt;
| pda.cgi?user=admin&amp;amp;password=1234&amp;amp;page=image&amp;amp;cam=1&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;pda.cgi?user=admin&amp;amp;password=1234&amp;amp;page=image&amp;amp;cam=2&amp;lt;br/&amp;gt;&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| Feature-rich IP camera server, supports up to two compatible USB cameras, optional WiFi support, USB storage, USB hubs, motion; works with range of cameras, see icamview.co.uk. Excellent modular solution. They do ship to North America.&lt;br /&gt;
|-&lt;br /&gt;
| SmartHome.com.au SmartEye [http://www.wansview.com/ Wansview]&lt;br /&gt;
| IP Camera&lt;br /&gt;
| [http://www.smarthome.com.au/zseries/wirelesssecuritycamera.php Z~Series Wireless Camera] [http://www.ipcam-central.com IPCAM Central SmartEye NC532W]&lt;br /&gt;
| all&lt;br /&gt;
| 2009 [http://www.ipcam-central.com/Smarteye-NC532W-FTP-p/nc532w-ftp.htm 2011]&amp;lt;br/&amp;gt;&lt;br /&gt;
| Indoor and [http://www.ipcam-central.com/Smarteye-NC532W-FTP-p/nc532w-ftp.htm Outdoor H.264 w/FTP/email/SD]&lt;br /&gt;
| Static URL /tmpfs/auto.jpg (small) OR /tmpfs/snap.jpg (large)&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| Inexpensive IP security camera designed for the Australian and New Zealand Z-Wave users, but shipping world wide. Luup file available from [http://www.ipcam-central.com [3]] but not needed unless need PTZ. Despite Vera only displaying small images use snap.jpg to get larger images in Home Buddy for Android. Informational: QT URL for IE [http://x.x.x.x/iphone/11.qt?user:password&amp;amp;amp http://x.x.x.x/iphone/11.qt?user:password&amp;amp;amp;amp]; which reveals RTSP RTP URL rtsp://x.x.x.x/iphone/11 (credentials required though)&lt;br /&gt;
|-&lt;br /&gt;
| [http://global.level1.com LevelOne]&lt;br /&gt;
| IP Camera&lt;br /&gt;
| [http://global.level1.com/product_d.php?id=54 WCS-2030]&lt;br /&gt;
| all&lt;br /&gt;
| 2010&lt;br /&gt;
| Indoor&lt;br /&gt;
| cgi-bin/video.jpg&lt;br /&gt;
| [http://reviews.cnet.com/search-results/levelone-camcon-wcs-2030/1707-5_7-31972011.html CNET review]&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| An inexpensive IP camera with good image quality. Can be connected wired or wirelessly. Most LevelOne cameras use the same path for the JPEG image, so most of their line (both low and high end) should be compatible. Video and audio also stream over RTSP, which can be customized through the camera's web interface.&lt;br /&gt;
|-&lt;br /&gt;
| Asante&lt;br /&gt;
| IP Camera&lt;br /&gt;
| [http://www.asante.com/products/SecureNetCam/Voyager1.asp Voyager I]&lt;br /&gt;
| firmware 2.02 and above&lt;br /&gt;
| 2010&lt;br /&gt;
| Indoor&lt;br /&gt;
| image.cgi&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| An inexpensive&amp;amp;nbsp;IP&amp;amp;nbsp;camera that is very feature rich, has good image quality, night vision capabilities, motion detection, two-way audio, video streaming over TCP, UDP, or HTTP, and other configurable features. In firmware version 2.02, Asante added the capability to retrieve an image via a URL (however, it is delayed by 3 seconds). Offers a full-featured web interface in IE using an ActiveX plug-in (limited capabilites in other browsers).&lt;br /&gt;
|-&lt;br /&gt;
| TrendNet&lt;br /&gt;
| IP Camera&lt;br /&gt;
| [http://www.trendnet.com/products/proddetail.asp?prod=155_TV-IP512WN&amp;amp;cat=149 TV-IP512WN]&lt;br /&gt;
| all&lt;br /&gt;
| 2009&lt;br /&gt;
| Indoor&lt;br /&gt;
| /image/jpeg.cgi OR /cgi/jpg/image.cgi&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| Feature-rich inexpensive IP camera with good image quality, features 802.11n, GPIO ports, not bad optics&lt;br /&gt;
|-&lt;br /&gt;
| TrendNet&lt;br /&gt;
| IP Camera&lt;br /&gt;
| TV-IP551WI&lt;br /&gt;
| all&lt;br /&gt;
| &lt;br /&gt;
| Indoor&lt;br /&gt;
| /image/jpeg.cgi OR /cgi/jpg/image.cgi&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| mcvchris&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| D-Link&lt;br /&gt;
| IP Camera&lt;br /&gt;
| [http://www.dlink.com/products/?pid=DCS-950G DCS-950G]&lt;br /&gt;
| firmware 1.07&lt;br /&gt;
| &amp;amp;nbsp;?&lt;br /&gt;
| Indoor&lt;br /&gt;
| /_gCVimage.jpg&lt;br /&gt;
| [http://www.amazon.com/D-Link-Securicam-DCS-950G-Wireless-Internet/product-reviews/B0006GDCD0/ref=dp_top_cm_cr_acr_txt?ie=UTF8&amp;amp;showViewpoints=1 Customer reviews]&lt;br /&gt;
| Ap15e&lt;br /&gt;
| It takes about 9(!) seconds to get the jpg file from the camera, but Vera's generic Luup IP camera plugin times out after 5 seconds by default. Starting with Ui4 a timeout option was added to the device settings for the camera, which you can increase to 10.&lt;br /&gt;
|-&lt;br /&gt;
| D-Link&lt;br /&gt;
| IP Camera&lt;br /&gt;
| [http://www.dlink.com/products/?pid=664 DCS-920] (also DCS-930 and DCS-932)&lt;br /&gt;
| firmware 1.05?&lt;br /&gt;
| &amp;amp;nbsp;?&lt;br /&gt;
| Indoor&lt;br /&gt;
| /image/jpeg.cgi&lt;br /&gt;
&amp;lt;br/&amp;gt;/image.jpg&lt;br /&gt;
&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| futzle&lt;br /&gt;
| Standard timeout (5 seconds) works. It may be necessary to turn on access control (username/password) on the camera's web configuration, and set Vera to use the username/password.&lt;br /&gt;
|-&lt;br /&gt;
| WansView&lt;br /&gt;
| IP Camera&lt;br /&gt;
| NCH532MW&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Indoor&lt;br /&gt;
| /tmpfs/auto.jpg&lt;br /&gt;
| &lt;br /&gt;
| mcvchris&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| WansView&lt;br /&gt;
| IP Camera&lt;br /&gt;
| NCB-541B&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Indoor&lt;br /&gt;
| /snapshot.cgi?user=[USERNAME]&amp;amp;pwd=[PASSWORD] OR&lt;br /&gt;
/videostream.asf?usr=[USERNAME]&amp;amp;pwd=[PASSWORD]&lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
| mcvchris&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Sony&lt;br /&gt;
| IP Camera&lt;br /&gt;
| SNC-DH160&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Indoor&lt;br /&gt;
| /oneshotimage1 OR&lt;br /&gt;
now.jpg?snap=spush&lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
| mcvchris&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Wanscam&lt;br /&gt;
| IP Camera&lt;br /&gt;
| aj-c2wa-c198&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Indoor&lt;br /&gt;
| /videostream.cgi&lt;br /&gt;
| &lt;br /&gt;
| mcvdaniel&lt;br /&gt;
| It may be necessary to use the original software that came with the camera to find it on the network.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span style=&amp;quot;font-family: Arial, Helvetica, sans-serif;  font-size: small&amp;quot;&amp;gt;Aviosys (Yoics)&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;font-family: Arial, Helvetica, sans-serif;  font-size: small&amp;quot;&amp;gt;IP Camera server&amp;lt;/span&amp;gt;&lt;br /&gt;
| [http://www.aviosys.com/downloads/manuals/video/9100%28A%29%20Plus%20Manual-NB%20-V2.37.pdf &amp;lt;span style=&amp;quot;font-size: small;&amp;quot;&amp;gt;9100a&amp;lt;/span&amp;gt;]&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| &amp;amp;nbsp;&amp;amp;nbsp;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;font-family: Arial, Helvetica, sans-serif;  font-size: small&amp;quot;&amp;gt;Indoor/Outdoor&amp;lt;/span&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: Arial, Helvetica, sans-serif;  font-size: small&amp;quot;&amp;gt;/usr/yoics0.jpg&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial, Helvetica, sans-serif;  font-size: small&amp;quot;&amp;gt;/usr/yoics1.jpg&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial, Helvetica, sans-serif;  font-size: small&amp;quot;&amp;gt;/usr/yoics2.jpg&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: Arial, Helvetica, sans-serif;  font-size: small&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial, Helvetica, sans-serif;  font-size: small;  line-height: 1.5em&amp;quot;&amp;gt;/usr/yoics3.jpg&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;font-family: Arial, Helvetica, sans-serif;  font-size: small&amp;quot;&amp;gt;mcvadi&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;font-family: Arial, Helvetica, sans-serif;  font-size: small&amp;quot;&amp;gt;The number for the URL depends on the port that the camera is connected to (/usr/yoics1.jpg is for port 2 on the server). Each camera uses the same IP address (the one from the camera server).&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span style=&amp;quot;font-family: Arial, Helvetica, sans-serif;  font-size: small&amp;quot;&amp;gt;IPUX&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;font-family: Arial, Helvetica, sans-serif;  font-size: small&amp;quot;&amp;gt;IP Camera&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;font-family: Arial, Helvetica, sans-serif;  font-size: small&amp;quot;&amp;gt;ICS 2330&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| &amp;amp;nbsp;&amp;amp;nbsp;&lt;br /&gt;
| Indoor&lt;br /&gt;
| &amp;lt;span style=&amp;quot;font-family: Arial, Helvetica, sans-serif;  font-size: small&amp;quot;&amp;gt;/cgi/mjpg/mjpg.cgi &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;font-family: Arial, Helvetica, sans-serif;  font-size: small&amp;quot;&amp;gt;mcvanne&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;font-family: Arial, Helvetica, sans-serif;  font-size: small&amp;quot;&amp;gt;Camera must be setup to use MJPEG compression from the camera configuration page.&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;Hikvison&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;IP Camera&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;DS-2CD7153-E DS-2CD2132-4&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;All&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;amp;nbsp; &amp;amp;nbsp;&amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;2012&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;line-height: 1.5em&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;font-family: Arial, Helvetica, sans-serif;  font-size: small&amp;quot;&amp;gt;Indoor/Outdoor&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;/Streaming/channels/1/picture &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;ndwalters&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;Perform initial setup via web interface.&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;Hikvison&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;IP Camera&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;DS-2CD852MF-E&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;All&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;amp;nbsp; &amp;amp;nbsp;&amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;2012&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;font-family: Arial, Helvetica, sans-serif;  font-size: small&amp;quot;&amp;gt;Indoor/Outdoor&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;/Streaming/channels/1/picture &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;ndwalters&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;Perform initial setup via web interface.&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;Dahua&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;IP Camera&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;IPC-Hx2xxxP&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;Firmware 2.103.0000.0.T.20130220&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;amp;nbsp; &amp;amp;nbsp;&amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;2013&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;font-family: Arial, Helvetica, sans-serif;  font-size: small&amp;quot;&amp;gt;Indoor/Outdoor&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;font-family: Arial, Helvetica, sans-serif;  font-size: small&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif&amp;quot;&amp;gt;/cgi-bin/snapshot.cgi?channel=&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial, Helvetica, sans-serif;  font-size: small&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif&amp;quot;&amp;gt;0&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;ndwalters&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;Perform initial setup via web interface.&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;Dahua&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;IP Camera&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;IPC-Hx3xxxP&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;Firmware 2.103.0000.0.T.20121219&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;amp;nbsp; &amp;amp;nbsp;&amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;2013&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;font-family: Arial, Helvetica, sans-serif;  font-size: small&amp;quot;&amp;gt;Indoor/Outdoor&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;font-family: Arial, Helvetica, sans-serif;  font-size: small&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif&amp;quot;&amp;gt;/cgi-bin/snapshot.cgi?channel=&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-family: Arial, Helvetica, sans-serif;  font-size: small&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif&amp;quot;&amp;gt;0&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
| &amp;lt;br/&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;ndwalters&amp;lt;/span&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;Perform initial setup via web interface.&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;font face=&amp;quot;arial, sans-serif&amp;quot; color=&amp;quot;#222222&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Edimax&amp;lt;/font&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;IP Camera&amp;lt;/span&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
| &amp;lt;font face=&amp;quot;arial, sans-serif&amp;quot; color=&amp;quot;#222222&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;IC-71110W&amp;lt;/font&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| &amp;amp;nbsp; &amp;amp;nbsp;&amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;2013&amp;lt;/span&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| &amp;lt;font face=&amp;quot;arial, sans-serif&amp;quot; color=&amp;quot;#222222&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;/snapshot.jpg&amp;lt;/font&amp;gt;&lt;br /&gt;
| &amp;lt;br/&amp;gt;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: rgb(34, 34, 34);  font-family: arial, sans-serif;  font-size: small&amp;quot;&amp;gt;mcvanne&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;font face=&amp;quot;arial, sans-serif&amp;quot; color=&amp;quot;#222222&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;Go to camera's control panel -&amp;gt; Network -&amp;gt; LoginFree and set the filename to snapshot.jpg&amp;lt;/font&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== '''Cameras that don't work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Manufacturer &lt;br /&gt;
! Device Type &lt;br /&gt;
! Model no. &lt;br /&gt;
! Version &lt;br /&gt;
! Date Purchased &lt;br /&gt;
! Location (indoor/outdoor) &lt;br /&gt;
! Path for JPEG image &lt;br /&gt;
! Product Review &lt;br /&gt;
! Added by &lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| Trendnet &lt;br /&gt;
| IP Camera &lt;br /&gt;
| TV-IP100W &lt;br /&gt;
| all &lt;br /&gt;
| 2007&amp;lt;br&amp;gt; &lt;br /&gt;
| Indoor &lt;br /&gt;
| none&amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| This camera can only serve images using DirectX or Java. The workaround is complex: &amp;quot;using a PC you can use MPlayer to strip out a JPG image from the video stream (asf). You can then store the JPG snapshot on a PC, then run a web server and vera can then &amp;quot;fetch&amp;quot; the image from the PC instead of the camera.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Schlage &lt;br /&gt;
| IP Camera &lt;br /&gt;
| WCW100 &lt;br /&gt;
| all &lt;br /&gt;
| 2010 &lt;br /&gt;
| Indoor &lt;br /&gt;
| none &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Ray &lt;br /&gt;
| This camera does not give an IP address out of the box. In order for it work, it needs to be activated using the Schlage LiNK system. Without paying for the Schlage LiNK membership, this camera cannot be used with Vera unless there's a way of forcing the activation. &lt;br /&gt;
Update: The camera might work after a firmware update. More info here: [http://forum.micasaverde.com/index.php?topic=6581.0] and here [http://forum.micasaverde.com/index.php?topic=5841.15] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Asante &lt;br /&gt;
| IP Camera &lt;br /&gt;
| Voyager I &lt;br /&gt;
| firmware 2.00 &lt;br /&gt;
| 2010 &lt;br /&gt;
| Indoor &lt;br /&gt;
| none &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Ray &lt;br /&gt;
| This camera is inexpensive, very feature rich, has very good image quality, and has night vision capabilities. However, there is no publicly accessible URL to grab a live JPG from the camera. The web interface requires an ActiveX plug-in to view the live video feed and there is a snapshot button that will deliver a JPG. Asante is reportedly making changes to their camera in the next version of the firmware that should resolve some of these issues.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Trendnet&lt;br /&gt;
| IP Camera &lt;br /&gt;
| IP672WI &lt;br /&gt;
| &lt;br /&gt;
|  &lt;br /&gt;
| Indoor &lt;br /&gt;
| none &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| &lt;br /&gt;
| This camera requires ActiveX.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== '''DVRs that might work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Manufacturer &lt;br /&gt;
! Device Type &lt;br /&gt;
! Model no. &lt;br /&gt;
! Version &lt;br /&gt;
! Date Purchased &lt;br /&gt;
! Location (indoor/outdoor) &lt;br /&gt;
! Path for JPEG image &lt;br /&gt;
! Product Review &lt;br /&gt;
! Added by &lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| Axis M7014 &lt;br /&gt;
| DVR &lt;br /&gt;
| &lt;br /&gt;
| all &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Indoor &lt;br /&gt;
| &lt;br /&gt;
/axis-cgi/jpg/image.cgi?resolution=704x480&amp;amp;camera=1&amp;amp;dummy=1382723190384&lt;br /&gt;
&lt;br /&gt;
/axis-cgi/jpg/image.cgi?resolution=704x480&amp;amp;camera=3&amp;amp;dummy=1382723190384 &lt;br /&gt;
&lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| mcvchris&amp;lt;br&amp;gt; &lt;br /&gt;
| &lt;br /&gt;
The path needs to be changed for each camera, the tested DVR had 9 cameras (1-9). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}}&lt;br /&gt;
&lt;br /&gt;
=== '''Manually adding a camera'''  ===&lt;br /&gt;
&lt;br /&gt;
==== '''UI7'''  ====&lt;br /&gt;
&lt;br /&gt;
Follow the instructions available on the support page : http://support.getvera.com/customer/portal/articles/1613389-cameras-tab-view-and-install-cameras?b_id=712&lt;br /&gt;
&lt;br /&gt;
For a 3rd party camera you'll need to manually get the Snapshot or JPG URL to get an image from the camera. If your camera supports this method, you can then use it with Vera and you can archive these snapshots over time for security purposes. Most IP/Network cameras made in the past few years will have a JPG Snapshot mode. Some examples from Linksys are WVC54GCA, WVC200/WVC210.&amp;amp;nbsp; D-link, Trend-Net, and many others make similar cameras. &lt;br /&gt;
&lt;br /&gt;
Once you have that URL copy it in the IP address field of the camera.&lt;br /&gt;
&lt;br /&gt;
You will need to specify:&lt;br /&gt;
&lt;br /&gt;
    *the IP address or domain name of the camera and the URL or path to retrieve the current image from the camera as a JPEG file&lt;br /&gt;
    *any username and password required to retrieve the JPEG file &lt;br /&gt;
&lt;br /&gt;
The URL (your camera's manual may denote this as &amp;quot;path&amp;quot; or &amp;quot;snapshot address&amp;quot;) needs to retrieve the actual JPEG file, not just an HTML page that has the JPEG file somewhere on it. For example, if you can view a JPEG file from your camera with this URL: http://192.168.81.5/Snapshot.JPG?Quality=Standard .&lt;br /&gt;
Save the changes and you should be able to view the camera.&lt;br /&gt;
&lt;br /&gt;
==== '''UI5'''  ====&lt;br /&gt;
&lt;br /&gt;
The instructions are here: http://docs5.mios.com/doc.php?language=1&amp;amp;amp;manual=1&amp;amp;amp;platform=3Lite&amp;amp;amp;page=ip_cameras &lt;br /&gt;
&lt;br /&gt;
==== '''UI4'''  ====&lt;br /&gt;
&lt;br /&gt;
Install the &amp;quot;Generic IP Camera&amp;quot; or &amp;quot;Panasonic IP Camera with Pan/Tilt/Zoom&amp;quot; plugin from the MIOS Marketplace (click on the &amp;quot;+&amp;quot; button from your Dashboard), depending on the camera type, then fill in the blank boxes with the information below(*). To add a new camera just click on the already installed plugin and then press on Create another button. &lt;br /&gt;
&lt;br /&gt;
[[Image:UI4 camera2.png|547x406px|UI4 camera2.png]]&amp;amp;nbsp; [[Image:UI4 camera1.jpg|812x492px|UI4 camera1.jpg]] &lt;br /&gt;
&lt;br /&gt;
In most cases, IP cameras have a URL method for obtaining a SNAPSHOT or JPG image from the camera. If your camera supports this method, you can then use it with Vera and you can archive these snapshots over time for security purposes. Most IP/Network cameras made in the past few years will have a JPG Snapshot mode. Some examples from Linksys are WVC54GCA, WVC200/WVC210.&amp;amp;nbsp; D-link, Trend-Net, and many others make similar cameras. &lt;br /&gt;
&lt;br /&gt;
You will need to specify: &lt;br /&gt;
&lt;br /&gt;
*the IP address or domain name of the camera &lt;br /&gt;
*the URL or path to retrieve the current image from the camera as a JPEG file &lt;br /&gt;
*any username and password to retrieve the JPEG file&lt;br /&gt;
&lt;br /&gt;
The URL (your camera's manual may denote this as &amp;quot;path&amp;quot; or &amp;quot;snapshot address&amp;quot;) needs to retrieve the actual JPEG file, not just an HTML page that has the JPEG file somewhere on it. For example, if you can view a JPEG file from your camera with this URL: '''http://192.168.81.5/Snapshot.JPG?Quality=Standard''', then put in these settings: &lt;br /&gt;
&lt;br /&gt;
IP Address: '''192.168.81.5'''&amp;lt;br&amp;gt; Path: '''Snapshot.JPG?Quality=Standard''' &lt;br /&gt;
&lt;br /&gt;
and be sure to provide the username/password if one is needed. After you specify this information, click the red 'Save' button, and then you can see the camera by clicking the 'View Camera' option. &lt;br /&gt;
&lt;br /&gt;
==== '''UI2'''  ====&lt;br /&gt;
&lt;br /&gt;
In Vera's setup page click Devices, Luup plugins, Install/uninstall plugins, and click 'install' next to either the 'Generic IP Camera' plugin, or, if you see a plugin for your particular camera, such as 'Panasonic IP Camera with Pan/Tilt/Zoom' use that instead. If you have more than one camera, you can click &amp;quot;install another&amp;quot; to have multiple instances of the plugin. If your camera is not a 'Plug and Play' model or not on the supported list, you need to specify the settings for the camera by going to the 'Devices' tab on Vera's setup page, adding the camera if it's not already there, and clicking the '+' icon to edit the camera's settings. &lt;br /&gt;
&lt;br /&gt;
[[Image:Camera1.jpg|thumb|center|512px]] [[Image:Camera2.jpg|thumb|center|512px|Camera2.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== '''Configuring the Panasonic IP camera to connect wirelessly to Vera'''  ===&lt;br /&gt;
&lt;br /&gt;
The Panasonic IP Cameras have a switch on the bottom: WIRED/WIRELESS. In order to connect your camera wirelessly to Vera, you'll need to follow these steps: &lt;br /&gt;
&lt;br /&gt;
    - set the switch to WIRED&lt;br /&gt;
 - connect your camera to Vera's LAN port using an Ethernet cable&lt;br /&gt;
 - turn the camera on, confirm Vera's LAN LED turns orange, and wait for the IP Cam LED to turn green&lt;br /&gt;
 - wait for the camera to be detected in Devices -&amp;amp;gt; Unassigned Device&lt;br /&gt;
 - assign the camera to a 'Room' and click 'Save'&lt;br /&gt;
 (for the camera to be detected it should have the default username/password: dceadmin/dcepass and listen on port 80)&lt;br /&gt;
 - confirm that you can see images from the camera&lt;br /&gt;
 - click on the &amp;quot;+&amp;quot; sign near your camera and note its IP address (e.g. 192.168.81.200)&lt;br /&gt;
&lt;br /&gt;
    - connect your computer to the same network as your camera&lt;br /&gt;
 - open your web browser and type in: http://camera1_ip (in this example, http://192.168.81.200)&lt;br /&gt;
 - login with the default camera username: dceadmin and password: dcepass&lt;br /&gt;
 - go to Setup -&amp;amp;gt; Wireless and set SSID, Cipher and Password to Vera's wireless settings&lt;br /&gt;
 which can be found an the bottom of Vera. (default Cipher is WPA2-PSK)&lt;br /&gt;
 - click 'Save Settings'&lt;br /&gt;
 - turn the camera's bottom switch to WIRELESS and reboot your camera by cycling its power&lt;br /&gt;
&lt;br /&gt;
Your camera should now connect wirelessly to Vera. If you change your Vera's wireless settings you'll have first to update them on your cameras, so you won't lose connection to them. &lt;br /&gt;
&lt;br /&gt;
=== Example of using a Linksys WVC54GCA or WVC210 camera with Vera  ===&lt;br /&gt;
&lt;br /&gt;
For example, if you can view a JPEG file from your camera with this URL: http://192.168.81.5/img/snapshot.cgi, then put in these settings: &amp;lt;br&amp;gt;Domain or IP: 192.168.81.5 (or ''YourDomain.MyLinksysCam.com'' if remote access is enabled)&amp;lt;br&amp;gt; Path: img/snapshot.cgi&amp;lt;br&amp;gt;A username and password must be used unless all users are allowed in the USERS section.&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
*If you have more than one camera, you will be using the PORT as part of the URL. If your second camera is on PORT 1024 and the IP is 192.168.81.6, you would use 192.168.81.6:1024 or YourDomain.MyLinksysCam.com:1024&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
=== iCAMView and some Lorex network cameras  ===&lt;br /&gt;
&lt;br /&gt;
For [http://www.icamview.co.uk iCAMView] based cameras, including a few Lorex-branded ones, the path would be: &amp;lt;br&amp;gt; &amp;lt;tt&amp;gt;showimg_pda.cgi?cam=1 for the first camera&amp;lt;/tt&amp;gt; &amp;lt;br&amp;gt; &amp;lt;tt&amp;gt;showimg_pda.cgi?cam=2 for the second camera&amp;lt;/tt&amp;gt; &amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Older models may require slightly different path: &amp;lt;br&amp;gt; &amp;lt;tt&amp;gt;pda.cgi?cam=1 for the first camera&amp;lt;/tt&amp;gt; &amp;lt;br&amp;gt; &amp;lt;tt&amp;gt;pda.cgi?cam=2 for the second camera&amp;lt;/tt&amp;gt; &amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Other parameters would be the same as above. &lt;br /&gt;
&lt;br /&gt;
=== Axis IP Cameras  ===&lt;br /&gt;
&lt;br /&gt;
Path: axis-cgi/jpg/image.cgi (or ''lastshot.jpg'' depending of the model) &amp;lt;br&amp;gt; More information here: &amp;lt;br&amp;gt; [http://www.axis.com/techsup/cam_servers/tech_notes/live_snapshots.htm Axis live_snapshots] &amp;lt;br&amp;gt; [http://www.axis.com/techsup/cam_servers/cam_200p/techoverview.htm Axis techoverview] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
=== '''Trendnet IP camera, TV-IP110W'''  ===&lt;br /&gt;
&lt;br /&gt;
Path: /cgi/jpg/image.cgi &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== '''VistaCam'''  ==&lt;br /&gt;
&lt;br /&gt;
VistaCam by Mi Casa Verde is a compact Indoor IP camera that supports both wired and wireless installation. Mi Casa Verde Technical Support Team pre-provisions each VistaCam so it works right out of the box with Vera! Set-up doesn’t get any easier. Whether for Home, Business, Facility surveillance, or just for fun, the VistaCam easy to install and has all the features users need at an affordable price!&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
There are 2 basic ways to setup the VistaCam to work with Vera in wireless mode. Here is what you need to do:&amp;lt;br&amp;gt; '''A''') if you have a main router in the house and Vera and your computer are connected to it (we presume that Vera has been already configured)&amp;lt;br&amp;gt; 1) connect the vista Cam to the same router;&amp;lt;br&amp;gt; 2) after a minute or so Vera will auto detect the camera and install the necessary plugin;&amp;lt;br&amp;gt; 3) after the plugin is installed you should be able to see an image when you press the little wrench key from the camera's icon on the dashboard;&amp;lt;br&amp;gt; 4) go to the Settings tab and scroll down to the last option, IP;&amp;lt;br&amp;gt; 5) copy that IP address and paste it into your browser's address bar and hit the Enter key (it will open the administration page for the camera);&amp;lt;br&amp;gt; 6) on the camera's administration page go to wireless options and set up the SSID and the password (the SSID is usually &amp;quot;'''vera_xxxxx'''&amp;quot; [where xxxxx is Vera's Serial Number]; you can find the Serial number and the password on the back side of Vera[password is WiFi pass or Home ID]) and Save;&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: rgb(255, 0, 0);&amp;quot;&amp;gt;'''Note: Vera's SSID is starting with a small letter, not a capital one: vera_xxxxx'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section and will show up after you select the '''encryption protocol:&amp;amp;nbsp;WPA2'''.&amp;lt;br&amp;gt; 7) remove the Internet cable connection and power cycle the camera;&amp;lt;br&amp;gt; 8) go to the dashboard and check for image from the camera.&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''B''') if by any reason you can't see the camera after you connect it to your main router here is what you need to do (we presume that Vera has been already configured):&amp;lt;br&amp;gt; 1) go to Advanced &amp;amp;gt; Net &amp;amp;amp; WiFi tab and select the '''Through another gateway on my network. MiOS is a switch''' option and then ''Save and apply'' from the bottom of that page;&amp;lt;br&amp;gt; 2) connect your camera to the '''ETH2 port''' on Vera(now Vera should &amp;quot;see&amp;quot; the camera and you should be able to see pictures);&amp;lt;br&amp;gt; 3) go to the Settings tab and scroll down to the last option, IP;&amp;lt;br&amp;gt; 4) copy that IP address and paste it into your browser's address bar and hit the Enter key (it will open the administration page for the camera);&amp;lt;br&amp;gt; 5) on the camera's administration page go to wireless options and set up the SSID and the password (the SSID is usually &amp;quot;'''vera_xxxxx'''&amp;quot; [where xxxxx is Vera's Serial Number]; you can find the Serial number and the password on the back side of Vera[password is WiFi pass or Home ID]) and Save; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: rgb(255, 0, 0);&amp;quot;&amp;gt;'''Note: Vera's SSID is starting with a small letter, not a capital one: vera_xxxxx'''&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section and will show up after you select the '''encryption protocol:&amp;amp;nbsp;WPA2'''.&amp;lt;br&amp;gt; 6) remove the Internet cable connection and power cycle the camera;&amp;lt;br&amp;gt; 7) go to the Dashboard and check if you receive images from the camera. &lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]]&lt;br /&gt;
&lt;br /&gt;
.&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Comparison_of_Vera_units</id>
		<title>Comparison of Vera units</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Comparison_of_Vera_units"/>
				<updated>2016-02-08T09:07:54Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;width: 1151px&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; colspan=&amp;quot;7&amp;quot; | '''Technical Specs Comparison'''&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''Vera Model'''&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | '''Vera Plus'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | '''Vera Edge'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | '''Vera Lite (G)'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | '''Vera 3'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | '''Vera 2'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | '''Vera 1'''&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''CPU'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 880MHz MIPS SoC, dual core&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 580MHz MIPS SoC&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 500 MHz MIPS&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 500 MHz MIPS&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 240 MHz MIPS&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 240 MHz MIPS&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''Flash NAND'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 128 MB&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 128 MB&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 32 MB&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 32 MB&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 16 MB&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 8 MB&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;'''RAM'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 256 MB DDR3&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 128 MB DDR2&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 64 MB DDR2&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 128 MB DDR2&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 32 MB DDR2&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 32 MB DDR&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''USB Ports'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1 USB 2.0&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1 USB 2.0&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1 USB 2.0&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 2 USB 2.0&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 2 USB 2.0&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 2 USB 2.0&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''WAN Ports'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''LAN Ports'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 4&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''Z-Wave'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | &lt;br /&gt;
Built-in with internal antenna, Z-wave Plus&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | Built-in with internal antenna, Z-wave Plus&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | Built-in with internal antenna&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | Built-in with internal antenna&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | Built-in with internal antenna&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | USB Dongle&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| '''&amp;amp;nbsp; Zigbee'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | ZigBee HA 1.2&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| '''&amp;amp;nbsp; Bluetooth LE'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | Yes&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''Wi-Fi'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | IEEE 802.11b/g/n/ac&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | IEEE 802.11b/g/n&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | IEEE 802.11b/g/n&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | IEEE 802.11b/g&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | IEEE 802.11b/g&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''UI Version'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | UI7&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | UI7&amp;lt;br/&amp;gt;&lt;br /&gt;
| &amp;amp;nbsp; UI5 upgradeable to UI7&amp;lt;br/&amp;gt;&lt;br /&gt;
| &amp;amp;nbsp; UI5 upgradeable to UI7&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | UI4 upgradeable to UI5&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | UI2 upgradeable to UI4&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| '''&amp;amp;nbsp; Dimensions (HxWxD)'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 97.5mm x 61.7mm x 13.2 mm&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 115.5mm x 79.5mmm x 30mm&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 116mm x 95mm x 44mm&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 177mm x 130mm x 34mm&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 165mm x 101mm x 38mm&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''Battery Pack'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 4 AA batteries (included)&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | External, Rechargeable&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | External, Rechargeable&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Comparison_of_Vera_units</id>
		<title>Comparison of Vera units</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Comparison_of_Vera_units"/>
				<updated>2016-02-01T16:18:39Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;width: 1151px&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; colspan=&amp;quot;7&amp;quot; | '''Technical Specs Comparison'''&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''Vera Model'''&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | '''Vera Plus'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | '''Vera Edge'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | '''Vera Lite (G)'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | '''Vera 3'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | '''Vera 2'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | '''Vera 1'''&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''CPU'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 880MHz MIPS SoC, dual core&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 580MHz MIPS SoC&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 500 MHz MIPS&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 500 MHz MIPS&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 240 MHz MIPS&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 240 MHz MIPS&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''Flash NAND'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 128 MB&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 128 MB&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 32 MB&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 32 MB&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 16 MB&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 8 MB&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;'''RAM'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 256 MB DDR3&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 128 MB DDR2&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 64 MB DDR2&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 128 MB DDR2&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 32 MB DDR2&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 32 MB DDR&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''USB Ports'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1 USB 2.0&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1 USB 2.0&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1 USB 2.0&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 2 USB 2.0&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 2 USB 2.0&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 2 USB 2.0&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''WAN Ports'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''LAN Ports'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 4&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 4&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''Z-Wave'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | &lt;br /&gt;
Built-in with internal antenna, Z-wave Plus&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | Built-in with internal antenna, Z-wave Plus&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | Built-in with internal antenna&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | Built-in with internal antenna&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | Built-in with internal antenna&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | USB Dongle&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| '''&amp;amp;nbsp; Zigbee'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | ZigBee HA 1.2&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| '''&amp;amp;nbsp; Bluetooth BLE'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | Yes&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''Wi-Fi'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | IEEE 802.11b/g/n/ac&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | IEEE 802.11b/g/n&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | IEEE 802.11b/g/n&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | IEEE 802.11b/g&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | IEEE 802.11b/g&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''UI Version'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | UI7&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | UI7&amp;lt;br/&amp;gt;&lt;br /&gt;
| &amp;amp;nbsp; UI5 upgradeable to UI7&amp;lt;br/&amp;gt;&lt;br /&gt;
| &amp;amp;nbsp; UI5 upgradeable to UI7&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | UI4 upgradeable to UI5&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | UI2 upgradeable to UI4&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| '''&amp;amp;nbsp; Dimensions (HxWxD)'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 97.5mm x 61.7mm x 13.2 mm&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 115.5mm x 79.5mmm x 30mm&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 116mm x 95mm x 44mm&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 177mm x 130mm x 34mm&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 165mm x 101mm x 38mm&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''Battery Pack'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 4 AA batteries (included)&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | External, Rechargeable&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | External, Rechargeable&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Comparison_of_Vera_units</id>
		<title>Comparison of Vera units</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Comparison_of_Vera_units"/>
				<updated>2016-02-01T15:48:48Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;width: 1151px&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; colspan=&amp;quot;6&amp;quot; | '''Technical Specs Comparison'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | &amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''Vera Model'''&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | '''Vera 1'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | '''Vera 2'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | '''Vera Lite (G)'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | '''Vera 3'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | '''Vera Edge'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | '''Vera Plus'''&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''CPU'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 240 MHz MIPS&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 240 MHz MIPS&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 500 MHz MIPS&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; 500 MHz MIPS&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 600MHz MIPS SoC&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 880MHz MIPS SoC, dual core&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''Flash NAND'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 8 MB&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 16 MB&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 32 MB&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 32 MB&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 128 MB&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 128 MB&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;'''RAM'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; 32 MB DDR&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; 32 MB DDR2&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; 64 MB DDR2&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; 128 MB DDR2&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 128 MB DDR2&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 256 MB DDR3&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''USB Ports'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; 2 USB 2.0&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; 2 USB 2.0&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; 1 USB 2.0&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; 2 USB 2.0&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1 USB 2.0&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1 USB 2.0&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''WAN Ports'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 1&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''LAN Ports'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &amp;amp;nbsp;&amp;amp;nbsp; &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; 4&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;&amp;amp;nbsp; &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; 1&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;&amp;amp;nbsp; -&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;&amp;amp;nbsp; &amp;amp;nbsp;&amp;amp;nbsp; 4&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''Z-Wave'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;&amp;amp;nbsp; USB Dongle&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | Built-in with internal antenna&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | Built-in with internal antenna&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | Built-in with internal antenna&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | Built-in with internal antenna, Z-wave Plus&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | Built-in with internal antenna, Z-wave Plus&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| '''&amp;amp;nbsp; Zigbee'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | ZigBee HA 1.2&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| '''&amp;amp;nbsp; Bluetooth BLE'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | Yes&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''Wi-Fi'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | IEEE 802.11b/g&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | IEEE 802.11b/g&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | IEEE 802.11b/g/n&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | IEEE 802.11b/g/n&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | IEEE 802.11b/g/n/ac&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''UI Version'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| UI2 upgradeable to UI4&amp;lt;br/&amp;gt;&lt;br /&gt;
| &amp;amp;nbsp; UI4 upgradeable to UI5&lt;br /&gt;
| &amp;amp;nbsp; UI5 upgradeable to UI7&amp;lt;br/&amp;gt;&lt;br /&gt;
| &amp;amp;nbsp; UI5 upgradeable to UI7&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | UI7&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | UI7&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''Dimensions (HxWxD)'''&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 165mm x 101mm x 38mm&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 116mm x 95mm x 44mm&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 177mm x 130mm x 34mm&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 115.5mm x 79.5mmm x 30mm&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 97.5mm x 61.7mm x 13.2 mm&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp; '''Battery Pack'''&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | External, Rechargeable&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | 4 AA batteries (included)&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | External, Rechargeable&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | -&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/How_to_reset_to_default_network_settings</id>
		<title>How to reset to default network settings</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/How_to_reset_to_default_network_settings"/>
				<updated>2016-01-19T13:52:19Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How to reset to default network settings on your '''Vera Controller'''&lt;br /&gt;
&lt;br /&gt;
By default Vera automatically configures its network, if you connect it to your router it will automatically connect to it's network. If after plugging Vera into your network, you don't see your Vera on cp.mios.com , please follow these steps to fix your networking:&lt;br /&gt;
&lt;br /&gt;
'''''Note''': For '''Vera edge''' you'll have to replace the 192.168.81.1 IP address with a combination of numbers based on the unit's MAC address. Depending on which firmware version you're on you'll have to set it up like below:''&lt;br /&gt;
&lt;br /&gt;
''MAC address: D4:21:22:FC:BC:9D''&lt;br /&gt;
&lt;br /&gt;
'''''a.''' on firmware version 7.0.12.1 and older (1.7.1598 or older) the IP address Vera Edge can be accessed on will be generated &amp;lt;u&amp;gt;using the last 4 digits in the mac address&amp;lt;/u&amp;gt;. For the example above it would be: 192.168.12.29''&lt;br /&gt;
&lt;br /&gt;
'''''b.''' on firmware version newer than 7.0.12.1 (above 1.7.1598) the IP address Vera Edge can be accessed on will be generated &amp;lt;u&amp;gt;using the last 4 characters of the mac address&amp;lt;/u&amp;gt;, where the letters are converted to numbers based on their order of the alphabet. For the example above it would be 192.168.23.94''&lt;br /&gt;
&lt;br /&gt;
''This would mean that the PC should have an IP address in the same class as the unit, meaning 192.168.12.100 (for example) for case '''a. '''or 192.168.23.100 (for example) for case '''b.'''''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- Put a STATIC IP to your computer.&lt;br /&gt;
&lt;br /&gt;
*In '''Windows 8'''&lt;br /&gt;
&lt;br /&gt;
      From the Tiles menu click on &amp;quot;PC Settings&amp;quot;&lt;br /&gt;
  From the bottom left of the menu select &amp;quot;Control Panel&amp;quot;&lt;br /&gt;
  Click on &amp;quot;Network and Internet&amp;quot; and then select &amp;quot;Network and Sharing Center&amp;quot;&lt;br /&gt;
  Click on &amp;quot;Change adapter settings&amp;quot; in the left menu&lt;br /&gt;
  Right click on the &amp;quot;Ethernet&amp;quot; connection and click on &amp;quot;Properties&amp;quot;&lt;br /&gt;
  From the list highlight &amp;quot;Internet Protocol Version 4 (TCP/IPv4) and click on the &amp;quot;Properties&amp;quot; button&lt;br /&gt;
  Check &amp;quot;Use the following IP address:&amp;quot; and fill in the three fields as follows:&lt;br /&gt;
  IP address: 192.168.81.10&lt;br /&gt;
  Subnet mask: 255.255.255.0&lt;br /&gt;
  Default gateway: 192.168.81.1&lt;br /&gt;
  Click OK&lt;br /&gt;
  Click Close&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*In '''Windows 7'''&lt;br /&gt;
&lt;br /&gt;
       Open Control Panel&lt;br /&gt;
 View by: Large icons -&amp;gt; Network and Sharing Center&lt;br /&gt;
 View by: Category -&amp;gt; View netork status and tasks&lt;br /&gt;
 Click on Change adapter settings&lt;br /&gt;
 Right click on LAN connection to Vera , then click on Properties&lt;br /&gt;
 Highlight the Internet Protocol Version 4 (TCP/IPv4) item, and click on Properties&lt;br /&gt;
 In the IP address field enter 192.168.81.10&lt;br /&gt;
 In the subnet mask field enter 255.255.255.0&lt;br /&gt;
 In the Default gateway field enter 192.168.81.1&lt;br /&gt;
 Click OK&lt;br /&gt;
 Click OK Again&lt;br /&gt;
&lt;br /&gt;
*In '''Windows XP'''&lt;br /&gt;
&lt;br /&gt;
       Open Windows Start menu.&lt;br /&gt;
 Open Control Panel.&lt;br /&gt;
 Classic view: Open Network Connections&lt;br /&gt;
 Category view: Select Network and Internet Connections, and then Network Connections.&lt;br /&gt;
 Double-click on your the LAN connection to Vera.&lt;br /&gt;
 Click Properties.&lt;br /&gt;
 In the General tab, highlight the Internet Protocol (TCP/IP) item, and click Properties. &lt;br /&gt;
 In the IP address field enter 192.168.81.10&lt;br /&gt;
 In the subnet mask field enter 255.255.255.0&lt;br /&gt;
 In the Default gateway field enter 192.168.81.1&lt;br /&gt;
 Click OK&lt;br /&gt;
 Click OK again&lt;br /&gt;
&lt;br /&gt;
*In '''Mac OS X'''&lt;br /&gt;
&lt;br /&gt;
       Open the Apple Menu(Top left corner of your screen)&lt;br /&gt;
 Click System Preferences&lt;br /&gt;
 Click Network&lt;br /&gt;
 Click the Locations dropdown and select Edit Locations&lt;br /&gt;
 Click the plus sign and call your new location &amp;quot;Vera system Troubleshooting&amp;quot;&lt;br /&gt;
 Select &amp;quot;Ethernet&amp;quot; from the list on the left&lt;br /&gt;
 Select &amp;quot;Manually&amp;quot; from the Configure IPv4 dropdown&lt;br /&gt;
 Enter 192.168.81.10 in the IP address field&lt;br /&gt;
 Enter 255.255.255.0 in the subnet mask field&lt;br /&gt;
 Enter 192.168.81.1 in the Router field&lt;br /&gt;
 Hit &amp;quot;Apply&amp;quot;&lt;br /&gt;
&lt;br /&gt;
- Unplug Vera from the power cord&lt;br /&gt;
&lt;br /&gt;
- Unplug all the cables from Vera&lt;br /&gt;
&lt;br /&gt;
- Plug a network cable from your computer into Vera's LAN port&lt;br /&gt;
&lt;br /&gt;
   Vera 2    -&amp;gt; eth2 port&lt;br /&gt;
 Vera 3    -&amp;gt; lan port (port number 1) &lt;br /&gt;
 Vera Lite -&amp;gt; ethernet port&lt;br /&gt;
 Vera Edge -&amp;gt; ethernet port&lt;br /&gt;
&lt;br /&gt;
- Plug Vera into the power cord&lt;br /&gt;
&lt;br /&gt;
- Wait it to start&lt;br /&gt;
&lt;br /&gt;
Now open an web browser and type this in the address bar: 192.168.81.1&amp;lt;br/&amp;gt;Now you can see the DASHBOARD page of your Vera unit.&lt;br /&gt;
&lt;br /&gt;
For '''UI7:'''&lt;br /&gt;
&lt;br /&gt;
Go to Settings &amp;gt; Net &amp;amp; Wi-fi Click on the “Reset to default network settings” button.&lt;br /&gt;
&lt;br /&gt;
[[File:Reset network UI7.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;Confirm by clicking the “OK” Button on the pop-up window.&lt;br /&gt;
&lt;br /&gt;
This will reset the unit to default network settings and can take up to 5 minutes. Now you can unplug the Vera unit from your computer and connect it to the internet.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;For '''UI5:'''&lt;br /&gt;
&lt;br /&gt;
Go to SETUP &amp;gt; Net &amp;amp; Wifi&lt;br /&gt;
&lt;br /&gt;
Click on the &amp;quot;reset to default network settings&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
[[File:SETUPnetwork.JPG]]&lt;br /&gt;
&lt;br /&gt;
This will reset the unit to default network settings and can take up to 5 minutes.&lt;br /&gt;
&lt;br /&gt;
Now you can unplug the Vera unit from your computer and connect it to the internet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For '''UI4:'''&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Go to Advanced &amp;gt; Net &amp;amp; Wifi Click on the &amp;amp;nbsp;&amp;quot;reset to default network settings&amp;quot; button.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;[[File:UI4 reset.PNG]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;This will reset the unit to default network settings and can take up to 5 minutes.&lt;br /&gt;
&lt;br /&gt;
Now you can unplug the Vera unit from your computer and connect it to the internet.&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/How_to_reset_to_default_network_settings</id>
		<title>How to reset to default network settings</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/How_to_reset_to_default_network_settings"/>
				<updated>2016-01-19T13:50:22Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How to reset to default network settings on your '''Vera Controller'''&lt;br /&gt;
&lt;br /&gt;
By default Vera automatically configures its network, if you connect it to your router it will automatically connect to it's network. If after plugging Vera into your network, you don't see your Vera on cp.mios.com , please follow these steps to fix your networking:&lt;br /&gt;
&lt;br /&gt;
'''''Note''': For '''Vera edge''' you'll have to replace the 192.168.81.1 IP address with a combination of numbers based on the unit's MAC address. Depending on which firmware version you're on you'll have to set it up like below:''&lt;br /&gt;
&lt;br /&gt;
''MAC address: D4:21:22:FC:BC:9D''&lt;br /&gt;
&lt;br /&gt;
'''''a.''' on firmware version 7.0.12.1 and older (1.7.1598 or older) the IP address Vera Edge can be accessed on will be generated using the last 4 digits in the mac address. For the example above it would be: 192.168.12.29''&lt;br /&gt;
&lt;br /&gt;
'''''b.''' on firmware version newer than 7.0.12.1 (above 1.7.1598) the IP address Vera Edge can be accessed on will be generated using the last 4 characters of the mac address, where the letters are converted to numbers based on their order of the alphabet. For the example above it would be 192.168.23.94''&lt;br /&gt;
&lt;br /&gt;
''This would mean that the PC should have an IP address in the same class as the unit, meaning 192.168.12.100 (for example) for case '''a. '''or 192.168.23.100 (for example) for case '''b.'''''&lt;br /&gt;
&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
- Put a STATIC IP to your computer.&lt;br /&gt;
&lt;br /&gt;
*In '''Windows 8'''&lt;br /&gt;
&lt;br /&gt;
      From the Tiles menu click on &amp;quot;PC Settings&amp;quot;&lt;br /&gt;
    From the bottom left of the menu select &amp;quot;Control Panel&amp;quot;&lt;br /&gt;
    Click on &amp;quot;Network and Internet&amp;quot; and then select &amp;quot;Network and Sharing Center&amp;quot;&lt;br /&gt;
    Click on &amp;quot;Change adapter settings&amp;quot; in the left menu&lt;br /&gt;
    Right click on the &amp;quot;Ethernet&amp;quot; connection and click on &amp;quot;Properties&amp;quot;&lt;br /&gt;
    From the list highlight &amp;quot;Internet Protocol Version 4 (TCP/IPv4) and click on the &amp;quot;Properties&amp;quot; button&lt;br /&gt;
    Check &amp;quot;Use the following IP address:&amp;quot; and fill in the three fields as follows:&lt;br /&gt;
    IP address: 192.168.81.10&lt;br /&gt;
    Subnet mask: 255.255.255.0&lt;br /&gt;
    Default gateway: 192.168.81.1&lt;br /&gt;
    Click OK&lt;br /&gt;
    Click Close&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*In '''Windows 7'''&lt;br /&gt;
&lt;br /&gt;
       Open Control Panel&lt;br /&gt;
  View by: Large icons -&amp;gt; Network and Sharing Center&lt;br /&gt;
  View by: Category -&amp;gt; View netork status and tasks&lt;br /&gt;
  Click on Change adapter settings&lt;br /&gt;
  Right click on LAN connection to Vera , then click on Properties&lt;br /&gt;
  Highlight the Internet Protocol Version 4 (TCP/IPv4) item, and click on Properties&lt;br /&gt;
  In the IP address field enter 192.168.81.10&lt;br /&gt;
  In the subnet mask field enter 255.255.255.0&lt;br /&gt;
  In the Default gateway field enter 192.168.81.1&lt;br /&gt;
  Click OK&lt;br /&gt;
  Click OK Again&lt;br /&gt;
&lt;br /&gt;
*In '''Windows XP'''&lt;br /&gt;
&lt;br /&gt;
       Open Windows Start menu.&lt;br /&gt;
  Open Control Panel.&lt;br /&gt;
  Classic view: Open Network Connections&lt;br /&gt;
  Category view: Select Network and Internet Connections, and then Network Connections.&lt;br /&gt;
  Double-click on your the LAN connection to Vera.&lt;br /&gt;
  Click Properties.&lt;br /&gt;
  In the General tab, highlight the Internet Protocol (TCP/IP) item, and click Properties. &lt;br /&gt;
  In the IP address field enter 192.168.81.10&lt;br /&gt;
  In the subnet mask field enter 255.255.255.0&lt;br /&gt;
  In the Default gateway field enter 192.168.81.1&lt;br /&gt;
  Click OK&lt;br /&gt;
  Click OK again&lt;br /&gt;
&lt;br /&gt;
*In '''Mac OS X'''&lt;br /&gt;
&lt;br /&gt;
       Open the Apple Menu(Top left corner of your screen)&lt;br /&gt;
  Click System Preferences&lt;br /&gt;
  Click Network&lt;br /&gt;
  Click the Locations dropdown and select Edit Locations&lt;br /&gt;
  Click the plus sign and call your new location &amp;quot;Vera system Troubleshooting&amp;quot;&lt;br /&gt;
  Select &amp;quot;Ethernet&amp;quot; from the list on the left&lt;br /&gt;
  Select &amp;quot;Manually&amp;quot; from the Configure IPv4 dropdown&lt;br /&gt;
  Enter 192.168.81.10 in the IP address field&lt;br /&gt;
  Enter 255.255.255.0 in the subnet mask field&lt;br /&gt;
  Enter 192.168.81.1 in the Router field&lt;br /&gt;
  Hit &amp;quot;Apply&amp;quot;&lt;br /&gt;
&lt;br /&gt;
- Unplug Vera from the power cord&lt;br /&gt;
&lt;br /&gt;
- Unplug all the cables from Vera&lt;br /&gt;
&lt;br /&gt;
- Plug a network cable from your computer into Vera's LAN port&lt;br /&gt;
&lt;br /&gt;
     Vera 2    -&amp;gt; eth2 port&lt;br /&gt;
   Vera 3    -&amp;gt; lan port (port number 1) &lt;br /&gt;
   Vera Lite -&amp;gt; ethernet port&lt;br /&gt;
   Vera Edge -&amp;gt; ethernet port&lt;br /&gt;
&lt;br /&gt;
- Plug Vera into the power cord&lt;br /&gt;
&lt;br /&gt;
- Wait it to start&lt;br /&gt;
&lt;br /&gt;
Now open an web browser and type this in the address bar: 192.168.81.1&amp;lt;br/&amp;gt;Now you can see the DASHBOARD page of your Vera unit.&lt;br /&gt;
&lt;br /&gt;
For '''UI7:'''&lt;br /&gt;
&lt;br /&gt;
Go to Settings &amp;gt; Net &amp;amp; Wi-fi Click on the “Reset to default network settings” button.&lt;br /&gt;
&lt;br /&gt;
[[File:Reset network UI7.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;Confirm by clicking the “OK” Button on the pop-up window.&lt;br /&gt;
&lt;br /&gt;
This will reset the unit to default network settings and can take up to 5 minutes. Now you can unplug the Vera unit from your computer and connect it to the internet.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;For '''UI5:'''&lt;br /&gt;
&lt;br /&gt;
Go to SETUP &amp;gt; Net &amp;amp; Wifi&lt;br /&gt;
&lt;br /&gt;
Click on the &amp;quot;reset to default network settings&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
[[File:SETUPnetwork.JPG]]&lt;br /&gt;
&lt;br /&gt;
This will reset the unit to default network settings and can take up to 5 minutes.&lt;br /&gt;
&lt;br /&gt;
Now you can unplug the Vera unit from your computer and connect it to the internet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For '''UI4:'''&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Go to Advanced &amp;gt; Net &amp;amp; Wifi Click on the &amp;amp;nbsp;&amp;quot;reset to default network settings&amp;quot; button.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;[[File:UI4 reset.PNG]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;This will reset the unit to default network settings and can take up to 5 minutes.&lt;br /&gt;
&lt;br /&gt;
Now you can unplug the Vera unit from your computer and connect it to the internet.&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/How_to_reset_to_default_network_settings</id>
		<title>How to reset to default network settings</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/How_to_reset_to_default_network_settings"/>
				<updated>2016-01-19T13:48:16Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How to reset to default network settings on your '''Vera Controller'''&lt;br /&gt;
&lt;br /&gt;
By default Vera automatically configures its network, if you connect it to your router it will automatically connect to it's network. If after plugging Vera into your network, you don't see your Vera on cp.mios.com , please follow these steps to fix your networking:&lt;br /&gt;
&lt;br /&gt;
- Put a STATIC IP to your computer.&lt;br /&gt;
&lt;br /&gt;
*In '''Windows 8'''&lt;br /&gt;
&lt;br /&gt;
      From the Tiles menu click on &amp;quot;PC Settings&amp;quot;&lt;br /&gt;
     From the bottom left of the menu select &amp;quot;Control Panel&amp;quot;&lt;br /&gt;
     Click on &amp;quot;Network and Internet&amp;quot; and then select &amp;quot;Network and Sharing Center&amp;quot;&lt;br /&gt;
     Click on &amp;quot;Change adapter settings&amp;quot; in the left menu&lt;br /&gt;
     Right click on the &amp;quot;Ethernet&amp;quot; connection and click on &amp;quot;Properties&amp;quot;&lt;br /&gt;
     From the list highlight &amp;quot;Internet Protocol Version 4 (TCP/IPv4) and click on the &amp;quot;Properties&amp;quot; button&lt;br /&gt;
     Check &amp;quot;Use the following IP address:&amp;quot; and fill in the three fields as follows:&lt;br /&gt;
     IP address: 192.168.81.10&lt;br /&gt;
     Subnet mask: 255.255.255.0&lt;br /&gt;
     Default gateway: 192.168.81.1&lt;br /&gt;
     Click OK&lt;br /&gt;
     Click Close&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*In '''Windows 7'''&lt;br /&gt;
&lt;br /&gt;
       Open Control Panel&lt;br /&gt;
   View by: Large icons -&amp;gt; Network and Sharing Center&lt;br /&gt;
   View by: Category -&amp;gt; View netork status and tasks&lt;br /&gt;
   Click on Change adapter settings&lt;br /&gt;
   Right click on LAN connection to Vera , then click on Properties&lt;br /&gt;
   Highlight the Internet Protocol Version 4 (TCP/IPv4) item, and click on Properties&lt;br /&gt;
   In the IP address field enter 192.168.81.10&lt;br /&gt;
   In the subnet mask field enter 255.255.255.0&lt;br /&gt;
   In the Default gateway field enter 192.168.81.1&lt;br /&gt;
   Click OK&lt;br /&gt;
   Click OK Again&lt;br /&gt;
&lt;br /&gt;
*In '''Windows XP'''&lt;br /&gt;
&lt;br /&gt;
       Open Windows Start menu.&lt;br /&gt;
   Open Control Panel.&lt;br /&gt;
   Classic view: Open Network Connections&lt;br /&gt;
   Category view: Select Network and Internet Connections, and then Network Connections.&lt;br /&gt;
   Double-click on your the LAN connection to Vera.&lt;br /&gt;
   Click Properties.&lt;br /&gt;
   In the General tab, highlight the Internet Protocol (TCP/IP) item, and click Properties. &lt;br /&gt;
   In the IP address field enter 192.168.81.10&lt;br /&gt;
   In the subnet mask field enter 255.255.255.0&lt;br /&gt;
   In the Default gateway field enter 192.168.81.1&lt;br /&gt;
   Click OK&lt;br /&gt;
   Click OK again&lt;br /&gt;
&lt;br /&gt;
*In '''Mac OS X'''&lt;br /&gt;
&lt;br /&gt;
       Open the Apple Menu(Top left corner of your screen)&lt;br /&gt;
   Click System Preferences&lt;br /&gt;
   Click Network&lt;br /&gt;
   Click the Locations dropdown and select Edit Locations&lt;br /&gt;
   Click the plus sign and call your new location &amp;quot;Vera system Troubleshooting&amp;quot;&lt;br /&gt;
   Select &amp;quot;Ethernet&amp;quot; from the list on the left&lt;br /&gt;
   Select &amp;quot;Manually&amp;quot; from the Configure IPv4 dropdown&lt;br /&gt;
   Enter 192.168.81.10 in the IP address field&lt;br /&gt;
   Enter 255.255.255.0 in the subnet mask field&lt;br /&gt;
   Enter 192.168.81.1 in the Router field&lt;br /&gt;
   Hit &amp;quot;Apply&amp;quot;&lt;br /&gt;
&lt;br /&gt;
- Unplug Vera from the power cord&lt;br /&gt;
&lt;br /&gt;
- Unplug all the cables from Vera&lt;br /&gt;
&lt;br /&gt;
- Plug a network cable from your computer into Vera's LAN port&lt;br /&gt;
&lt;br /&gt;
     Vera 2    -&amp;gt; eth2 port&lt;br /&gt;
    Vera 3    -&amp;gt; lan port (port number 1) &lt;br /&gt;
    Vera Lite -&amp;gt; ethernet port&lt;br /&gt;
    Vera Edge -&amp;gt; ethernet port&lt;br /&gt;
&lt;br /&gt;
- Plug Vera into the power cord&lt;br /&gt;
&lt;br /&gt;
- Wait it to start&lt;br /&gt;
&lt;br /&gt;
Now open an web browser and type this in the address bar: 192.168.81.1&amp;lt;br/&amp;gt;Now you can see the DASHBOARD page of your Vera unit.&lt;br /&gt;
&lt;br /&gt;
'''''Important''': For '''Vera edge''' you'll have to replace the 192.168.81.1 IP address with a combination of numbers based on the unit's MAC address. Depending on which firmware version you're on you'll have to set it up like below:&amp;lt;br/&amp;gt;''&lt;br /&gt;
&lt;br /&gt;
''MAC address: D4:21:22:FC:BC:9D&amp;lt;br/&amp;gt;''&lt;br /&gt;
&lt;br /&gt;
'''''a.''' on firmware version 7.0.12.1 and older (1.7.1598 or older) the IP address Vera Edge can be accessed on will be generated using the last 4 digits in the mac address. For the example above it would be: 192.168.12.29''&lt;br /&gt;
&lt;br /&gt;
'''''b.''' on firmware version newer than 7.0.12.1 (above 1.7.1598) the IP address Vera edge can be accessed on will be generated using the last 4 characters of the mac address, where the letters are converted to numbers based on their order of the alphabet. For the example above it would be 192.168.23.94&amp;lt;br/&amp;gt;''&lt;br /&gt;
&lt;br /&gt;
''This would mean that the PC should have an IP address in the same class as the unit, meaning 192.168.12.100 (for example) for case '''a. '''or 192.168.23.100 (for example) for case '''b.'''''&lt;br /&gt;
&lt;br /&gt;
For '''UI7:'''&lt;br /&gt;
&lt;br /&gt;
Go to Settings &amp;gt; Net &amp;amp; Wi-fi Click on the “Reset to default network settings” button.&lt;br /&gt;
&lt;br /&gt;
[[File:Reset network UI7.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;Confirm by clicking the “OK” Button on the pop-up window.&lt;br /&gt;
&lt;br /&gt;
This will reset the unit to default network settings and can take up to 5 minutes. Now you can unplug the Vera unit from your computer and connect it to the internet.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;For '''UI5:'''&lt;br /&gt;
&lt;br /&gt;
Go to SETUP &amp;gt; Net &amp;amp; Wifi&lt;br /&gt;
&lt;br /&gt;
Click on the &amp;quot;reset to default network settings&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
[[File:SETUPnetwork.JPG]]&lt;br /&gt;
&lt;br /&gt;
This will reset the unit to default network settings and can take up to 5 minutes.&lt;br /&gt;
&lt;br /&gt;
Now you can unplug the Vera unit from your computer and connect it to the internet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For '''UI4:'''&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Go to Advanced &amp;gt; Net &amp;amp; Wifi Click on the &amp;amp;nbsp;&amp;quot;reset to default network settings&amp;quot; button.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;[[File:UI4 reset.PNG]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;This will reset the unit to default network settings and can take up to 5 minutes.&lt;br /&gt;
&lt;br /&gt;
Now you can unplug the Vera unit from your computer and connect it to the internet.&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Bridging_Multiple_Vera</id>
		<title>Bridging Multiple Vera</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Bridging_Multiple_Vera"/>
				<updated>2015-12-21T13:30:05Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;doc_content&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;doc_content&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;There are several reasons why you might want to have multiple Vera in one home.&amp;amp;nbsp; For example, you might want a Vera to be physically located next to an alarm panel. You can connect it to the alarm panel with a serial cable.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;One of the most common reasons is to improve the reliability of Z-Wave devices.&amp;amp;nbsp; Z-Wave devices work using a 'mesh network'. This means if device a needs to control device b, but they're not in direct range for the wireless radio signal to reach, then other Z-Wave devices in between a and b will act as relays.&amp;amp;nbsp; However, there are limitations to this, such as a limit to the number of hops a message can make. The signal may not travel through some barriers like brick walls, you may have a 'dead zone' area in your home where there are no nodes or other interference, or you may have separate areas like a main house and a guest house.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Z-Wave is quite reliable when you have several Z-Wave devices in a small area so the number of hops is kept to a minimum.&amp;amp;nbsp; You may want to put one Vera in the main house, another in the guest house, or divide the main house in 2 halves with a Vera right in the middle of each half so that most Z-Wave devices are in direct range of the Vera.&amp;amp;nbsp; There is no limit to the number of Vera you can have in your home and, as long as they are all connected to the same home LAN (ie Ethernet network), multiple Vera's can be bridged so they act as one. You'll still need to look out for the maximum number of supported devices per controller, so you won't experience performance related issues. More details on&amp;amp;nbsp;: [http://wiki.mios.com/index.php/Comparison_of_Vera_units http://wiki.mios.com/index.php/Comparison_of_Vera_units]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;The way bridging works is that you go to one Vera and &amp;quot;import&amp;quot; or add the other one.&amp;amp;nbsp; So, Vera #1 can import the devices from Vera #2 and Vera #3, and that way on Vera #1 you will see all devices from all 3 Vera systems together as though it was one system.&amp;amp;nbsp; You can create scenes and events on Vera #1 that control devices from all 3 Vera, and you can attach events to those scenes that are triggered by devices on all 3 Vera systems.&amp;amp;nbsp; When you control Vera #1 from the web interface or a mobile phone app, you will have control over all devices from all 3 Veras.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;There are no limitations on importing other Vera systems.&amp;amp;nbsp; So, technically if you had 3 systems, #1 could import the devices on #2 and #3, and #3 could import the devices on #1 and #2, and in that way both #1 and #3 would have all the devices.&amp;amp;nbsp; This, however, might lead to confusion, particularly if you have scenes and events on both #1 and #3. You might see things happening and not know which Vera is actually doing what.&amp;amp;nbsp; To keep it simple, the best solution is to generally think of one Vera as the &amp;quot;Master&amp;quot; and have it import the devices from all the other &amp;quot;Slaves&amp;quot;, and then create scenes and events only on the &amp;quot;Master&amp;quot;.&amp;amp;nbsp; You won't need to do anything with the &amp;quot;Slaves&amp;quot; except include the devices and modify the device settings for those devices. On the &amp;quot;Master&amp;quot;, the 'setup' icon on the dashboard&amp;amp;nbsp; will only let you change settings for the Master's native devices.&amp;amp;nbsp; To change settings for a device, such as Z-Wave variables, you will need to use whatever Vera included those devices natively.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;To import the devices from another Vera:&amp;amp;nbsp;&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;From the Devices tab press on the &amp;quot;Add Device&amp;quot; button&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;Under 'Additional Devices' scroll down and click on &amp;quot;UPnP devices&amp;quot;&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;Check the checkbox &amp;quot;Scan for UPnP devices&amp;quot; and press on &amp;quot;Next&amp;quot; and press on 'Exit'&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;Wait 10 minutes for Vera to scan for other Vera units in the network&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;Follow the steps above and now you should be able to view the units in your network&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;Click on the 'Add' button to add&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;the Vera system that you want to be able to control from this Vera&amp;lt;/font&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;You're done. You've successfully bridged two Vera units&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;[[File:Bridge ui7 1.png|left|Bridge ui7 1.png]]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;[[File:Bridge ui7 2.png|left|Bridge ui7 2.png]]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;[[File:Bridge ui7 3.png|left|Bridge ui7 3.png]]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;[[File:Bridge ui7 4.png|left|Bridge ui7 4.png]]&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Bridging_Multiple_Vera</id>
		<title>Bridging Multiple Vera</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Bridging_Multiple_Vera"/>
				<updated>2015-12-21T13:26:55Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;doc_content&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;doc_content&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;There are several reasons why you might want to have multiple Vera in one home.&amp;amp;nbsp; For example, you might want a Vera to be physically located next to an alarm panel. You can connect it to the alarm panel with a serial cable.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;One of the most common reasons is to improve the reliability of Z-Wave devices.&amp;amp;nbsp; Z-Wave devices work using a 'mesh network'. This means if device a needs to control device b, but they're not in direct range for the wireless radio signal to reach, then other Z-Wave devices in between a and b will act as relays.&amp;amp;nbsp; However, there are limitations to this, such as a limit to the number of hops a message can make. The signal may not travel through some barriers like brick walls, you may have a 'dead zone' area in your home where there are no nodes or other interference, or you may have separate areas like a main house and a guest house.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Z-Wave is quite reliable when you have several Z-Wave devices in a small area so the number of hops is kept to a minimum.&amp;amp;nbsp; You may want to put one Vera in the main house, another in the guest house, or divide the main house in 2 halves with a Vera right in the middle of each half so that most Z-Wave devices are in direct range of the Vera.&amp;amp;nbsp; There is no limit to the number of Vera you can have in your home and, as long as they are all connected to the same home LAN (ie Ethernet network), multiple Vera's can be bridged so they act as one. You'll still need to look out for the maximum number of supported devices per controller, so you won't experience performance related issues. More details on&amp;amp;nbsp;: [http://wiki.mios.com/index.php/Comparison_of_Vera_units http://wiki.mios.com/index.php/Comparison_of_Vera_units]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;The way bridging works is that you go to one Vera and &amp;quot;import&amp;quot; or add the other one.&amp;amp;nbsp; So, Vera #1 can import the devices from Vera #2 and Vera #3, and that way on Vera #1 you will see all devices from all 3 Vera systems together as though it was one system.&amp;amp;nbsp; You can create scenes and events on Vera #1 that control devices from all 3 Vera, and you can attach events to those scenes that are triggered by devices on all 3 Vera systems.&amp;amp;nbsp; When you control Vera #1 from the web interface or a mobile phone app, you will have control over all devices from all 3 Veras.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;There are no limitations on importing other Vera systems.&amp;amp;nbsp; So, technically if you had 3 systems, #1 could import the devices on #2 and #3, and #3 could import the devices on #1 and #2, and in that way both #1 and #3 would have all the devices.&amp;amp;nbsp; This, however, might lead to confusion, particularly if you have scenes and events on both #1 and #3. You might see things happening and not know which Vera is actually doing what.&amp;amp;nbsp; To keep it simple, the best solution is to generally think of one Vera as the &amp;quot;Master&amp;quot; and have it import the devices from all the other &amp;quot;Slaves&amp;quot;, and then create scenes and events only on the &amp;quot;Master&amp;quot;.&amp;amp;nbsp; You won't need to do anything with the &amp;quot;Slaves&amp;quot; except include the devices and modify the device settings for those devices. On the &amp;quot;Master&amp;quot;, the 'setup' icon on the dashboard&amp;amp;nbsp; will only let you change settings for the Master's native devices.&amp;amp;nbsp; To change settings for a device, such as Z-Wave variables, you will need to use whatever Vera included those devices natively.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;To import the devices from another Vera:&amp;amp;nbsp;&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;From the Devices tab press on the &amp;quot;Add Device&amp;quot; button&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;Under 'Additional Devices' scroll down and click on &amp;quot;UPnP devices&amp;quot;&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;Check the checkbox &amp;quot;Scan for UPnP devices&amp;quot; and press on &amp;quot;Next&amp;quot; and press on 'Exit'&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;Wait 10 minutes for Vera to scan for other Vera units in the network&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;Follow the steps above and now you should be able to view the units in your network&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;Click on the 'Add' button to add&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;the Vera system that you want to be able to control from this Vera&amp;lt;/font&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;You're done. You've successfully bridged two Vera units&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Bridging_Multiple_Vera</id>
		<title>Bridging Multiple Vera</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Bridging_Multiple_Vera"/>
				<updated>2015-12-21T13:06:14Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;doc_content&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;doc_content&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;There are several reasons why you might want to have multiple Vera in one home.&amp;amp;nbsp; For example, you might want a Vera to be physically located next to an alarm panel. You can connect it to the alarm panel with a serial cable.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;One of the most common reasons is to improve the reliability of Z-Wave devices.&amp;amp;nbsp; Z-Wave devices work using a 'mesh network'. This means if device a needs to control device b, but they're not in direct range for the wireless radio signal to reach, then other Z-Wave devices in between a and b will act as relays.&amp;amp;nbsp; However, there are limitations to this, such as a limit to the number of hops a message can make. The signal may not travel through some barriers like brick walls, you may have a 'dead zone' area in your home where there are no nodes or other interference, or you may have separate areas like a main house and a guest house.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Z-Wave is quite reliable when you have several Z-Wave devices in a small area so the number of hops is kept to a minimum.&amp;amp;nbsp; You may want to put one Vera in the main house, another in the guest house, or divide the main house in 2 halves with a Vera right in the middle of each half so that most Z-Wave devices are in direct range of the Vera.&amp;amp;nbsp; There is no limit to the number of Vera you can have in your home and, as long as they are all connected to the same home LAN (ie Ethernet network), multiple Vera's can be bridged so they act as one. You'll still need to look out for the maximum number of supported devices per controller, so you won't experience performance related issues. More details on&amp;amp;nbsp;: [http://wiki.mios.com/index.php/Comparison_of_Vera_units http://wiki.mios.com/index.php/Comparison_of_Vera_units]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;The way bridging works is that you go to one Vera and &amp;quot;import&amp;quot; or add the other one.&amp;amp;nbsp; So, Vera #1 can import the devices from Vera #2 and Vera #3, and that way on Vera #1 you will see all devices from all 3 Vera systems together as though it was one system.&amp;amp;nbsp; You can create scenes and events on Vera #1 that control devices from all 3 Vera, and you can attach events to those scenes that are triggered by devices on all 3 Vera systems.&amp;amp;nbsp; When you control Vera #1 from the web interface or a mobile phone app, you will have control over all devices from all 3 Veras.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;There are no limitations on importing other Vera systems.&amp;amp;nbsp; So, technically if you had 3 systems, #1 could import the devices on #2 and #3, and #3 could import the devices on #1 and #2, and in that way both #1 and #3 would have all the devices.&amp;amp;nbsp; This, however, might lead to confusion, particularly if you have scenes and events on both #1 and #3. You might see things happening and not know which Vera is actually doing what.&amp;amp;nbsp; To keep it simple, the best solution is to generally think of one Vera as the &amp;quot;Master&amp;quot; and have it import the devices from all the other &amp;quot;Slaves&amp;quot;, and then create scenes and events only on the &amp;quot;Master&amp;quot;.&amp;amp;nbsp; You won't need to do anything with the &amp;quot;Slaves&amp;quot; except include the devices and modify the device settings for those devices. On the &amp;quot;Master&amp;quot;, the 'setup' icon on the dashboard&amp;amp;nbsp; will only let you change settings for the Master's native devices.&amp;amp;nbsp; To change settings for a device, such as Z-Wave variables, you will need to use whatever Vera included those devices natively.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;To import the devices from another Vera:&amp;amp;nbsp;&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;From the Devices tab press on the &amp;quot;Add Device&amp;quot; button&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;[[File:Bridge ui7 1.png|left]]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;Under 'Additional Devices' scroll down and click on &amp;quot;UPnP devices&amp;quot;&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;Check the checkbox &amp;quot;Scan for UPnP devices&amp;quot; and press on &amp;quot;Next&amp;quot; and press on 'Exit'&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Bridge ui7 2.png|left|Bridge ui7 2.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Bridge ui7 3.png|left|Bridge ui7 3.png]]&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;Wait 10 minutes for Vera to scan for other Vera units in the network&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;Follow the steps above and now you should be able to view the units in your network&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;Click on the 'Add' button to add&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;the Vera system that you want to be able to control from this Vera&amp;lt;/font&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;[[File:Bridge ui7 4.png|left|Bridge ui7 4.png]]&amp;lt;/font&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;You're done. You've successfully bridged two Vera units&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Bridging_Multiple_Vera</id>
		<title>Bridging Multiple Vera</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Bridging_Multiple_Vera"/>
				<updated>2015-12-21T13:05:24Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;doc_content&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;doc_content&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;There are several reasons why you might want to have multiple Vera in one home.&amp;amp;nbsp; For example, you might want a Vera to be physically located next to an alarm panel. You can connect it to the alarm panel with a serial cable.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;One of the most common reasons is to improve the reliability of Z-Wave devices.&amp;amp;nbsp; Z-Wave devices work using a 'mesh network'. This means if device a needs to control device b, but they're not in direct range for the wireless radio signal to reach, then other Z-Wave devices in between a and b will act as relays.&amp;amp;nbsp; However, there are limitations to this, such as a limit to the number of hops a message can make. The signal may not travel through some barriers like brick walls, you may have a 'dead zone' area in your home where there are no nodes or other interference, or you may have separate areas like a main house and a guest house.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Z-Wave is quite reliable when you have several Z-Wave devices in a small area so the number of hops is kept to a minimum.&amp;amp;nbsp; You may want to put one Vera in the main house, another in the guest house, or divide the main house in 2 halves with a Vera right in the middle of each half so that most Z-Wave devices are in direct range of the Vera.&amp;amp;nbsp; There is no limit to the number of Vera you can have in your home and, as long as they are all connected to the same home LAN (ie Ethernet network), multiple Vera's can be bridged so they act as one. You'll still need to look out for the maximum number of supported devices per controller, so you won't experience performance related issues. More details on&amp;amp;nbsp;: [http://wiki.mios.com/index.php/Comparison_of_Vera_units http://wiki.mios.com/index.php/Comparison_of_Vera_units]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;The way bridging works is that you go to one Vera and &amp;quot;import&amp;quot; or add the other one.&amp;amp;nbsp; So, Vera #1 can import the devices from Vera #2 and Vera #3, and that way on Vera #1 you will see all devices from all 3 Vera systems together as though it was one system.&amp;amp;nbsp; You can create scenes and events on Vera #1 that control devices from all 3 Vera, and you can attach events to those scenes that are triggered by devices on all 3 Vera systems.&amp;amp;nbsp; When you control Vera #1 from the web interface or a mobile phone app, you will have control over all devices from all 3 Veras.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;There are no limitations on importing other Vera systems.&amp;amp;nbsp; So, technically if you had 3 systems, #1 could import the devices on #2 and #3, and #3 could import the devices on #1 and #2, and in that way both #1 and #3 would have all the devices.&amp;amp;nbsp; This, however, might lead to confusion, particularly if you have scenes and events on both #1 and #3. You might see things happening and not know which Vera is actually doing what.&amp;amp;nbsp; To keep it simple, the best solution is to generally think of one Vera as the &amp;quot;Master&amp;quot; and have it import the devices from all the other &amp;quot;Slaves&amp;quot;, and then create scenes and events only on the &amp;quot;Master&amp;quot;.&amp;amp;nbsp; You won't need to do anything with the &amp;quot;Slaves&amp;quot; except include the devices and modify the device settings for those devices. On the &amp;quot;Master&amp;quot;, the 'setup' icon on the dashboard&amp;amp;nbsp; will only let you change settings for the Master's native devices.&amp;amp;nbsp; To change settings for a device, such as Z-Wave variables, you will need to use whatever Vera included those devices natively.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;To import the devices from another Vera:&amp;amp;nbsp;&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;From the Devices tab press on the &amp;quot;Add Device&amp;quot; button&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;Under 'Additional Devices' scroll down and click on &amp;quot;UPnP devices&amp;quot;&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;Check the checkbox &amp;quot;Scan for UPnP devices&amp;quot; and press on &amp;quot;Next&amp;quot; and press on 'Exit'&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Bridge ui7 2.png|left|Bridge ui7 2.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Bridge ui7 3.png|left|Bridge ui7 3.png]]&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;Wait 10 minutes for Vera to scan for other Vera units in the network&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;Follow the steps above and now you should be able to view the units in your network&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;Click on the 'Add' button to add&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;the Vera system that you want to be able to control from this Vera&amp;lt;/font&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;[[File:Bridge ui7 4.png|left|Bridge ui7 4.png]]&amp;lt;/font&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;You're done. You've successfully bridged two Vera units&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/File:Bridge_ui7_4.png</id>
		<title>File:Bridge ui7 4.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/File:Bridge_ui7_4.png"/>
				<updated>2015-12-21T13:04:27Z</updated>
		
		<summary type="html">&lt;p&gt;George: Bridge_UI7_4&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bridge_UI7_4&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/File:Bridge_ui7_3.png</id>
		<title>File:Bridge ui7 3.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/File:Bridge_ui7_3.png"/>
				<updated>2015-12-21T12:52:32Z</updated>
		
		<summary type="html">&lt;p&gt;George: Bridge_UI7_3&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bridge_UI7_3&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/File:Bridge_ui7_2.png</id>
		<title>File:Bridge ui7 2.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/File:Bridge_ui7_2.png"/>
				<updated>2015-12-21T12:52:20Z</updated>
		
		<summary type="html">&lt;p&gt;George: Bridge_UI7_2&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bridge_UI7_2&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/File:Bridge_ui7_1.png</id>
		<title>File:Bridge ui7 1.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/File:Bridge_ui7_1.png"/>
				<updated>2015-12-21T12:52:06Z</updated>
		
		<summary type="html">&lt;p&gt;George: Bridge_UI7_1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bridge_UI7_1&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Bridging_Multiple_Vera</id>
		<title>Bridging Multiple Vera</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Bridging_Multiple_Vera"/>
				<updated>2015-12-21T12:51:25Z</updated>
		
		<summary type="html">&lt;p&gt;George: Created page with &amp;quot;&amp;lt;div class=&amp;quot;doc_content&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;doc_content&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;There are several reasons why you might want to have multiple Vera in one home.&amp;amp;nbsp; For example, you might w...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;doc_content&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;doc_content&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;There are several reasons why you might want to have multiple Vera in one home.&amp;amp;nbsp; For example, you might want a Vera to be physically located next to an alarm panel. You can connect it to the alarm panel with a serial cable.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;One of the most common reasons is to improve the reliability of Z-Wave devices.&amp;amp;nbsp; Z-Wave devices work using a 'mesh network'. This means if device a needs to control device b, but they're not in direct range for the wireless radio signal to reach, then other Z-Wave devices in between a and b will act as relays.&amp;amp;nbsp; However, there are limitations to this, such as a limit to the number of hops a message can make. The signal may not travel through some barriers like brick walls, you may have a 'dead zone' area in your home where there are no nodes or other interference, or you may have separate areas like a main house and a guest house.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Z-Wave is quite reliable when you have several Z-Wave devices in a small area so the number of hops is kept to a minimum.&amp;amp;nbsp; You may want to put one Vera in the main house, another in the guest house, or divide the main house in 2 halves with a Vera right in the middle of each half so that most Z-Wave devices are in direct range of the Vera.&amp;amp;nbsp; There is no limit to the number of Vera you can have in your home and, as long as they are all connected to the same home LAN (ie Ethernet network), multiple Vera's can be bridged so they act as one. You'll still need to look out for the maximum number of supported devices per controller, so you won't experience performance related issues. More details on : http://wiki.mios.com/index.php/Comparison_of_Vera_units&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;The way bridging works is that you go to one Vera and &amp;quot;import&amp;quot; or add the other one.&amp;amp;nbsp; So, Vera #1 can import the devices from Vera #2 and Vera #3, and that way on Vera #1 you will see all devices from all 3 Vera systems together as though it was one system.&amp;amp;nbsp; You can create scenes and events on Vera #1 that control devices from all 3 Vera, and you can attach events to those scenes that are triggered by devices on all 3 Vera systems.&amp;amp;nbsp; When you control Vera #1 from the web interface or a mobile phone app, you will have control over all devices from all 3 Veras.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;There are no limitations on importing other Vera systems.&amp;amp;nbsp; So, technically if you had 3 systems, #1 could import the devices on #2 and #3, and #3 could import the devices on #1 and #2, and in that way both #1 and #3 would have all the devices.&amp;amp;nbsp; This, however, might lead to confusion, particularly if you have scenes and events on both #1 and #3. You might see things happening and not know which Vera is actually doing what.&amp;amp;nbsp; To keep it simple, the best solution is to generally think of one Vera as the &amp;quot;Master&amp;quot; and have it import the devices from all the other &amp;quot;Slaves&amp;quot;, and then create scenes and events only on the &amp;quot;Master&amp;quot;.&amp;amp;nbsp; You won't need to do anything with the &amp;quot;Slaves&amp;quot; except include the devices and modify the device settings for those devices. On the &amp;quot;Master&amp;quot;, the 'setup' icon on the dashboard&amp;amp;nbsp; will only let you change settings for the Master's native devices.&amp;amp;nbsp; To change settings for a device, such as Z-Wave variables, you will need to use whatever Vera included those devices natively.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;To import the devices from another Vera:&amp;amp;nbsp;&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;From the Devices tab press on the &amp;quot;Add Device&amp;quot; button&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;Under 'Additional Devices' scroll down and click on &amp;quot;UPnP devices&amp;quot;&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;Check the checkbox &amp;quot;Scan for UPnP devices&amp;quot; and press on &amp;quot;Next&amp;quot; and press on 'Exit'&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;Wait 10 minutes for Vera to scan for other Vera units in the network&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;Follow the steps above and now you should be able to view the units in your network&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;Click on the 'Add' button to add&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;the Vera system that you want to be able to control from this Vera&amp;lt;/font&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
*&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;You're done. You've successfully bridged two Vera units&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Aeon_HomeEnergyMonitor</id>
		<title>Aeon HomeEnergyMonitor</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Aeon_HomeEnergyMonitor"/>
				<updated>2015-11-10T12:37:12Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= &amp;lt;span dir=&amp;quot;auto&amp;quot;&amp;gt;Aeon HomeEnergyMonitor First Edition&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
If you have version 3.58 or later of the HEM firmware (unrelated to Vera's firmware), it supports the ability to report in real-time whenever there is a change in the energy consumption.&amp;amp;nbsp; It generates a report for Vera whenever there is a change.&lt;br /&gt;
&lt;br /&gt;
For versions 3.57 and lower, the only way to get real time energy reporting was to have the HEM send Vera reports constantly, whether or not there was a change.&amp;amp;nbsp; This required powering the HEM with USB power.&amp;amp;nbsp; So we recommend using the USB port on the HEM to upgrade to firmware 3.58 or newer, as per the instructions on aeon-labs.com&lt;br /&gt;
&lt;br /&gt;
There have been reported issues with HEM firmware less than 3.61. The latest that we know about is 3.67 and you can download it below. Please make sure to choose the right frequency for your own device.&lt;br /&gt;
&lt;br /&gt;
US version: [http://wiki.micasaverde.com/images/f/f6/Home_Energy_Meter_V3_67_US.zip HEM367]&lt;br /&gt;
&lt;br /&gt;
AU version - 200 A: [http://wiki.micasaverde.com/images/4/45/Home_Energy_Meter_V3_67_AU_200A.zip HEM367]&lt;br /&gt;
&lt;br /&gt;
EU version - 60 A&amp;amp;nbsp;:&amp;amp;nbsp; [http://wiki.micasaverde.com/images/3/37/Home_Energy_Meter_V3_67_EU_60A.zip HEM367]&lt;br /&gt;
&lt;br /&gt;
EU version - 100 A: [http://wiki.micasaverde.com/images/2/2a/Home_Energy_Meter_V3_67_EU_100A.zip HEM367]&lt;br /&gt;
&lt;br /&gt;
EU version - 200 A: [http://wiki.micasaverde.com/images/5/5e/Home_Energy_Meter_V3_67_EU_200A.zip HEM367]&lt;br /&gt;
&lt;br /&gt;
== Inclusion&amp;lt;br/&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
When including the HEM to the Vera unit you should have the HEM&amp;amp;nbsp;powered with the &amp;lt;span style=&amp;quot;color: rgb(255, 0, 0)&amp;quot;&amp;gt;USB AC adapter&amp;lt;/span&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Note ==&lt;br /&gt;
&lt;br /&gt;
You need to have it plugged in through the &amp;lt;span style=&amp;quot;color: rgb(255, 0, 0)&amp;quot;&amp;gt;USB AC adapter&amp;lt;/span&amp;gt; for it to report the KWH accurately, because when it is battery operated it sleeps most of the time and it cannot accurately track KWH.&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
= &amp;lt;span dir=&amp;quot;auto&amp;quot;&amp;gt;Aeotec HomeEnergyMonitor 2nd edition&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span dir=&amp;quot;auto&amp;quot;&amp;gt;The Aeotec Home Energy Monitor can be found in multiple variations on the market with one, two or three measuring clamps. It's always a good practice to update the software to the latest version by using the tool from the manuafcturers [http://aeotec.com/z-wave-home-energy-measure/1262-hem-firmware.html support page.]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Configuring the Aeotec HEM 2nd edition&amp;lt;br/&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Once the HEM will be paired with your controller it will display either two, three or four devices on the Vera interface. One will be the master device, and one child device for each clamp connected to the HEM. Below we'll check the configuration settings for the two and three clamp versions of the Aeotec HEM.&lt;br /&gt;
&lt;br /&gt;
The configuration settings are done on the configuration panel of the parent device under the Device Options page. Here you'll need to adjust the following configuration parameters&amp;amp;nbsp;:&lt;br /&gt;
&lt;br /&gt;
*for the two clamp edition:&lt;br /&gt;
&lt;br /&gt;
Parameter 101 [4 byte dec]: 6927 (report kwh and watt on clamp 1 2 and total readings)&lt;br /&gt;
&lt;br /&gt;
Parameter 111 [4 byte dec]: 240 (report every 240 seconds)&lt;br /&gt;
&lt;br /&gt;
Parameter 102 and 103 [4 byte dec] set to 0&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;If any of the parameters are missing you can add them by pressing &amp;quot;Add configuration settings&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
*for the three clamp edition:&lt;br /&gt;
&lt;br /&gt;
Parameter 101 [4 byte dec]: 16143 (3 clamps to report kwh and watt)&lt;br /&gt;
&lt;br /&gt;
Parameter 111 [4 byte dec]: 240 (report every 240 seconds)&lt;br /&gt;
&lt;br /&gt;
Parameter 102 and 103 [4 byte dec] set to 0&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;If some of the parameters are missing one can add them by pressing &amp;quot;Add configuration settings&amp;quot; button.&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Aeon_HomeEnergyMonitor</id>
		<title>Aeon HomeEnergyMonitor</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Aeon_HomeEnergyMonitor"/>
				<updated>2015-11-10T12:30:11Z</updated>
		
		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= &amp;lt;span dir=&amp;quot;auto&amp;quot;&amp;gt;Aeon HomeEnergyMonitor First Edition&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
If you have version 3.58 or later of the HEM firmware (unrelated to Vera's firmware), it supports the ability to report in real-time whenever there is a change in the energy consumption.&amp;amp;nbsp; It generates a report for Vera whenever there is a change.&lt;br /&gt;
&lt;br /&gt;
For versions 3.57 and lower, the only way to get real time energy reporting was to have the HEM send Vera reports constantly, whether or not there was a change.&amp;amp;nbsp; This required powering the HEM with USB power.&amp;amp;nbsp; So we recommend using the USB port on the HEM to upgrade to firmware 3.58 or newer, as per the instructions on aeon-labs.com&lt;br /&gt;
&lt;br /&gt;
There have been reported issues with HEM firmware less than 3.61. The latest that we know about is 3.67 and you can download it below. Please make sure to choose the right frequency for your own device.&lt;br /&gt;
&lt;br /&gt;
US version: [http://wiki.micasaverde.com/images/f/f6/Home_Energy_Meter_V3_67_US.zip HEM367]&lt;br /&gt;
&lt;br /&gt;
AU version - 200 A: [http://wiki.micasaverde.com/images/4/45/Home_Energy_Meter_V3_67_AU_200A.zip HEM367]&lt;br /&gt;
&lt;br /&gt;
EU version - 60 A&amp;amp;nbsp;:&amp;amp;nbsp; [http://wiki.micasaverde.com/images/3/37/Home_Energy_Meter_V3_67_EU_60A.zip HEM367]&lt;br /&gt;
&lt;br /&gt;
EU version - 100 A: [http://wiki.micasaverde.com/images/2/2a/Home_Energy_Meter_V3_67_EU_100A.zip HEM367]&lt;br /&gt;
&lt;br /&gt;
EU version - 200 A: [http://wiki.micasaverde.com/images/5/5e/Home_Energy_Meter_V3_67_EU_200A.zip HEM367]&lt;br /&gt;
&lt;br /&gt;
== Inclusion&amp;lt;br/&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
When including the HEM to the Vera unit you should have the HEM&amp;amp;nbsp;powered with the &amp;lt;span style=&amp;quot;color: rgb(255, 0, 0)&amp;quot;&amp;gt;USB AC adapter&amp;lt;/span&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Note ==&lt;br /&gt;
&lt;br /&gt;
You need to have it plugged in through the &amp;lt;span style=&amp;quot;color: rgb(255, 0, 0)&amp;quot;&amp;gt;USB AC adapter&amp;lt;/span&amp;gt; for it to report the KWH accurately, because when it is battery operated it sleeps most of the time and it cannot accurately track KWH.&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
= &amp;lt;span dir=&amp;quot;auto&amp;quot;&amp;gt;Aeotec HomeEnergyMonitor 2nd edition&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;span dir=&amp;quot;auto&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Configuring the Aeotec HEM 2nd edition&amp;lt;br/&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
The Aeotec Home Energy Monitor can be found in multiple variations on the market with one, two or three measuring clamps. It's always a good practice to update the software to the latest version by using the tool from the manuafcturers [http://aeotec.com/z-wave-home-energy-measure/1262-hem-firmware.html support page.] &lt;br /&gt;
&lt;br /&gt;
Once the HEM will be paired with your controller it will display either two, three or four devices on the Vera interface. One will be the master device, and one child device for each clamp connected to the HEM. Below we'll check the configuration settings for the two and three clamp versions of the Aeotec HEM.&lt;br /&gt;
&lt;br /&gt;
The configuration settings are done on the configuration panel of the parent device under the Device Options page. Here you'll need to adjust the following configuration parameters :&lt;br /&gt;
&lt;br /&gt;
*for the two clamp edition:&lt;br /&gt;
&lt;br /&gt;
Parameter 101 [4 byte dec]: 6927 (report kwh and watt on clamp 1 2 and total readings)&lt;br /&gt;
&lt;br /&gt;
Parameter 111 [4 byte dec]: 240 (report every 240 seconds)&lt;br /&gt;
&lt;br /&gt;
Parameter 102 and 103 [4 byte dec] set to 0&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;If any of the parameters are missing you can add them by pressing &amp;quot;Add configuration settings&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
*for the three clamp edition:&lt;br /&gt;
&lt;br /&gt;
Parameter 101 [4 byte dec]: 16143 (3 clamps to report kwh and watt)&lt;br /&gt;
&lt;br /&gt;
Parameter 111 [4 byte dec]: 240 (report every 240 seconds)&lt;br /&gt;
&lt;br /&gt;
Parameter 102 and 103 [4 byte dec] set to 0&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;If some of the parameters are missing one can add them by pressing &amp;quot;Add configuration settings&amp;quot; button.&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Logon_Vera_SSH</id>
		<title>Logon Vera SSH</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Logon_Vera_SSH"/>
				<updated>2015-10-21T08:56:41Z</updated>
		
		<summary type="html">&lt;p&gt;George: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:User Instructions]]&lt;br /&gt;
[[Category:How To]]&lt;br /&gt;
'''HOWTO  log on to your Vera using SSH.'''&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
* Vera hardware&lt;br /&gt;
* For Windows based clients, an open-source SSH application to access your Vera, for instance PuTTY which can be found here:  [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html]&lt;br /&gt;
* For MAC clients you could use &amp;quot;Rbrowser&amp;quot; to be found here [http://www.openssh.com] or here [http://www.rbrowser.com]&amp;lt;br /&amp;gt;&lt;br /&gt;
* Linux based clients have built-in SSH support. &lt;br /&gt;
* Root password, to be found at the bottom of your Vera (also your initial WiFi security key)&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
For many operations you need access to the shell of your Vera. For this reason Vera supports SSH (Secure SHell) on port 22.&amp;lt;br /&amp;gt;&lt;br /&gt;
Getting access to your Vera is not something that is easy at first.&amp;lt;br /&amp;gt;&lt;br /&gt;
Therefore you can follow these instructions in support of other How To's to get root access to your Vera's shell.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Instructions==&lt;br /&gt;
===Windows===&lt;br /&gt;
*After you have downloaded PuTTY, run it directly.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To get shell acces to your Vera do this;&amp;lt;br /&amp;gt;&lt;br /&gt;
1. Under &amp;lt;Host Name&amp;gt; type the IP address of your Vera (for example: 192.168.1.24), leave Port number 22 alone, if needed, change connection type to SSH (default) and click &amp;lt;Open&amp;gt;.&amp;lt;br /&amp;gt;&lt;br /&gt;
2. At Login type:&amp;lt;br /&amp;gt;&lt;br /&gt;
 ''root''&lt;br /&gt;
hit &amp;lt;Enter&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The password you need is located on the label under your Vera unit assigned to &amp;quot;WiFI Pass&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
3. Type the password and hit &amp;lt;Enter&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Mac &amp;amp; Linux===&lt;br /&gt;
1. Open a &amp;quot;Terminal&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
2. type:      &lt;br /&gt;
 ''ssh root@192.168.1.24''&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
You now should have access to your Vera's Root directory and it should display something like this:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 '''BusyBox v1.15.3 (2010-06-10 18:19:49 PDT) built-in shell (ash''')&amp;lt;br /&amp;gt;&lt;br /&gt;
 '''Enter 'help' for a list of built-in commands.'''&lt;br /&gt;
 ---------------------------------------------------&lt;br /&gt;
  ***      MiOS LTD. ( www.mios.com )        ***&lt;br /&gt;
  ***                                        ***&lt;br /&gt;
  ***               WARNING :                ***&lt;br /&gt;
  *** Any changes made to the system without ***&lt;br /&gt;
  *** guidance from MiOS support will VOID   ***&lt;br /&gt;
  *** your future Support requests           ***&lt;br /&gt;
 ---------------------------------------------------&lt;br /&gt;
 '''root@MiOS_xxxxx:~#'''&lt;br /&gt;
&lt;br /&gt;
---------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
(the xxxxx will be your Vera's name)&amp;lt;br /&amp;gt;&lt;br /&gt;
From here you can use any shell command provided in other How To's or forum items.&lt;br /&gt;
&lt;br /&gt;
==Can't find the root password?==&lt;br /&gt;
&lt;br /&gt;
On Vera Lite's, the root password isn't printed on the bottom.  So you need to access to the 'Tech Support' settings.  Depending on your UI version, this is either under the Advanced tab, the Settings tab, or the Account tab.  There will be an 'enable' button.  Click that to turn on the tech support service.  You will see a message like this:&lt;br /&gt;
&lt;br /&gt;
Tech support full control enabled, access code 3000000-436969&lt;br /&gt;
&lt;br /&gt;
The first number is your serial number, which is always printed on the bottom.  The second number is a temporary password created for a user called &amp;quot;remote&amp;quot;.  So, follow the same login instructions, but, instead of typing root for the login, type remote.  And instead of using the normal password, use that temporary password, 436969 in this case.  Once you have gotten in to the console, you can see the actual root password using this command: nvram show | grep pass&lt;br /&gt;
&lt;br /&gt;
You'll see something like this:&lt;br /&gt;
&lt;br /&gt;
root@MiOS_30000000:~# nvram show | grep pass&lt;br /&gt;
vera_wifipass=shade83forest&lt;br /&gt;
&lt;br /&gt;
So in this case, shade83forest, is the actual root password.  Write it down, and from now on login as 'root' as explained earlier, and use that password.  The temporary password for the remote user will only be valid for 24 hours or until you click 'Disable it' on the tech support page.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
please find more info here;&amp;lt;br /&amp;gt;&lt;br /&gt;
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html&amp;lt;br /&amp;gt;&lt;br /&gt;
http://www.openssh.com/&amp;lt;br /&amp;gt;&lt;br /&gt;
http://www.rbrowser.com/&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Firmware_Flash_VeraLite</id>
		<title>Firmware Flash VeraLite</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Firmware_Flash_VeraLite"/>
				<updated>2015-10-09T07:38:44Z</updated>
		
		<summary type="html">&lt;p&gt;George: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== Prerequisites  ==&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;YOU NEED TO FOLLOW THIS TUTORIAL ONLY IF YOUR VERA UNIT IS NOT BOOTING ANYMORE, THIS MEANS THAT WHILE BEING CONNECTED TO THE INTERNET THE POWER (BLUE) LED IS BLINKING AND NO OTHER LEDS ARE LIGHT UP/BLINKING &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;FOR MORE THAN 30 MINUTES &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;!&amp;lt;/span&amp;gt; &lt;br /&gt;
*The upgrade tool is only tested in Windows XP, it will not work with Windows Vista. In Windows 7 the applications should be run in Windows XP SP3 compatibility mode.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Make sure your computer is connected to your network through an Ethernet cable. Make sure to disable any WIRELESS/BLUETOOTH/other networking interfaces before continuing.&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
NOTE: Failure to disable your wireless network before continuing could result in an unusable unit. &lt;br /&gt;
&lt;br /&gt;
*Please deactivate all Firewall and Antivirus software which is running during the upgrade process.&lt;br /&gt;
&lt;br /&gt;
Note: If you are running Windows Vista/7 please follow the next guide to enable the TFTP Client and then continue with the re-flash steps. Guide: http://www.simplehelp.net/2008/09/10/how-to-install-a-tftp-client-in-windows-vista/ &lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;If_the_restoration_utility_does_not_work_in_Windows_7&amp;quot; class=&amp;quot;mw-headline&amp;quot;&amp;gt;If the restoration utility does not work on Windows 7&amp;lt;/span&amp;gt;  ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span class=&amp;quot;mw-headline&amp;quot;&amp;gt;Please note that this is only available for Windows 7 Professional, Enterprise and Ultimate editions.&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
*If the restoration utility does not work on Windows 7 you should use the Windows Xp Mode, offered for free by Microsoft. To install it, you have to go to this page [http://www.microsoft.com/en-us/download/details.aspx?id=8002 Windows Xp Mode] which will walk you through the entire process.&amp;lt;br&amp;gt; &lt;br /&gt;
*After this finishes and you open up the Windows Xp Mode Virtual Machine, you should go to the Menu, select Tools -&amp;amp;gt;&amp;amp;nbsp;Settings, select Networking and for adapter 1 make sure to select your LAN card, the one that will be connected directly into any of LAN ports of Vera. &lt;br /&gt;
*Afterwards you will have to open Internet explorer inside the virtual machine, access [http://wiki.micasaverde.com/index.php/Firmware_Flash_Vera3 this page] and download the Firmware flash utilities inside the virtual machine. &lt;br /&gt;
*On Windows 7 change the Local Area Connection settings to use the static IP and connect the Vera unit to your computer as explained at the begining of this page, then open the Firmware Flash utility inside the Virtual machine and you should be able to continue the Firmware Flash process.&lt;br /&gt;
&lt;br /&gt;
== Files to download before you start the restoration process  ==&lt;br /&gt;
&lt;br /&gt;
*[http://download.mios.com/firmware/vera3_recovery_tool.zip Vera Lite Firmware Recovery Tool] &lt;br /&gt;
*[http://download.mios.com/firmware/os_rt3662/openwrt-ramips-rt3883-veralite-squashfs-full-81.bin Vera Lite Recovery Firmware]&lt;br /&gt;
&lt;br /&gt;
== &amp;amp;nbsp;Setup your computer to connect to Vera Lite &amp;amp;nbsp; &amp;amp;nbsp;  ==&lt;br /&gt;
&lt;br /&gt;
*Computer IP: 192.168.0.100 &lt;br /&gt;
*Subnet Mask: 255.255.255.0 &lt;br /&gt;
*Default Gateway: 192.168.0.1&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Begin the process for flashing the firmware  ==&lt;br /&gt;
&lt;br /&gt;
#Use a network cable (CAT5e) and plug the cable from your PC into Vera's '''LAN port'''. &amp;amp;nbsp; &lt;br /&gt;
#Unplug Vera from the power cord. &lt;br /&gt;
#Holding down Vera's '''RESET button''' whilst pluging in the power cord back in. Wait about 3s after you plugged the power cord back with the Reset button pressed. &amp;amp;lt;br&amp;amp;gt;When releasing the Reset button, the&amp;amp;nbsp;'''Z-Wave LED''' should be blinking. &amp;amp;nbsp; &lt;br /&gt;
#If the '''Z-Wave LED''' is not blinking, turn Vera off and try again. &lt;br /&gt;
#Start [http://download.mios.com/firmware/vera3_recovery_tool.zip Vera Lite Firmware Recovery Tool]. &lt;br /&gt;
#Click &amp;quot;Browse target&amp;quot; button. &lt;br /&gt;
#Vera should appear in targets list. &lt;br /&gt;
#Click on &amp;quot;*UN*checkPID&amp;quot; radiobox &lt;br /&gt;
#Select &amp;quot;EraseALL&amp;quot; from dropdown box. (&amp;amp;lt;- this will update your unit bootloader also) &lt;br /&gt;
#Click the [Files] button. &lt;br /&gt;
#Download the file: [http://download.mios.com/firmware/os_rt3662/openwrt-ramips-rt3883-veralite-squashfs-full-81.bin Vera Lite Recovery Firmware] and save it on your computer. &lt;br /&gt;
#Select the file [http://download.mios.com/firmware/os_rt3662/openwrt-ramips-rt3883-veralite-squashfs-full-81.bin Vera Lite Recovery Firmware] &lt;br /&gt;
#Click the [Open] button to get the file. &lt;br /&gt;
#Click on the [OK] button on the BIN File Information dialog box. &lt;br /&gt;
#Click on the [Upgrade] button. File will be flashed, and you will see a dialog box saying success - close Upgrade Tool. &lt;br /&gt;
#Put your computer's IP to 192.168.81.100, Subnet Mask: 255.255.255.0 &lt;br /&gt;
#Please wait until Vera ''automatically'' reboots and the '''Network''''''&amp;amp;nbsp;led''' starts double blinking or it's solid (this can take 10 to 30 minutes). &amp;amp;nbsp; &lt;br /&gt;
#When you see the Z-Wave led solid, you are done.&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== To do after the restoration has finished  ==&lt;br /&gt;
&lt;br /&gt;
*If you have your computer connected to the LAN port of Vera, open http://192.168.81.1 and you will see Vera's UI. &amp;amp;nbsp; &lt;br /&gt;
*If you already disconnected it from the computer and connected the WAN cable coming from your main Router/ADSL modem, the Network light on front will go solid, meaning Vera is connected to the internet.&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Dont forget to update your Vera to the latest available firmware. This is explained here: [[Update Firmware]] &lt;br /&gt;
&lt;br /&gt;
Next, if you also want to restore everything else in Vera, restore a backup file, either one that you created manually with 'Create Backup', or an automatic backup at MiOS.com, click 'Browse' to find the backup file, select it, and click 'Restore'. &lt;br /&gt;
&lt;br /&gt;
== References  ==&lt;br /&gt;
&lt;br /&gt;
[http://download.mios.com/firmware/os_rt3662/openwrt-ramips-rt3883-veralite-squashfs-full-81.bin Vera Lite Recovery Firmware]&amp;lt;br&amp;gt;http://download.mios.com/firmware/vera3_upgrade_tool.zip Vera Lite Firmware Recovery Tool&amp;lt;br&amp;gt; http://www.simplehelp.net/2008/09/10/how-to-install-a-tftp-client-in-windows-vista/&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
[[Category:User_Instructions]] [[Category:How_To]]&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Firmware_Flash_VeraLite</id>
		<title>Firmware Flash VeraLite</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Firmware_Flash_VeraLite"/>
				<updated>2015-10-09T07:38:23Z</updated>
		
		<summary type="html">&lt;p&gt;George: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== Prerequisites  ==&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;YOU NEED TO FOLLOW THIS TUTORIAL ONLY IF YOUR VERA UNIT IS NOT BOOTING ANYMORE, THIS MEANS THAT WHILE BEING CONNECTED TO THE INTERNET THE POWER LED IS BLINKING AND NO OTHER LEDS ARE LIGHT UP/BLINKING &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;FOR MORE THAN 30 MINUTES &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;!&amp;lt;/span&amp;gt; &lt;br /&gt;
*The upgrade tool is only tested in Windows XP, it will not work with Windows Vista. In Windows 7 the applications should be run in Windows XP SP3 compatibility mode.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Make sure your computer is connected to your network through an Ethernet cable. Make sure to disable any WIRELESS/BLUETOOTH/other networking interfaces before continuing.&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
NOTE: Failure to disable your wireless network before continuing could result in an unusable unit. &lt;br /&gt;
&lt;br /&gt;
*Please deactivate all Firewall and Antivirus software which is running during the upgrade process.&lt;br /&gt;
&lt;br /&gt;
Note: If you are running Windows Vista/7 please follow the next guide to enable the TFTP Client and then continue with the re-flash steps. Guide: http://www.simplehelp.net/2008/09/10/how-to-install-a-tftp-client-in-windows-vista/ &lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;If_the_restoration_utility_does_not_work_in_Windows_7&amp;quot; class=&amp;quot;mw-headline&amp;quot;&amp;gt;If the restoration utility does not work on Windows 7&amp;lt;/span&amp;gt;  ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span class=&amp;quot;mw-headline&amp;quot;&amp;gt;Please note that this is only available for Windows 7 Professional, Enterprise and Ultimate editions.&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
*If the restoration utility does not work on Windows 7 you should use the Windows Xp Mode, offered for free by Microsoft. To install it, you have to go to this page [http://www.microsoft.com/en-us/download/details.aspx?id=8002 Windows Xp Mode] which will walk you through the entire process.&amp;lt;br&amp;gt; &lt;br /&gt;
*After this finishes and you open up the Windows Xp Mode Virtual Machine, you should go to the Menu, select Tools -&amp;amp;gt;&amp;amp;nbsp;Settings, select Networking and for adapter 1 make sure to select your LAN card, the one that will be connected directly into any of LAN ports of Vera. &lt;br /&gt;
*Afterwards you will have to open Internet explorer inside the virtual machine, access [http://wiki.micasaverde.com/index.php/Firmware_Flash_Vera3 this page] and download the Firmware flash utilities inside the virtual machine. &lt;br /&gt;
*On Windows 7 change the Local Area Connection settings to use the static IP and connect the Vera unit to your computer as explained at the begining of this page, then open the Firmware Flash utility inside the Virtual machine and you should be able to continue the Firmware Flash process.&lt;br /&gt;
&lt;br /&gt;
== Files to download before you start the restoration process  ==&lt;br /&gt;
&lt;br /&gt;
*[http://download.mios.com/firmware/vera3_recovery_tool.zip Vera Lite Firmware Recovery Tool] &lt;br /&gt;
*[http://download.mios.com/firmware/os_rt3662/openwrt-ramips-rt3883-veralite-squashfs-full-81.bin Vera Lite Recovery Firmware]&lt;br /&gt;
&lt;br /&gt;
== &amp;amp;nbsp;Setup your computer to connect to Vera Lite &amp;amp;nbsp; &amp;amp;nbsp;  ==&lt;br /&gt;
&lt;br /&gt;
*Computer IP: 192.168.0.100 &lt;br /&gt;
*Subnet Mask: 255.255.255.0 &lt;br /&gt;
*Default Gateway: 192.168.0.1&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Begin the process for flashing the firmware  ==&lt;br /&gt;
&lt;br /&gt;
#Use a network cable (CAT5e) and plug the cable from your PC into Vera's '''LAN port'''. &amp;amp;nbsp; &lt;br /&gt;
#Unplug Vera from the power cord. &lt;br /&gt;
#Holding down Vera's '''RESET button''' whilst pluging in the power cord back in. Wait about 3s after you plugged the power cord back with the Reset button pressed. &amp;amp;lt;br&amp;amp;gt;When releasing the Reset button, the&amp;amp;nbsp;'''Z-Wave LED''' should be blinking. &amp;amp;nbsp; &lt;br /&gt;
#If the '''Z-Wave LED''' is not blinking, turn Vera off and try again. &lt;br /&gt;
#Start [http://download.mios.com/firmware/vera3_recovery_tool.zip Vera Lite Firmware Recovery Tool]. &lt;br /&gt;
#Click &amp;quot;Browse target&amp;quot; button. &lt;br /&gt;
#Vera should appear in targets list. &lt;br /&gt;
#Click on &amp;quot;*UN*checkPID&amp;quot; radiobox &lt;br /&gt;
#Select &amp;quot;EraseALL&amp;quot; from dropdown box. (&amp;amp;lt;- this will update your unit bootloader also) &lt;br /&gt;
#Click the [Files] button. &lt;br /&gt;
#Download the file: [http://download.mios.com/firmware/os_rt3662/openwrt-ramips-rt3883-veralite-squashfs-full-81.bin Vera Lite Recovery Firmware] and save it on your computer. &lt;br /&gt;
#Select the file [http://download.mios.com/firmware/os_rt3662/openwrt-ramips-rt3883-veralite-squashfs-full-81.bin Vera Lite Recovery Firmware] &lt;br /&gt;
#Click the [Open] button to get the file. &lt;br /&gt;
#Click on the [OK] button on the BIN File Information dialog box. &lt;br /&gt;
#Click on the [Upgrade] button. File will be flashed, and you will see a dialog box saying success - close Upgrade Tool. &lt;br /&gt;
#Put your computer's IP to 192.168.81.100, Subnet Mask: 255.255.255.0 &lt;br /&gt;
#Please wait until Vera ''automatically'' reboots and the '''Network''''''&amp;amp;nbsp;led''' starts double blinking or it's solid (this can take 10 to 30 minutes). &amp;amp;nbsp; &lt;br /&gt;
#When you see the Z-Wave led solid, you are done.&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== To do after the restoration has finished  ==&lt;br /&gt;
&lt;br /&gt;
*If you have your computer connected to the LAN port of Vera, open http://192.168.81.1 and you will see Vera's UI. &amp;amp;nbsp; &lt;br /&gt;
*If you already disconnected it from the computer and connected the WAN cable coming from your main Router/ADSL modem, the Network light on front will go solid, meaning Vera is connected to the internet.&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Dont forget to update your Vera to the latest available firmware. This is explained here: [[Update Firmware]] &lt;br /&gt;
&lt;br /&gt;
Next, if you also want to restore everything else in Vera, restore a backup file, either one that you created manually with 'Create Backup', or an automatic backup at MiOS.com, click 'Browse' to find the backup file, select it, and click 'Restore'. &lt;br /&gt;
&lt;br /&gt;
== References  ==&lt;br /&gt;
&lt;br /&gt;
[http://download.mios.com/firmware/os_rt3662/openwrt-ramips-rt3883-veralite-squashfs-full-81.bin Vera Lite Recovery Firmware]&amp;lt;br&amp;gt;http://download.mios.com/firmware/vera3_upgrade_tool.zip Vera Lite Firmware Recovery Tool&amp;lt;br&amp;gt; http://www.simplehelp.net/2008/09/10/how-to-install-a-tftp-client-in-windows-vista/&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
[[Category:User_Instructions]] [[Category:How_To]]&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Networking_Setup</id>
		<title>Networking Setup</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Networking_Setup"/>
				<updated>2015-07-14T07:23:44Z</updated>
		
		<summary type="html">&lt;p&gt;George: Reverted edits by George (talk) to last revision by Mcvchris&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:User Instructions]]&lt;br /&gt;
[[Category:Troubleshooting]]&lt;br /&gt;
In general most people who have Vera don't need to know anything about networking and don't need to change any network settings.  If you are experiencing difficulties or want to know how Vera's networking works, here is some information.&lt;br /&gt;
&lt;br /&gt;
== Getting Vera an internet connection  ==&lt;br /&gt;
&lt;br /&gt;
Within 2 minutes after you plug Vera in, Vera will try to obtain an IP address (i.e. Internet Connection) automatically through the WAN port on the back of Vera.&amp;amp;nbsp; If Vera succeeds in getting an IP address and connects to the network, the power light on the front of Vera comes on solid.&amp;amp;nbsp; If Vera cannot get an internet connection, the power light will blink.&amp;amp;nbsp; Note that you can still use Vera without an internet connection, but certain features, like remote access over cell phones and video archiving, will not work without an internet connection. &lt;br /&gt;
&lt;br /&gt;
If you connected Vera directly to your DSL or cable modem, but Vera's power light is blinking, first try unplugging the DSL or cable modem for 2 minutes, then plug it in and wait a few minutes. &amp;amp;nbsp; If Vera's power light is still blinking that probably means you have a special network setup, such as PPPoE or a static IP address.&amp;amp;nbsp; These types of connections require special information from your internet service provider. &amp;amp;nbsp; To specify these settings, follow the &amp;quot;Getting to Vera's Setup Page Without an Internet Connection&amp;quot; and then &amp;quot;Manually Configure Vera's Network&amp;quot; instructions below.&amp;amp;nbsp; Then fill in the Setup Page's top section &amp;quot;How Can I Connect to the Internet&amp;quot; with the settings furnished by your internet service provider. &amp;amp;nbsp; Also, under Firewall choose &amp;quot;Firewall Active&amp;quot;, and under DHCP choose &amp;quot;DHCP Server ON&amp;quot;.&amp;amp;nbsp; Then click 'Save &amp;amp;amp; Apply'. &amp;amp;nbsp; (See the IMPORTANT&amp;amp;nbsp;NOTE below.)&lt;br /&gt;
&lt;br /&gt;
== Getting to Vera's Setup Page if Vera already has an internet connection  ==&lt;br /&gt;
&lt;br /&gt;
Once Vera has an internet connection (the power light is on solid), you can open any web browser from anywhere on the home network and go to [http://findvera.com http://findvera.com] and click the green 'Setup' button.&amp;amp;nbsp; The computer with your web browser can be connected directly to one of Vera's LAN ports, or it can connect to Vera wirelessly, or be anywhere else on the home network that Vera is connected to through the WAN port.&lt;br /&gt;
&lt;br /&gt;
== Getting to Vera's Setup Page without an internet connection  ==&lt;br /&gt;
&lt;br /&gt;
If Vera does not have an internet connection, then you must connect the computer with your web browser to one of Vera's four LAN ports, or connect to Vera wirelessly using the network name (SSID) and password shown on the bottom of Vera and on on the front of the Quick Start Guide.&amp;amp;nbsp; Then open your web browser and go to:&amp;amp;nbsp; '''http://local.findvera.com'''&amp;lt;br&amp;gt; If that fails, try: &amp;amp;nbsp; '''http://192.168.81.1'''&amp;lt;br&amp;gt; Vera's setup page should appear.&lt;br /&gt;
&lt;br /&gt;
== Manually configuring your network  ==&lt;br /&gt;
&lt;br /&gt;
Normally Vera will automatically configure the network for you. &amp;amp;nbsp; If you want to configure the network manually, click the Advanced button in Vera's setup page and choose the 'Net &amp;amp;amp; Wi-Fi' option.&amp;amp;nbsp; Set the network the way you want and click 'Save &amp;amp;amp; Apply' at the bottom of the page.&amp;amp;nbsp; Note that once you click 'Save &amp;amp;amp; Apply,' Vera's automatic network configuration will be bypassed and Vera will use the network settings you provide. &amp;amp;nbsp; (See the IMPORTANT&amp;amp;nbsp;NOTE&amp;amp;nbsp;below if you want to do this.)&lt;br /&gt;
&lt;br /&gt;
== Common problem: Vera isn't sharing the network connection  ==&lt;br /&gt;
&lt;br /&gt;
When Vera gets an internet connection through the WAN port, Vera decides automatically if you already have a home network setup with another device (a router) that is sharing your internet connection.&amp;amp;nbsp; If Vera decides that you connected Vera directly to your DSL or cable modem, and don't already have a home network setup, then Vera will automatically create a home network for you and share the internet connection that Vera got from your DSL or cable modem.&amp;amp;nbsp; Some DSL or cable modems &amp;quot;trick&amp;quot; Vera into thinking you already have a home network, when in fact you do not.&amp;amp;nbsp; This happens when all of the following are true: 1) You connected Vera's WAN to your DSL or cable modem and do not already have a router. 2) Vera got an internet connection from your DSL or cable modem and you can tell this because Vera's power light is on solid. 3) Other computers in the home that you connect to Vera's 4 LAN ports, or connect to Vera wirelessly, are not able to get an internet connection. &lt;br /&gt;
&lt;br /&gt;
If those 3 things are all true, then that probably means Vera is not sharing your internet connection because Vera thinks you already have a home network. &amp;amp;nbsp; This happens when your DSL or modem &amp;quot;tricks&amp;quot; Vera by acting like a router. &amp;amp;nbsp; This problem is easy to solve.&amp;amp;nbsp; First, unplug the cable going into Vera's WAN port.&amp;amp;nbsp; Wait a few seconds for Vera's power light to start blinking.&amp;amp;nbsp; Now try again to connect your computer to Vera using the 4 LAN ports or with the wireless connection. &amp;amp;nbsp; Open your web browser and go to: http://local.findvera.com, or to http://192.168.81.1. Click the 'Advanced' button, choose 'Net &amp;amp;amp; Wi-Fi'.&lt;br /&gt;
&lt;br /&gt;
Set the following settings: &lt;br /&gt;
&lt;br /&gt;
How can I connect to the Internet? '''DHCP''' &lt;br /&gt;
&lt;br /&gt;
Firewall: '''Firewall active''' &lt;br /&gt;
&lt;br /&gt;
DHCP server: '''On''' &lt;br /&gt;
&lt;br /&gt;
Then click 'Save &amp;amp;amp; Apply'.&amp;amp;nbsp; Reconnect the cable to the WAN port.&amp;amp;nbsp; Wait 30 seconds.&amp;amp;nbsp; Then Vera should share the internet connection with any other PC's and devices connected to Vera's 4 LAN ports, or that connect to Vera wirelessly.&amp;amp;nbsp; (See the IMPORTANT&amp;amp;nbsp;NOTE below.)&lt;br /&gt;
&lt;br /&gt;
== I already have a home router (i.e. DHCP server) and don't want Vera to replace my router  ==&lt;br /&gt;
&lt;br /&gt;
Normally this should be handled automatically. &amp;amp;nbsp; You simply connect Vera's WAN port to your existing home network and Vera should automatically detect that you already have a router, and then Vera will automatically turn off Vera's built-in router functions, like firewall and DHCP server, thus becoming a normal network device.&amp;amp;nbsp; You can still find Vera on your home network using the [http://findvera.com findvera.com] web site, and you can connect any network devices to Vera's 4 LAN ports or to Vera's Wi-Fi network, and they will work just fine on your home network, getting an IP address from your existing home router. When you go to the 'Net &amp;amp;amp; Wi-Fi' tab on Vera, you will see the DHCP server is set to &amp;quot;OFF&amp;quot;, and the firewall is set to &amp;quot;No Firewall&amp;quot;.&amp;amp;nbsp; (See the IMPORTANT&amp;amp;nbsp;NOTE below.)&lt;br /&gt;
&lt;br /&gt;
== IMPORTANT NOTE: Vera's automatic network configuration may be disabled  ==&lt;br /&gt;
&lt;br /&gt;
To make Vera as easy as possible for the novice user, Vera will attempt to configure the network automatically for you.&amp;amp;nbsp; This means if you have an existing home router, Vera will work well with it.&amp;amp;nbsp; And if you do not, Vera will assume the role of your primary home router automatically.&amp;amp;nbsp; But, once you go to Vera's 'Net &amp;amp;amp; Wi-Fi' tab and make any changes, then Vera assumes you know what you're doing, and Vera will not again attempt to automatically configure the network unless you [[Factory Reset|reset Vera to the factory default]].&amp;amp;nbsp; This means, for example, that if you manually turn off Vera's firewall, and you then put Vera directly on the internet, other people may be able to access your Vera.&amp;amp;nbsp; For most users, we recommend you just leave the network settings alone and let Vera handle everything automatically.&lt;br /&gt;
&lt;br /&gt;
== Technical Explanation: How Vera's auto networking works (does not apply to Vera 3) ==&lt;br /&gt;
&lt;br /&gt;
This paragraph is for advanced users who understand networking concepts.&amp;amp;nbsp; Vera tries to obtain an IP address on the WAN port using DHCP.&amp;amp;nbsp; If Vera gets an internal IP address from another router, namely an address that starts with 192.168., or 172., or 10., then Vera assumes you already have a network router sharing your network connection and a DHCP server giving out IP addresses. &amp;amp;nbsp; So Vera goes into 'switch' mode.&amp;amp;nbsp; This means the WAN port and the 4 LAN ports are bridged, like a normal switch, and Vera's firewall and DHCP server are disabled. &amp;amp;nbsp; If Vera gets a routable IP address (not a 192.168., 172., or 10. address), Vera assumes she is connected directly to your Cable/DSL modem and that Vera should share the network connection for you.&amp;amp;nbsp; In this case, Vera turns on her DHCP server and gives out IP addresses in the 192.168.81.xx range on the four LAN ports.&amp;amp;nbsp; Vera's firewall is enabled and Vera only accepts connections from the 4 lan ports.&lt;br /&gt;
&lt;br /&gt;
== Advanced Network Settings ==&lt;br /&gt;
[[Networking_Setup:Advanced_Network_Setup]]&lt;br /&gt;
&lt;br /&gt;
== Troubleshoot Network Settings ==&lt;br /&gt;
[[Networking_Setup:Troubleshooting]]&lt;/div&gt;</summary>
		<author><name>George</name></author>	</entry>

	</feed>