I haven’t seen anywhere online, but there is a bit of a local API for the Pro 1 Thermostats. Their App doesn’t seem to use it unfortunately.
I haven’t been able to find anything super useful yet, but this is what I got so far:
Reboot Device: curl -X POST -H "Content-Type: application/json" -d '{"command":"reboot"}' http://{IP}/sys/command
GETs:
System info:
sys - Lists a ton of data, but no sensor info
sys/network - current wifi info
sys/scan -used for finding network during provisioning (I presume) nothing happens if already connected
sys/time gives epoch time
sys/interface - provides json {"interface":"station"} also in sys
sys/connection - 4 flags of wifi auth status
AWS Info:
aws_iot/pubCert
aws_iot/thing
aws_iot/region
aws_iot/privKey
Most of this was just pulled from it’s webpage javascripts. I tried to unpack the phone app, but didn’t find anything useful for the Local API. If anyone has any ideas on how to find the other info I’d love to hear it.