-
Notifications
You must be signed in to change notification settings - Fork 9
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
Config help : requested entity was not found #21
Comments
That difference seems to be key, following the readme led me to create a "User-managed service account" (IAM), while you have a "Default service account" (@appspot). Default service accounts have a default "Editor" authorization. I don't know how you created it. https://cloud.google.com/iam/docs/service-accounts#types I tried adding the IAM account to the project users with Editor authorization, but still I have the same error. |
Yeah, you're using the "App Engine default service account", which I don't have : I have to manually create a service account, but then it's an IAM account, which seems to make a difference ? Was this account created automatically ? Maybe I need to create the project not from the Actions dashboard, but from somewhere else to get this default service account ? |
A step to add in the readme to get that default service account ; |
Good question. I have created the project in 2018, so I don't remember. I think I have created it through the action console. Let me know if you find something otherwise I will try to create a new Service Account for test ;) |
I have the same problem, is there a solution in the meantime? |
No more feedback on my side, but we can try to compare your configuration with mine if you want ;) |
Hi,
I have followed the readme to the letter, unfortunately I can't get it to work.
When starting the app, after the loxone init, I'm getting this :
The homegraph is activated, service account created, json key placed correctly in ~/.google-home-loxone/jwt.json, auth0 callback configured etc.
Maybe my agentUserId is wrong, it's not clear what this value should be and I have tried many values. My best guess is that it's the ID of the Google Action, the same that I find in the URL while configuring the Google Action, is that correct ? If my project is called loxone, it's something like loxone-a2c3e.
Same with auth0 callback, is the url correct ? https://oauth-redirect.googleusercontent.com/r/loxone-a2c3e
Do I have to create a release of the Google Action ? alpha, beta..
The text was updated successfully, but these errors were encountered: