<?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=Jjwatmyself</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=Jjwatmyself"/>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Special:Contributions/Jjwatmyself"/>
		<updated>2026-04-19T04:48:37Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.8</generator>

	<entry>
		<id>http://wiki.mios.com/index.php/USB_swapfile_creation</id>
		<title>USB swapfile creation</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/USB_swapfile_creation"/>
				<updated>2012-12-17T04:16:53Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:How To]]&lt;br /&gt;
&lt;br /&gt;
'''HOWTO set up a memory swapfile on a USB stick'''&lt;br /&gt;
&lt;br /&gt;
'''*NOTE''' This feature should only be set up by users with large z-wave networks and some knowledge of Linux internal commands.&lt;br /&gt;
The functionality has been tested by some beta testers if the userforum at http://forum.mios.com, but using the feature should still be done with caution.&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
* Vera 2 hardware&lt;br /&gt;
* Vera firmware 1.1.1245 or later&lt;br /&gt;
* USB stick attached to Vera&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
Heres a short manual on how to set up a memory swap file on a USB stick to allocate more memory for your Vera.&lt;br /&gt;
This is an additional feature once you have set up USB logging for Vera as described here: [[Store_logs_USB]]&lt;br /&gt;
&lt;br /&gt;
The instructions contain commands for 4 indivudual steps.&lt;br /&gt;
&lt;br /&gt;
Data description for 64Mb swapfile&lt;br /&gt;
Creating swapfile&lt;br /&gt;
Start using swapfile&lt;br /&gt;
Stop using a swapfile.&lt;br /&gt;
&lt;br /&gt;
Please note that rebooting Vera will require a manual start of the swapfile.&lt;br /&gt;
Upgrading Vera's firmware will require setting up the swapfile from scratch as per instructions below.&lt;br /&gt;
&lt;br /&gt;
== Instructions  ==&lt;br /&gt;
&lt;br /&gt;
To set up a swapfile for Vera to use after you have have enabled to store logs on a USB stick as described here: [[Store logs USB]] it is required to SSH into your Vera. This procedure is explained here: [[Logon Vera SSH]]. &lt;br /&gt;
&lt;br /&gt;
Once you are at the SSH commandline, enter these commands one by one. Please note that the forst command can take a few minutes to complete, depending on the speed of your USB stick. &lt;br /&gt;
&lt;br /&gt;
1. Data description for 64Mb swapfile for the filesystem: &lt;br /&gt;
&lt;br /&gt;
 dd if=/dev/zero of=/tmp/log/cmh/swapfile bs=1024 count=65536&lt;br /&gt;
&lt;br /&gt;
2. Creating the actual swapfile: &lt;br /&gt;
&lt;br /&gt;
 mkswap /tmp/log/cmh/swapfile	&lt;br /&gt;
&lt;br /&gt;
3. Start using the newly created swapfile: &lt;br /&gt;
&lt;br /&gt;
 swapon /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
How to test if swap is enabled: Re-issue the above command and if the file shows busy, then swap is enabled &lt;br /&gt;
&lt;br /&gt;
 swapon /tmp/log/cmh/swapfile&lt;br /&gt;
 swapon: /tmp/log/cmh/swapfile: Device or resource busy&lt;br /&gt;
&lt;br /&gt;
If for some reason you would like to stop Vera using the swapfile use the following command after SSH-ing into Vera: &lt;br /&gt;
&lt;br /&gt;
 swapoff /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
4. Persistent Swap after reboot: Edit /etc/init.d/usb and insert the following line in the appropriate place: &lt;br /&gt;
&lt;br /&gt;
 swapon /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
Shown below in /etc/init.d/usb&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh /etc/rc.common&lt;br /&gt;
 # Copyright (C) 2006 OpenWrt.org&lt;br /&gt;
 &lt;br /&gt;
 START=39&lt;br /&gt;
 start() {&lt;br /&gt;
         [ -d /proc/bus/usb ] &amp;amp;amp;&amp;amp;amp; {&lt;br /&gt;
                 /bin/mount -t usbfs none /proc/bus/usb&lt;br /&gt;
                 &amp;lt;span style=&amp;quot;color: rgb(255, 0, 0);&amp;quot;&amp;gt;'''/sbin/swapon /tmp/log/cmh/swapfile'''&amp;lt;/span&amp;gt;&lt;br /&gt;
         }&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
please find more info here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://wiki.openwrt.org/doc/howto/usb.storage&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/USB_swapfile_creation</id>
		<title>USB swapfile creation</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/USB_swapfile_creation"/>
				<updated>2012-12-17T04:16:08Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:How To]]&lt;br /&gt;
&lt;br /&gt;
'''HOWTO set up a memory swapfile on a USB stick'''&lt;br /&gt;
&lt;br /&gt;
'''*NOTE''' This feature should only be set up by users with large z-wave networks and some knowledge of Linux internal commands.&lt;br /&gt;
The functionality has been tested by some beta testers if the userforum at http://forum.mios.com, but using the feature should still be done with caution.&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
* Vera 2 hardware&lt;br /&gt;
* Vera firmware 1.1.1245 or later&lt;br /&gt;
* USB stick attached to Vera&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
Heres a short manual on how to set up a memory swap file on a USB stick to allocate more memory for your Vera.&lt;br /&gt;
This is an additional feature once you have set up USB logging for Vera as described here: [[Store_logs_USB]]&lt;br /&gt;
&lt;br /&gt;
The instructions contain commands for 4 indivudual steps.&lt;br /&gt;
&lt;br /&gt;
Data description for 64Mb swapfile&lt;br /&gt;
Creating swapfile&lt;br /&gt;
Start using swapfile&lt;br /&gt;
Stop using a swapfile.&lt;br /&gt;
&lt;br /&gt;
Please note that rebooting Vera will require a manual start of the swapfile.&lt;br /&gt;
Upgrading Vera's firmware will require setting up the swapfile from scratch as per instructions below.&lt;br /&gt;
&lt;br /&gt;
== Instructions  ==&lt;br /&gt;
&lt;br /&gt;
To set up a swapfile for Vera to use after you have have enabled to store logs on a USB stick as described here: [[Store logs USB]] it is required to SSH into your Vera. This procedure is explained here: [[Logon Vera SSH]]. &lt;br /&gt;
&lt;br /&gt;
Once you are at the SSH commandline, enter these commands one by one. Please note that the forst command can take a few minutes to complete, depending on the speed of your USB stick. &lt;br /&gt;
&lt;br /&gt;
1. Data description for 64Mb swapfile for the filesystem: &lt;br /&gt;
&lt;br /&gt;
 dd if=/dev/zero of=/tmp/log/cmh/swapfile bs=1024 count=65536&lt;br /&gt;
&lt;br /&gt;
2. Creating the actual swapfile: &lt;br /&gt;
&lt;br /&gt;
 mkswap /tmp/log/cmh/swapfile	&lt;br /&gt;
&lt;br /&gt;
3. Start using the newly created swapfile: &lt;br /&gt;
&lt;br /&gt;
 swapon /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
How to test if swap is enabled: Re-issue the above command and if the file shows busy, then swap is enabled &lt;br /&gt;
&lt;br /&gt;
 swapon /tmp/log/cmh/swapfile&lt;br /&gt;
 swapon: /tmp/log/cmh/swapfile: Device or resource busy&lt;br /&gt;
&lt;br /&gt;
If for some reason you would like to stop Vera using the swapfile use the following command after SSH-ing into Vera: &lt;br /&gt;
&lt;br /&gt;
 swapoff /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
4. Persistent Swap after reboot: Edit /etc/init.d/usb and insert the following line in the appropriate place: &lt;br /&gt;
&lt;br /&gt;
 swapon /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
Shown below in /etc/init.d/usb&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;#!/bin/sh /etc/rc.common&lt;br /&gt;
 # Copyright (C) 2006 OpenWrt.org&lt;br /&gt;
&lt;br /&gt;
 START=39&lt;br /&gt;
 start() {&lt;br /&gt;
        [ -d /proc/bus/usb ] &amp;amp;&amp;amp; {&lt;br /&gt;
                /bin/mount -t usbfs none /proc/bus/usb&lt;br /&gt;
                /sbin/swapon /tmp/log/cmh/swapfile&lt;br /&gt;
        }&lt;br /&gt;
 }&amp;lt;/source&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
please find more info here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://wiki.openwrt.org/doc/howto/usb.storage&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/USB_swapfile_creation</id>
		<title>USB swapfile creation</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/USB_swapfile_creation"/>
				<updated>2012-12-17T04:15:11Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:How To]]&lt;br /&gt;
&lt;br /&gt;
'''HOWTO set up a memory swapfile on a USB stick'''&lt;br /&gt;
&lt;br /&gt;
'''*NOTE''' This feature should only be set up by users with large z-wave networks and some knowledge of Linux internal commands.&lt;br /&gt;
The functionality has been tested by some beta testers if the userforum at http://forum.mios.com, but using the feature should still be done with caution.&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
* Vera 2 hardware&lt;br /&gt;
* Vera firmware 1.1.1245 or later&lt;br /&gt;
* USB stick attached to Vera&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
Heres a short manual on how to set up a memory swap file on a USB stick to allocate more memory for your Vera.&lt;br /&gt;
This is an additional feature once you have set up USB logging for Vera as described here: [[Store_logs_USB]]&lt;br /&gt;
&lt;br /&gt;
The instructions contain commands for 4 indivudual steps.&lt;br /&gt;
&lt;br /&gt;
Data description for 64Mb swapfile&lt;br /&gt;
Creating swapfile&lt;br /&gt;
Start using swapfile&lt;br /&gt;
Stop using a swapfile.&lt;br /&gt;
&lt;br /&gt;
Please note that rebooting Vera will require a manual start of the swapfile.&lt;br /&gt;
Upgrading Vera's firmware will require setting up the swapfile from scratch as per instructions below.&lt;br /&gt;
&lt;br /&gt;
== Instructions  ==&lt;br /&gt;
&lt;br /&gt;
To set up a swapfile for Vera to use after you have have enabled to store logs on a USB stick as described here: [[Store logs USB]] it is required to SSH into your Vera. This procedure is explained here: [[Logon Vera SSH]]. &lt;br /&gt;
&lt;br /&gt;
Once you are at the SSH commandline, enter these commands one by one. Please note that the forst command can take a few minutes to complete, depending on the speed of your USB stick. &lt;br /&gt;
&lt;br /&gt;
1. Data description for 64Mb swapfile for the filesystem: &lt;br /&gt;
&lt;br /&gt;
 dd if=/dev/zero of=/tmp/log/cmh/swapfile bs=1024 count=65536&lt;br /&gt;
&lt;br /&gt;
2. Creating the actual swapfile: &lt;br /&gt;
&lt;br /&gt;
 mkswap /tmp/log/cmh/swapfile	&lt;br /&gt;
&lt;br /&gt;
3. Start using the newly created swapfile: &lt;br /&gt;
&lt;br /&gt;
 swapon /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
How to test if swap is enabled: Re-issue the above command and if the file shows busy, then swap is enabled &lt;br /&gt;
&lt;br /&gt;
 swapon /tmp/log/cmh/swapfile&lt;br /&gt;
 swapon: /tmp/log/cmh/swapfile: Device or resource busy&lt;br /&gt;
&lt;br /&gt;
If for some reason you would like to stop Vera using the swapfile use the following command after SSH-ing into Vera: &lt;br /&gt;
&lt;br /&gt;
 swapoff /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
4. Persistent Swap after reboot: Edit /etc/init.d/usb and insert the following line in the appropriate place: &lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;/sbin/swapon /tmp/log/cmh/swapfile &lt;br /&gt;
&lt;br /&gt;
Shown below in /etc/init.d/usb&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;#!/bin/sh /etc/rc.common&lt;br /&gt;
 # Copyright (C) 2006 OpenWrt.org&lt;br /&gt;
&lt;br /&gt;
 START=39&lt;br /&gt;
 start() {&lt;br /&gt;
        [ -d /proc/bus/usb ] &amp;amp;&amp;amp; {&lt;br /&gt;
                /bin/mount -t usbfs none /proc/bus/usb&lt;br /&gt;
                /sbin/swapon /tmp/log/cmh/swapfile&lt;br /&gt;
        }&lt;br /&gt;
 }&amp;lt;/source&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
please find more info here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://wiki.openwrt.org/doc/howto/usb.storage&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/USB_swapfile_creation</id>
		<title>USB swapfile creation</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/USB_swapfile_creation"/>
				<updated>2012-12-17T04:14:38Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:How To]]&lt;br /&gt;
&lt;br /&gt;
'''HOWTO set up a memory swapfile on a USB stick'''&lt;br /&gt;
&lt;br /&gt;
'''*NOTE''' This feature should only be set up by users with large z-wave networks and some knowledge of Linux internal commands.&lt;br /&gt;
The functionality has been tested by some beta testers if the userforum at http://forum.mios.com, but using the feature should still be done with caution.&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
* Vera 2 hardware&lt;br /&gt;
* Vera firmware 1.1.1245 or later&lt;br /&gt;
* USB stick attached to Vera&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
Heres a short manual on how to set up a memory swap file on a USB stick to allocate more memory for your Vera.&lt;br /&gt;
This is an additional feature once you have set up USB logging for Vera as described here: [[Store_logs_USB]]&lt;br /&gt;
&lt;br /&gt;
The instructions contain commands for 4 indivudual steps.&lt;br /&gt;
&lt;br /&gt;
Data description for 64Mb swapfile&lt;br /&gt;
Creating swapfile&lt;br /&gt;
Start using swapfile&lt;br /&gt;
Stop using a swapfile.&lt;br /&gt;
&lt;br /&gt;
Please note that rebooting Vera will require a manual start of the swapfile.&lt;br /&gt;
Upgrading Vera's firmware will require setting up the swapfile from scratch as per instructions below.&lt;br /&gt;
&lt;br /&gt;
== Instructions  ==&lt;br /&gt;
&lt;br /&gt;
To set up a swapfile for Vera to use after you have have enabled to store logs on a USB stick as described here: [[Store logs USB]] it is required to SSH into your Vera. This procedure is explained here: [[Logon Vera SSH]]. &lt;br /&gt;
&lt;br /&gt;
Once you are at the SSH commandline, enter these commands one by one. Please note that the forst command can take a few minutes to complete, depending on the speed of your USB stick. &lt;br /&gt;
&lt;br /&gt;
1. Data description for 64Mb swapfile for the filesystem: &lt;br /&gt;
&lt;br /&gt;
 dd if=/dev/zero of=/tmp/log/cmh/swapfile bs=1024 count=65536&lt;br /&gt;
&lt;br /&gt;
2. Creating the actual swapfile: &lt;br /&gt;
&lt;br /&gt;
 mkswap /tmp/log/cmh/swapfile	&lt;br /&gt;
&lt;br /&gt;
3. Start using the newly created swapfile: &lt;br /&gt;
&lt;br /&gt;
 swapon /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
How to test if swap is enabled: Re-issue the above command and if the file shows busy, then swap is enabled &lt;br /&gt;
&lt;br /&gt;
 swapon /tmp/log/cmh/swapfile&lt;br /&gt;
 swapon: /tmp/log/cmh/swapfile: Device or resource busy&lt;br /&gt;
&lt;br /&gt;
If for some reason you would like to stop Vera using the swapfile use the following command after SSH-ing into Vera: &lt;br /&gt;
&lt;br /&gt;
 swapoff /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
4. Persistent Swap after reboot: Edit /etc/init.d/usb and insert the following line in the appropriate place: &lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;/sbin/swapon /tmp/log/cmh/swapfile &lt;br /&gt;
&lt;br /&gt;
Shown below in /etc/init.d/usb&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;#!/bin/sh /etc/rc.common&amp;lt;br&amp;gt;&amp;amp;nbsp;# Copyright (C) 2006 OpenWrt.org&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;amp;nbsp;START=39&amp;lt;br&amp;gt;&amp;amp;nbsp;start() {&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; [ -d /proc/bus/usb ] &amp;amp;amp;&amp;amp;amp; {&amp;lt;br&amp;gt;&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; /bin/mount -t usbfs none /proc/bus/usb&amp;lt;br&amp;gt;&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; /sbin/swapon /tmp/log/cmh/swapfile&amp;lt;br&amp;gt;&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;&amp;amp;nbsp;}&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
please find more info here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://wiki.openwrt.org/doc/howto/usb.storage&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/USB_swapfile_creation</id>
		<title>USB swapfile creation</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/USB_swapfile_creation"/>
				<updated>2012-12-17T04:12:06Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:How To]]&lt;br /&gt;
&lt;br /&gt;
'''HOWTO set up a memory swapfile on a USB stick'''&lt;br /&gt;
&lt;br /&gt;
'''*NOTE''' This feature should only be set up by users with large z-wave networks and some knowledge of Linux internal commands.&lt;br /&gt;
The functionality has been tested by some beta testers if the userforum at http://forum.mios.com, but using the feature should still be done with caution.&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
* Vera 2 hardware&lt;br /&gt;
* Vera firmware 1.1.1245 or later&lt;br /&gt;
* USB stick attached to Vera&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
Heres a short manual on how to set up a memory swap file on a USB stick to allocate more memory for your Vera.&lt;br /&gt;
This is an additional feature once you have set up USB logging for Vera as described here: [[Store_logs_USB]]&lt;br /&gt;
&lt;br /&gt;
The instructions contain commands for 4 indivudual steps.&lt;br /&gt;
&lt;br /&gt;
Data description for 64Mb swapfile&lt;br /&gt;
Creating swapfile&lt;br /&gt;
Start using swapfile&lt;br /&gt;
Stop using a swapfile.&lt;br /&gt;
&lt;br /&gt;
Please note that rebooting Vera will require a manual start of the swapfile.&lt;br /&gt;
Upgrading Vera's firmware will require setting up the swapfile from scratch as per instructions below.&lt;br /&gt;
&lt;br /&gt;
== Instructions  ==&lt;br /&gt;
&lt;br /&gt;
To set up a swapfile for Vera to use after you have have enabled to store logs on a USB stick as described here: [[Store logs USB]] it is required to SSH into your Vera. This procedure is explained here: [[Logon Vera SSH]]. &lt;br /&gt;
&lt;br /&gt;
Once you are at the SSH commandline, enter these commands one by one. Please note that the forst command can take a few minutes to complete, depending on the speed of your USB stick. &lt;br /&gt;
&lt;br /&gt;
1. Data description for 64Mb swapfile for the filesystem: &lt;br /&gt;
&lt;br /&gt;
 dd if=/dev/zero of=/tmp/log/cmh/swapfile bs=1024 count=65536&lt;br /&gt;
&lt;br /&gt;
2. Creating the actual swapfile: &lt;br /&gt;
&lt;br /&gt;
 mkswap /tmp/log/cmh/swapfile	&lt;br /&gt;
&lt;br /&gt;
3. Start using the newly created swapfile: &lt;br /&gt;
&lt;br /&gt;
 swapon /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
How to test if swap is enabled: Re-issue the above command and if the file shows busy, then swap is enabled &lt;br /&gt;
&lt;br /&gt;
 swapon /tmp/log/cmh/swapfile&lt;br /&gt;
 swapon: /tmp/log/cmh/swapfile: Device or resource busy&lt;br /&gt;
&lt;br /&gt;
If for some reason you would like to stop Vera using the swapfile use the following command after SSH-ing into Vera: &lt;br /&gt;
&lt;br /&gt;
 swapoff /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
4. Persistent Swap after reboot: Edit /etc/init.d/usb and insert the following line in the appropriate place: &lt;br /&gt;
&lt;br /&gt;
/sbin/swapon /tmp/log/cmh/swapfile &lt;br /&gt;
&lt;br /&gt;
Shown below in /etc/init.d/usb&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;#!/bin/sh /etc/rc.common&lt;br /&gt;
# Copyright (C) 2006 OpenWrt.org&lt;br /&gt;
&lt;br /&gt;
START=39&lt;br /&gt;
start() {&lt;br /&gt;
        [ -d /proc/bus/usb ] &amp;amp;&amp;amp; {&lt;br /&gt;
                /bin/mount -t usbfs none /proc/bus/usb&lt;br /&gt;
                /sbin/swapon /tmp/log/cmh/swapfile&lt;br /&gt;
        }&lt;br /&gt;
}&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
please find more info here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://wiki.openwrt.org/doc/howto/usb.storage&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/USB_swapfile_creation</id>
		<title>USB swapfile creation</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/USB_swapfile_creation"/>
				<updated>2012-12-17T04:11:15Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:How To]]&lt;br /&gt;
&lt;br /&gt;
'''HOWTO set up a memory swapfile on a USB stick'''&lt;br /&gt;
&lt;br /&gt;
'''*NOTE''' This feature should only be set up by users with large z-wave networks and some knowledge of Linux internal commands.&lt;br /&gt;
The functionality has been tested by some beta testers if the userforum at http://forum.mios.com, but using the feature should still be done with caution.&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
* Vera 2 hardware&lt;br /&gt;
* Vera firmware 1.1.1245 or later&lt;br /&gt;
* USB stick attached to Vera&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
Heres a short manual on how to set up a memory swap file on a USB stick to allocate more memory for your Vera.&lt;br /&gt;
This is an additional feature once you have set up USB logging for Vera as described here: [[Store_logs_USB]]&lt;br /&gt;
&lt;br /&gt;
The instructions contain commands for 4 indivudual steps.&lt;br /&gt;
&lt;br /&gt;
Data description for 64Mb swapfile&lt;br /&gt;
Creating swapfile&lt;br /&gt;
Start using swapfile&lt;br /&gt;
Stop using a swapfile.&lt;br /&gt;
&lt;br /&gt;
Please note that rebooting Vera will require a manual start of the swapfile.&lt;br /&gt;
Upgrading Vera's firmware will require setting up the swapfile from scratch as per instructions below.&lt;br /&gt;
&lt;br /&gt;
== Instructions  ==&lt;br /&gt;
&lt;br /&gt;
To set up a swapfile for Vera to use after you have have enabled to store logs on a USB stick as described here: [[Store logs USB]] it is required to SSH into your Vera. This procedure is explained here: [[Logon Vera SSH]]. &lt;br /&gt;
&lt;br /&gt;
Once you are at the SSH commandline, enter these commands one by one. Please note that the forst command can take a few minutes to complete, depending on the speed of your USB stick. &lt;br /&gt;
&lt;br /&gt;
1. Data description for 64Mb swapfile for the filesystem: &lt;br /&gt;
&lt;br /&gt;
 dd if=/dev/zero of=/tmp/log/cmh/swapfile bs=1024 count=65536&lt;br /&gt;
&lt;br /&gt;
2. Creating the actual swapfile: &lt;br /&gt;
&lt;br /&gt;
 mkswap /tmp/log/cmh/swapfile	&lt;br /&gt;
&lt;br /&gt;
3. Start using the newly created swapfile: &lt;br /&gt;
&lt;br /&gt;
 swapon /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
How to test if swap is enabled: Re-issue the above command and if the file shows busy, then swap is enabled &lt;br /&gt;
&lt;br /&gt;
 swapon /tmp/log/cmh/swapfile&lt;br /&gt;
 swapon: /tmp/log/cmh/swapfile: Device or resource busy&lt;br /&gt;
&lt;br /&gt;
If for some reason you would like to stop Vera using the swapfile use the following command after SSH-ing into Vera: &lt;br /&gt;
&lt;br /&gt;
 swapoff /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
4. Persistent Swap after reboot: Edit /etc/init.d/usb and insert the following line in the appropriate place: &lt;br /&gt;
&lt;br /&gt;
/sbin/swapon /tmp/log/cmh/swapfile &lt;br /&gt;
&lt;br /&gt;
Shown below in /etc/init.d/usb&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
please find more info here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://wiki.openwrt.org/doc/howto/usb.storage&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/USB_swapfile_creation</id>
		<title>USB swapfile creation</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/USB_swapfile_creation"/>
				<updated>2012-12-17T04:10:27Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: /* Instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:How To]]&lt;br /&gt;
&lt;br /&gt;
'''HOWTO set up a memory swapfile on a USB stick'''&lt;br /&gt;
&lt;br /&gt;
'''*NOTE''' This feature should only be set up by users with large z-wave networks and some knowledge of Linux internal commands.&lt;br /&gt;
The functionality has been tested by some beta testers if the userforum at http://forum.mios.com, but using the feature should still be done with caution.&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
* Vera 2 hardware&lt;br /&gt;
* Vera firmware 1.1.1245 or later&lt;br /&gt;
* USB stick attached to Vera&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
Heres a short manual on how to set up a memory swap file on a USB stick to allocate more memory for your Vera.&lt;br /&gt;
This is an additional feature once you have set up USB logging for Vera as described here: [[Store_logs_USB]]&lt;br /&gt;
&lt;br /&gt;
The instructions contain commands for 4 indivudual steps.&lt;br /&gt;
&lt;br /&gt;
Data description for 64Mb swapfile&lt;br /&gt;
Creating swapfile&lt;br /&gt;
Start using swapfile&lt;br /&gt;
Stop using a swapfile.&lt;br /&gt;
&lt;br /&gt;
Please note that rebooting Vera will require a manual start of the swapfile.&lt;br /&gt;
Upgrading Vera's firmware will require setting up the swapfile from scratch as per instructions below.&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&lt;br /&gt;
&lt;br /&gt;
To set up a swapfile for Vera to use after you have have enabled to store logs on a USB stick as described here: [[Store logs USB]] it is required to SSH into your Vera. This procedure is explained here: [[Logon Vera SSH]]. &lt;br /&gt;
&lt;br /&gt;
Once you are at the SSH commandline, enter these commands one by one. Please note that the forst command can take a few minutes to complete, depending on the speed of your USB stick. &lt;br /&gt;
&lt;br /&gt;
1. Data description for 64Mb swapfile for the filesystem: &lt;br /&gt;
&lt;br /&gt;
 dd if=/dev/zero of=/tmp/log/cmh/swapfile bs=1024 count=65536&lt;br /&gt;
&lt;br /&gt;
2. Creating the actual swapfile: &lt;br /&gt;
&lt;br /&gt;
 mkswap /tmp/log/cmh/swapfile	&lt;br /&gt;
&lt;br /&gt;
3. Start using the newly created swapfile: &lt;br /&gt;
&lt;br /&gt;
 swapon /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
How to test if swap is enabled: Re-issue the above command and if the file shows busy, then swap is enabled &lt;br /&gt;
&lt;br /&gt;
 swapon /tmp/log/cmh/swapfile&lt;br /&gt;
 swapon: /tmp/log/cmh/swapfile: Device or resource busy&lt;br /&gt;
&lt;br /&gt;
If for some reason you would like to stop Vera using the swapfile use the following command after SSH-ing into Vera: &lt;br /&gt;
&lt;br /&gt;
 swapoff /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
4. Persistent Swap after reboot: Edit /etc/init.d/usb and insert the following line in the appropriate place: &lt;br /&gt;
&lt;br /&gt;
/sbin/swapon /tmp/log/cmh/swapfile &lt;br /&gt;
&lt;br /&gt;
Shown below in /etc/init.d/usb &lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
&amp;lt;source lang=&amp;quot;&amp;quot;&amp;gt;#!/bin/sh /etc/rc.common&lt;br /&gt;
# Copyright (C) 2006 OpenWrt.org&lt;br /&gt;
&lt;br /&gt;
START=39&lt;br /&gt;
start() {&lt;br /&gt;
        [ -d /proc/bus/usb ] &amp;amp;&amp;amp; {&lt;br /&gt;
                /bin/mount -t usbfs none /proc/bus/usb&lt;br /&gt;
                /sbin/swapon /tmp/log/cmh/swapfile&lt;br /&gt;
        }&lt;br /&gt;
}&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
please find more info here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://wiki.openwrt.org/doc/howto/usb.storage&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/USB_swapfile_creation</id>
		<title>USB swapfile creation</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/USB_swapfile_creation"/>
				<updated>2012-12-17T04:09:20Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: /* Instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:How To]]&lt;br /&gt;
&lt;br /&gt;
'''HOWTO set up a memory swapfile on a USB stick'''&lt;br /&gt;
&lt;br /&gt;
'''*NOTE''' This feature should only be set up by users with large z-wave networks and some knowledge of Linux internal commands.&lt;br /&gt;
The functionality has been tested by some beta testers if the userforum at http://forum.mios.com, but using the feature should still be done with caution.&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
* Vera 2 hardware&lt;br /&gt;
* Vera firmware 1.1.1245 or later&lt;br /&gt;
* USB stick attached to Vera&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
Heres a short manual on how to set up a memory swap file on a USB stick to allocate more memory for your Vera.&lt;br /&gt;
This is an additional feature once you have set up USB logging for Vera as described here: [[Store_logs_USB]]&lt;br /&gt;
&lt;br /&gt;
The instructions contain commands for 4 indivudual steps.&lt;br /&gt;
&lt;br /&gt;
Data description for 64Mb swapfile&lt;br /&gt;
Creating swapfile&lt;br /&gt;
Start using swapfile&lt;br /&gt;
Stop using a swapfile.&lt;br /&gt;
&lt;br /&gt;
Please note that rebooting Vera will require a manual start of the swapfile.&lt;br /&gt;
Upgrading Vera's firmware will require setting up the swapfile from scratch as per instructions below.&lt;br /&gt;
&lt;br /&gt;
==Instructions==&lt;br /&gt;
To set up a swapfile for Vera to use after you have have enabled to store logs on a USB stick as described here: [[Store_logs_USB]] it is required&lt;br /&gt;
to SSH into your Vera. This procedure is explained here: [[Logon_Vera_SSH]].&lt;br /&gt;
&lt;br /&gt;
Once you are at the SSH commandline, enter these commands one by one.&lt;br /&gt;
Please note that the forst command can take a few minutes to complete, depending on the speed of your USB stick.&lt;br /&gt;
&lt;br /&gt;
1. Data description for 64Mb swapfile for the filesystem:&lt;br /&gt;
 dd if=/dev/zero of=/tmp/log/cmh/swapfile bs=1024 count=65536&lt;br /&gt;
&lt;br /&gt;
2. Creating the actual swapfile:&lt;br /&gt;
 mkswap /tmp/log/cmh/swapfile	&lt;br /&gt;
&lt;br /&gt;
3. Start using the newly created swapfile:					&lt;br /&gt;
 swapon /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
How to test if swap is enabled: Re-issue the above command and if the file shows busy, then swap is enabled&lt;br /&gt;
 swapon /tmp/log/cmh/swapfile&lt;br /&gt;
 swapon: /tmp/log/cmh/swapfile: Device or resource busy&lt;br /&gt;
&lt;br /&gt;
If for some reason you would like to stop Vera using the swapfile use the following command after SSH-ing into Vera:					&lt;br /&gt;
 swapoff /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
4. Persistent Swap after reboot: Edit /etc/init.d/usb and insert the following line in the appropriate place:&lt;br /&gt;
&lt;br /&gt;
/sbin/swapon /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
Shown below in /etc/init.d/usb&lt;br /&gt;
&lt;br /&gt;
#!/bin/sh /etc/rc.common&lt;br /&gt;
#Copyright (C) 2006 OpenWrt.org&lt;br /&gt;
&lt;br /&gt;
START=39&lt;br /&gt;
start() {&lt;br /&gt;
        [ -d /proc/bus/usb ] &amp;amp;&amp;amp; {&lt;br /&gt;
                /bin/mount -t usbfs none /proc/bus/usb&lt;br /&gt;
                /sbin/swapon /tmp/log/cmh/swapfile&lt;br /&gt;
        }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
please find more info here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://wiki.openwrt.org/doc/howto/usb.storage&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/USB_swapfile_creation</id>
		<title>USB swapfile creation</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/USB_swapfile_creation"/>
				<updated>2012-12-17T04:08:42Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: /* Instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:How To]]&lt;br /&gt;
&lt;br /&gt;
'''HOWTO set up a memory swapfile on a USB stick'''&lt;br /&gt;
&lt;br /&gt;
'''*NOTE''' This feature should only be set up by users with large z-wave networks and some knowledge of Linux internal commands.&lt;br /&gt;
The functionality has been tested by some beta testers if the userforum at http://forum.mios.com, but using the feature should still be done with caution.&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
* Vera 2 hardware&lt;br /&gt;
* Vera firmware 1.1.1245 or later&lt;br /&gt;
* USB stick attached to Vera&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
Heres a short manual on how to set up a memory swap file on a USB stick to allocate more memory for your Vera.&lt;br /&gt;
This is an additional feature once you have set up USB logging for Vera as described here: [[Store_logs_USB]]&lt;br /&gt;
&lt;br /&gt;
The instructions contain commands for 4 indivudual steps.&lt;br /&gt;
&lt;br /&gt;
Data description for 64Mb swapfile&lt;br /&gt;
Creating swapfile&lt;br /&gt;
Start using swapfile&lt;br /&gt;
Stop using a swapfile.&lt;br /&gt;
&lt;br /&gt;
Please note that rebooting Vera will require a manual start of the swapfile.&lt;br /&gt;
Upgrading Vera's firmware will require setting up the swapfile from scratch as per instructions below.&lt;br /&gt;
&lt;br /&gt;
==Instructions==&lt;br /&gt;
To set up a swapfile for Vera to use after you have have enabled to store logs on a USB stick as described here: [[Store_logs_USB]] it is required&lt;br /&gt;
to SSH into your Vera. This procedure is explained here: [[Logon_Vera_SSH]].&lt;br /&gt;
&lt;br /&gt;
Once you are at the SSH commandline, enter these commands one by one.&lt;br /&gt;
Please note that the forst command can take a few minutes to complete, depending on the speed of your USB stick.&lt;br /&gt;
&lt;br /&gt;
1. Data description for 64Mb swapfile for the filesystem:&lt;br /&gt;
 dd if=/dev/zero of=/tmp/log/cmh/swapfile bs=1024 count=65536&lt;br /&gt;
&lt;br /&gt;
2. Creating the actual swapfile:&lt;br /&gt;
 mkswap /tmp/log/cmh/swapfile	&lt;br /&gt;
&lt;br /&gt;
3. Start using the newly created swapfile:					&lt;br /&gt;
 swapon /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
How to test if swap is enabled: Re-issue the above command and if the file shows busy, then swap is enabled&lt;br /&gt;
 swapon /tmp/log/cmh/swapfile&lt;br /&gt;
 swapon: /tmp/log/cmh/swapfile: Device or resource busy&lt;br /&gt;
&lt;br /&gt;
If for some reason you would like to stop Vera using the swapfile use the following command after SSH-ing into Vera:					&lt;br /&gt;
 swapoff /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
4. Persistent Swap after reboot: Edit /etc/init.d/usb and insert the following line in the appropriate place:&lt;br /&gt;
&lt;br /&gt;
/sbin/swapon /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
Shown below in /etc/init.d/usb&lt;br /&gt;
&lt;br /&gt;
!/bin/sh /etc/rc.common&lt;br /&gt;
Copyright (C) 2006 OpenWrt.org&lt;br /&gt;
&lt;br /&gt;
START=39&lt;br /&gt;
start() {&lt;br /&gt;
        [ -d /proc/bus/usb ] &amp;amp;&amp;amp; {&lt;br /&gt;
                /bin/mount -t usbfs none /proc/bus/usb&lt;br /&gt;
                /sbin/swapon /tmp/log/cmh/swapfile&lt;br /&gt;
        }&lt;br /&gt;
}[/QUOTE]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
please find more info here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://wiki.openwrt.org/doc/howto/usb.storage&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/USB_swapfile_creation</id>
		<title>USB swapfile creation</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/USB_swapfile_creation"/>
				<updated>2012-12-17T04:08:21Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: /* Instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:How To]]&lt;br /&gt;
&lt;br /&gt;
'''HOWTO set up a memory swapfile on a USB stick'''&lt;br /&gt;
&lt;br /&gt;
'''*NOTE''' This feature should only be set up by users with large z-wave networks and some knowledge of Linux internal commands.&lt;br /&gt;
The functionality has been tested by some beta testers if the userforum at http://forum.mios.com, but using the feature should still be done with caution.&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
* Vera 2 hardware&lt;br /&gt;
* Vera firmware 1.1.1245 or later&lt;br /&gt;
* USB stick attached to Vera&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
Heres a short manual on how to set up a memory swap file on a USB stick to allocate more memory for your Vera.&lt;br /&gt;
This is an additional feature once you have set up USB logging for Vera as described here: [[Store_logs_USB]]&lt;br /&gt;
&lt;br /&gt;
The instructions contain commands for 4 indivudual steps.&lt;br /&gt;
&lt;br /&gt;
Data description for 64Mb swapfile&lt;br /&gt;
Creating swapfile&lt;br /&gt;
Start using swapfile&lt;br /&gt;
Stop using a swapfile.&lt;br /&gt;
&lt;br /&gt;
Please note that rebooting Vera will require a manual start of the swapfile.&lt;br /&gt;
Upgrading Vera's firmware will require setting up the swapfile from scratch as per instructions below.&lt;br /&gt;
&lt;br /&gt;
==Instructions==&lt;br /&gt;
To set up a swapfile for Vera to use after you have have enabled to store logs on a USB stick as described here: [[Store_logs_USB]] it is required&lt;br /&gt;
to SSH into your Vera. This procedure is explained here: [[Logon_Vera_SSH]].&lt;br /&gt;
&lt;br /&gt;
Once you are at the SSH commandline, enter these commands one by one.&lt;br /&gt;
Please note that the forst command can take a few minutes to complete, depending on the speed of your USB stick.&lt;br /&gt;
&lt;br /&gt;
1. Data description for 64Mb swapfile for the filesystem:&lt;br /&gt;
 dd if=/dev/zero of=/tmp/log/cmh/swapfile bs=1024 count=65536&lt;br /&gt;
&lt;br /&gt;
2. Creating the actual swapfile:&lt;br /&gt;
 mkswap /tmp/log/cmh/swapfile	&lt;br /&gt;
&lt;br /&gt;
3. Start using the newly created swapfile:					&lt;br /&gt;
 swapon /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
How to test if swap is enabled: Re-issue the above command and if the file shows busy, then swap is enabled&lt;br /&gt;
 swapon /tmp/log/cmh/swapfile&lt;br /&gt;
 swapon: /tmp/log/cmh/swapfile: Device or resource busy&lt;br /&gt;
&lt;br /&gt;
If for some reason you would like to stop Vera using the swapfile use the following command after SSH-ing into Vera:					&lt;br /&gt;
 swapoff /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
4. Persistent Swap after reboot: Edit /etc/init.d/usb and insert the following line in the appropriate place:&lt;br /&gt;
&lt;br /&gt;
/sbin/swapon /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
Shown below in /etc/init.d/usb&lt;br /&gt;
&lt;br /&gt;
[QUOTE]#!/bin/sh /etc/rc.common&lt;br /&gt;
# Copyright (C) 2006 OpenWrt.org&lt;br /&gt;
&lt;br /&gt;
START=39&lt;br /&gt;
start() {&lt;br /&gt;
        [ -d /proc/bus/usb ] &amp;amp;&amp;amp; {&lt;br /&gt;
                /bin/mount -t usbfs none /proc/bus/usb&lt;br /&gt;
                /sbin/swapon /tmp/log/cmh/swapfile&lt;br /&gt;
        }&lt;br /&gt;
}[/QUOTE]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
please find more info here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://wiki.openwrt.org/doc/howto/usb.storage&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/USB_swapfile_creation</id>
		<title>USB swapfile creation</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/USB_swapfile_creation"/>
				<updated>2012-12-17T04:07:08Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: /* Instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:How To]]&lt;br /&gt;
&lt;br /&gt;
'''HOWTO set up a memory swapfile on a USB stick'''&lt;br /&gt;
&lt;br /&gt;
'''*NOTE''' This feature should only be set up by users with large z-wave networks and some knowledge of Linux internal commands.&lt;br /&gt;
The functionality has been tested by some beta testers if the userforum at http://forum.mios.com, but using the feature should still be done with caution.&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
* Vera 2 hardware&lt;br /&gt;
* Vera firmware 1.1.1245 or later&lt;br /&gt;
* USB stick attached to Vera&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
Heres a short manual on how to set up a memory swap file on a USB stick to allocate more memory for your Vera.&lt;br /&gt;
This is an additional feature once you have set up USB logging for Vera as described here: [[Store_logs_USB]]&lt;br /&gt;
&lt;br /&gt;
The instructions contain commands for 4 indivudual steps.&lt;br /&gt;
&lt;br /&gt;
Data description for 64Mb swapfile&lt;br /&gt;
Creating swapfile&lt;br /&gt;
Start using swapfile&lt;br /&gt;
Stop using a swapfile.&lt;br /&gt;
&lt;br /&gt;
Please note that rebooting Vera will require a manual start of the swapfile.&lt;br /&gt;
Upgrading Vera's firmware will require setting up the swapfile from scratch as per instructions below.&lt;br /&gt;
&lt;br /&gt;
==Instructions==&lt;br /&gt;
To set up a swapfile for Vera to use after you have have enabled to store logs on a USB stick as described here: [[Store_logs_USB]] it is required&lt;br /&gt;
to SSH into your Vera. This procedure is explained here: [[Logon_Vera_SSH]].&lt;br /&gt;
&lt;br /&gt;
Once you are at the SSH commandline, enter these commands one by one.&lt;br /&gt;
Please note that the forst command can take a few minutes to complete, depending on the speed of your USB stick.&lt;br /&gt;
&lt;br /&gt;
1. Data description for 64Mb swapfile for the filesystem:&lt;br /&gt;
 dd if=/dev/zero of=/tmp/log/cmh/swapfile bs=1024 count=65536&lt;br /&gt;
&lt;br /&gt;
2. Creating the actual swapfile:&lt;br /&gt;
 mkswap /tmp/log/cmh/swapfile	&lt;br /&gt;
&lt;br /&gt;
3. Start using the newly created swapfile:					&lt;br /&gt;
 swapon /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
How to test if swap is enabled: Re-issue the above command and if the file shows busy, then swap is enabled&lt;br /&gt;
 swapon /tmp/log/cmh/swapfile&lt;br /&gt;
 swapon: /tmp/log/cmh/swapfile: Device or resource busy&lt;br /&gt;
&lt;br /&gt;
If for some reason you would like to stop Vera using the swapfile use the following command after SSH-ing into Vera:					&lt;br /&gt;
 swapoff /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
4. Persistent Swap after reboot: Edit /etc/init.d/usb and insert the following line in the appropriate place:&lt;br /&gt;
&lt;br /&gt;
/sbin/swapon /tmp/log/cmh/swapfile&lt;br /&gt;
&lt;br /&gt;
Shown below in /etc/init.d/usb&lt;br /&gt;
&lt;br /&gt;
#!/bin/sh /etc/rc.common&lt;br /&gt;
# Copyright (C) 2006 OpenWrt.org&lt;br /&gt;
&lt;br /&gt;
START=39&lt;br /&gt;
start() {&lt;br /&gt;
        [ -d /proc/bus/usb ] &amp;amp;&amp;amp; {&lt;br /&gt;
                /bin/mount -t usbfs none /proc/bus/usb&lt;br /&gt;
                /sbin/swapon /tmp/log/cmh/swapfile&lt;br /&gt;
        }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
please find more info here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://wiki.openwrt.org/doc/howto/usb.storage&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</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>2011-08-09T23:13:10Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: /* Cameras that work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Hardware]]&lt;br /&gt;
[[Category:Supported_Devices_Table]]&lt;br /&gt;
&lt;br /&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;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
| 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;
&lt;br /&gt;
=== '''Cameras that work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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/] [http://www.foscam.com/] &lt;br /&gt;
| IP Camera &lt;br /&gt;
| [http://www.foscam.com/Products_List.asp?id=128 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 see: [http://forum.micasaverde.com/index.php?topic=3720.0 DIY instructions]&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;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;amp;password=1234&amp;amp;amp;page=image&amp;amp;amp;cam=1&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;pda.cgi?user=admin&amp;amp;amp;password=1234&amp;amp;amp;page=image&amp;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] 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; 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 &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;
| 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)&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;&lt;br /&gt;
/image.jpg&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;
&lt;br /&gt;
=== '''Cameras that don't work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
=== '''Manually adding a camera'''  ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Camera1.jpg|thumb|center|512px]] [[Image:Camera2.jpg|thumb|center|512px|Manually adding a camera]] &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. &lt;br /&gt;
&lt;br /&gt;
If you have more than one camera, you can click &amp;quot;install another&amp;quot; to have multiple instances of the plugin. &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 the FindVera.com service 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;
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;
You will need to specify: &lt;br /&gt;
&lt;br /&gt;
1. the IP address or domain name of the camera&amp;lt;br&amp;gt; 2. the URL or path to retrieve the current image from the camera as a JPEG file&amp;lt;br&amp;gt; 3. 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;
=== '''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) on Vera install the plugin for generic IP cameras from the MiOS Marketplace zone on the dashboard 3) after a minute or so Vera will auto detect the camera and 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; &lt;br /&gt;
&lt;br /&gt;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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 and the plugin for the camera has been installed):&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;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</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>2011-08-09T23:04:59Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: /* Cameras that work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Hardware]]&lt;br /&gt;
[[Category:Supported_Devices_Table]]&lt;br /&gt;
&lt;br /&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;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
| 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;
&lt;br /&gt;
=== '''Cameras that work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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/] [http://www.foscam.com/] &lt;br /&gt;
| IP Camera &lt;br /&gt;
| [http://www.foscam.com/Products_List.asp?id=128 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 see: [http://forum.micasaverde.com/index.php?topic=3720.0 DIY instructions]&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;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;amp;password=1234&amp;amp;amp;page=image&amp;amp;amp;cam=1&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;pda.cgi?user=admin&amp;amp;amp;password=1234&amp;amp;amp;page=image&amp;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] 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; which reveals RTSP RTP URL rtsp://192.168.0.2/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 &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;
| 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)&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;&lt;br /&gt;
/image.jpg&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;
&lt;br /&gt;
=== '''Cameras that don't work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
=== '''Manually adding a camera'''  ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Camera1.jpg|thumb|center|512px]] [[Image:Camera2.jpg|thumb|center|512px|Manually adding a camera]] &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. &lt;br /&gt;
&lt;br /&gt;
If you have more than one camera, you can click &amp;quot;install another&amp;quot; to have multiple instances of the plugin. &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 the FindVera.com service 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;
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;
You will need to specify: &lt;br /&gt;
&lt;br /&gt;
1. the IP address or domain name of the camera&amp;lt;br&amp;gt; 2. the URL or path to retrieve the current image from the camera as a JPEG file&amp;lt;br&amp;gt; 3. 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;
=== '''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) on Vera install the plugin for generic IP cameras from the MiOS Marketplace zone on the dashboard 3) after a minute or so Vera will auto detect the camera and 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; &lt;br /&gt;
&lt;br /&gt;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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 and the plugin for the camera has been installed):&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;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</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>2011-08-09T22:32:33Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: /* Cameras that work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Hardware]]&lt;br /&gt;
[[Category:Supported_Devices_Table]]&lt;br /&gt;
&lt;br /&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;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
| 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;
&lt;br /&gt;
=== '''Cameras that work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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/] [http://www.foscam.com/] &lt;br /&gt;
| IP Camera &lt;br /&gt;
| [http://www.foscam.com/Products_List.asp?id=128 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 see: [http://forum.micasaverde.com/index.php?topic=3720.0 DIY instructions]&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;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;amp;password=1234&amp;amp;amp;page=image&amp;amp;amp;cam=1&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;pda.cgi?user=admin&amp;amp;amp;password=1234&amp;amp;amp;page=image&amp;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] 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;&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 &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;
| 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)&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;&lt;br /&gt;
/image.jpg&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;
&lt;br /&gt;
=== '''Cameras that don't work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
=== '''Manually adding a camera'''  ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Camera1.jpg|thumb|center|512px]] [[Image:Camera2.jpg|thumb|center|512px|Manually adding a camera]] &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. &lt;br /&gt;
&lt;br /&gt;
If you have more than one camera, you can click &amp;quot;install another&amp;quot; to have multiple instances of the plugin. &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 the FindVera.com service 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;
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;
You will need to specify: &lt;br /&gt;
&lt;br /&gt;
1. the IP address or domain name of the camera&amp;lt;br&amp;gt; 2. the URL or path to retrieve the current image from the camera as a JPEG file&amp;lt;br&amp;gt; 3. 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;
=== '''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) on Vera install the plugin for generic IP cameras from the MiOS Marketplace zone on the dashboard 3) after a minute or so Vera will auto detect the camera and 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; &lt;br /&gt;
&lt;br /&gt;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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 and the plugin for the camera has been installed):&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;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</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>2011-08-08T04:28:55Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: /* Cameras that work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Hardware]]&lt;br /&gt;
[[Category:Supported_Devices_Table]]&lt;br /&gt;
&lt;br /&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;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
| 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;
&lt;br /&gt;
=== '''Cameras that work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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/] [http://www.foscam.com/] &lt;br /&gt;
| IP Camera &lt;br /&gt;
| [http://www.foscam.com/Products_List.asp?id=128 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 see: [http://forum.micasaverde.com/index.php?topic=3720.0 DIY instructions]&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;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;amp;password=1234&amp;amp;amp;page=image&amp;amp;amp;cam=1&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;pda.cgi?user=admin&amp;amp;amp;password=1234&amp;amp;amp;page=image&amp;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] but not needed unless need PTZ.  Despite Vera only displaying small images use snap.jpg to get larger images in Home Buddy for Android&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 &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;
| 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)&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;&lt;br /&gt;
/image.jpg&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;
&lt;br /&gt;
=== '''Cameras that don't work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
=== '''Manually adding a camera'''  ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Camera1.jpg|thumb|center|512px]] [[Image:Camera2.jpg|thumb|center|512px|Manually adding a camera]] &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. &lt;br /&gt;
&lt;br /&gt;
If you have more than one camera, you can click &amp;quot;install another&amp;quot; to have multiple instances of the plugin. &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 the FindVera.com service 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;
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;
You will need to specify: &lt;br /&gt;
&lt;br /&gt;
1. the IP address or domain name of the camera&amp;lt;br&amp;gt; 2. the URL or path to retrieve the current image from the camera as a JPEG file&amp;lt;br&amp;gt; 3. 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;
=== '''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) on Vera install the plugin for generic IP cameras from the MiOS Marketplace zone on the dashboard 3) after a minute or so Vera will auto detect the camera and 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; &lt;br /&gt;
&lt;br /&gt;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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 and the plugin for the camera has been installed):&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;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</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>2011-08-08T02:39:37Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: /* Cameras that work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Hardware]]&lt;br /&gt;
[[Category:Supported_Devices_Table]]&lt;br /&gt;
&lt;br /&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;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
| 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;
&lt;br /&gt;
=== '''Cameras that work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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/] [http://www.foscam.com/] &lt;br /&gt;
| IP Camera &lt;br /&gt;
| [http://www.foscam.com/Products_List.asp?id=128 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 see: [http://forum.micasaverde.com/index.php?topic=3720.0 DIY instructions]&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;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;amp;password=1234&amp;amp;amp;page=image&amp;amp;amp;cam=1&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;pda.cgi?user=admin&amp;amp;amp;password=1234&amp;amp;amp;page=image&amp;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&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] but not needed unless need PTZ.  Despite Vera only displaying small images use snap.jpg to get larger images in Home Buddy for Android&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 &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;
| 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)&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;&lt;br /&gt;
/image.jpg&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;
&lt;br /&gt;
=== '''Cameras that don't work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
=== '''Manually adding a camera'''  ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Camera1.jpg|thumb|center|512px]] [[Image:Camera2.jpg|thumb|center|512px|Manually adding a camera]] &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. &lt;br /&gt;
&lt;br /&gt;
If you have more than one camera, you can click &amp;quot;install another&amp;quot; to have multiple instances of the plugin. &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 the FindVera.com service 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;
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;
You will need to specify: &lt;br /&gt;
&lt;br /&gt;
1. the IP address or domain name of the camera&amp;lt;br&amp;gt; 2. the URL or path to retrieve the current image from the camera as a JPEG file&amp;lt;br&amp;gt; 3. 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;
=== '''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) on Vera install the plugin for generic IP cameras from the MiOS Marketplace zone on the dashboard 3) after a minute or so Vera will auto detect the camera and 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; &lt;br /&gt;
&lt;br /&gt;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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 and the plugin for the camera has been installed):&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;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</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>2011-08-08T02:39:14Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: /* Cameras that work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Hardware]]&lt;br /&gt;
[[Category:Supported_Devices_Table]]&lt;br /&gt;
&lt;br /&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;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
| 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;
&lt;br /&gt;
=== '''Cameras that work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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/] [http://www.foscam.com/] &lt;br /&gt;
| IP Camera &lt;br /&gt;
| [http://www.foscam.com/Products_List.asp?id=128 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 see: [http://forum.micasaverde.com/index.php?topic=3720.0 DIY instructions]&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;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;amp;password=1234&amp;amp;amp;page=image&amp;amp;amp;cam=1&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;pda.cgi?user=admin&amp;amp;amp;password=1234&amp;amp;amp;page=image&amp;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&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] but not needed unless need PTZ.  Despite Vera only displaying small images use snap.jog to get larger images in Home Buddy for Android&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 &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;
| 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)&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;&lt;br /&gt;
/image.jpg&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;
&lt;br /&gt;
=== '''Cameras that don't work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
=== '''Manually adding a camera'''  ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Camera1.jpg|thumb|center|512px]] [[Image:Camera2.jpg|thumb|center|512px|Manually adding a camera]] &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. &lt;br /&gt;
&lt;br /&gt;
If you have more than one camera, you can click &amp;quot;install another&amp;quot; to have multiple instances of the plugin. &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 the FindVera.com service 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;
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;
You will need to specify: &lt;br /&gt;
&lt;br /&gt;
1. the IP address or domain name of the camera&amp;lt;br&amp;gt; 2. the URL or path to retrieve the current image from the camera as a JPEG file&amp;lt;br&amp;gt; 3. 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;
=== '''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) on Vera install the plugin for generic IP cameras from the MiOS Marketplace zone on the dashboard 3) after a minute or so Vera will auto detect the camera and 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; &lt;br /&gt;
&lt;br /&gt;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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 and the plugin for the camera has been installed):&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;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</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>2011-08-08T02:08:00Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: /* Cameras that work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Hardware]]&lt;br /&gt;
[[Category:Supported_Devices_Table]]&lt;br /&gt;
&lt;br /&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;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
| 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;
&lt;br /&gt;
=== '''Cameras that work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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/] [http://www.foscam.com/] &lt;br /&gt;
| IP Camera &lt;br /&gt;
| [http://www.foscam.com/Products_List.asp?id=128 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 see: [http://forum.micasaverde.com/index.php?topic=3720.0 DIY instructions]&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;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;amp;password=1234&amp;amp;amp;page=image&amp;amp;amp;cam=1&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;pda.cgi?user=admin&amp;amp;amp;password=1234&amp;amp;amp;page=image&amp;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&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) but Vera only display small images&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] but not needed unless need PTZ.&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 &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;
| 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)&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;&lt;br /&gt;
/image.jpg&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;
&lt;br /&gt;
=== '''Cameras that don't work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
=== '''Manually adding a camera'''  ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Camera1.jpg|thumb|center|512px]] [[Image:Camera2.jpg|thumb|center|512px|Manually adding a camera]] &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. &lt;br /&gt;
&lt;br /&gt;
If you have more than one camera, you can click &amp;quot;install another&amp;quot; to have multiple instances of the plugin. &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 the FindVera.com service 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;
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;
You will need to specify: &lt;br /&gt;
&lt;br /&gt;
1. the IP address or domain name of the camera&amp;lt;br&amp;gt; 2. the URL or path to retrieve the current image from the camera as a JPEG file&amp;lt;br&amp;gt; 3. 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;
=== '''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) on Vera install the plugin for generic IP cameras from the MiOS Marketplace zone on the dashboard 3) after a minute or so Vera will auto detect the camera and 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; &lt;br /&gt;
&lt;br /&gt;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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 and the plugin for the camera has been installed):&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;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</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>2011-08-08T01:56:19Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: /* Cameras that work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Hardware]]&lt;br /&gt;
[[Category:Supported_Devices_Table]]&lt;br /&gt;
&lt;br /&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;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
| 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;
&lt;br /&gt;
=== '''Cameras that work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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/] [http://www.foscam.com/] &lt;br /&gt;
| IP Camera &lt;br /&gt;
| [http://www.foscam.com/Products_List.asp?id=128 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 see: [http://forum.micasaverde.com/index.php?topic=3720.0 DIY instructions]&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;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;amp;password=1234&amp;amp;amp;page=image&amp;amp;amp;cam=1&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;pda.cgi?user=admin&amp;amp;amp;password=1234&amp;amp;amp;page=image&amp;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, suports 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&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]&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) but Vera only display small images&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] but not needed unless need PTZ.&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 &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;
| 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)&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;&lt;br /&gt;
/image.jpg&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;
&lt;br /&gt;
=== '''Cameras that don't work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
=== '''Manually adding a camera'''  ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Camera1.jpg|thumb|center|512px]] [[Image:Camera2.jpg|thumb|center|512px|Manually adding a camera]] &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. &lt;br /&gt;
&lt;br /&gt;
If you have more than one camera, you can click &amp;quot;install another&amp;quot; to have multiple instances of the plugin. &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 the FindVera.com service 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;
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;
You will need to specify: &lt;br /&gt;
&lt;br /&gt;
1. the IP address or domain name of the camera&amp;lt;br&amp;gt; 2. the URL or path to retrieve the current image from the camera as a JPEG file&amp;lt;br&amp;gt; 3. 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;
=== '''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) on Vera install the plugin for generic IP cameras from the MiOS Marketplace zone on the dashboard 3) after a minute or so Vera will auto detect the camera and 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; &lt;br /&gt;
&lt;br /&gt;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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 and the plugin for the camera has been installed):&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;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Supported_Hardware</id>
		<title>Supported Hardware</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Supported_Hardware"/>
				<updated>2011-08-08T01:41:01Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: /* Cameras that work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a page for Supported Z-Wave devices. &lt;br /&gt;
&lt;br /&gt;
Alternative hardware pages exist for &lt;br /&gt;
&lt;br /&gt;
*[[ZWave Add Controller|Z-Wave Handheld Remote Controls, Gateways and Scene Controllers]] &lt;br /&gt;
*[[IP Cameras|IP Enabled Cameras]] &lt;br /&gt;
*[[Insteon Supported Hardware|Insteon/X10 devices]] &lt;br /&gt;
*USB, or USB-Serial, [[Serial Supported Hardware|Interface devices]]&lt;br /&gt;
&lt;br /&gt;
In general, any device with the Z-Wave logo should work with Vera. A list of tested Z-Wave devices is below, with specific notes for each type of device. This is a wiki, so feel free to add to the page. To learn about Z-Wave routing and fixing routing problems see: [[Heal Network]] &lt;br /&gt;
&lt;br /&gt;
== Hardware Reported to Work  ==&lt;br /&gt;
&lt;br /&gt;
*We strongly encourage users to list any and all products they tested and installed. &lt;br /&gt;
*If a product works but you did not like it, please list it anyway. It may be the only product available to some users.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''IMPORTANT! The devices listed here have been added by installers, technicians and users like yourself. Results may vary upon installations. MiCasaVerde does not guarantee operation and compatibility with your installation. The listed devices were found to work with their specific installation. Mixing different series and brands of equipment is not guaranteed in any way to work with other series and brands. It is very likely that users have not fully tested all features of the devices, so it is possible that a device listed here as compatible, will not prove compatible with your hardware. If you are editing this wiki DO NOT REMOVE a listed working device if it hasn't worked for you. Seek help to get the device to work under your individual circumstance. If you are adding to this wiki, please provide links to data for the device and add any tips you feel may benefit someone wanting to implement the device into an installation.''' &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
=== '''Lighting Devices'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;width: 1220px; height: 491px;&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;
! Added by User &lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| ACT &lt;br /&gt;
| 2-way Dimmer Switch &lt;br /&gt;
| ZDW120 &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Nov 2008 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://store.homeseer.com/store/ZDW120---Z-Wave-600-Watt-2-Wire-Dimmer-ACT-HomePro-P17C64.aspx Link] &lt;br /&gt;
| [http://store.homeseer.com/store/ZDW120---Z-Wave-600-Watt-2-Wire-Dimmer-ACT-HomePro-P17C64.aspx Link] &lt;br /&gt;
| [http://forum.micasaverde.com/index.php?action=profile;u=49 WSeverino] &lt;br /&gt;
| Works well, easy to install, LED is a very bright blue....can be programmed to be off when the light is off or on.&lt;br /&gt;
|-&lt;br /&gt;
| ACT &lt;br /&gt;
| 3-way Dimmer Switch &lt;br /&gt;
| ZDW103 &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Nov 2008 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://store.homeseer.com/store/ZDW103---Z-Wave-500-Watt-3-way-Dimmer-ACT-HomePro-P19C64.aspx Link] &lt;br /&gt;
| [http://store.homeseer.com/store/ZDW103---Z-Wave-500-Watt-3-way-Dimmer-ACT-HomePro-P19C64.aspx Link] &lt;br /&gt;
| [http://forum.micasaverde.com/index.php?action=profile;u=49 WSeverino] &lt;br /&gt;
| Works well, can be tricky to install due to the different combination of 3 way circuits, LED is a very bright blue....can be programmed to be off when the light is off or on.&lt;br /&gt;
|-&lt;br /&gt;
| ACT &lt;br /&gt;
| 2-wire Dimmer Switch &lt;br /&gt;
| ZDW232 &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Jul 2010 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.zwave4u.com/products/en/Switches-and-Dimmers/HomePro-Single-Wall-Dimmer-2-wire.html Link] &lt;br /&gt;
| [http://www.zwave4u.com/products/en/Switches-and-Dimmers/HomePro-Single-Wall-Dimmer-2-wire.html Link] &lt;br /&gt;
| [http://forum.micasaverde.com/index.php?action=profile;u=5198 Newb] &lt;br /&gt;
| Wall-mount, 230v, 500W, 2-Wire (no neutral), works well. Can be programmed to be off when the light is off or on.&lt;br /&gt;
|-&lt;br /&gt;
| ACT &lt;br /&gt;
| 2-way Relay Switch &lt;br /&gt;
| ZRW113 &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Nov 2008 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://store.homeseer.com/store/ZRW113---Z-Wave-20-Amp-3-way-ISO-Relay-ACT-HomePro-P491C63.aspx Link] &lt;br /&gt;
| [http://store.homeseer.com/store/ZRW113---Z-Wave-20-Amp-3-way-ISO-Relay-ACT-HomePro-P491C63.aspx Link] &lt;br /&gt;
| [http://forum.micasaverde.com/index.php?action=profile;u=49 WSeverino] &lt;br /&gt;
| Controls Florescent Lamps very well! No humming at all.&lt;br /&gt;
|-&lt;br /&gt;
| ACT &lt;br /&gt;
| Companion Switch &lt;br /&gt;
| AS101 &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Nov 2008 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://store.homeseer.com/store/AS101---Z-Wave-3-Way-Companion-Switch-ACT-HomePro-P10C63.aspx Link] &lt;br /&gt;
| [http://store.homeseer.com/store/AS101---Z-Wave-3-Way-Companion-Switch-ACT-HomePro-P10C63.aspx Link] &lt;br /&gt;
| [http://forum.micasaverde.com/index.php?action=profile;u=49 WSeverino] &lt;br /&gt;
| Works well, can be tricky to install due to the different combination of 3 way circuits, The trick here is to install this device where the power comes in.&lt;br /&gt;
|-&lt;br /&gt;
| ACT&amp;lt;br&amp;gt; &lt;br /&gt;
| 3-way Dimmer Switch, 2 rocker&amp;lt;br&amp;gt; &lt;br /&gt;
| ZDM230&amp;lt;br&amp;gt; &lt;br /&gt;
| 1.1&amp;lt;br&amp;gt; &lt;br /&gt;
| Aug 2009&amp;lt;br&amp;gt; &lt;br /&gt;
| Indoor&amp;lt;br&amp;gt; &lt;br /&gt;
| [http://www.act-solutions.com/HomePro/pdfs/HomePro/Specs/ZDM230_spec.pdf Link]&amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| [http://forum.micasaverde.com/index.php?action=profile;u=3015 TedStriker]&amp;lt;br&amp;gt; &lt;br /&gt;
| Dimmer, Wall-mount, 230v, 500W,&amp;lt;br&amp;gt;3-way, 3 Wire, 2 rocker&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| ACT &lt;br /&gt;
| 3-way Relay Switch, 2 rocker &lt;br /&gt;
| ZRM230&amp;lt;br&amp;gt; &lt;br /&gt;
| 1.1&amp;lt;br&amp;gt; &lt;br /&gt;
| Aug 2009&amp;lt;br&amp;gt; &lt;br /&gt;
| Indoor&amp;lt;br&amp;gt; &lt;br /&gt;
| [http://www.act-solutions.com/HomePro/pdfs/HomePro/Specs/ZRM230_spec.pdf Link]&amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| [http://forum.micasaverde.com/index.php?action=profile;u=3015 TedStriker]&amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;Relay, Wall-mount, 230v, 6A,&amp;lt;br&amp;gt; 3-way, 3 Wire, 2 rocker - '''Status polling does not work with Vera'''&amp;lt;br&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Cooper &lt;br /&gt;
| Accessory (3-way slave) &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &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;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| See [[Cooper Accessory Slave]]&lt;br /&gt;
|-&lt;br /&gt;
| GE/Jasco &lt;br /&gt;
| 2-wire Dimmer &lt;br /&gt;
| 45606 &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| 2/2011 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.jascoproducts.com/support/manual-downloads/applications/DocumentLibraryManager/upload/45606-Manual-Eng.pdf Link] [http://www.jascoproducts.com/products/pc/GE-Z-Wave-Wireless-Lighting-Control-Dimmer-Switch-63p555.htm Link]&lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| [http://forum.micasaverde.com/index.php?action=profile;u=64 Anthonyris] &lt;br /&gt;
| Works fine with most bulbs. With Philips AmbientLED, flickers at &amp;gt;95% brightness. Supports beaming.&lt;br /&gt;
|-&lt;br /&gt;
| Innovus &lt;br /&gt;
| Relay Switch Adapter &lt;br /&gt;
| RAone SmartPower &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Aug 2009 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.innovus.eu/fileadmin/user_upload/manual/z-wave/smartpower_zw_tech_doc.pdf Link] &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| [http://forum.micasaverde.com/index.php?action=profile;u=3015 TedStriker] &lt;br /&gt;
| Works very well + it has a build in powermeter which works perfect with Vera&lt;br /&gt;
|-&lt;br /&gt;
| Innovus &lt;br /&gt;
| Dimmer Switch Adapter &lt;br /&gt;
| RAone SmartDimmer &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Aug 2009 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.innovus.eu/fileadmin/user_upload/manual/z-wave/smartdimmer-00110001-tech.pdf Link] &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| [http://forum.micasaverde.com/index.php?action=profile;u=3015 TedStriker] &lt;br /&gt;
| Works very well + it has a build in powermeter which works perfect with Vera&lt;br /&gt;
|-&lt;br /&gt;
| Intermatic &lt;br /&gt;
| Lamp Module &lt;br /&gt;
| HA03C &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Sept 2010 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.homesettings.com/products/modules/ha03.aspx Link] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| [http://forum.micasaverde.com/index.php?action=profile;u=5852 JonnyO] &lt;br /&gt;
| Easy to Instal, supports dimming&lt;br /&gt;
|-&lt;br /&gt;
| Intermatic &lt;br /&gt;
| Screw-in Lamp Module &lt;br /&gt;
| HA05C &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Nov 2008 &lt;br /&gt;
| Indoor/Outdoor &lt;br /&gt;
| [http://store.homeseer.com/store/HA05C---Z-Wave-IndoorOutdoor-Screw-in-Module-Intermatic-HomeSettings-P1C62.aspx Link] &lt;br /&gt;
| [http://store.homeseer.com/store/HA05C---Z-Wave-IndoorOutdoor-Screw-in-Module-Intermatic-HomeSettings-P1C62.aspx Link] &lt;br /&gt;
| [http://forum.micasaverde.com/index.php?action=profile;u=49 WSeverino] &lt;br /&gt;
| Easy install, easy to pair with Vera!&lt;br /&gt;
|-&lt;br /&gt;
| Intermatic &lt;br /&gt;
| 300 watt dimmer &lt;br /&gt;
| HA06 &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| July 2007 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.homesettings.com/products/modules/ha06.aspx Link] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Affordable Dimmer Switch. incandescent/halogen only. Loads for 300 watts or less no neutral required. Great for dimming one bulb.&lt;br /&gt;
|-&lt;br /&gt;
| Intermatic &lt;br /&gt;
| 3-way Switch &lt;br /&gt;
| HA18 &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Dec 2008 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.homesettings.com/products/new%20products/ha18.aspx Link] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| [http://forum.micasaverde.com/index.php?action=profile;u=66 Kozanator] &lt;br /&gt;
| Affordable 3-way Switch&lt;br /&gt;
|-&lt;br /&gt;
| Intermatic &lt;br /&gt;
| 3-way Dimmer Switch &lt;br /&gt;
| HA20 &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Nov 2008 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.homesettings.com/products/new%20products/ha20.aspx Link] &lt;br /&gt;
| [http://www.smarthome-products.com/p-460-intermatic-homesettings-ha20c-3-way-in-wall-switch-dimmer.aspx Link] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Affordable 3-way 600W dimmer&lt;br /&gt;
|-&lt;br /&gt;
| Leviton &lt;br /&gt;
| Dimmer Switch &lt;br /&gt;
| VRI06-1LX &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Aug 2009 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.leviton.com/OA_HTML/ibeCCtpItmDspRte.jsp?item=305784&amp;amp;section=25501 Link] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| [http://forum.micasaverde.com/index.php?action=profile;u=2618 guessed] &lt;br /&gt;
| Works well&lt;br /&gt;
|-&lt;br /&gt;
| Leviton &lt;br /&gt;
| 4-Scene Controller with Switch &lt;br /&gt;
| VRCS4-MRX &lt;br /&gt;
| 7,2,67,0,2 &lt;br /&gt;
| Aug 2009 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.leviton.com/OA_HTML/ibeCCtpItmDspRte.jsp?item=433270&amp;amp;section=28563 Link] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| [http://forum.micasaverde.com/index.php?action=profile;u=2618 guessed] &lt;br /&gt;
| Works well, pair as per [http://wiki.micasaverde.com/index.php/Leviton_Scene_Controller Leviton 4-Scene Controller], then again holding &amp;quot;2&amp;quot; and &amp;quot;4&amp;quot; to pair the Switch (&amp;quot;Load&amp;quot;) itself.&lt;br /&gt;
|-&lt;br /&gt;
| Leviton &lt;br /&gt;
| Dimmer Switch &lt;br /&gt;
| VRM10-1LX &lt;br /&gt;
| 1 &lt;br /&gt;
| Nov 2008 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://shop.micasaverde.com/index.php?main_page=product_info&amp;amp;cPath=104&amp;amp;products_id=170 Link] &lt;br /&gt;
| [http://www.amazon.com/review/product/B000ZKM7I8/ref=dp_top_cm_cr_acr_txt?_encoding=UTF8&amp;amp;showViewpoints=1 Link] &lt;br /&gt;
| [http://forum.micasaverde.com/index.php?action=profile;u=65 mark-hc] &lt;br /&gt;
| This is a high quality dimmer geared towards high-end installations&lt;br /&gt;
|-&lt;br /&gt;
| Merten &lt;br /&gt;
| Radio sensor cover for dimmer inserts &lt;br /&gt;
| 5026xx, 5036xx, 5046xx &lt;br /&gt;
| 6,2,7,1,5 &lt;br /&gt;
| Apr 2009 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.merten.de/download/DL_doku/V5026_581_01_web.pdf Link] &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Ap15e &lt;br /&gt;
| Works well&lt;br /&gt;
|-&lt;br /&gt;
| Merten &lt;br /&gt;
| Radio sensor cover for switch inserts &lt;br /&gt;
| 5024xx, 5034xx, 5044xx &lt;br /&gt;
| 6,2,27,2,2 &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.merten.de/download/DL_doku/5024xx_5034xx_5044xx_Sensorflaeche4pin_CONNECT_INT.pdf Link] &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Ap15e &lt;br /&gt;
| Works well&lt;br /&gt;
|-&lt;br /&gt;
| Merten &lt;br /&gt;
| Single Radio flush-mounted receiver &lt;br /&gt;
| 507001 &lt;br /&gt;
| 6,2,27,2,2 &lt;br /&gt;
| Apr 2009 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.merten.de/download/DL_doku/V5070_581_01_web.pdf Link] &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Ap15e &lt;br /&gt;
| Works well&lt;br /&gt;
|-&lt;br /&gt;
| Merten &lt;br /&gt;
| switch, flush-mounted &lt;br /&gt;
| 507501, 507601 &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.merten.de/download/DL_doku/V5075_581_00_web.pdf Link] &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Ap15e &lt;br /&gt;
| Works well (according to [http://forum.micasaverde.com/index.php?topic=276.15 Link])&lt;br /&gt;
|-&lt;br /&gt;
| Merten &lt;br /&gt;
| 1-gang universal dimmer, flush-mounted &lt;br /&gt;
| 507900 &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.merten.de/download/DL_doku/V5079_581_01_web.pdf Link] &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Ap15e &lt;br /&gt;
| Works well (according to [http://forum.micasaverde.com/index.php?topic=276.15 Link])&lt;br /&gt;
|-&lt;br /&gt;
| Schlage &lt;br /&gt;
| Lamp Module &lt;br /&gt;
| RP200 &lt;br /&gt;
| 1.0 &lt;br /&gt;
| Aug 2009 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://consumer.schlage.com/products/Productdetail3.asp?StyleID=139&amp;amp;FinishID=12&amp;amp;FunctionID=77 Link] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| [http://forum.micasaverde.com/index.php?action=profile;u=2870 LibraSun] &lt;br /&gt;
| Works well&amp;lt;br&amp;gt;Sold with Schlage LiNK lock system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== '''Plug &amp;amp;amp; Receptacle Devices'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
! Frequency &lt;br /&gt;
! Date Purchased &lt;br /&gt;
! Location (indoor/outdoor) &lt;br /&gt;
! Specs &lt;br /&gt;
! Product Review &lt;br /&gt;
! Added by User &lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| ACT &lt;br /&gt;
| In-Wall Receptacle &lt;br /&gt;
| ZRR150W &lt;br /&gt;
| 2.2 &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Nov 2008 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.smarthome-products.com/p-527-homepro-zrr150-wall-receptacle.aspx Link] &lt;br /&gt;
| [http://www.smarthome-products.com/p-527-homepro-zrr150-wall-receptacle.aspx Link] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Works like a champ! Easy to Install. One receptacle RF controlled, the other is hot&lt;br /&gt;
|-&lt;br /&gt;
| Cooper Wiring Devices &lt;br /&gt;
| In-Wall Receptacle &lt;br /&gt;
| RFTR9505-T &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://solutions.cooperwiringdevices.com/common/brands.cfm?pg=Detail&amp;amp;brandName=CWD%20Technology&amp;amp;category=Aspire%20RF%20Lighting%20Control%20System%3A%20Receptacles&amp;amp;id=16772 Link] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| One receptacle is RF controlled, the other is hot&lt;br /&gt;
|-&lt;br /&gt;
| Duwi &lt;br /&gt;
| &amp;lt;span class=&amp;quot;S33&amp;quot;&amp;gt;Z-Wave switch 3500 W&amp;lt;/span&amp;gt; &lt;br /&gt;
| &amp;lt;span class=&amp;quot;S31&amp;quot;&amp;gt;05437&amp;lt;/span&amp;gt; &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| EU &lt;br /&gt;
| Feb 2009 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.duewi.com/ Link] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| ezhome &lt;br /&gt;
| High quality Plug-in switch, Easy install and works well&lt;br /&gt;
|-&lt;br /&gt;
| Everspring&lt;br /&gt;
| &amp;lt;span class=&amp;quot;S33&amp;quot;&amp;gt;Z-Wave switch 3500 W&amp;lt;/span&amp;gt; &lt;br /&gt;
| &amp;lt;span class=&amp;quot;S31&amp;quot;&amp;gt;AN157-2&amp;lt;/span&amp;gt; &lt;br /&gt;
| 4,2,64,1,2 &lt;br /&gt;
| EU &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.everspring.com/Products/Home_Automation_Detail.asp?parentUID=83&amp;amp;UID=501&amp;amp;CateUIDList=0,83 Link] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Ap15e &lt;br /&gt;
| Works well.&lt;br /&gt;
|-&lt;br /&gt;
| GE/Jasco &lt;br /&gt;
| In-wall Duplex Receptacle &lt;br /&gt;
| 45605 &lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
| US&lt;br /&gt;
| 2/2011 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.jascoproducts.com/products/pc/GE-Z-Wave-Wireless-Lighting-Control-Duplex-Receptacle-63p554.htm Link] [http://www.jascoproducts.com/support/manual-downloads/applications/DocumentLibraryManager/upload/45605-Manual-Eng.pdf Link] &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| [http://forum.micasaverde.com/index.php?action=profile;u=64 Anthonyris] &lt;br /&gt;
| Easy. Works.&lt;br /&gt;
|-&lt;br /&gt;
| Intermatic &lt;br /&gt;
| In-Wall Receptacle &lt;br /&gt;
| CA3500 &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Nov 2008 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://shop.micasaverde.com/index.php?main_page=product_info&amp;amp;cPath=105&amp;amp;products_id=97 Link] &lt;br /&gt;
| [http://www.amazon.com/review/product/B000U3XYPA/ref=dp_top_cm_cr_acr_txt?_encoding=UTF8&amp;amp;showViewpoints=1 Link] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| This is a decent, but expensive solution for in-wall receptacles. One receptacle RF controlled, the other is hot.&lt;br /&gt;
|-&lt;br /&gt;
| Intermatic &lt;br /&gt;
| Appliance Module &lt;br /&gt;
| HA02C &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Nov 2008 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://shop.micasaverde.com/index.php?main_page=product_info&amp;amp;cPath=108&amp;amp;products_id=98 Link] &lt;br /&gt;
| [http://www.amazon.com/Intermatic-HA02C-Settings-Heavy-Duty-Appliance/dp/B000BJSDZO/ref=sr_1_3?ie=UTF8&amp;amp;qid=1227467418&amp;amp;sr=8-3 Link] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Seems to work well&lt;br /&gt;
|-&lt;br /&gt;
| Intermatic &lt;br /&gt;
| Outdoor Module &lt;br /&gt;
| HA04C &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Dec 2008 &lt;br /&gt;
| Outdoor &lt;br /&gt;
| [http://store.homeseer.com/store/HA04C---Z-Wave-Outdoor-Module-Intermatic-HomeSettings-P6C62.aspx Link] &lt;br /&gt;
| [http://store.homeseer.com/store/HA04C---Z-Wave-Outdoor-Module-Intermatic-HomeSettings-P6C62.aspx Link] &lt;br /&gt;
| [http://forum.micasaverde.com/index.php?action=profile;u=66 Kozanator] &lt;br /&gt;
| Easy to Install.&lt;br /&gt;
|-&lt;br /&gt;
| Merten &lt;br /&gt;
| switch, plug adapter, 2000 W &lt;br /&gt;
| 508519 &lt;br /&gt;
| 6,2,7,1,5 &lt;br /&gt;
| EU &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.merten.de/download/DL_doku/V5085_581_01_web.pdf Link] &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Ap15e &lt;br /&gt;
| Works well.&lt;br /&gt;
|-&lt;br /&gt;
| Monster Central &lt;br /&gt;
| 1800W Appliance Module &lt;br /&gt;
| ML-LAS1000 &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Jan 2009 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.monstercable.com/productdisplay.asp?pin=3164 Link] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| [http://forum.micasaverde.com/index.php?action=profile;u=2618 guessed] &lt;br /&gt;
| Easy to Install. I use this as a ZWave signal repeater. Appears to be a badge-engineering of [http://www.leviton.com/OA_HTML/ibeCCtpItmDspRte.jsp?item=309748&amp;amp;section=25542 Leviton VRP15-1LW]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== '''Thermostat Devices'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
! Frequency &lt;br /&gt;
! Date Purchased &lt;br /&gt;
! Location (indoor/outdoor) &lt;br /&gt;
! Specs &lt;br /&gt;
! Product Review &lt;br /&gt;
! Added&amp;lt;br&amp;gt;By User &lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| Wayne Dalton &lt;br /&gt;
| Wall Stat &lt;br /&gt;
| WDTC-20 &lt;br /&gt;
| &amp;amp;nbsp;?? &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Nov 2008 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://store.homeseer.com/store/WDTC-20---Z-Wave-Thermostat-Wayne-Dalton-P599C38.aspx Link] &lt;br /&gt;
| [http://www.amazon.com/Wayne-Dalton-Corporation-Z-Wave-Thermostat/dp/B001F8QKYQ Link] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Has 2 inclusion modes: 1) press and release the bind button and the STAT will be included as a thermostat and works with Vera, 2) press and hold the bind button and it will be added as a binary switch for compatibility with old, non-compliant remotes. If it's added in the wrong mode, remove it and re-add it. Works great simple to use!&lt;br /&gt;
|-&lt;br /&gt;
| HAI &lt;br /&gt;
| Wall Stat &lt;br /&gt;
| RC-80BZ &lt;br /&gt;
| &amp;amp;nbsp;?? &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Nov 2007 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.homeauto.com Link] &lt;br /&gt;
| [http://www.homeauto.com/Downloads/Products/Omnistat/rcr80.pdf Link] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Shows up as Standard Thermostat in Vera, Hold button feature not able to control by Vera at this time. Priced above 200.00. Has internal setback programs. Works great.&lt;br /&gt;
|-&lt;br /&gt;
| RCS &lt;br /&gt;
| Wall Stat &lt;br /&gt;
| TZ43 &lt;br /&gt;
| &amp;amp;nbsp;?? &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Nov 2008 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://store.homeseer.com/store/TZ43---Z-Wave-Thermostat-RCS-P627C67.aspx Link] &lt;br /&gt;
| [http://store.homeseer.com/store/TZ43---Z-Wave-Thermostat-RCS-P627C67.aspx Link] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Shows up as Standard Thermostat in Vera, much more feature rich the the WDTC-20 but comes with a hefty price tag ($214.95). Wish Vera could use all the features in this Thermostat! '''Note:'''''You need to set the thermostat to show the temperature, on its display, in Celsius degree in order to be able to receive &amp;quot;Set Temp&amp;quot; commands from Vera. This is no longer required in firmwares above '''''&amp;lt;i&amp;gt;1.0.862 (luup)&amp;lt;/i&amp;gt;'''&lt;br /&gt;
|-&lt;br /&gt;
| Schlage/Trane &lt;br /&gt;
| Wall Stat &lt;br /&gt;
| Trane &lt;br /&gt;
| &amp;amp;nbsp;?? &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| &amp;amp;nbsp;?? &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.link.schlage.com/Products/Pages/Thermostat.aspx Link] &lt;br /&gt;
| [http://www.trane.com/Residential/Products/Thermostats Link] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| It's the same thermostat as the RCS TZ43 and it has the same issue: it's accepting &amp;quot;Set Temp Point&amp;quot; commands only in the measurement unit that is displayed on its screen. '''Note:'''''You need to set the thermostat to show the temperature, on its screen, in Celsius degree in order to be able to receive &amp;quot;Set Temp&amp;quot; commands from Vera. This is no longer required in firmwares above '''''&amp;lt;i&amp;gt;1.0.862 (luup)&amp;lt;/i&amp;gt;'''&lt;br /&gt;
|-&lt;br /&gt;
| Intermatic &lt;br /&gt;
| InTouch &lt;br /&gt;
| CA8900 &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Nov 2008 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.smarthome-products.com/p-663-intermatic-intouch-ca8900-z-wave-digital-thermostat.aspx Link] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Looks very similar to the Wayne Dalton WDTC-20 listed here. works great, simple to use&lt;br /&gt;
|-&lt;br /&gt;
| Danfoss &lt;br /&gt;
| Radiator thermostat &lt;br /&gt;
| RA PLUS-w &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| EU &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://raplusw.com/Content/E962FC0B-6461-4319-82FE-3E1E765142CF.html Link] [http://raplusw.com/PCMPDF/Data%20sheet%20RA-PLUS-w_02.pdf Link] &lt;br /&gt;
| [http://www.eurox10.com/Product/ZWave/Actuators/ZWDNF_RA_PLUS-W.htm Link] [http://www.eurox10.com] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| See: [[Danfoss Thermostat]] for installation instructions&amp;lt;br&amp;gt;If the device cannot be configured at the final location, move the device closer to Vera and try again (this device might require a direct connection to Vera for configuration).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== '''Sensors'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
! Frequency &lt;br /&gt;
! Date Purchased &lt;br /&gt;
! Location (indoor/outdoor) &lt;br /&gt;
! Specs &lt;br /&gt;
! Product Review &lt;br /&gt;
! Added by User &lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| ACT &lt;br /&gt;
| Motion Sensor &lt;br /&gt;
| ZIR000 / ZIR010 &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| EU (ZIR010) or US (ZIR000) &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.act-solutions.com/HomePro/pdfs/HomePro/Specs/ZIR000_spec.pdf Link] [http://www.act-solutions.com/HomePro/pdfs/HomePro/Inst/ZIR000_instr.pdf Link] [http://www.act-solutions.com/HomePro/pdfs/HomePro/Specs/ZIR010_spec.pdf Link] [http://www.act-solutions.com/HomePro/pdfs/HomePro/Inst/ZIR010_instr.pdf Link] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Remove the cover, pair to Vera's dongle by using the push-button on the left of the circuit board. Vera must configure it to work, and it can only be configured within less of a minute (30 sec best) of inserting the batteries. With Vera's dongle removed, remove/reinsert the batteries, and within 30 seconds insert Vera's dongle. Within a few minutes confirm the &amp;quot;configure&amp;quot; icon for the device is green on Vera's setup page&lt;br /&gt;
|-&lt;br /&gt;
| Aeon Labs &lt;br /&gt;
| 3-in-1 sensor (light/humidity/temperature) &lt;br /&gt;
| MultiSensor &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| EU or US &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Indoor/Outdoor &lt;br /&gt;
| [http://www.aeon-labs.com/site/public/lib/download.php?type=s&amp;amp;f=29 Specs] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Pair to Vera by using the push-button. Vera must configure it to work, and it can only be configured within 10 minutes of inserting the batteries.&lt;br /&gt;
|-&lt;br /&gt;
| Express Controls aka HomeSeer &lt;br /&gt;
| 3-in-1 sensor (light/temperature/motion) &lt;br /&gt;
| HSM100 / EZMotion &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| EU or US &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| [http://www.expresscontrols.com/pdf/EZMotionOwnerManual.pdf Link] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| See [[ExpressControls3in1]]&amp;lt;br&amp;gt;If the motion sensor does not work right after inclusion and configuration, remove the batteries for a few seconds.&lt;br /&gt;
|-&lt;br /&gt;
| EverSpring/Hawking/Home Manageables &lt;br /&gt;
| Door/window sensor &lt;br /&gt;
| SM103 &lt;br /&gt;
| 6,2,9,1,0 &lt;br /&gt;
| EU or US &lt;br /&gt;
| Apr 2009 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.everspring.com/Products/Home_Automation_Detail.asp?parentUID=83&amp;amp;UID=355&amp;amp;CateUIDList=0,83 Link] [http://www.everspring.com/Archive/Image/File/A501110873R01_SM103_-ECR.pdf Link] &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Ap15e &lt;br /&gt;
| Pair using the intrusion button. The sensor will accept configuration within a few minutes of the initial pairing, or of pressing the intrusion button on the back even after it's paired. Pair the device, or if it's already paired, press the intrusion button, and within 30 seconds insert Vera's dongle. Within a few minutes confirm the &amp;quot;configure&amp;quot; icon for the device is green on Vera's setup page. NOTE: There is some confusion about the orientation of the sensor. The main sensor body has a back (where the intrusion is), a front (where the logo and LED is), and the 2 other surfaces, one of which has a curved edge, and the other is flat. The magnet needs to go against the flat surface. And the flat surface on the magnet should be as close as possible to the flat surface on the sensor, lined up in the middle so the line which passes through the LED lines up with the sensor. &lt;br /&gt;
Note: In case the inclusion/exclusion fails you should remove/reinsert the batteries from the sensor and within a few seconds the sensor should be automatically detected. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| EverSpring/Home Manageables &lt;br /&gt;
| Humidity + Temperature sensor &lt;br /&gt;
| HM-TS001 &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Jan 2010 (requires version 1.1.0 or greater) &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.asihome.com/ASIshop/product_info.php?products_id=3946 Link] [http://www.homeseer.com/pdfs/guides/HM_TD001.pdf Link] &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| micasaverde &lt;br /&gt;
| Pair or unpair the device by tapping the CF button 3 times very quickly. Once it's paired and shows up in the UI as a generic device, press the CF button 3 times again quickly to make it wakeup and get configured. Then it will correctly be identified as 3 devices (combo device + temperature + humidity).&lt;br /&gt;
|-&lt;br /&gt;
| Everspring &lt;br /&gt;
| Motion Detector &lt;br /&gt;
| SP103 &lt;br /&gt;
| 6,2,9,1,0 &lt;br /&gt;
| EU or US &lt;br /&gt;
| Apr 2009 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.everspring.com/Products/Home_Automation_Detail.asp?parentUID=83&amp;amp;UID=354&amp;amp;CateUIDList=0,83 Link] [http://www.everspring.com/Archive/Image/File/A501110874R01_SP103_%20-%20ECR.pdf Link] &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Ap15e &lt;br /&gt;
| Works well&lt;br /&gt;
|-&lt;br /&gt;
| Fortrezz &lt;br /&gt;
| Water /Freeze &lt;br /&gt;
| WWA-001 &lt;br /&gt;
| &amp;amp;nbsp;?????? &lt;br /&gt;
| US &lt;br /&gt;
| Apr 2009 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.Fortrezz.com Link] [http://www.fortrezz.com/resources/WWA_manual_01May2009.pdf Link] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Zmistro &lt;br /&gt;
| Works great I would place a few in your house. Bathrooms, laundry , kitchen , basement. Great product!&lt;br /&gt;
|-&lt;br /&gt;
| Intermatic &lt;br /&gt;
| Motion Sensor &lt;br /&gt;
| CA-9000 &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| US &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;
| Aaron &lt;br /&gt;
| This device has limited functionality as a sensor. It can only be used to turn on and off a light directly by setting an association, which Vera supports. It does not fire events, so you cannot use it as an event on a scene.&lt;br /&gt;
|-&lt;br /&gt;
| Merten &lt;br /&gt;
| 4-gang radio transmitter, flush-mounted &lt;br /&gt;
| 506004 &lt;br /&gt;
| 2,2,27,1,4 &lt;br /&gt;
| EU &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.merten.de/download/DL_doku/V5060_581_02_web.pdf Link] &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Ap15e &lt;br /&gt;
| Note: There is proprietary functionality here. Support will be added soon. &lt;br /&gt;
Quite complex device; partially supported by Vera; can be used as a window/door sensor (as of firmware 1.0.900) ... &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== '''Door Locks'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
! Added&amp;lt;br&amp;gt;By User &lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| Schlage &lt;br /&gt;
| Door lock and deadbolt &lt;br /&gt;
| BE369 (deadbolt) &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Mid 2009 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://consumer.schlage.com/link/product_tour/ Link] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| [http://forum.micasaverde.com/index.php?action=profile;u=2870 LibraSun] &lt;br /&gt;
| Read the instructions here: [[Schlage Lock]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== '''Drapes/Blinds'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
! Added&amp;lt;br&amp;gt;By User &lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| Electronic Solutions &lt;br /&gt;
| Drape/Blind Motor Controller &lt;br /&gt;
| DBMZ &lt;br /&gt;
| V2+1 &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Indoor &lt;br /&gt;
| For 12-24VDC Motors &lt;br /&gt;
| [http://www.elec-solutions.com/products/dc_mot_ctrls/z-wave/dbmz/dbmz.html Link] &lt;br /&gt;
| Shady &lt;br /&gt;
| 2-Wire Motors&lt;br /&gt;
|-&lt;br /&gt;
| Electronic Solutions &lt;br /&gt;
| Drape/Blind Motor Controller &lt;br /&gt;
| ABMHZ &lt;br /&gt;
| V2+1 &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Indoor &lt;br /&gt;
| For 110-230VAC Motors &lt;br /&gt;
| [http://www.elec-solutions.com/products/int_ac_mot_ctrls/z-wave/abmhz/abmhz.html Link] &lt;br /&gt;
| Shady &lt;br /&gt;
| 4-Wire Motors&lt;br /&gt;
|-&lt;br /&gt;
| Lagotek / RSSceneAutomation &lt;br /&gt;
| Drape/Blind Motor Controller &lt;br /&gt;
| DC1-ZW &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Indoor &lt;br /&gt;
| For 12-24VDC Motors &lt;br /&gt;
| [http://www.lagotek.com/blindspdf/AC1-ZW%20Cut%20Sheet.pdf Link] &lt;br /&gt;
| Shady &lt;br /&gt;
| 2-Wire Motors&lt;br /&gt;
|-&lt;br /&gt;
| Lagotek / RSSceneAutomation &lt;br /&gt;
| Drape/Blind Motor Controller &lt;br /&gt;
| AC1-ZW &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Indoor &lt;br /&gt;
| For 110-230VAC Motors &lt;br /&gt;
| [http://www.lagotek.com/blindspdf/DC1-ZW%20Cut%20Sheet.pdf Link] &lt;br /&gt;
| Shady &lt;br /&gt;
| 4-Wire Motors&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== '''Relay controls'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
! Added&amp;lt;br&amp;gt;By User &lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| Intermatic &lt;br /&gt;
| Contactor control box &lt;br /&gt;
| CA3750 &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Nov 2007 &lt;br /&gt;
| Indoor/Outdoor &lt;br /&gt;
| [http://www.intouchcontrols.com/~/media/Files/InTouchControls/Products/Spec%20Sheets/CA3750.ashx Link] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Multi-instance class supported for this device. Vera is able to control each of the 2 relays independently if desired. please note unit shows as three switches this is a bug with Intermatic not a real issue.You can check the box in devices to not show the second listing of the first relay in &amp;quot;Dasboard&amp;quot; You can control heavy loads like a water heater ,pool pump motor/s. great device&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== '''Window Coverings'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
! Frequency &lt;br /&gt;
! Date Purchased &lt;br /&gt;
! Location (indoor/outdoor) &lt;br /&gt;
! Specs &lt;br /&gt;
! Product Review &lt;br /&gt;
! Added by User &lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| Merten &lt;br /&gt;
| Radio roller shutter push-button &lt;br /&gt;
| 5025xx, 5035xx, 5045xx &lt;br /&gt;
| 6,2,27,2,3 and 6,2,27,2,4 &lt;br /&gt;
| EU &lt;br /&gt;
| Apr 2009 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.merten.de/download/DL_doku/V5025_581_01_web.pdf Link] &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Ap15e &lt;br /&gt;
| Open/Close buttons work well, but slide bar does not work. GUI buttons do not work with Luup release 1.0.843 and 1.0.862 (fixed with Luup release 1.0.879).&amp;lt;br&amp;gt;Workaround: Use a Luup Scene with the following code:&amp;lt;tt&amp;gt;&amp;lt;/tt&amp;gt; &lt;br /&gt;
&amp;lt;tt&amp;gt;local lul_arguments = {}&amp;lt;/tt&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;lul_arguments[&amp;quot;newTargetValue&amp;quot;]=&amp;quot;0&amp;quot;&amp;lt;/tt&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;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,6) &amp;lt;/tt&amp;gt; Replace &amp;quot;6&amp;quot; with your device number, replace &amp;quot;0&amp;quot; with &amp;quot;1&amp;quot; for inverse action. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Duewi &lt;br /&gt;
| Radio roller shutter push-button &lt;br /&gt;
| 054368 &lt;br /&gt;
| 6,2,51,1,0 &lt;br /&gt;
| EU &lt;br /&gt;
| Jun 2009 &lt;br /&gt;
| Indoor &lt;br /&gt;
| [http://www.duewi.de/index.php?productid=37344 Link] &lt;br /&gt;
| &amp;amp;nbsp; &lt;br /&gt;
| Lutz &lt;br /&gt;
| Open/Close buttons work well, but slide bar does not work.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Some additional observations by Ap15e (Vera V1, firmware 1.0.979): &lt;br /&gt;
*GUI button 'Stop' and corresponding UPnP service does not work. &lt;br /&gt;
*GUI button 'Up' moves the shutter down, GUI button 'Down' moves the shutter up ... &lt;br /&gt;
*After adjusting the running times even the slide bar seems to work! &lt;br /&gt;
*I got a report from a user that the düwi device may fail due to interference from the shutter motor. In this case an additional filter is required (costs about 25 €/direction). &lt;br /&gt;
*More information is available at [http://forum.micasaverde.com/index.php?topic=3359.msg16142#msg16142 Link]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== '''Cameras that work'''  ===&lt;br /&gt;
See [http://wiki.micasaverde.com/index.php/IP_Cameras IP Cameras] for a more comprehensive and up to date list&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| Linksys &lt;br /&gt;
| IP Camera &lt;br /&gt;
| 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;
| 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;
| 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;
| 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;
| WVC80N &lt;br /&gt;
| all &lt;br /&gt;
| 2009 &lt;br /&gt;
| Indoor &lt;br /&gt;
| img/snapshot.cgi?size=2&amp;amp;amp;quality=1 &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;
| iCV-22, 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;amp;password=1234&amp;amp;amp;page=image&amp;amp;amp;cam=1&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;pda.cgi?user=admin&amp;amp;amp;password=1234&amp;amp;amp;page=image&amp;amp;amp;cam=2&amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Feature-rich IP camera server, suports 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 &lt;br /&gt;
| IP Camera &lt;br /&gt;
| Z~Series Wireless Camera &lt;br /&gt;
| all &lt;br /&gt;
| 2009&amp;lt;br&amp;gt; &lt;br /&gt;
| Indoor &lt;br /&gt;
| tmpfs/auto.jpg &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.&lt;br /&gt;
|-&lt;br /&gt;
| [http://global.level1.com LevelOne] &lt;br /&gt;
| IP Camera &lt;br /&gt;
| 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;
| 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;
| 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;
| 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;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:User_Instructions]] [[Category:Hardware]]&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</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>2011-08-08T01:38:24Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: /* Cameras that work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Hardware]]&lt;br /&gt;
[[Category:Supported_Devices_Table]]&lt;br /&gt;
&lt;br /&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;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
| 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;
&lt;br /&gt;
=== '''Cameras that work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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/] [http://www.foscam.com/] &lt;br /&gt;
| IP Camera &lt;br /&gt;
| [http://www.foscam.com/Products_List.asp?id=128 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 see: [http://forum.micasaverde.com/index.php?topic=3720.0 DIY instructions]&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;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;amp;password=1234&amp;amp;amp;page=image&amp;amp;amp;cam=1&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;pda.cgi?user=admin&amp;amp;amp;password=1234&amp;amp;amp;page=image&amp;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, suports 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&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]&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) DirectStreamingURL /MEDIA&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] but not needed unless need PTZ.&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 &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;
| 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)&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;&lt;br /&gt;
/image.jpg&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;
&lt;br /&gt;
=== '''Cameras that don't work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
=== '''Manually adding a camera'''  ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Camera1.jpg|thumb|center|512px]] [[Image:Camera2.jpg|thumb|center|512px|Manually adding a camera]] &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. &lt;br /&gt;
&lt;br /&gt;
If you have more than one camera, you can click &amp;quot;install another&amp;quot; to have multiple instances of the plugin. &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 the FindVera.com service 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;
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;
You will need to specify: &lt;br /&gt;
&lt;br /&gt;
1. the IP address or domain name of the camera&amp;lt;br&amp;gt; 2. the URL or path to retrieve the current image from the camera as a JPEG file&amp;lt;br&amp;gt; 3. 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;
=== '''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) on Vera install the plugin for generic IP cameras from the MiOS Marketplace zone on the dashboard 3) after a minute or so Vera will auto detect the camera and 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; &lt;br /&gt;
&lt;br /&gt;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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 and the plugin for the camera has been installed):&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;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</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>2011-08-07T13:48:00Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: /* Cameras that work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Hardware]]&lt;br /&gt;
[[Category:Supported_Devices_Table]]&lt;br /&gt;
&lt;br /&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;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
| 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;
&lt;br /&gt;
=== '''Cameras that work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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/] [http://www.foscam.com/] &lt;br /&gt;
| IP Camera &lt;br /&gt;
| [http://www.foscam.com/Products_List.asp?id=128 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 see: [http://forum.micasaverde.com/index.php?topic=3720.0 DIY instructions]&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;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;amp;password=1234&amp;amp;amp;page=image&amp;amp;amp;cam=1&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;pda.cgi?user=admin&amp;amp;amp;password=1234&amp;amp;amp;page=image&amp;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, suports 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&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]&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;
| 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] but not needed unless need PTZ.&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 &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;
| 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)&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;&lt;br /&gt;
/image.jpg&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;
&lt;br /&gt;
=== '''Cameras that don't work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
=== '''Manually adding a camera'''  ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Camera1.jpg|thumb|center|512px]] [[Image:Camera2.jpg|thumb|center|512px|Manually adding a camera]] &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. &lt;br /&gt;
&lt;br /&gt;
If you have more than one camera, you can click &amp;quot;install another&amp;quot; to have multiple instances of the plugin. &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 the FindVera.com service 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;
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;
You will need to specify: &lt;br /&gt;
&lt;br /&gt;
1. the IP address or domain name of the camera&amp;lt;br&amp;gt; 2. the URL or path to retrieve the current image from the camera as a JPEG file&amp;lt;br&amp;gt; 3. 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;
=== '''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) on Vera install the plugin for generic IP cameras from the MiOS Marketplace zone on the dashboard 3) after a minute or so Vera will auto detect the camera and 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; &lt;br /&gt;
&lt;br /&gt;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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 and the plugin for the camera has been installed):&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;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</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>2011-08-07T13:45:58Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: /* Cameras that work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Hardware]]&lt;br /&gt;
[[Category:Supported_Devices_Table]]&lt;br /&gt;
&lt;br /&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;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
| 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;
&lt;br /&gt;
=== '''Cameras that work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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/] [http://www.foscam.com/] &lt;br /&gt;
| IP Camera &lt;br /&gt;
| [http://www.foscam.com/Products_List.asp?id=128 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 see: [http://forum.micasaverde.com/index.php?topic=3720.0 DIY instructions]&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;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;amp;password=1234&amp;amp;amp;page=image&amp;amp;amp;cam=1&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;pda.cgi?user=admin&amp;amp;amp;password=1234&amp;amp;amp;page=image&amp;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, suports 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&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]&lt;br /&gt;
| all &lt;br /&gt;
| 2009&amp;lt;br&amp;gt; &lt;br /&gt;
| Indoor and Outdoor H.264&lt;br /&gt;
| 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] but not needed unless need PTZ.&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 &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;
| 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)&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;&lt;br /&gt;
/image.jpg&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;
&lt;br /&gt;
=== '''Cameras that don't work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
=== '''Manually adding a camera'''  ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Camera1.jpg|thumb|center|512px]] [[Image:Camera2.jpg|thumb|center|512px|Manually adding a camera]] &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. &lt;br /&gt;
&lt;br /&gt;
If you have more than one camera, you can click &amp;quot;install another&amp;quot; to have multiple instances of the plugin. &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 the FindVera.com service 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;
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;
You will need to specify: &lt;br /&gt;
&lt;br /&gt;
1. the IP address or domain name of the camera&amp;lt;br&amp;gt; 2. the URL or path to retrieve the current image from the camera as a JPEG file&amp;lt;br&amp;gt; 3. 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;
=== '''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) on Vera install the plugin for generic IP cameras from the MiOS Marketplace zone on the dashboard 3) after a minute or so Vera will auto detect the camera and 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; &lt;br /&gt;
&lt;br /&gt;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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 and the plugin for the camera has been installed):&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;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</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>2011-08-07T13:43:57Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: /* Cameras that work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Hardware]]&lt;br /&gt;
[[Category:Supported_Devices_Table]]&lt;br /&gt;
&lt;br /&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;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
| 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;
&lt;br /&gt;
=== '''Cameras that work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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/] [http://www.foscam.com/] &lt;br /&gt;
| IP Camera &lt;br /&gt;
| [http://www.foscam.com/Products_List.asp?id=128 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 see: [http://forum.micasaverde.com/index.php?topic=3720.0 DIY instructions]&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;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;amp;password=1234&amp;amp;amp;page=image&amp;amp;amp;cam=1&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;pda.cgi?user=admin&amp;amp;amp;password=1234&amp;amp;amp;page=image&amp;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, suports 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&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/Vera2-SmartEye-Ip-Camera-installation-s/76.htm]&lt;br /&gt;
| all &lt;br /&gt;
| 2009&amp;lt;br&amp;gt; &lt;br /&gt;
| Indoor and Outdoor H.264&lt;br /&gt;
| 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] but not needed unless need PTZ.&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 &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;
| 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)&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;&lt;br /&gt;
/image.jpg&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;
&lt;br /&gt;
=== '''Cameras that don't work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
=== '''Manually adding a camera'''  ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Camera1.jpg|thumb|center|512px]] [[Image:Camera2.jpg|thumb|center|512px|Manually adding a camera]] &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. &lt;br /&gt;
&lt;br /&gt;
If you have more than one camera, you can click &amp;quot;install another&amp;quot; to have multiple instances of the plugin. &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 the FindVera.com service 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;
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;
You will need to specify: &lt;br /&gt;
&lt;br /&gt;
1. the IP address or domain name of the camera&amp;lt;br&amp;gt; 2. the URL or path to retrieve the current image from the camera as a JPEG file&amp;lt;br&amp;gt; 3. 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;
=== '''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) on Vera install the plugin for generic IP cameras from the MiOS Marketplace zone on the dashboard 3) after a minute or so Vera will auto detect the camera and 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; &lt;br /&gt;
&lt;br /&gt;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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 and the plugin for the camera has been installed):&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;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</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>2011-08-07T13:41:07Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: /* Cameras that work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Hardware]]&lt;br /&gt;
[[Category:Supported_Devices_Table]]&lt;br /&gt;
&lt;br /&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;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
| 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;
&lt;br /&gt;
=== '''Cameras that work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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/] [http://www.foscam.com/] &lt;br /&gt;
| IP Camera &lt;br /&gt;
| [http://www.foscam.com/Products_List.asp?id=128 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 see: [http://forum.micasaverde.com/index.php?topic=3720.0 DIY instructions]&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;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;amp;password=1234&amp;amp;amp;page=image&amp;amp;amp;cam=1&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;pda.cgi?user=admin&amp;amp;amp;password=1234&amp;amp;amp;page=image&amp;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, suports 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&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/Vera2-SmartEye-Ip-Camera-installation-s/76.htm]&lt;br /&gt;
| all &lt;br /&gt;
| 2009&amp;lt;br&amp;gt; &lt;br /&gt;
| Indoor and Outdoor H.264&lt;br /&gt;
| 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.&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 &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;
| 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)&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;&lt;br /&gt;
/image.jpg&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;
&lt;br /&gt;
=== '''Cameras that don't work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
=== '''Manually adding a camera'''  ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Camera1.jpg|thumb|center|512px]] [[Image:Camera2.jpg|thumb|center|512px|Manually adding a camera]] &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. &lt;br /&gt;
&lt;br /&gt;
If you have more than one camera, you can click &amp;quot;install another&amp;quot; to have multiple instances of the plugin. &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 the FindVera.com service 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;
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;
You will need to specify: &lt;br /&gt;
&lt;br /&gt;
1. the IP address or domain name of the camera&amp;lt;br&amp;gt; 2. the URL or path to retrieve the current image from the camera as a JPEG file&amp;lt;br&amp;gt; 3. 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;
=== '''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) on Vera install the plugin for generic IP cameras from the MiOS Marketplace zone on the dashboard 3) after a minute or so Vera will auto detect the camera and 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; &lt;br /&gt;
&lt;br /&gt;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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 and the plugin for the camera has been installed):&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;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</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>2011-08-07T13:40:06Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: /* Cameras that work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Hardware]]&lt;br /&gt;
[[Category:Supported_Devices_Table]]&lt;br /&gt;
&lt;br /&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;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
| 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;
&lt;br /&gt;
=== '''Cameras that work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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/] [http://www.foscam.com/] &lt;br /&gt;
| IP Camera &lt;br /&gt;
| [http://www.foscam.com/Products_List.asp?id=128 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 see: [http://forum.micasaverde.com/index.php?topic=3720.0 DIY instructions]&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;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;amp;password=1234&amp;amp;amp;page=image&amp;amp;amp;cam=1&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;pda.cgi?user=admin&amp;amp;amp;password=1234&amp;amp;amp;page=image&amp;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, suports 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&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/Vera2-SmartEye-Ip-Camera-installation-s/76.htm]&lt;br /&gt;
| all &lt;br /&gt;
| 2009&amp;lt;br&amp;gt; &lt;br /&gt;
| Indoor and Outdoor H.264&lt;br /&gt;
| tmpfs/auto.jpg (small)&lt;br /&gt;
| 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.&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 &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;
| 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)&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;&lt;br /&gt;
/image.jpg&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;
&lt;br /&gt;
=== '''Cameras that don't work'''  ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&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;
| 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;
=== '''Manually adding a camera'''  ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Camera1.jpg|thumb|center|512px]] [[Image:Camera2.jpg|thumb|center|512px|Manually adding a camera]] &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. &lt;br /&gt;
&lt;br /&gt;
If you have more than one camera, you can click &amp;quot;install another&amp;quot; to have multiple instances of the plugin. &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 the FindVera.com service 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;
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;
You will need to specify: &lt;br /&gt;
&lt;br /&gt;
1. the IP address or domain name of the camera&amp;lt;br&amp;gt; 2. the URL or path to retrieve the current image from the camera as a JPEG file&amp;lt;br&amp;gt; 3. 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;
=== '''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) on Vera install the plugin for generic IP cameras from the MiOS Marketplace zone on the dashboard 3) after a minute or so Vera will auto detect the camera and 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; &lt;br /&gt;
&lt;br /&gt;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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 and the plugin for the camera has been installed):&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;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section. &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.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Firewall</id>
		<title>Firewall</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Firewall"/>
				<updated>2010-05-22T12:51:22Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you are considering using Vera as your primary firewall, please be advised that Vera does not configure itself to be properly stealthed by default.  This is shown by running at test from the grc.com web site using the Shields Up port scanner utility.&lt;br /&gt;
&lt;br /&gt;
1. From the Vera main page, go to Advanced, Net &amp;amp; Wi-fi.&lt;br /&gt;
&lt;br /&gt;
2. Ensure that you are not configured as 'Automatically Configure' and that 'Directly to the internet. Vera is a gateway' is already configured.&lt;br /&gt;
&lt;br /&gt;
If you are already configured as 'Directly to the internet...' go to step 3.&lt;br /&gt;
&lt;br /&gt;
If you are configured as 'Automatically Configure', select 'Directly to the internet...'.  All the default options can be accepted here.  Use the tab key to move through the fields if you are having trouble scrolling down.  Click 'Save and apply'.  Test you internet Before proceeding.  Return to the above screen once in order to proceed.&lt;br /&gt;
&lt;br /&gt;
3.  Click the Advanced Configuration link at the top.  Caution!  Where you are about to go is not for the faint at heart.  Create a 'Drop' rule to further secure your vera.&lt;br /&gt;
&lt;br /&gt;
4.  Click Network, Firewall&lt;br /&gt;
&lt;br /&gt;
5.  Select 'Drop' from the drop down list, click Add&lt;br /&gt;
&lt;br /&gt;
6.  Click Save&lt;br /&gt;
&lt;br /&gt;
7.  Click Apply&lt;br /&gt;
&lt;br /&gt;
8.  Re-test with the shields up tool!&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Firewall</id>
		<title>Firewall</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Firewall"/>
				<updated>2010-05-22T12:51:02Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you are considering using Vera as your primary firewall, please be advised that Vera does not configure itself to be properly stealthed by default.  This is shown by running at test from the grc.com web site using the Shields Up port scanner utility.&lt;br /&gt;
&lt;br /&gt;
1. From the Vera main page, go to Advanced, Net &amp;amp; Wi-fi.&lt;br /&gt;
&lt;br /&gt;
2. Ensure that you are not configured as 'Automatically Configure' and that 'Directly to the internet. Vera is a gateway' is already configured.&lt;br /&gt;
   a.  If you are already configured as 'Directly to the internet...' go to step 3.&lt;br /&gt;
&lt;br /&gt;
   b.  If you are configured as 'Automatically Configure', select 'Directly to the internet...'.  All the default options can be accepted here.  Use the tab key to move through the fields if you are having trouble scrolling down.  Click 'Save and apply'.  Test you internet Before proceeding.  Return to the above screen once in order to proceed.&lt;br /&gt;
&lt;br /&gt;
3.  Click the Advanced Configuration link at the top.  Caution!  Where you are about to go is not for the faint at heart.  Create a 'Drop' rule to further secure your vera.&lt;br /&gt;
&lt;br /&gt;
4.  Click Network, Firewall&lt;br /&gt;
&lt;br /&gt;
5.  Select 'Drop' from the drop down list, click Add&lt;br /&gt;
&lt;br /&gt;
6.  Click Save&lt;br /&gt;
&lt;br /&gt;
7.  Click Apply&lt;br /&gt;
&lt;br /&gt;
8.  Re-test with the shields up tool!&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/User_talk:Jjwatmyself</id>
		<title>User talk:Jjwatmyself</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/User_talk:Jjwatmyself"/>
				<updated>2010-05-22T12:38:55Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: User talk:Jjwatmyself moved to Firewall&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Firewall]]&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Firewall</id>
		<title>Firewall</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Firewall"/>
				<updated>2010-05-22T12:38:55Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: User talk:Jjwatmyself moved to Firewall&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you are considering using Vera as your primary firewall, please be advised that Vera does not configure itself to be properly stealthed by default.  This is shown by running at test from the grc.com web site using the Shields Up port scanner utility.  The attached screen shots show the firewall rule that you can manually add to your vera to further secure your vera.&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Firewall</id>
		<title>Firewall</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Firewall"/>
				<updated>2010-05-22T12:36:09Z</updated>
		
		<summary type="html">&lt;p&gt;Jjwatmyself: New page: If you are considering using Vera as your primary firewall, please be advised that Vera does not configure itself to be properly stealthed by default.  This is shown by running at test fro...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you are considering using Vera as your primary firewall, please be advised that Vera does not configure itself to be properly stealthed by default.  This is shown by running at test from the grc.com web site using the Shields Up port scanner utility.  The attached screen shots show the firewall rule that you can manually add to your vera to further secure your vera.&lt;/div&gt;</summary>
		<author><name>Jjwatmyself</name></author>	</entry>

	</feed>