A look at Labview Code

I am willing to try the 1.1.1234 version…can you give me the link to install it. I assume it is still in the Beta Version…correct?
Also, I seem to remember from Guessed or Strangely that TCP/IP sockets are supported in Mios, is that something that can be done? If I work out the calls in Labview, test and prove them, then it would be easy to create matching code for the Vera if that is true.
Let me know
Thanks
Tim Alls
AllSeas Yachts

AP I am on 1.1.234.

Sonos…
The Sonos code for Labview is attached. This will take a little more research to be used as the ID number for each unit is part of the output string. In addition the volume control works for an individual unit but I haven’t tested it in the Chained Position…I need to see how the code changes when units are grouped.
The question still remains how to make use of this…maybe somebody with programming background can explain how to adapt the coding into the Vera.
Regards
Tim Alls

I am going to start a new thread on the Sonos.

I am willing to try the 1.1.1234 version.....can you give me the link to install it.

The link from http://forum.micasaverde.com/index.php?topic=5560.0 should upgrade your Vera to >= 1.1.1234.

In regards to uprgrading to the Beta Firmware…
The link has a shortcut and even though I am on the same network as the Vera it doesn’t come up with upgrade options.
Is there another way?
Regards
Tim

@TimAlls

BTW, does your mobile Vera know her current geographical coordinates?

If she does, you could use a modified version of my DAD plugin to get access to some interesting data and Luup events.

I am alway looking for something new!
Let me take a look at your plugin…sound interesting.

Since you write plugins… can you tell me if there are any coding examples of changing the value of a variable stored in Vera? HTTP comands?

My goal is to take information from devices like the Brultech Power Monitor and from Labview and have them tied into the Vera using Virtual Devices or similar.
Any suggestions would be great!

Thanks
Tim Alls
AllSeas Yachts

Since you write plugins.... can you tell me if there are any coding examples of changing the value of a variable stored in Vera? HTTP comands?

http://wiki.micasaverde.com/index.php/Luup_Lua_extensions#function:_variable_set
http://wiki.micasaverde.com/index.php/Luup_Lua_extensions#function:_variable_get
http://wiki.micasaverde.com/index.php/UI_Notes#The_HTTP_interface

http://192.168.178.34:3480/data_request?id=lu_variableget&serviceId=urn:micasaverde-com:serviceId:LightSensor1&Variable=CurrentLevel&DeviceNum=16832

Ap15e,
I have been able to use HTTP commands to set levels, turn on scenes, and read status…I am still having trouble finding an HTTP example of changing the value of a variable stored in Vera.
I don’t see one listed in the HTTP page link above.
If you know of one let me know.
Thanks
Tim Alls

There you go:
[url=http://wiki.micasaverde.com/index.php/Luup_Requests#variableset]http://wiki.micasaverde.com/index.php/Luup_Requests#variableset[/url]

Thats the one I was looking for!
Thankyou!
Regards
Tim Alls
AllSeas Yachts