Is there a way to do a general get status on the thermostat? Ideally, I’d like the info from the Settings and Advanced Tab from the Config Screen (using the Mi Casa Verde web interface).
I can do the following to get a status of everything connected to the Mi Casa Verde:
//fwd2.mios.com/ [nofollow]///data_request?id=status
I use the following to get the status of the current mode for the Thermostat:
//fwd2.mios.com/ [nofollow]///data_request?id=variableget&DeviceNum=5&serviceId=urn:micasaverde-com:serviceId:HVAC_OperatingState1&Variable=ModeState
Thanks!