Adam Shea
Results
1
comments of
Adam Shea
At least you can stop the cloud phone-home by setting enable to zero and clearing the authkey: `curl http://$THERMOSTAT_IP/cloud -d '{"enabled":0}' -X POST` `curl http://$THERMOSTAT_IP/cloud -d '{"authkey":""}' -X POST` That...