Get Status of the Thermostat

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!

Try this:

http://veraip:3480/data_request?id=status&output_format=json&DeviceNum=5

Where 5 is the device id of the thermostat.

  • Garrett

Thanks Garrett!

And based on your response, I was able to figure out how to the the user_data too. This gives me the names of all the configured devices.

http://ipaddress:3480/data_request?id=user_data

Thanks so much!
Mike B.