Questions

1.Is it possible to control the Vera edge by sending commands from the command prompt in windows (cmd)? For instance switching lights on and off?

2.I have I Qubino Flush dimmer. Is it possible to control a scene in the Vera by changing wall switch nr 2 (I2) on the Qubino. Wall switch nr 1 will change the state of a local lamp and I want switch nr 2 to send a signal (communicate) to the Vera.

3.Is it possible to program the Vera to send a call request to my server when a lamp changes status. When I use the Vera-app to control a lamp I want the Vera to send a http/UDP signal to my server. Is that possible to configure?

1.Is it possible to control the Vera edge by sending commands from the command prompt in windows (cmd)? For instance switching lights on and off?

You can send HTTP commands from a browser to control Vera devices. See Luup Requests. You could probably send these from the command line using a program like Wget for Windows.

2.I have I Qubino Flush dimmer. Is it possible to control a scene in the Vera by changing wall switch nr 2 (I2) on the Qubino. Wall switch nr 1 will change the state of a local lamp and I want switch nr 2 to send a signal (communicate) to the Vera.

I believe the I2 input on Qubino devices is shown as a motion sensor on Vera. You should be able to trigger scenes when this is tripped.

3.Is it possible to program the Vera to send a call request to my server when a lamp changes status. When I use the Vera-app to control a lamp I want the Vera to send a http/UDP signal to my server. Is that possible to configure?

You can use the Lua function luup.inet.wget() to send an HTTP request from a scene that is triggered when your lamps change state. See Wget. You could also use the Lua Socket library to send UDP datagrams but that requires a little more code.

cURL would work as well via http commands

http://curl.haxx.se/download.html

I Love you guys

…on my way to the store to buy a Vera Edge

Life changing moments :slight_smile: