From c418720b70136015ff3dd6bcc6915880a7a0803b Mon Sep 17 00:00:00 2001 From: Kyle Carlton Date: Mon, 13 Mar 2023 21:00:39 -0500 Subject: [PATCH] update nest-logger.md and add powered by credit. --- content/nest-logger.md | 6 +++--- templates/index.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/nest-logger.md b/content/nest-logger.md index 9a6d1c5..7768935 100644 --- a/content/nest-logger.md +++ b/content/nest-logger.md @@ -7,16 +7,16 @@ draft = false tags = ["Nest", "Google", "API", "DeviceAccess", "OAuth2", "Temperature", "Humidity", "Weather"] +++ -Since [Works with Nest (WWN)](https://developers.nest.com/) is retiring, I decided to configure [Device Access](https://developers.google.com/nest/device-access/get-started) and check out the Smart Device Management (SDM) API. The Quick Start Guide on the Device Access page is very comprehensive, and here's what I did to get a log of temperature and humidity from my Nest and corresponding outdoor values. +Since [Works with Nest (WWN)](https://developers.nest.com/) is retiring, I decided to configure [Device Access](https://developers.google.com/nest/device-access/get-started) and check out the Smart Device Management (SDM) Application Programming Interface (API). The Quick Start Guide on the Device Access page is very comprehensive, and here's what I did to get a log of temperature and humidity from my Nest and corresponding outdoor values. {{ image(src="/img/NestandOutside.png", position="left") }} First I paid the seemingly unavoidable one-time, non-refundable $5 USD fee and accepted both the [Google API](https://developers.google.com/terms) and [Device Access Sandbox](https://developers.google.com/nest/device-access/tos) Terms of Service. -Since access to the SDM API is through [Google Cloud Platform (GCP)](https://cloud.google.com/gcp/) I created a project and enabled the Smart Device Management API from the [API Enablement](https://console.developers.google.com/apis/library/smartdevicemanagement.googleapis.com) page and created an OAuth 2.0 Client ID on the [Credentials](https://console.developers.google.com/apis/credentials) page. +Since access to the SDM API is through [Google Cloud Platform (GCP)](https://cloud.google.com/gcp/) I created a [project](https://developers.google.com/workspace/marketplace/create-gcp-project). Then enabled the Smart Device Management API from the [API Enablement](https://console.developers.google.com/apis/library/smartdevicemanagement.googleapis.com) page and created an [OAuth 2.0](https://oauth.net/2/) Client ID on the [Credentials](https://console.developers.google.com/apis/credentials) page. -My final step in setup was to create a project in Device Access, so I have the Project UUID needed to make SDM API calls. +My final step in setup was to create a project in Device Access, so I have the project [Universally Unique Identifier (UUID)](https://en.wikipedia.org/wiki/Universally_unique_identifier) needed to make SDM API calls. diff --git a/templates/index.html b/templates/index.html index 6a4406e..f46f963 100644 --- a/templates/index.html +++ b/templates/index.html @@ -119,7 +119,7 @@ :: - Powered by Zola + Terminimal Theme + Powered by Zola + Terminimal Theme + Font Awesome {% endif -%}