Added details on how to get Nest doorbell refresh token and device ID - #1628
Added details on how to get Nest doorbell refresh token and device ID#1628dairefinn wants to merge 1 commit into
Conversation
|
Thanks to you @dairefinn I was able to see that my doorbell and nest camera are the oldest ones and are sadly {
"traits": {
"supportedProtocols": [
"RTSP"
]
}
}and enabled me to find https://developers.google.com/nest/device-access/traits/device/camera-live-stream#generatertspstream I will see if I can mash something together for the RTSP protocol because my doorbell is too expensive to replace |
|
@slhad in this case you can use my integration: https://github.com/felipecrs/hass-expose-camera-stream-source But I think you can upgrade your doorbell to WebRTC by enrolling it in preview updates in Google Home app. I have never done so, just heard it works. |
|
@felipecrs I had tried already
(still with your integration) And then I checked the wifi channel and it was on "auto", fixed it to channel 1 (away from my other 2 routers) and I have steady stream, I still got the 5 mins timeout in go2rtc but seem to retry and work transparently instead of freezing and killing the stream |
|
Have you tried this btw? |
|
I will keep it in mind if I still get issues, but for now I have 10+ hours of uninterrupted doorbell footage, that's perfect |
There wasn't a whole lot in the README about adding a nest doorbell directly so I added a guide on how to do it based on my recent experience doing it.