Warning: When Google took over Nest, the apis also changed. It is not possible to get an API Key anymore and therefore this project also won't be able to authenticate anymore.
This project enables to interact with your Nest thermostat.
go build .
go mod download
cat tools.go | grep _ | awk -F'"' '{print $2}' | xargs -tI % go install %
cp .gotherm.toml.dist .gotherm.toml
Fill out your clientId, clientSecret, authCode.
https://codelabs.developers.google.com/codelabs/wwn-api-quickstart/#2
./gotherm serve