Yes, I migrated my account from Nest before I realized the impact of that decision. I've seen a lot of posts around Google locking down their API with plans to possibly open it up at some time in the future. Also about using ActionTiles and Kiosk Browser but really wanted to try to get it working with an Image Tile if possible.
I use a Honewell IP-W0 camera in my garage using an image tile to display the video on my dashboard and wanted to do something similar with a google nest feed.
First off this was found with a strip of the HTML source off the nest cam video feed. It's experimental but seems stable so far. I'm happy with it now and all the streams are password protected. If anyone else wants to try it out here are the steps. If you password protect your streams you will need to launch the Nest.com shared URL and enter your password on each stream for each device so it will cache the credentials on the device before you will be able to see them on the dashboard for that device.
- Open up google chrome and go to nest.com and sign in to My Nest Home.
- Click on one of your camera feeds and then click on the gear in the upper right corner.
- Scroll down to Camera Sharing and click on the blue Camera Sharing button.
- Click on Share with a password and come up with a password and then click Share with a password again.
- Copy the Share with this link URL and paste it in the top of the browser to open the link.
- Once the video feed comes up enter your password.
- Click the F12 button to bring up the source of the webpage.
- Expand the line that says <section id="video" class="video-loaded" style="display: block
- Expand the next line that says < div class="container"
- Expand the line that says <div class="video-wrapper" data-token=
- Expand the line that says < div class="video-js vjs-default-skin vjs-controls-enabled vjs-workinghover vjs-playing vjs-live nest-video-dimensions vjs-has-started vjs-user-inactive" id="nest-video" role="region" aria-label="video player">
- On the line that says <div class="vjs-poster" tabindex="-1" style="background-image: url(" Right click and select Edit as HTML
- Highlight the URL and right click Copy https://nexusapi-us1.camera.home.nest.com/get_image?uuid=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&width=540
Dont forget to cut off the "& quot;);"></ div>" at the end. - Open up a dashboard and create a new Image tile and paste the url into the tile. Select whatever refresh rate you want. I used 1 second for all 8 cameras and everything runs fine. I resized my camera tiles to 4 high 3 wide so I can keep the mobile sizing the same. If you click on one of the tiles it will open up the tile to full screen.
I'm assuming this URL will be good for however long you keep the camera shared for but haven't tested it for any length of time. Be sure to bookmark your camera feeds from the Nest website so you can put in your password again if needed. If something breaks I'll come back and post an update on what I found.