Can you run a scene by making a http request to vera lite device?

I’m very new to the community, but I’m fascinated by the possibilities this product offers. I might be putting the cart before the horse, since I haven’t received my vera lite yet and can’t test yet, but I’m curious to know if it’s possible to run a scene by simply sending a url with the appropriate parameters to the vera lite device? What kind of API does the vera lite have to allow it to communicate with mobile phones and such? Thx.

Yep.

Here is a previous discussion: http://forum.micasaverde.com/index.php/topic,2013.msg98770.html#msg98770

Here’s another: http://forum.micasaverde.com/index.php/topic,12396.msg92130.html#msg92130

Here’s the wiki page: http://wiki.micasaverde.com/index.php/Luup_Requests#action

Edit: correct anchor in wiki link

Perfect… exactly what I was looking for. Thx so much…

This data doesn’t appear to work any more.

http://vera:3480/data_request?id=action&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&action=RunScene&SceneNum=47

returns:

error on line 2 at column 28: xmlns:u: ‘Unknown Service’ is not a valid URI

That’s because you browser does not know how handle the return results according to MCV specs.
The request should still have worked if that is a valid scene.

And so it does. Thanks!

using the force version update to 1.82 resolved my issue of not being able to get bridge config. I have a pro2 model.
http://192.168.1.XX:3480/data_request?id=action&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&action=CreatePlugin&PluginNum=8588&Version=34640

This can be done only from local network right?

It can only easily be done from the local network.
It’s very complicated … many http calls … with lots of tricky details … to do this from the internet … of course it needs your Vera Account login details.

[quote=“RichardTSchaefer, post:9, topic:174245”]It can only easily be done from the local network.
It’s very complicated … many http calls … with lots of tricky details … to do this from the internet … of course it needs your Vera Account login details.[/quote]

This is sad…could be an alternative to the lack of IFTTT integration.