<?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=Mcvdennis</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=Mcvdennis"/>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Special:Contributions/Mcvdennis"/>
		<updated>2026-06-03T06:03:50Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.8</generator>

	<entry>
		<id>http://wiki.mios.com/index.php/Luup_Requests</id>
		<title>Luup Requests</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Luup_Requests"/>
				<updated>2014-03-20T23:28:25Z</updated>
		
		<summary type="html">&lt;p&gt;Mcvdennis: /* action */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Development]]&lt;br /&gt;
In addition to sending requests using standard UPnP, you can also do most things using a simple HTTP requests.  Use the built-in URL &amp;lt;tt&amp;gt;data_request&amp;lt;/tt&amp;gt;, and pass the following on the URL:&lt;br /&gt;
*&amp;lt;tt&amp;gt;id&amp;lt;/tt&amp;gt; the id of the request (prior to 15 Oct 2010 all requests had an lu_ in front, which is now optional),&lt;br /&gt;
*&amp;lt;tt&amp;gt;output_format&amp;lt;/tt&amp;gt; the format in which you want a response as &amp;lt;tt&amp;gt;json&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;xml&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;text&amp;lt;/tt&amp;gt;.&lt;br /&gt;
Not all requests support all &amp;lt;tt&amp;gt;output_format&amp;lt;/tt&amp;gt; options.&lt;br /&gt;
&lt;br /&gt;
Here is the list of requests:&lt;br /&gt;
&lt;br /&gt;
==user_data==&lt;br /&gt;
&lt;br /&gt;
Example: http://ip_address:3480/data_request?id=user_data&amp;amp;output_format=xml&lt;br /&gt;
&lt;br /&gt;
This returns the configuration data for Vera, which is a list of all devices and the UPnP variables which are persisted between resets as well as rooms, names, and other data the user sets as part of the configuration.&lt;br /&gt;
&lt;br /&gt;
==status==&lt;br /&gt;
This returns the current status for all devices including all the current UPnP variables and the status of any active jobs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
* http://ip_address:3480/data_request?id=status&amp;amp;output_format=xml&lt;br /&gt;
Or for a specific device:&lt;br /&gt;
* http://ip_address:3480/data_request?id=status&amp;amp;output_format=xml&amp;amp;UDN=uuid:4d494342-5342-5645-0002-000000000002&lt;br /&gt;
* http://ip_address:3480/data_request?id=status&amp;amp;output_format=xml&amp;amp;DeviceNum=6&lt;br /&gt;
&lt;br /&gt;
==sdata==&lt;br /&gt;
&lt;br /&gt;
This is an abbreviated form of [[#user_data|user_data]] and [[#status|status]] (sdata = ''summary data''). It allows a user interface that is only worried about control, and not detailed configuration, to get a summary of the data that would normally be presented to the user and to monitor the changes. See [[UI_Simple]] for a walkthrough.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
* http://ip_address:3480/data_request?id=sdata&lt;br /&gt;
* http://ip_address:3480/data_request?id=sdata&amp;amp;output_format=xml&lt;br /&gt;
&lt;br /&gt;
==actions==&lt;br /&gt;
&lt;br /&gt;
==device==&lt;br /&gt;
&lt;br /&gt;
Example: http://ip_address:3480/data_request?id=device&amp;amp;action=rename&amp;amp;device=5&amp;amp;name=Chandalier&amp;amp;room=3&lt;br /&gt;
&lt;br /&gt;
Example: http://ip_address:3480/data_request?id=device&amp;amp;action=rename&amp;amp;device=5&amp;amp;name=Chandalier&amp;amp;room=Garage&lt;br /&gt;
&lt;br /&gt;
Example: http://ip_address:3480/data_request?id=device&amp;amp;action=delete&amp;amp;device=5&lt;br /&gt;
&lt;br /&gt;
This renames or deletes a device.  Use action=rename or action=delete.  For rename, you can optionally assign a room by passing either the ID or the name.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---old---&lt;br /&gt;
This returns all the XML with all the UPNP device description documents.  Use: http://ip_address:3480/data_request?id=device&amp;amp;output_format=xml&amp;amp;DeviceNum=x or &amp;amp;UDN=y to narrow it down.  Then when you see the service URL's, like &amp;lt;SCPDURL&amp;gt;/luvd/S_HVAC_UserOperatingMode1.xml&amp;lt;/SCPDURL&amp;gt;, you can view them with: http://ip_address:3480/luvd/S_HVAC_UserOperatingMode1.xml&lt;br /&gt;
---end old---&lt;br /&gt;
&lt;br /&gt;
==scene==&lt;br /&gt;
&lt;br /&gt;
Example: http://ip_address:3480/data_request?id=scene&amp;amp;action=record&lt;br /&gt;
&lt;br /&gt;
Example: http://ip_address:3480/data_request?id=scene&amp;amp;action=pause&amp;amp;seconds=y&lt;br /&gt;
&lt;br /&gt;
Example: http://ip_address:3480/data_request?id=scene&amp;amp;action=stoprecord&lt;br /&gt;
&lt;br /&gt;
Example: http://ip_address:3480/data_request?id=scene&amp;amp;action=listrecord&lt;br /&gt;
&lt;br /&gt;
Example: http://ip_address:3480/data_request?id=scene&amp;amp;action=deleterecord&amp;amp;number=x&lt;br /&gt;
&lt;br /&gt;
Example: http://ip_address:3480/data_request?id=scene&amp;amp;action=saverecord&amp;amp;name=whatever&amp;amp;room=X&lt;br /&gt;
&lt;br /&gt;
Example: http://ip_address:3480/data_request?id=scene&amp;amp;action=rename&amp;amp;scene=5&amp;amp;name=Chandalier&amp;amp;room=Garage&lt;br /&gt;
&lt;br /&gt;
Example: http://ip_address:3480/data_request?id=scene&amp;amp;action=delete&amp;amp;scene=5&lt;br /&gt;
&lt;br /&gt;
Example: http://ip_address:3480/data_request?id=scene&amp;amp;action=create&amp;amp;json=[valid json data]&lt;br /&gt;
&lt;br /&gt;
Example: http://ip_address:3480/data_request?id=scene&amp;amp;action=list&amp;amp;scene=5&lt;br /&gt;
&lt;br /&gt;
This creates, renames, or deletes a scene depending on the action.&lt;br /&gt;
&lt;br /&gt;
Recording a scene means whatever actions come in after sending the 'record' will be saved into an internal buffer.  listrecord shows what's recorded so far.  pause adds a pause.  deleterecord deletes some action in the internal buffer.  When deleting, for number=x, use the same 'id' in listrecord.  saverecord takes the internal buffer, the recorded macro, and saves it as an actual scene.&lt;br /&gt;
&lt;br /&gt;
To create a scene by hand, rather than recording it, use 'create'.  When using the 'create' command json must be valid JSON for a scene as documented in [[Scene_Syntax]].  The name, room and optional id (if you're overwriting an existing scene) are passed in the json, so nothing is on the command line except the json.  Because the json data can be long it is recommended to send it as an http POST instead of GET with the data passed with the name &amp;quot;json&amp;quot;&lt;br /&gt;
&lt;br /&gt;
list returns the JSON data for an existing scene.&lt;br /&gt;
&lt;br /&gt;
==room==&lt;br /&gt;
&lt;br /&gt;
Example: http://ip_address:3480/data_request?id=room&amp;amp;action=create&amp;amp;name=Kitchen&lt;br /&gt;
&lt;br /&gt;
Example: http://ip_address:3480/data_request?id=room&amp;amp;action=rename&amp;amp;room=5&amp;amp;name=Garage&lt;br /&gt;
&lt;br /&gt;
Example: http://ip_address:3480/data_request?id=room&amp;amp;action=delete&amp;amp;room=5&lt;br /&gt;
&lt;br /&gt;
This creates, renames, or deletes a room depending on the action.  To rename or delete a room you must pass the room id for the room=.&lt;br /&gt;
&lt;br /&gt;
==file==&lt;br /&gt;
Returns the contents of a file in '''/etc/cmh''' or '''/etc/cmh-ludl'''. Has one parameter, &amp;lt;tt&amp;gt;parameters&amp;lt;/tt&amp;gt;, which is the name of the file.&lt;br /&gt;
&lt;br /&gt;
Example: http://ip_address:3480/data_request?id=file&amp;amp;parameters=D_BinaryLight1.xml&lt;br /&gt;
&lt;br /&gt;
==lua==&lt;br /&gt;
&lt;br /&gt;
== action ==&lt;br /&gt;
&lt;br /&gt;
Sends a UPnP action.&lt;br /&gt;
&lt;br /&gt;
'''Examples:'''&lt;br /&gt;
&lt;br /&gt;
* Turn off a light:&lt;br /&gt;
http://ip_address:3480/data_request?id=action&amp;amp;amp;output_format=xml&amp;amp;amp;DeviceNum=6&amp;amp;amp;serviceId=urn:upnp-org:serviceId:SwitchPower1&amp;amp;amp;action=SetTarget&amp;amp;amp;newTargetValue=1 &lt;br /&gt;
&lt;br /&gt;
* Set a dimmable light to 30%:&lt;br /&gt;
http://ip_address:3480/data_request?id=action&amp;amp;amp;output_format=json&amp;amp;amp;DeviceNum=7&amp;amp;amp;serviceId=urn:upnp-org:serviceId:Dimming1&amp;amp;amp;action=SetLoadLevelTarget&amp;amp;amp;newLoadLevelTarget=30 &lt;br /&gt;
&lt;br /&gt;
* Run a scene:&lt;br /&gt;
http://ip_address:3480/data_request?id=action&amp;amp;amp;serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&amp;amp;amp;action=RunScene&amp;amp;amp;SceneNum=&amp;amp;lt;SceneNum&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Install a plugin:&lt;br /&gt;
http://ip_address:3480/data_request?id=action&amp;amp;serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&amp;amp;action=CreatePlugin&amp;amp;PluginNum=&amp;lt;PluginNum&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==variableset==&lt;br /&gt;
&lt;br /&gt;
http://ip_address:3480/data_request?id=variableset&amp;amp;DeviceNum=6&amp;amp;serviceId=urn:micasaverde-com:serviceId:DoorLock1&amp;amp;Variable=Status&amp;amp;Value=1&lt;br /&gt;
&lt;br /&gt;
If you leave off the DeviceNum and serviceID, then this sets a top-level json tag called &amp;quot;Variable&amp;quot; with the value.&lt;br /&gt;
&lt;br /&gt;
==variableget==&lt;br /&gt;
&lt;br /&gt;
http://ip_address:3480/data_request?id=variableget&amp;amp;DeviceNum=6&amp;amp;serviceId=urn:micasaverde-com:serviceId:DoorLock1&amp;amp;Variable=Status&lt;br /&gt;
&lt;br /&gt;
If you leave off the DeviceNum and serviceID, then this gets a top-level json tag called &amp;quot;Variable&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==reload==&lt;br /&gt;
&lt;br /&gt;
Resets the Luup engine with any new configuration settings.&lt;br /&gt;
&lt;br /&gt;
Example: http://ip_address:3480/data_request?id=reload&lt;br /&gt;
&lt;br /&gt;
==alive==&lt;br /&gt;
&lt;br /&gt;
Return OK if the engine is running.&lt;br /&gt;
&lt;br /&gt;
==finddevice==&lt;br /&gt;
&lt;br /&gt;
Returns the '''device number''', '''UDN''' and '''device type''' of the first device that matches any or all the parameters passed on the URL: &amp;lt;tt&amp;gt;devtype&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;ip&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;devid&amp;lt;/tt&amp;gt;, where &amp;lt;tt&amp;gt;devid&amp;lt;/tt&amp;gt; is the ''altid'' of the device.  Or instead of &amp;lt;tt&amp;gt;devid&amp;lt;/tt&amp;gt;, pass '''&amp;lt;tt&amp;gt;devnum&amp;lt;/tt&amp;gt;''' and it will find the device with that number.&lt;br /&gt;
&lt;br /&gt;
Example: http://ip_address:3480/data_request?id=finddevice&amp;amp;devid=6&lt;br /&gt;
&lt;br /&gt;
==resync==&lt;br /&gt;
&lt;br /&gt;
ReSync's all the devices, rooms, users, sections with event servers and returns OK&lt;br /&gt;
&lt;br /&gt;
==wget==&lt;br /&gt;
&lt;br /&gt;
Returns the contents of the URL you pass in the &amp;quot;url&amp;quot; argument.  Optionally append &amp;quot;user&amp;quot; and &amp;quot;pass&amp;quot; arguments for http authentication, and &amp;quot;timeout&amp;quot; to specify the maximum time to wait in seconds.&lt;br /&gt;
&lt;br /&gt;
==iprequests==&lt;br /&gt;
&lt;br /&gt;
Returns the recent IP requests in order by most recent first, including information about devices in use and if the IP is blacklisted (ignored by the plug and play mechanism).  Optionally append '''&amp;lt;tt&amp;gt;timeout&amp;lt;/tt&amp;gt;''' to specify the oldest IP request in seconds.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
* This returns the devices which showed up on the network in the past hour:&lt;br /&gt;
http://ip_address:3480/data_request?id=iprequests&amp;amp;timeout=3600&lt;br /&gt;
* This returns the devices which showed up on the network in the last 24 hours:&lt;br /&gt;
http://ip_address:3480/data_request?id=iprequests&amp;amp;timeout=86400&lt;br /&gt;
&lt;br /&gt;
==blacklistip==&lt;br /&gt;
&lt;br /&gt;
Append &amp;quot;ip&amp;quot; to the URL, and optionally &amp;quot;remove=1&amp;quot; to add (or remove) the IP to the blacklist so plug and play IP devices won't be added.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: rgb(255, 0, 0);&amp;quot;&amp;gt;Not implemented yet!&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==live_energy_usage==&lt;br /&gt;
&lt;br /&gt;
For backward compatibility, it reports the current energy usage in a tab delimited format.&lt;br /&gt;
&lt;br /&gt;
Example: http://ip_address:3480/data_request?id=live_energy_usage&lt;br /&gt;
&lt;br /&gt;
 '''Device #'''    '''Name'''              '''Room'''         '''Category'''    '''Watts'''&lt;br /&gt;
 59          Basement Light    Basement     3           20&lt;br /&gt;
 60          Bedroom Light     1st Floor    3           0&lt;br /&gt;
 61          Porch Light       Outside      3           30&lt;br /&gt;
&lt;br /&gt;
To display only the watts variable : http://ip_address:3480/data_request?id=variableget&amp;amp;DeviceNum=34&amp;amp;serviceId=urn:micasaverde-com:serviceId:EnergyMetering1&amp;amp;Variable=Watts&lt;br /&gt;
and you must specify the device id for the variable and the service id.&lt;br /&gt;
&lt;br /&gt;
==request_image==&lt;br /&gt;
&lt;br /&gt;
Returns an image from a camera. This fetches the image from the camera using the URL variable for the device. Pass arguments:&lt;br /&gt;
&lt;br /&gt;
 cam = the device id of the camera.  This is the only mandatory argument.&lt;br /&gt;
 res = optional: a resolution, which gets appended to the variable.  So passing &amp;quot;low&amp;quot; means the image from the URL_low variable will be returned.  If it doesn't exist it reverts to the standard URL or DirectStreamingURL&lt;br /&gt;
 timeout = optional: how long to wait for the image to be retrieved, or how long to retrieve video.  defaults to 10 seconds.&lt;br /&gt;
 url = optional: override the camera's default URL&lt;br /&gt;
 ip = optional: override the camera's default ip&lt;br /&gt;
 user or pass = optional: override the camera's default username/password&lt;br /&gt;
&lt;br /&gt;
==archive_video==&lt;br /&gt;
''* UI5+ only''&lt;br /&gt;
&lt;br /&gt;
Archives a MJPEG video or a JPEG snapshot.&lt;br /&gt;
&lt;br /&gt;
Parameters:&lt;br /&gt;
* &amp;lt;tt&amp;gt;cam&amp;lt;/tt&amp;gt;: the device # of the camera.&lt;br /&gt;
* &amp;lt;tt&amp;gt;duration&amp;lt;/tt&amp;gt;: the duration, in seconds, of the video. The default value is 60 seconds.&lt;br /&gt;
* &amp;lt;tt&amp;gt;format&amp;lt;/tt&amp;gt;: set it to '''1''' for snapshots. If this is missing or has any other value, the archive will be a MJPEG video.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
* Archive a snapshot:&lt;br /&gt;
http://ip_address:3480/data_request?id=archive_video&amp;amp;cam=8&amp;amp;format=1&lt;br /&gt;
* Archive a 40 seconds video:&lt;br /&gt;
http://ip_address:3480/data_request?id=archive_video&amp;amp;cam=3&amp;amp;duration=40&lt;br /&gt;
&lt;br /&gt;
==jobstatus==&lt;br /&gt;
&lt;br /&gt;
Returns the status of a job. The parameters are &amp;lt;tt&amp;gt;job&amp;lt;/tt&amp;gt;, which is the job ID and optionally &amp;lt;tt&amp;gt;plugin&amp;lt;/tt&amp;gt;, which is the plugin name. For a Z-Wave job the &amp;lt;tt&amp;gt;plugin&amp;lt;/tt&amp;gt; parameter '''must''' be ''zwave''.&lt;br /&gt;
&lt;br /&gt;
If &amp;lt;tt&amp;gt;job&amp;lt;/tt&amp;gt; is invalid the status returned is ''-1''.&lt;br /&gt;
&lt;br /&gt;
This is the list with all job statuses and their meaning:&lt;br /&gt;
&lt;br /&gt;
* '''-1''': No job, i.e. job doesn't exist.&lt;br /&gt;
* '''0''': Job waiting to start.&lt;br /&gt;
* '''1''': Job in progress.&lt;br /&gt;
* '''2''': Job error.&lt;br /&gt;
* '''3''': Job aborted.&lt;br /&gt;
* '''4''': Job done.&lt;br /&gt;
* '''5''': Job waiting for callback. Used in special cases.&lt;br /&gt;
* '''6''': Job requeue. If the job was aborted and needs to be started, use this special value.&lt;br /&gt;
* '''7''': Job in progress with pending data. This means the job is waiting for data, but can't take it now.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
http://ip_address:3480/data_request?id=jobstatus&amp;amp;job=13&lt;br /&gt;
&lt;br /&gt;
http://ip_address:3480/data_request?id=jobstatus&amp;amp;job=6&amp;amp;plugin=zwave&lt;br /&gt;
&lt;br /&gt;
==invoke==&lt;br /&gt;
&lt;br /&gt;
This request shows the list of devices and the actions they support through the UPnP services specified in their UPnP device description file. Only the actions with a star (*) preceding their name are implemented.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
* http://ip_address:3480/data_request?id=invoke&lt;br /&gt;
* http://ip_address:3480/data_request?id=invoke&amp;amp;DeviceNum=6&lt;br /&gt;
* http://ip_address:3480/data_request?id=invoke&amp;amp;UDN=uuid:4d494342-5342-5645-0002-000000000002&lt;br /&gt;
&lt;br /&gt;
==relay==&lt;br /&gt;
''* UI5+ only''&lt;br /&gt;
&lt;br /&gt;
This tells the system to setup a relay so that you can access a device on the home network from outside the home.  This is most commonly used to fetch streaming video from a camera, although it can actually be used for any IP device.  This takes either an 'ip' or 'device' argument.  If you pass a device, this is assumed to be a device ID, and the system will find the ip associated with that device.  Optionally pass a port argument for the port you want to be relayed.  Port 80 is assumed if none is specified.&lt;br /&gt;
&lt;br /&gt;
This request will return a 'server:port' which you can use externally to access the designated device.  The relay stays open for 15 minutes before closing, at which point you will need to open it again.&lt;br /&gt;
&lt;br /&gt;
So, assume you have a NAS device on the home network with the ip 192.168.1.55 and the NAS runs a configuration web page on port 80.  You could access it by doing this:&lt;br /&gt;
&lt;br /&gt;
http://ip_address:3480/data_request?id=relay&amp;amp;ip=192.168.1.55&amp;amp;port=80&lt;br /&gt;
&lt;br /&gt;
and if the response is: &amp;quot;someserver:20202&amp;quot;, then for 15 minutes, &amp;quot;http://someserver:20202&amp;quot; will be the NAS's configuration page.&lt;br /&gt;
&lt;br /&gt;
If you want to access a camera, device #5, then do this:&lt;br /&gt;
&lt;br /&gt;
http://ip_address:3480/data_request?id=relay&amp;amp;device=5&lt;br /&gt;
&lt;br /&gt;
and if the response is &amp;quot;someserver:20211&amp;quot; and if the 'DirectStreamURL' variable (or 'streaming' in sdata) is &amp;quot;video.mpeg&amp;quot;, then for 15 minutes you can access the camera's video at: http://someserver:20211/video.mpeg&lt;br /&gt;
&lt;br /&gt;
Note that if the device, the camera in this case, has http authentication, you will need to pass this too.  So, if the user_data or sdata for the camera shows the user name is 'johndoe' and the password is 'john123', then you can view the video at: http://john:john123@someserver:20211/video.mpeg&lt;br /&gt;
&lt;br /&gt;
IMPORTANT: For the 15 minutes while this relay is open, it will be open to anyone on the internet and public.  Therefore, for security, you may want to add to the data_request the argument externalip=x where x is the routable, external IP, such as 70.182.172.111, of the device that will be accessing the port.  This means that when the relay is open, a firewall will be set on the relay server so that incoming connections are only accepted from that ip address.&lt;br /&gt;
&lt;br /&gt;
==update_plugin==&lt;br /&gt;
''* UI5+ only''&lt;br /&gt;
&lt;br /&gt;
Updates a plugin to the latest version.&lt;br /&gt;
&lt;br /&gt;
Example: http://ip_address:3480/data_request?id=update_plugin&amp;amp;Plugin=Plugin_ID&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Accessing Vera remotely through the MiOS servers ==&lt;br /&gt;
&lt;br /&gt;
The MiOS servers provide a secure way to remotely access and control your Vera system using the HTTP interface.  Everything you can do locally with Vera on port 3480, you can do remotely with MiOS using the exact same syntax.  You only need to pass the MiOS account username and password on the URL to the remote access server, along with the serial number of the unit (ie. 30012345).  For example, the &amp;lt;tt&amp;gt;user_data&amp;lt;/tt&amp;gt; request syntax over the Internet through the MiOS servers is:&lt;br /&gt;
&lt;br /&gt;
https://fwdX.mios.com/demovera/myvera123/30012345/data_request?id=user_data&lt;br /&gt;
&lt;br /&gt;
assuming ''demovera'' is the MiOS account username and ''myvera123'' is the password.  '''Note that since the request is &amp;lt;tt&amp;gt;https&amp;lt;/tt&amp;gt;, the username and password are encrypted because &amp;lt;tt&amp;gt;https&amp;lt;/tt&amp;gt; encrypts the URL's as well as the contents of the page.'''&lt;br /&gt;
&lt;br /&gt;
==What to do when the HTTP request string is too long==&lt;br /&gt;
&lt;br /&gt;
http://forum.micasaverde.com/index.php/topic,10170.msg69530.html#msg69530&lt;/div&gt;</summary>
		<author><name>Mcvdennis</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/ExpressControls3in1</id>
		<title>ExpressControls3in1</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/ExpressControls3in1"/>
				<updated>2013-01-23T21:15:01Z</updated>
		
		<summary type="html">&lt;p&gt;Mcvdennis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== Overview  ==&lt;br /&gt;
&lt;br /&gt;
The EZMotion Wireless 3-in-1 sensor is functionally identical to the HomeSeer HSM100 device. The user's manual is here: http://www.expresscontrols.com/pdf/EZMotionOwnerManual.pdf &lt;br /&gt;
&lt;br /&gt;
=== Features  ===&lt;br /&gt;
&lt;br /&gt;
This unit is a contains three sensors that report values to the Vera: &lt;br /&gt;
&lt;br /&gt;
*'''Motion Sensor''' with adjustable sensitivity and timeout &lt;br /&gt;
*'''Temperature Sensor''' &lt;br /&gt;
*'''Luminosity (Light Level) Sensor''' reporting level of light as a percentage between the brightest and darkest levels it has encountered since being switched on for the first time&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; The temperature and light levels are reported when the device wakes up and reports back to Vera, but the motion sensor will report automatically whenever it has been tripped, wether the device is sleeping or not.&amp;lt;br&amp;gt; The unit has a red LED which indicates when motion is detected and it can be disabled. It can also report its battery level as a percentage to the Vera.&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== Basic Configuration  ==&lt;br /&gt;
&lt;br /&gt;
For more information about Device Options, please visit:&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[http://docs5.mios.com/doc.php?language=1&amp;amp;manual=1&amp;amp;platform=3Pro&amp;amp;page=add_device_zwave_properties_dev_option http://docs5.mios.com/doc.php?language=1&amp;amp;amp;manual=1&amp;amp;amp;platform=3Pro&amp;amp;amp;page=add_device_zwave_properties_dev_option]&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
=== Wake Up interval  ===&lt;br /&gt;
&lt;br /&gt;
The unit sleeps for the duration of the Wake Up interval, which defaults to 1800 seconds or 30 minutes. When the interval expires, it wakes up and reports Temperature and Luminosity to the Vera. Note that while all 4 devices in the Vera MIOS screen can be configured for Wake Up intervals, only the setting for the '3-in-1 Sensor' has any effect and controls both Temperature and Luminosity intervals. The Motion Sensor is unaffected by the Wakeup Interval (see On Time below) &lt;br /&gt;
&lt;br /&gt;
To set the Wake Up Interval, click on the spanner (wrench) icon for the &amp;quot;3-in-1 sensor&amp;quot; device, click on Setting and set Wakeup Interval to the desired interval (in seconds, e.g. 1800(seconds) = 30 min before the sensor wakes up again). Reducing the wake up interval (causing the sensor to transmit radio signals more often) reduces battery life. &lt;br /&gt;
&lt;br /&gt;
=== On Time  ===&lt;br /&gt;
&lt;br /&gt;
When the Motion Sensor is tripped, it transmits a tripped command and changes its state to Tripped=1 for the duration of the ON TIME variable. After this time has expired, it sends an Untripped command to the Vera and resets it state to Tripped=0. While the device is in a tripped state, any motion detected resets the interval timer but doesn't report a new trip event to the Vera. During the wait time the Motion Sensor device in the Vera will show Tripped=1 in the Advanced tab. &lt;br /&gt;
&lt;br /&gt;
To set the ON TIME, click on the spanner (wrench) icon for the &amp;quot;3-in-1 sensor&amp;quot; device, click on Device Options and set variable 2 (On Time) to 5 (or the desired interval in minutes) &lt;br /&gt;
&lt;br /&gt;
'''Direct Association:''' The unit can be associated directly with another device such as a light. If you've done this, the unit will turn the light on when motion is sensed, then turn it off after the ON TIME. According to the sensor's manual up to four associated devices are supported, but associating more than one device does not work (as of Vera's firmware 1.0.900, see http://bugs.micasaverde.com/view.php?id=705). &lt;br /&gt;
&lt;br /&gt;
Leave Parameter #6, &amp;quot;OnValue&amp;quot;, at the default if you want the sensor tripped events in Vera. &lt;br /&gt;
&lt;br /&gt;
=== Polling Frequency  ===&lt;br /&gt;
&lt;br /&gt;
The unit can only be polled when it is either in Test mode or within 3 seconds after waking up (see Wake Up Interval above). Polling at any other time will fail since the unit will not respond. Also, every time the unit wakes up, it updates Vera with the temperature and luminosity. This means that polling is unnecessary and the polling frequency should be set to 0 (disabled) or a long interval to avoid unnecessary traffic on Vera, which could cause updates to be missed. &lt;br /&gt;
&lt;br /&gt;
An exception to this rule is when Vera is set to Always Awake (see AC Power below). In that case, the unit is always awake, so never reports its values (which happens at wake-up) and must be polled at regular intervals. &lt;br /&gt;
&lt;br /&gt;
=== Example  ===&lt;br /&gt;
&lt;br /&gt;
Consider the following example of how to configure the sensor and the Vera for a common application. Suppose you want to install a motion sensor in your garage to turn the lights on when you enter, keep them on for as long as you move around in the garage, then turn them off 5 minutes after you've left. &lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;u&amp;gt;UI4&amp;lt;/u&amp;gt;'''&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
#Put the unit in Test mode by pressing the button on the side &lt;br /&gt;
#Configure the On Time to 5 minutes &lt;br /&gt;
#Create two scenes in Vera: &lt;br /&gt;
##Turn on the light when the unit has tripped (New Scene, Events tab, Add Event, Device=Motion sensor, Type of Event=Armed sensor has tripped, Name=whatever, Tripped=Yes) &lt;br /&gt;
##Turn off the light when the unit sends an untrip command which happens after the On Time interval. (New Scene, Events tab, Add Event, Device=Motion sensor, Type of Event=Armed sensor has tripped, Name=whatever, Tripped=No)&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;u&amp;gt;UI5&amp;lt;/u&amp;gt;'''&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
#Put the unit in Test mode by pressing the button on the side &lt;br /&gt;
#Configure the On Time to 5 minutes &lt;br /&gt;
#Create two scenes in Vera: &lt;br /&gt;
##Turn on the light when the unit has tripped (Automation -&amp;amp;gt; Create Scene, Triggers tab, Add trigger, Device=Motion sensor, What type of event is the trigger?=An armed sensor is tripped, Name for this trigger=whatever, Device armed is tripped) &lt;br /&gt;
##Turn off the light when the unit sends an untrip command which happens after the On Time interval. (Automation -&amp;amp;gt; Create Scene, Triggers tab, Add trigger, Device=Motion sensor, What type of event is the trigger?=An armed sensor is tripped, Name for this trigger=whatever, Device armed is not tripped)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== Advanced Configuration  ==&lt;br /&gt;
&lt;br /&gt;
=== Running from AC Power  ===&lt;br /&gt;
&lt;br /&gt;
==== Overview  ====&lt;br /&gt;
&lt;br /&gt;
It is possible to run the unit from AC power instead of batteries, which will have the following benefits: &lt;br /&gt;
&lt;br /&gt;
*Allow you to keep the unit awake permanently, allowing you to poll it and customise it without being in Test mode &lt;br /&gt;
*Report continuously every time motion is sensed, as opposed to waiting for the ON TIME duration in between trips &lt;br /&gt;
*Set the unit to report temperature and light levels at higher frequencies up to 1 minute &lt;br /&gt;
*Let the unit act as a Z-Wave repeater, increasing the span of your network &lt;br /&gt;
*Never worry about running down batteries. All of the above options are possible on battery power, but will run your batteries down within a few days&lt;br /&gt;
&lt;br /&gt;
==== Configure  ====&lt;br /&gt;
&lt;br /&gt;
To do this, you will need to connect a AC to DC transformer that supplies 4.5v to 5.5v at up to 1amp to the battery terminals directly. Ensure that you measure that actual output voltage of the transformer using a multi/voltage meter (don't rely on its advertised rating). Any over-voltage may fry the unit. Also make sure that the polarity is correct. It may be helpful to add a diode in series with the positive terminal to prevent accidentally frying the unit if the polarity is incorrect. It will drop the voltage by 0.6v though. &lt;br /&gt;
&lt;br /&gt;
'''Setting ''Stay Awake'' to On''' By default, the unit is constantly asleep and only wakes up at regular intervals to report the luminosity and temperature, before sleeping again. This is to save batteries. While asleep, the unit cannot be programmed from the Vera and cannot be polled for information. To get around this, one normally activates the Test mode by pressing the button on the side of the unit, which keeps it awake for 10 minutes so that it can be programmed. By setting the unit to stay awake constantly, you can program, poll or configure it at any time. It also has the side effect of enabling the unit to become a repeater of Z Wave signals throughout the network. &lt;br /&gt;
&lt;br /&gt;
To set it, click on the spanner (wrench) icon for the &amp;quot;3-in-1 sensor&amp;quot; device, click on Device Options and set variable 5 (Stay Awake) to 1 or any number greater than 0. &lt;br /&gt;
&lt;br /&gt;
To activate this setting, you will need to power off and power back on the device. Remember to save your settings first. &lt;br /&gt;
&lt;br /&gt;
'''Setting ''On Time'' to ''Always Fire''''' When the unit detects motion, it reports it by sending a Tripped command to the Vera. It then waits for the duration of the On Time and then sends un Untripped command to the Vera and waits for the next motion. Since battery life is not a consideration while on AC power, you can set it to 'Always Fire', which sends a Tripped command whenever motion is detected with no waiting period. Note, this will also prevent an Untripped command from being sent. &lt;br /&gt;
&lt;br /&gt;
To set it, click on the spanner (wrench) icon for the &amp;quot;3-in-1 sensor&amp;quot; device, click on Device Options and set variable 2 (On Time) to 0. &lt;br /&gt;
&lt;br /&gt;
'''Setting Poll frequency''' The unit usually only reports temperate and luminosity every time it wakes up, but since the unit is now constantly awake, you will have to configure a poll frequency to gather that information. &lt;br /&gt;
&lt;br /&gt;
To set it, click on the spanner (wrench) icon for the &amp;quot;Motion Sensor&amp;quot; device, click on Settings and set &amp;quot;Poll this node at most every&amp;quot; to the required update frequency. The Wakeup interval setting on this same screen has no effect since it's been overridden by Always Awake setting..&lt;br /&gt;
&lt;br /&gt;
== Known issues  ==&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]] [[Category:Plugins]] [[Category:3rd_Party]]&lt;/div&gt;</summary>
		<author><name>Mcvdennis</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Aeon_HomeEnergyMonitor</id>
		<title>Aeon HomeEnergyMonitor</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Aeon_HomeEnergyMonitor"/>
				<updated>2012-07-03T10:57:45Z</updated>
		
		<summary type="html">&lt;p&gt;Mcvdennis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have version 3.58 or later of the HEM firmware (unrelated to Vera's firmware), it supports the ability to report in real-time whenever there is a change in the energy consumption.&amp;amp;nbsp; It generates a report for Vera whenever there is a change. &lt;br /&gt;
&lt;br /&gt;
For versions 3.57 and lower, the only way to get real time energy reporting was to have the HEM send Vera reports constantly, whether or not there was a change.&amp;amp;nbsp; This required powering the HEM with USB power.&amp;amp;nbsp; So we recommend using the USB port on the HEM to upgrade to firmware 3.58 or newer, as per the instructions on aeon-labs.com &lt;br /&gt;
&lt;br /&gt;
There have been reported issues with HEM firmware less than 3.61. If you don't have 3.61, download these files: &lt;br /&gt;
&lt;br /&gt;
US version: [http://wiki.micasaverde.com/images/f/f6/Home_Energy_Meter_V3_67_US.zip HEM367] &lt;br /&gt;
&lt;br /&gt;
AU version - 200 A: [http://wiki.micasaverde.com/images/4/45/Home_Energy_Meter_V3_67_AU_200A.zip HEM367] &lt;br /&gt;
&lt;br /&gt;
EU version - 60 A&amp;amp;nbsp;:&amp;amp;nbsp; [http://wiki.micasaverde.com/images/3/37/Home_Energy_Meter_V3_67_EU_60A.zip HEM367] &lt;br /&gt;
&lt;br /&gt;
EU version - 100 A: [http://wiki.micasaverde.com/images/2/2a/Home_Energy_Meter_V3_67_EU_100A.zip HEM367] &lt;br /&gt;
&lt;br /&gt;
EU version - 200 A: [http://wiki.micasaverde.com/images/5/5e/Home_Energy_Meter_V3_67_EU_200A.zip HEM367] &lt;br /&gt;
&lt;br /&gt;
== Inclusion  ==&lt;br /&gt;
&lt;br /&gt;
When including the HEM to the Vera unit you should have the HEM&amp;amp;nbsp;powered with the &amp;lt;span style=&amp;quot;color: rgb(255, 0, 0);&amp;quot;&amp;gt;USB AC adapter&amp;lt;/span&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
== Note  ==&lt;br /&gt;
&lt;br /&gt;
You need to have it plugged in through the &amp;lt;span style=&amp;quot;color: rgb(255, 0, 0);&amp;quot;&amp;gt;USB AC adapter&amp;lt;/span&amp;gt; for it to report the KWH accurately, because when it is battery operated it sleeps most of the time and it cannot accurately track KWH.&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
[[Category:User_Instructions]] [[Category:Hardware]]&lt;/div&gt;</summary>
		<author><name>Mcvdennis</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Aeon_HomeEnergyMonitor</id>
		<title>Aeon HomeEnergyMonitor</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Aeon_HomeEnergyMonitor"/>
				<updated>2012-07-03T10:52:29Z</updated>
		
		<summary type="html">&lt;p&gt;Mcvdennis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have version 3.58 or later of the HEM firmware (unrelated to Vera's firmware), it supports the ability to report in real-time whenever there is a change in the energy consumption.&amp;amp;nbsp; It generates a report for Vera whenever there is a change. &lt;br /&gt;
&lt;br /&gt;
For versions 3.57 and lower, the only way to get real time energy reporting was to have the HEM send Vera reports constantly, whether or not there was a change.&amp;amp;nbsp; This required powering the HEM with USB power.&amp;amp;nbsp; So we recommend using the USB port on the HEM to upgrade to firmware 3.58 or newer, as per the instructions on aeon-labs.com &lt;br /&gt;
&lt;br /&gt;
There have been reported issues with HEM firmware less than 3.61. If you don't have 3.61, download these files: &lt;br /&gt;
&lt;br /&gt;
US version: [http://wiki.micasaverde.com/images/0/0c/HEM361.zip HEM361] &lt;br /&gt;
&lt;br /&gt;
US version: [http://wiki.micasaverde.com/images/f/f6/Home_Energy_Meter_V3_67_US.zip HEM367] &lt;br /&gt;
&lt;br /&gt;
AU version - 200 A: [http://wiki.micasaverde.com/images/4/45/Home_Energy_Meter_V3_67_AU_200A.zip HEM367]&lt;br /&gt;
&lt;br /&gt;
EU version - 60 A :&amp;amp;nbsp; [http://wiki.micasaverde.com/images/3/37/Home_Energy_Meter_V3_67_EU_60A.zip HEM367]&lt;br /&gt;
&lt;br /&gt;
EU version - 100 A: [http://wiki.micasaverde.com/images/2/2a/Home_Energy_Meter_V3_67_EU_100A.zip HEM367]&lt;br /&gt;
&lt;br /&gt;
EU version - 200 A: [http://wiki.micasaverde.com/images/5/5e/Home_Energy_Meter_V3_67_EU_200A.zip HEM367]&lt;br /&gt;
&lt;br /&gt;
== Inclusion  ==&lt;br /&gt;
&lt;br /&gt;
When including the HEM to the Vera unit you should have the HEM&amp;amp;nbsp;powered with the &amp;lt;span style=&amp;quot;color: rgb(255, 0, 0);&amp;quot;&amp;gt;USB AC adapter&amp;lt;/span&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
== Note  ==&lt;br /&gt;
&lt;br /&gt;
You need to have it plugged in through the &amp;lt;span style=&amp;quot;color: rgb(255, 0, 0);&amp;quot;&amp;gt;USB AC adapter&amp;lt;/span&amp;gt; for it to report the KWH accurately, because when it is battery operated it sleeps most of the time and it cannot accurately track KWH.&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
[[Category:User_Instructions]] [[Category:Hardware]]&lt;/div&gt;</summary>
		<author><name>Mcvdennis</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Aeon_HomeEnergyMonitor</id>
		<title>Aeon HomeEnergyMonitor</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Aeon_HomeEnergyMonitor"/>
				<updated>2012-07-03T10:47:50Z</updated>
		
		<summary type="html">&lt;p&gt;Mcvdennis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have version 3.58 or later of the HEM firmware (unrelated to Vera's firmware), it supports the ability to report in real-time whenever there is a change in the energy consumption.&amp;amp;nbsp; It generates a report for Vera whenever there is a change. &lt;br /&gt;
&lt;br /&gt;
For versions 3.57 and lower, the only way to get real time energy reporting was to have the HEM send Vera reports constantly, whether or not there was a change.&amp;amp;nbsp; This required powering the HEM with USB power.&amp;amp;nbsp; So we recommend using the USB port on the HEM to upgrade to firmware 3.58 or newer, as per the instructions on aeon-labs.com &lt;br /&gt;
&lt;br /&gt;
There have been reported issues with HEM firmware less than 3.61. If you don't have 3.61, download these files: &lt;br /&gt;
&lt;br /&gt;
US version: [http://wiki.micasaverde.com/images/0/0c/HEM361.zip HEM361] &lt;br /&gt;
&lt;br /&gt;
US version: [http://wiki.micasaverde.com/images/f/f6/Home_Energy_Meter_V3_67_US.zip HEM367] &lt;br /&gt;
&lt;br /&gt;
== Inclusion  ==&lt;br /&gt;
&lt;br /&gt;
When including the HEM to the Vera unit you should have the HEM&amp;amp;nbsp;powered with the &amp;lt;span style=&amp;quot;color: rgb(255, 0, 0);&amp;quot;&amp;gt;USB AC adapter&amp;lt;/span&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
== Note  ==&lt;br /&gt;
&lt;br /&gt;
You need to have it plugged in through the &amp;lt;span style=&amp;quot;color: rgb(255, 0, 0);&amp;quot;&amp;gt;USB AC adapter&amp;lt;/span&amp;gt; for it to report the KWH accurately, because when it is battery operated it sleeps most of the time and it cannot accurately track KWH.&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
[[Category:User_Instructions]] [[Category:Hardware]]&lt;/div&gt;</summary>
		<author><name>Mcvdennis</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Aeon_HomeEnergyMonitor</id>
		<title>Aeon HomeEnergyMonitor</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Aeon_HomeEnergyMonitor"/>
				<updated>2012-07-03T10:43:54Z</updated>
		
		<summary type="html">&lt;p&gt;Mcvdennis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have version 3.58 or later of the HEM firmware (unrelated to Vera's firmware), it supports the ability to report in real-time whenever there is a change in the energy consumption.&amp;amp;nbsp; It generates a report for Vera whenever there is a change. &lt;br /&gt;
&lt;br /&gt;
For versions 3.57 and lower, the only way to get real time energy reporting was to have the HEM send Vera reports constantly, whether or not there was a change.&amp;amp;nbsp; This required powering the HEM with USB power.&amp;amp;nbsp; So we recommend using the USB port on the HEM to upgrade to firmware 3.58 or newer, as per the instructions on aeon-labs.com &lt;br /&gt;
&lt;br /&gt;
There have been reported issues with HEM firmware less than 3.61. If you don't have 3.61, download these files: &lt;br /&gt;
&lt;br /&gt;
US version: [http://wiki.micasaverde.com/images/0/0c/HEM361.zip HEM361] &lt;br /&gt;
&lt;br /&gt;
US version: [http://wiki.micasaverde.com/index.php/File:Home_Energy_Meter_V3_67_US.zip HEM367] &lt;br /&gt;
&lt;br /&gt;
== Inclusion  ==&lt;br /&gt;
&lt;br /&gt;
When including the HEM to the Vera unit you should have the HEM&amp;amp;nbsp;powered with the &amp;lt;span style=&amp;quot;color: rgb(255, 0, 0);&amp;quot;&amp;gt;USB AC adapter&amp;lt;/span&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
== Note  ==&lt;br /&gt;
&lt;br /&gt;
You need to have it plugged in through the &amp;lt;span style=&amp;quot;color: rgb(255, 0, 0);&amp;quot;&amp;gt;USB AC adapter&amp;lt;/span&amp;gt; for it to report the KWH accurately, because when it is battery operated it sleeps most of the time and it cannot accurately track KWH.&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
[[Category:User_Instructions]] [[Category:Hardware]]&lt;/div&gt;</summary>
		<author><name>Mcvdennis</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/File:Home_Energy_Meter_V3_67_EU_100A.zip</id>
		<title>File:Home Energy Meter V3 67 EU 100A.zip</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/File:Home_Energy_Meter_V3_67_EU_100A.zip"/>
				<updated>2012-07-03T10:33:43Z</updated>
		
		<summary type="html">&lt;p&gt;Mcvdennis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mcvdennis</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/File:Home_Energy_Meter_V3_67_US.zip</id>
		<title>File:Home Energy Meter V3 67 US.zip</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/File:Home_Energy_Meter_V3_67_US.zip"/>
				<updated>2012-07-03T10:28:23Z</updated>
		
		<summary type="html">&lt;p&gt;Mcvdennis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mcvdennis</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/File:Home_Energy_Meter_V3_67_EU_200A.zip</id>
		<title>File:Home Energy Meter V3 67 EU 200A.zip</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/File:Home_Energy_Meter_V3_67_EU_200A.zip"/>
				<updated>2012-07-03T10:27:59Z</updated>
		
		<summary type="html">&lt;p&gt;Mcvdennis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mcvdennis</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/File:Home_Energy_Meter_V3_67_EU_60A.zip</id>
		<title>File:Home Energy Meter V3 67 EU 60A.zip</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/File:Home_Energy_Meter_V3_67_EU_60A.zip"/>
				<updated>2012-07-03T10:26:29Z</updated>
		
		<summary type="html">&lt;p&gt;Mcvdennis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mcvdennis</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/File:Home_Energy_Meter_V3_67_AU_200A.zip</id>
		<title>File:Home Energy Meter V3 67 AU 200A.zip</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/File:Home_Energy_Meter_V3_67_AU_200A.zip"/>
				<updated>2012-07-03T10:25:10Z</updated>
		
		<summary type="html">&lt;p&gt;Mcvdennis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mcvdennis</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php/Update_Firmware</id>
		<title>Update Firmware</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php/Update_Firmware"/>
				<updated>2012-03-23T19:57:47Z</updated>
		
		<summary type="html">&lt;p&gt;Mcvdennis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br&amp;gt; '''How to update Vera to a new firmware''' &lt;br /&gt;
&lt;br /&gt;
== Prerequisites  ==&lt;br /&gt;
&lt;br /&gt;
*Vera Hardware (Vera 1, Vera 2, Vera 3 or Vera Lite) &lt;br /&gt;
*Internet connection &lt;br /&gt;
*Reliable power source (Do NOT update Vera while on battery operation) &lt;br /&gt;
*You must be in the same network as your Vera unit in order to update firmware&lt;br /&gt;
&lt;br /&gt;
== Introduction  ==&lt;br /&gt;
&lt;br /&gt;
Your Vera box can be upgraded with software from MiOS. You can either be asked to upgrade automatically or you can decide to do a manual upgrade at any point in time. &lt;br /&gt;
&lt;br /&gt;
=== General Notice  ===&lt;br /&gt;
&lt;br /&gt;
When installing the firmware, make sure you have the login to your vera system set to standard (no http login needed) via the remote control server. &lt;br /&gt;
&lt;br /&gt;
If you have chosen http authentication &amp;quot;YES&amp;quot; from the https://cp.mios.com site (settings section) you will get a pop up where you should enter username and password. Currently there is an issue that this pop-up disappears within 10 seconds in some browswers. Most users will therefore be unable to provide their username and password. &lt;br /&gt;
&lt;br /&gt;
The current workaround is to &lt;br /&gt;
&lt;br /&gt;
*disable authentication &lt;br /&gt;
*upgrade &lt;br /&gt;
*re-enable the authentication from cp.mios.com&lt;br /&gt;
&lt;br /&gt;
== Upgrades  ==&lt;br /&gt;
&lt;br /&gt;
=== Create a backup!  ===&lt;br /&gt;
&lt;br /&gt;
You can create and restore backup form the advanced settings section in your toolbox. After double clicking that, go to the &amp;quot;BACKUP&amp;quot; tab. If you check the &amp;quot;Backup my configuration at MiOS.com&amp;quot; option, Vera will automatically backup your configuration online each night so that if Vera breaks and we send you another one, you can go to MiOS.com, download the last backup file, and restore it so you don't need to setup Vera again. MiOS.com keeps 5 daily backups, so if you somehow mess up Vera's setup, you can also restore Vera to a prior backup. &lt;br /&gt;
&lt;br /&gt;
To manually backup Vera, click 'Create Backup'. Vera will give you a backup file to save to your PC. &lt;br /&gt;
&lt;br /&gt;
To restore a backup file, either one that you created manually with 'Create Backup', or an automatic backup at MiOS.com, click 'Browse' to find the backup file, select it, and click 'Restore'. &lt;br /&gt;
&lt;br /&gt;
You can also click 'Restore to Factory Defaults' to reset Vera's configuration just like it was when Vera first arrived. &lt;br /&gt;
&lt;br /&gt;
== How to create a backup and restore it (UI5):  ==&lt;br /&gt;
&lt;br /&gt;
*click the &amp;quot;SETUP&amp;quot; tab from your dashboard. &lt;br /&gt;
*Select &amp;quot;Backup&amp;quot; &lt;br /&gt;
*Press on the &amp;quot;Press Z-Wave network&amp;quot; button and wait until the process ends. Look for the message &amp;quot;Backup: Backup done&amp;quot; in the top of your dashboard. &amp;lt;br&amp;gt; &lt;br /&gt;
*Then press &amp;quot;Create backup&amp;quot; button and save the backup file on your computer. &lt;br /&gt;
*In order to restore a backup you must check the option &amp;quot;Restore Dongle Firmware (takes up to 2 hours and is not recommended) and then browse for the backup file on your computer and click on &amp;quot;Restore&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
=== Manual Upgrades  ===&lt;br /&gt;
&lt;br /&gt;
To manually load a firmware to your Vera: &lt;br /&gt;
&lt;br /&gt;
*click the Advanced icon in the toolbox section of your Vera's UI. &lt;br /&gt;
*Select the tab &amp;quot;FIRMWARE&amp;quot; &lt;br /&gt;
*Vera automatically checks connectivity to the download server (download1.mios.com or download2.mios.com). &lt;br /&gt;
*Vera shows you the current firmware version and provides info if this firmware is up to date or not. &lt;br /&gt;
*You can upgrade your Vera by dropping a specific download URL for your Vera in the &amp;quot;URL for MiOS custom firmware&amp;quot; box.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
To manually load a firmware to your Vera 3 or Vera Lite (UI5): &lt;br /&gt;
&lt;br /&gt;
*click the &amp;quot;SETUP&amp;quot; tab from your dashboard. &lt;br /&gt;
*Select the tab &amp;quot;FIRMWARE&amp;quot; &lt;br /&gt;
*Vera automatically checks connectivity to the download server (download1.mios.com or download2.mios.com). &lt;br /&gt;
*Vera shows you the current firmware version and provides info if this firmware is up to date or not. &lt;br /&gt;
*You can upgrade your Vera by dropping a specific download URL for your Vera in the &amp;quot;URL for MiOS custom firmware&amp;quot; box.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
=== Automatic Upgrades  ===&lt;br /&gt;
&lt;br /&gt;
*NOTE: Updating a Vera 1 to the latest official firmware requires an intermediate step. Always create a backup file for your unit and after that please go to https://findvera.com/ in order to upgrade.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See also: http://wiki.micasaverde.com/index.php/Vera1_To_Vera2_Migration &lt;br /&gt;
&lt;br /&gt;
You can automatically update your Vera by accepting the pop-up notice that a new firmware is available, asking you if you want to upgrade.&amp;lt;br&amp;gt; From there you can follow the steps to automatically update your Vera to the latest official firmware release. &lt;br /&gt;
&lt;br /&gt;
== Known Issues  ==&lt;br /&gt;
&lt;br /&gt;
*Vera 1 upgrading to 1.1.1245 directly from a version older than 1.1.1062 does not work.&amp;amp;nbsp;If you go to http://findvera.com it will ask you to upgrade to an intermediate version of firmware and after it is finish you should go to http://micasaverde.com/vera to see if you have the latest firmware version.&amp;lt;br&amp;gt;&lt;br /&gt;
*Sometimes an upgrade makes Vera go back to her default locale settings (USA). For users in the EU their devices do not work anymore. As for the locale issue mentioned in this thread, please refer to [http://forum.mios.com/index.php?topic=6652.0 this Forum post]&lt;br /&gt;
&lt;br /&gt;
== References  ==&lt;br /&gt;
&lt;br /&gt;
*Update URL for your Vera 1 or 2 Hardware http://micasaverde.com/vera2 &lt;br /&gt;
*Update URL for your Vera 2 (if you have UI4 and you want the new user interface UI5)&amp;amp;nbsp;: http://cp.mios.com/firmware &lt;br /&gt;
*Update URL for your Vera 3 or Vera Lite&amp;amp;nbsp;: http://cp.mios.com/firmware &lt;br /&gt;
*Recovery procedures &lt;br /&gt;
**Vera 1 hardware [http://wiki.micasaverde.com/index.php/Firmware_Flash_Vera_1 Recovery] &lt;br /&gt;
**Vera 2 hardware [http://wiki.micasaverde.com/index.php/Firmware_Flash_Vera2 Recovery] &lt;br /&gt;
**Vera 3 hardware [http://wiki.micasaverde.com/index.php/Firmware_Flash_Vera3 Recovery]&lt;br /&gt;
&lt;br /&gt;
Note: To be done only if you Vera unit doesn't boot anymore!!! See in each link how the leds should blink if this is the case&amp;amp;nbsp;!!! &lt;br /&gt;
&lt;br /&gt;
*Related forum threads &lt;br /&gt;
**http://forum.mios.com/index.php?topic=6652.0&amp;lt;br&amp;gt; &lt;br /&gt;
**http://forum.mios.com/index.php?topic=4423.0&lt;br /&gt;
&lt;br /&gt;
[[Category:How_To]]&lt;/div&gt;</summary>
		<author><name>Mcvdennis</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>2012-02-24T18:59:00Z</updated>
		
		<summary type="html">&lt;p&gt;Mcvdennis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br&amp;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;amp; which reveals RTSP RTP URL rtsp://x.x.x.x/iphone/11 (credentials required though)&lt;br /&gt;
|-&lt;br /&gt;
| [http://global.level1.com LevelOne] &lt;br /&gt;
| IP Camera &lt;br /&gt;
| [http://global.level1.com/product_d.php?id=54 WCS-2030] &lt;br /&gt;
| all &lt;br /&gt;
| 2010 &lt;br /&gt;
| Indoor &lt;br /&gt;
| cgi-bin/video.jpg &lt;br /&gt;
| [http://reviews.cnet.com/search-results/levelone-camcon-wcs-2030/1707-5_7-31972011.html CNET review] &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| An inexpensive IP camera with good image quality. Can be connected wired or wirelessly. Most LevelOne cameras use the same path for the JPEG image, so most of their line (both low and high end) should be compatible. Video and audio also stream over RTSP, which can be customized through the camera's web interface.&lt;br /&gt;
|-&lt;br /&gt;
| Asante &lt;br /&gt;
| IP Camera &lt;br /&gt;
| [http://www.asante.com/products/SecureNetCam/Voyager1.asp Voyager I] &lt;br /&gt;
| firmware 2.02 and above &lt;br /&gt;
| 2010 &lt;br /&gt;
| Indoor &lt;br /&gt;
| image.cgi &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| An inexpensive&amp;amp;nbsp;IP&amp;amp;nbsp;camera that is very feature rich, has good image quality, night vision capabilities, motion detection, two-way audio, video streaming over TCP, UDP, or HTTP, and other configurable features. In firmware version 2.02, Asante added the capability to retrieve an image via a URL (however, it is delayed by 3 seconds). Offers a full-featured web interface in IE using an ActiveX plug-in (limited capabilites in other browsers).&lt;br /&gt;
|-&lt;br /&gt;
| TrendNet &lt;br /&gt;
| IP Camera &lt;br /&gt;
| [http://www.trendnet.com/products/proddetail.asp?prod=155_TV-IP512WN&amp;amp;cat=149 TV-IP512WN] &lt;br /&gt;
| all &lt;br /&gt;
| 2009 &lt;br /&gt;
| Indoor &lt;br /&gt;
| /image/jpeg.cgi OR /cgi/jpg/image.cgi &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| Feature-rich inexpensive IP camera with good image quality, features 802.11n, GPIO ports, not bad optics&lt;br /&gt;
|-&lt;br /&gt;
| D-Link &lt;br /&gt;
| IP Camera &lt;br /&gt;
| [http://www.dlink.com/products/?pid=DCS-950G DCS-950G] &lt;br /&gt;
| firmware 1.07 &lt;br /&gt;
| &amp;amp;nbsp;? &lt;br /&gt;
| Indoor &lt;br /&gt;
| /_gCVimage.jpg &lt;br /&gt;
| [http://www.amazon.com/D-Link-Securicam-DCS-950G-Wireless-Internet/product-reviews/B0006GDCD0/ref=dp_top_cm_cr_acr_txt?ie=UTF8&amp;amp;showViewpoints=1 Customer reviews] &lt;br /&gt;
| Ap15e &lt;br /&gt;
| It takes about 9(!) seconds to get the jpg file from the camera, but Vera's generic Luup IP camera plugin times out after 5 seconds by default. Starting with Ui4 a timeout option was added to the device settings for the camera, which you can increase to 10.&lt;br /&gt;
|-&lt;br /&gt;
| D-Link &lt;br /&gt;
| IP Camera &lt;br /&gt;
| [http://www.dlink.com/products/?pid=664 DCS-920] (also DCS-930 and DCS-932) &lt;br /&gt;
| firmware 1.05? &lt;br /&gt;
| &amp;amp;nbsp;? &lt;br /&gt;
| Indoor &lt;br /&gt;
| /image/jpeg.cgi &lt;br /&gt;
&amp;lt;br&amp;gt; /image.jpg &lt;br /&gt;
&lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| futzle &lt;br /&gt;
| Standard timeout (5 seconds) works. It may be necessary to turn on access control (username/password) on the camera's web configuration, and set Vera to use the username/password.&lt;br /&gt;
|-&lt;br /&gt;
| Wanscam &lt;br /&gt;
| IP Camera &lt;br /&gt;
| aj-c2wa-c198 &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Indoor &lt;br /&gt;
| /videostream.cgi &lt;br /&gt;
| &lt;br /&gt;
| mcvdaniel &lt;br /&gt;
| It may be necessary to use the original software that came with the camera to find it on the network.&lt;br /&gt;
|}&lt;br /&gt;
&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;
|-&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|Camera2.jpg]] &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 you can archive these snapshots over time for security purposes. Most IP/Network cameras made in the past few years will have a JPG Snapshot mode. Some examples from Linksys are WVC54GCA, WVC200/WVC210.&amp;amp;nbsp; D-link, Trend-Net, and many others make similar cameras. &lt;br /&gt;
&lt;br /&gt;
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) after a minute or so Vera will auto detect the camera and install the necessary plugin;&amp;lt;br&amp;gt; 3) after the plugin is installed you should be able to see an image when you press the little wrench key from the camera's icon on the dashboard;&amp;lt;br&amp;gt; 4) go to the Settings tab and scroll down to the last option, IP;&amp;lt;br&amp;gt; 5) copy that IP address and paste it into your browser's address bar and hit the Enter key (it will open the administration page for the camera);&amp;lt;br&amp;gt; 6) on the camera's administration page go to wireless options and set up the SSID and the password (the SSID is usually &amp;quot;'''vera_xxxxx'''&amp;quot; [where xxxxx is Vera's Serial Number]; you can find the Serial number and the password on the back side of Vera[password is WiFi pass or Home ID]) and Save;&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: rgb(255, 0, 0);&amp;quot;&amp;gt;'''Note: Vera's SSID is starting with a small letter, not a capital one: vera_xxxxx'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section and will show up after you select the '''encryption protocol:&amp;amp;nbsp;WPA2'''.&amp;lt;br&amp;gt; 7) remove the Internet cable connection and power cycle the camera;&amp;lt;br&amp;gt; 8) go to the dashboard and check for image from the camera.&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''B''') if by any reason you can't see the camera after you connect it to your main router here is what you need to do (we presume that Vera has been already configured):&amp;lt;br&amp;gt; 1) go to Advanced &amp;amp;gt; Net &amp;amp;amp; WiFi tab and select the '''Through another gateway on my network. MiOS is a switch''' option and then ''Save and apply'' from the bottom of that page;&amp;lt;br&amp;gt; 2) connect your camera to the '''ETH2 port''' on Vera(now Vera should &amp;quot;see&amp;quot; the camera and you should be able to see pictures);&amp;lt;br&amp;gt; 3) go to the Settings tab and scroll down to the last option, IP;&amp;lt;br&amp;gt; 4) copy that IP address and paste it into your browser's address bar and hit the Enter key (it will open the administration page for the camera);&amp;lt;br&amp;gt; 5) on the camera's administration page go to wireless options and set up the SSID and the password (the SSID is usually &amp;quot;'''vera_xxxxx'''&amp;quot; [where xxxxx is Vera's Serial Number]; you can find the Serial number and the password on the back side of Vera[password is WiFi pass or Home ID]) and Save; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: rgb(255, 0, 0);&amp;quot;&amp;gt;'''Note: Vera's SSID is starting with a small letter, not a capital one: vera_xxxxx'''&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Note: The password should be listed as ''''Shared Key' '''under the 'Security' section and will show up after you select the '''encryption protocol:&amp;amp;nbsp;WPA2'''.&amp;lt;br&amp;gt; 6) remove the Internet cable connection and power cycle the camera;&amp;lt;br&amp;gt; 7) go to the Dashboard and check if you receive images from the camera.&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]] [[Category:Supported_Devices_Table]]&lt;/div&gt;</summary>
		<author><name>Mcvdennis</name></author>	</entry>

	</feed>