In this video we will go over how to add Google Home to Samsung SmartThings as smart devices so that SmartThings can actually make Google Speak. Setting up this capability is a big game changer for your home automation rules, and can really add another dimension to SmartThings.

Starting cast-web-api on boot:

You can use any of your favorite options to have programs start on boot for raspberry pi. To get cast-web-api to run on bootup I used systemd. There is a startup command you can run for cast-web-api but I was not able to get it to work.

You can use the below service file if you would like to use systemd:

[Unit]
Description=Start cast-web-api
After=network.target

[Service]
Type=forking
ExecStart=/usr/bin/cast-web-api-cli start
ExecStop=/usr/bin/cast-web-api-cli stop

[Install]
WantedBy=multi-user.target

A great resource on using systemd on raspberry pi can be found here

cast-web-api resources:

How to install node.js:

5 thoughts on “Making SmartThings Smarter with cast-web-api”
  1. Binged on your excellent webCoRe videos, and was thinking, “next thing is to figure out how to make Google Home say something”. And then this video appears. All round excellent work.

    1. Ha well glad to have helped! I have a new video on webCoRe coming out later this week hopefully so keep an eye out for it!

      Anything you’d like to seen covered in up coming videos?

      Side note – Sorry for the delayed response, I’ve been getting hundreds of spam comments on my site so it takes a little bit of time to find the real ones to approve.

  2. Great video!
    How does it work today? There’s only the new ST app left and in your video you say settings up the smartapp only works in the Classic app..?
    Next, does it work with other languages (for me Danish) or is it only English?

Leave a Reply to Søren Kristensen Cancel reply

Your email address will not be published. Required fields are marked *