This button when the light switch is ON;
..and this for OFF.
I can poll the status of a switch via a web call to Vera's web server.
example;
Code: Select all
http://192.168.14.102:3480/data_request?id=status&output_format=xml&DeviceNum=129
Code: Select all
<state id="17" service="urn:upnp-org:serviceId:SwitchPower1" variable="Status" value="1"/>
To me it sounds like it will work in theory but I am not having any luck finding detailed information with 2-way feedback configuration.