Your OAuth stuff is not correct.
Make sure you have specified {url}/auth/external/callback in your Authorized URIs page on the Google side.
Your OAuth stuff is not correct.
Make sure you have specified {url}/auth/external/callback in your Authorized URIs page on the Google side.
Chris is correct. http://www.xxx.duckdns.org:8123/auth/external/callback needs to be in your OAuth Client Authorized URIās. However, I am questioning the URL. Every other DuckDNS URL Iāve seen (including mine) does not have www. Whatās the URL you use from outside your network to access HA?
For me, my configuration.yaml looks like this:
homeassistant:
customize: !include customize.yaml
packages: !include_dir_named packages/
and I specify the URLās in Configuration, General:
I was planning on building my own smart doorbell using a Shelly + regular doorbell along with a CCTV camera above the doorway, however with the current sale of the Nest Hello (Ā£80 off), I was actually considering getting it instead now that the Nest API is open. Given that the Nest Hello takes care of notifying the Google Home Minis on its own, I will only need Home Assistant to know when the doorbell was flashed in order to flash an LED strip in the living room.
Has anyone been using the Nest Hello along with Home Assistant and is happy with the integration?
Went back thru and it finally made it! Thanks a bunch.
Thanks!!!
Joshua
I donāt think the URL needs " "
This passes config check:
homeassistant:
customize: !include customize.yaml
packages: !include_dir_named packages/
external_url: http://URL.duckdns.org:8123
In future, can you use Prefomatted text option (the </> button) for your code segments?
It inserts ``` before and after the code block (which you can type manually of course). They need to be on their own line in your post edit.
For inline code prepend/append the text with single back quote, or select the text and click the </> buttonā¦
Interesting. This is what I ended up with and workedā¦ LOL
external_url: āhttp://www.xxxx.duckdns.org:8123ā
internal_url: āhttp://xxxx:8123ā
With 0.118 my Nest Hello is working!
Butā¦ I only get a camera, any way of get chime press event?
are you getting an RTSP stream URL? Would love to record footage
Hi guys. Just updated to 0.118 and got climate. but itās not updating!! temperature and humidity also not updating. Wasnāt supposed to be solved with 0.118 release?
Your Nest Hello is giving you video through the new update.
Iām still on a Nest account and Iām waiting to jump but I donāt want to until everything is ready.
I only have a Nest Hello.
i now have my google hub as an camera entity , is this new since 118? i dont see it in rls notes
ok, seems a new feature
is there a way to activate the camera of a google hub from HA ?
@rickokin Iām new to this so bear with meā¦Iāve managed to get the client_id and client_secret, but where do i get the code part from?
Code is part of the URL for grant type. You donāt need to add that.
I think soā¦
You can use camera.record and it works fine.
@mostlychris Thanks Chris! Iām at the stage in the set up, where I need to āInitiate eventsā to have the devices publish.
Where do I get the access-token from to run the curl command?.
Out of curiosity, did anyone else have any issues with HACS after upgrading to .118? All my nest stuff is fine and working as expected but HACS keeps failing on restart
Nevermind* I saw user comments stating that we needed to update HACS to latest version for it to work.
@mostlychris had provided this on the .118 update thread
I did this to upgrade:
Thanks for this, much clearer than the official docs. I had my subscriber_id wrong and updates are now instant.
Thank you for this! I also had an issue with trying to get the subscriber ID correct and this helped greatly.