potmat / homebridge-google-nest-sdm

A Homebridge plugin for Google Nest devices that uses the Google Smart Device Management API. Supports Cameras, Doorbells, Displays, and Thermostats. Includes support for HomeKit Secure Video.
ISC License
140 stars 17 forks source link

Plugin initialization failed Every 7 days #60

Closed Beuk14 closed 1 year ago

Beuk14 commented 1 year ago

I always need to renew my refresh token every 7 days. Is there something I can do to prevent this?

Thanks, Matthias

potmat commented 1 year ago

I've never seen this before... I've been using the same token for years. What message do you get?

allenporter commented 1 year ago

This typically means your oauth consent screen is set to testing instead of production in the google cloud console. See https://support.google.com/cloud/answer/10311615 for more under Publishing Status and Testing

potmat commented 1 year ago

@Beuk14 : Let us know if this helps.

Beuk14 commented 1 year ago

Yes, this did it for me! Thank you for the response!