Vera UI7 - Windows App

I just created an windows application to control vera UI7 with Json and http requests

I would like to add support for external usage but are not shore about this URL:
https://fwdX.mios.com/demovera/myvera123/30012345/data_request?id=user_data

does all URL commands used with the link above return the same data as my commands below?

? http:// ?VERA IP? :3480/data_request?id=sdata&output_format=json
? http:// ?Vera IP? :3480/data_request?id=lu_action&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&action=SetHouseMode&Mode=
? http:// ?Vera IP? :3480/data_request?id=variableget&Variable=Mode
? http:// ?Vera IP? :3480/data_request?id=lu_action&&output_format=xml&&DeviceNum= ?DeviceId? &&serviceId=urn:upnp-org:serviceId:SwitchPower1&&action=SetTarget&&newTargetValue= DeviceStatus;

It?s written in Swedish for the moment but I think I will try to add English language. Images are temporary and will be changed to new in next version.

[url=http://www.automatiserar.se/?p=1890]Vera UI7 – Windows klient | Tips för ett smartare hem

In order to access Vera outside of the network will require supporting the MMS authentication for UI7. This is not as simple as calling a url. Have a look here for information.

http://forum.micasaverde.com/index.php?topic=24942

  • Garrett

Thanks for that link!

Will try this Mios.dll from that post you provided :slight_smile:

http://veradotnet.codeplex.com/