Created At
Apr 25, 2021
Created By Guillaume Waignier
QuickApp to integrate Nest Devices (Thermostat, Camera, Doorbell)
Created At
Apr 25, 2021
Last Update
Sep 12, 2023
Platforms
HC 3 Lite, Z-box Hub, Yubii Home Pro, Yubii Home, HC 3
Views
6505
Download
443
Version: 1.3.1
It's a Quick App for Nest Devices. It supports:
The features are:
Create a Google Device Nest Account in https://developers.google.com/nest/device-access
Follow the QuickStart in https://developers.google.com/nest/device-access/get-started
Link your account in https://developers.google.com/nest/device-access/authorize
Account permissions requirement: access and control your thermostat, know when an event occurs with your camera (motion of person), know when a person press the doorbell
How to get the Authentication code:
A notification will give you the URL to generate the code. During the process you need to authorize the Quick App to access and control your wanted devices.
At the end of the process, you will get an url such as https://www.google.com/?code=4/xxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&scope=https://www.googleapis.com/auth/sdm.service.
The code is in red. You need to copy it inside the parameter 'code'.
Only for Camera and doorbell
Follow the steps explained in https://developers.google.com/nest/device-access/subscribe-to-events. When you have created your Pub/Sub Subject. You writte this command in Google Cloud Shell (replace the subject with yours)
gcloud pubsub subscriptions create fibaro --topic=projects/sdm-prod/topics/enterprise-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
You can have more detailled installation at the following URL:
https://github.com/GuillaumeWaignier/fibaro/tree/master/quickApp/Nest
v1.3.1 - 09/2023
v1.3 - 08/2023
v1.2 - 02/2023
v1.1 - 01/2023
v1.0 - 01/2022
Is it compatible with multiple Nest thermostats in the same house and linked to the same account?
I haven't tested it with multiple thermostats, but normally it should work. It will create a widget for each thermostat in the same account. If there is a bug, let me know so I can fix it.
I have followed all the steps and the 3 thermostats that I have associated in the same account have been created correctly. The only problem I see is that in the preview of each one they appear without buttons to adjust the mode (ECO/Manual/...) or the temperature. The rest of the information (temperature, humidity and the icon is green with the temperature and the activated mode) are working correctly. I deleted everything and started again twice in case it was an authentication problem but I still don't see any buttons to adjust the thermostats.
Are you using the web interface or Android or iPhone ? On the web interface, you need to click on the eye at the top right of the thermostat icon in order to open a panel at the right. The control buttons are in this panel.
is there someone who have the solution with Fibaro HC2 in combination with Nest thermostate?