-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Security Devices #61
Comments
I recall that Yale x Nest locks are not supported in the API I use, but will require a grpc/protobuf endpoint. If I request the
So it seems that this one will be harder to implement, however I will keep this issue open to track progress. |
Not sure if this in the same category as the door locks, but I can also see door (open/closed) sensors via home.nest.com. I don't see a bucket for them in the current diagnostic output, though. Any thoughts on how to figure out whether they can be accessed via the API you're using for the protect and temp sensors? |
You could probably check this via https://support.deskpro.com/en/kb/articles/how-to-inspect-ajax-requests-with-chrome-tools. |
I tried a few different things with the Nest Home Web App and it seems they've limited the security-related capabilities of the web app. I found some details here: https://support.google.com/googlenest/answer/9241220?hl=en&app=true&country=US&locale=en_US#zippy=%2Cnest-web-app-features I can definitely see the state of the doors, door locks, and alarm from the web app, but I'm not seeing any way to change anything via the web app. I'm not sure where the app is getting the data on device status from, but even that would be useful in Home Assistant if the devices can't be controlled via this API. The XHR subscribe entries show the object keys in the payload section, but there is no response information, so I'm not sure where to find how the door/lock/alarm status is coming from. |
I wanted to see what functiuonality homebridge currently exposes, so I spun up an instance and added the
The authentication method appears to be the same as what So even though the google support docs mention a difference between the |
They use the GRPC / protobuf API, however this works in another way and is hard to test and debug for me since I don't own any of these devices. When I have some more time in the future, I will perhaps give it another try, but for now this won't be implemented soon. |
Description
When running the version of
nest-protect
that enables all buckets (https://github.com/iMicknl/ha-nest-protect/archive/refs/heads/enhancement/add_more_info.zip), there are security devices in my account, which I suspect are the Yale x Nest door locks.In the diagnostics output, the bucket names look like this:
I don't see any entries in the
object_key
section for these devices, but maybe that's because they need to be enabled in the integration?Device (optional)
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: