mirror of
https://github.com/koush/scrypted.git
synced 2026-04-28 18:50:29 +01:00
Google Device Access Plugin for Scrypted
The Google Device Access Plugin allows you to import and control your Nest and Google devices from Scrypted.
Setup
Fllow steps at the link below to create your personal Google Device Access developer account Google Cloud developer account:
- Google Device Access Project aka GDA ($5)
- Google Cloud Project aka GCP (might be within the free tier) https://developers.google.com/nest/device-access/get-started
Google Cloud Setup
- Create a API & Services -> Credentials -> WebApplication with the following redirect URIs:
https://home.scrypted.app/web/oauth/callback
https://www.google.com
- Open the API Dashboard -> Enable Cloud Pub/Sub
Google Device Access Setup
- Create the project.
- Add the GCP client id.
- Note the pub/sub topic.
Scrypted Plugin Setup
- Enter the GDA project id, GCP client id, and GCP secret.
- Login.
- Note the pubsub url.
Google Cloud Console PubSub Setup
Create a pubsub push subscription and configure it using the previously noted GDA topic and Scrypted pubsub url.