First, make sure you have debug logging turned on in the Google Home Community app. If you still don't see anything in your Hubitat logs from the Google Home Community app then either the OAuth settings or the fulfillment URL is likely configured incorrectly.
The fulfillment URL shouldn't include any brackets or anything. The {}
in the instructions are just there to indicate that you need to replace that section with your value. The fulfillment URL should look something like this:
https://cloud.hubitat.com/api/2c43c142-489e-49f8-b343-a08c365ea19d/apps/123/action
In the OAuth settings make sure:
- Client ID matches the ID from your app
- Client secret matches the secret from your app
- Authorization URL should be
https://oauth.cloud.hubitat.com/oauth/authorize
- Token URL should be
https://oauth.cloud.hubitat.com/oauth/token
-
app
should be the only scope
The settings page should look something like this: