-
Notifications
You must be signed in to change notification settings - Fork 44
Google Actions changed from home control to Smart Home #56
Comments
Ran into the same problem. For 'Smart Home' Google does not support the OAuth implicit code flow anymore. |
so is this DOA then now? |
i tried to implement something of this: https://laravel.com/docs/6.x/passport#code-grant-pkce |
Hey guys, sorry for your inconvenience. I had to cancel development of the non-enterprise gBridge platform since it was not profitable. The code here hasn't been touched in a while and is probably outdated. Migrating the authentication from the implicit code to authorization code flow or alike shouldn't be too hard.
Sorry that I can't provide more support |
Hi all, |
Hi everybody. If you use use NodeRed as part of your home assistant setup then I suggest you take a look at https://github.com/mikejac/node-red-contrib-google-smarthome and https://flows.nodered.org/node/node-red-contrib-google-smarthome It's an absolute shame that this project died. |
Do you have any luck on this as @peterkappelt mentioned. If yes, please help me out My mail id is suryaobulareddy@gmail.com |
Hi, yes I got it implemented and working. It's probably not the best code, but it works for me. |
@lowlander07 regards Marcel. |
Hi Marcel,
Yes, the modified code is in here: https://github.com/lowlander07/gBridge
Hope you can use it as well.
Regards, Bert
Op di 31 jan. 2023 om 23:42 schreef MrMarcel66 ***@***.***>:
… @lowlander07 <https://github.com/lowlander07>
Can you share your solution with us please!
I'm using gBridge for a while and i was very happy with this project.
Too bad the project is dead i found it the best solution.
regards Marcel.
—
Reply to this email directly, view it on GitHub
<#56 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKJPTY5GX5QWPK2K5YIMLCLWVGILZANCNFSM4TPJMTIA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi Bert, thanks for sharing. |
Instance Type (hosted/ docker/ other): Docker
User ID (if using hosted service):
Steps to reproduce issue:
Expected behaviour: Account linking works as described in the documentation
Actual behaviour: I have gBridge running on docker behind a Reverse Proxy. I am able to login but when i try to add the gbridge app to Google home, i receive the following error:
When setting up the Google action, i saw that home control is not one of the options anymore. Instead it has become Smart Home. When setting up the account linking, i have to sepcify the Token URL (oauth endpoint for token exchange). I currently use the /bridge/gapi/auth url as value. Does any one have a idea?
The text was updated successfully, but these errors were encountered: