From acb89867710359f0b715b5c808b4bfa34b7cfce5 Mon Sep 17 00:00:00 2001 From: Tobias H Date: Mon, 28 May 2018 18:10:10 +0200 Subject: [PATCH] Updated from Publii --- 404.html | 15 ++++++- Blog.html | 15 ++++++- FAQ.html | 15 ++++++- First-blog-post.html | 15 ++++++- First-steps.html | 15 ++++++- Help.html | 15 ++++++- ...ation-service-manager-and-device-type.html | 15 ++++++- Second-blog-post.html | 15 ++++++- Updating.html | 15 ++++++- amp/authors/vervallsweg/page/2/index.html | 2 +- amp/home.html | 4 +- amp/page/7/index.html | 2 +- assets/css/style.css | 2 +- authors/vervallsweg/index.html | 15 ++++++- authors/vervallsweg/page/2/index.html | 17 ++++++-- authors/vervallsweg/page/3/index.html | 15 ++++++- category/news/index.html | 15 ++++++- feed.json | 4 +- feed.xml | 43 ++++++++++++++----- home.html | 17 ++++++-- index.html | 17 ++++++-- installation-cast-web-api.html | 15 ++++++- installation.html | 15 ++++++- page/10/index.html | 17 ++++++-- page/11/index.html | 17 ++++++-- page/2/index.html | 17 ++++++-- page/3/index.html | 17 ++++++-- page/4/index.html | 17 ++++++-- page/5/index.html | 17 ++++++-- page/6/index.html | 17 ++++++-- page/7/index.html | 17 ++++++-- page/8/index.html | 17 ++++++-- page/9/index.html | 17 ++++++-- search.html | 15 ++++++- 34 files changed, 417 insertions(+), 86 deletions(-) diff --git a/404.html b/404.html index 2498c02..99fadd4 100644 --- a/404.html +++ b/404.html @@ -1,6 +1,6 @@ -cast-web
BETA - this website is not ment to be used right now - BETA

404

Ooops, something went wrong

BETA - this website is not ment to be used right now - BETA
BETA - this website is not ment to be used right now - BETA

FAQ

Coming soon.

Still got questions? Check help.

BETA - this website is not ment to be used right now - BETA

Updating from a version below 1.x

Hello world.
BETA - this website is not ment to be used right now - BETA

Installation - first steps

Adding your devices

  1. Open your SmartThings mobile app
  2. Go to: 'Marketplace' > 'Smartapps' > '+ My Apps' > Cast web - service manager
  3. Enter your cast-web-api address (displayed on startup of the API)
  4. Tap 'Discover devices'
  5. Select your devices and click 'Done'

After you added your devices, they should show up on the Smartapps main page.

Settings

Every device has two different settings menus

Device page settings

In your SmartThings app, every cast-web device has a settings wheel in the top right corner. This is where you find all device settings.

Service manager settings

Open the Service manager and tap any device's name. You can change the API address here and set/edit your presets.

Previous

BETA - this website is not ment to be used right now - BETA

Help

So, you have a problem with cast-web? Don't worry!

First check the FAQ.

Then have a quick look at the SmartThings community forum thread.

If you cannot find the answer there, just signup and ask your question on the forum.

Found a bug?

Just open an issue on the GitHub repo. Make sure that it's the right one. For the api go to cast-web-api for the DTH and Smartapp it's smartthings.

BETA - this website is not ment to be used right now - BETA

Installation - service manager & DTH

Open the SmartThings IDE

  1. Go to https://graph.api.smartthings.com/login/auth
  2. Go to: `My locations` > then click on your Hub

This ensures that you're using the correct IDE location.

Device type handlers

cast-web

  1. Copy the device the device type handler’s groovy code from here
  2. Open the SmartThings IDE and log in
  3. Go to: 'My Device Handlers' > '+ Create New Device Handler' > 'From Code'
  4. Paste the code from clipboard > 'Create'
  5. Click 'Publish' > 'For Me'

cast-web-api

  1. Copy the device the device type handler’s groovy code from here
  2. Go to: 'My Device Handlers' > '+ Create New Device Handler' > 'From Code'
  3. Paste the code from clipboard > 'Create'
  4. Click 'Publish' > 'For Me'

Service manager

  1. Copy the service manager’s groovy code from here
  2. Go to: 'My SmartApps' > 'New SmartApp' > 'From Code'
  3. Paste the code from clipboard > 'Create'
  4. Click 'Publish' > 'For Me'

Previous Next

BETA - this website is not ment to be used right now - BETA
BETA - this website is not ment to be used right now - BETA

Updating

If you're updating from a version below 1.x there's a catch. Read this article first.

Stopping the API

If you're not using forever to run the API in the background, make sure to stop it manually. This guide is only applicable if you're using forever.

  1. Open the node.js command prompt (Windows), the terminal (macOS, linux)
  2. Type: forever list
  3. For every cast-web-api procceses copy the `script` column
  4. Type: forever stop {the script you just copied}

Updating cast-web-api

  1. Open the node.js command prompt (Windows), the terminal (macOS, linux)
  2. Windows: npm update cast-web-api -g macOS, Linux: sudo npm update cast-web-api -g

Done. You can now run it like you did before. Check the install guide section covering forever if you're unsure.

Updating the device handlers and Service manager

This is really simple. Just follow the install instructions for DTHs and Service manager again.

However don't create a new device handler, skip this step. Instead open the device handler (Service manager) you want to update in the IDE. Copy the source code from the matching link in the instructions and paste it into the already open device handler or Service manager. You're just overwriting the existing code, not creating a new device handler.

vervallsweg (11)

Installation - cast-web-api

Step 1OverviewLearn what you're installingStep 2cast-web-apiInstall the bridge on your networkStep 3Device handlerInstall the 'drivers' for SmartThingsStep 4DoneFirst stepsWindows After a couple of seconds you should see cast-web-api running at http://{address:port}/ The API is now runnning. However it will stop running if you close the node.js command…

Home

 Control your Google Cast devicesSee what's currently playing pause, play, set the volume and more, all from the SmartThings app. Use your Google Cast device for automations through SmartThings. Quickly play your favourite content through presets. Languages include Englisch, French, German, Italian, Spanish and many more. It can even…

Help

So, you have a problem with cast-web? Don't worry! First check the FAQ. Then have a quick look at the SmartThings community forum thread. If you cannot find the answer there, just signup and ask your question on the forum. Just open an issue on the GitHub…

Updating

If you're updating from a version below 1.x there's a catch. Read this article first. If you're not using forever to run the API in the background, make sure to stop it manually. This guide is only applicable if you're using forever. Done. You can…

vervallsweg (11)

Installation - cast-web-api

Step 1OverviewLearn what you're installingStep 2cast-web-apiInstall the bridge on your networkStep 3Device handlerInstall the 'drivers' for SmartThingsStep 4DoneFirst stepsWindows After a couple of seconds you should see cast-web-api running at http://{address:port}/ The API is now runnning. However it will stop running if you close the node.js command…

Home

 Control your Google Cast devicesSee what's currently playing pause, play, set the volume and more, all from the SmartThings app. Quickly play your favourite content through presets. Use your Cast devices in Routines, Scenes, webCore and any other compatible Smartapp. Languages include Englisch, French, German, Italian, Spanish and…

Help

So, you have a problem with cast-web? Don't worry! First check the FAQ. Then have a quick look at the SmartThings community forum thread. If you cannot find the answer there, just signup and ask your question on the forum. Just open an issue on the GitHub…

Updating

If you're updating from a version below 1.x there's a catch. Read this article first. If you're not using forever to run the API in the background, make sure to stop it manually. This guide is only applicable if you're using forever. Done. You can…

Home

 

Control your Google Cast devices

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Use your Google Cast device for automations through SmartThings. Quickly play your favourite content through presets.

 
 

Audio notifications

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

 
 
 

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

 
 

Free and open source

Built for the community, by the community.

 

Home

 

Control your Google Cast devices

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Quickly play your favourite content through presets.

 
 

Automate through SmartThings

Use your Cast devices in Routines, Scenes, webCore and any other compatible Smartapp.

 
 
 

Audio notifications

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

 
 

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

 
 

Free and open source

Built for the community, by the community.

 

Home

 Control your Google Cast devicesSee what's currently playing pause, play, set the volume and more, all from the SmartThings app. Use your Google Cast device for automations through SmartThings. Quickly play your favourite content through presets. Languages include Englisch, French, German, Italian, Spanish and many more. It can even…

by vervallsweg

Home

 Control your Google Cast devicesSee what's currently playing pause, play, set the volume and more, all from the SmartThings app. Quickly play your favourite content through presets. Use your Cast devices in Routines, Scenes, webCore and any other compatible Smartapp. Languages include Englisch, French, German, Italian, Spanish and…

by vervallsweg

BETA - this website is not ment to be used right now - BETA

vervallsweg (11)

Installation - first steps

Step 1OverviewLearn what you're installingStep 2cast-web-apiInstall the bridge on your networkStep 3Device handlerInstall the 'drivers' for SmartThingsStep 4DoneFirst stepsAdding your devicesOpen your SmartThings mobile appGo to: 'Marketplace' > 'Smartapps' > '+ My Apps' > Cast web - service managerEnter your cast-web-api address (displayed on startup…

Read more

Installation - service manager & DTH

Step 1OverviewLearn what you're installingStep 2cast-web-apiInstall the bridge on your networkStep 3Device handlerInstall the 'drivers' for SmartThingsStep 4DoneFirst stepsOpen the SmartThings IDEGo to https://graph.api.smartthings.com/login/authGo to: `My locations` > then click on your HubThis ensures that you're using the correct IDE location. Previous Next

Read more
BETA - this website is not ment to be used right now - BETA

vervallsweg (11)

Installation - cast-web-api

Step 1OverviewLearn what you're installingStep 2cast-web-apiInstall the bridge on your networkStep 3Device handlerInstall the 'drivers' for SmartThingsStep 4DoneFirst stepsWindows After a couple of seconds you should see cast-web-api running at http://{address:port}/ The API is now runnning. However it will stop running if you close the node.js command…

Read more

Home

 Control your Google Cast devicesSee what's currently playing pause, play, set the volume and more, all from the SmartThings app. Use your Google Cast device for automations through SmartThings. Quickly play your favourite content through presets. Languages include Englisch, French, German, Italian, Spanish and many more. It can even…

Read more

Help

So, you have a problem with cast-web? Don't worry! First check the FAQ. Then have a quick look at the SmartThings community forum thread. If you cannot find the answer there, just signup and ask your question on the forum. Just open an issue on the GitHub…

Read more

Updating

If you're updating from a version below 1.x there's a catch. Read this article first. If you're not using forever to run the API in the background, make sure to stop it manually. This guide is only applicable if you're using forever. Done. You can…

Read more
BETA - this website is not ment to be used right now - BETA

vervallsweg (11)

Installation - cast-web-api

Step 1OverviewLearn what you're installingStep 2cast-web-apiInstall the bridge on your networkStep 3Device handlerInstall the 'drivers' for SmartThingsStep 4DoneFirst stepsWindows After a couple of seconds you should see cast-web-api running at http://{address:port}/ The API is now runnning. However it will stop running if you close the node.js command…

Read more

Home

 Control your Google Cast devicesSee what's currently playing pause, play, set the volume and more, all from the SmartThings app. Quickly play your favourite content through presets. Use your Cast devices in Routines, Scenes, webCore and any other compatible Smartapp. Languages include Englisch, French, German, Italian, Spanish and…

Read more

Help

So, you have a problem with cast-web? Don't worry! First check the FAQ. Then have a quick look at the SmartThings community forum thread. If you cannot find the answer there, just signup and ask your question on the forum. Just open an issue on the GitHub…

Read more

Updating

If you're updating from a version below 1.x there's a catch. Read this article first. If you're not using forever to run the API in the background, make sure to stop it manually. This guide is only applicable if you're using forever. Done. You can…

Read more
BETA - this website is not ment to be used right now - BETA

vervallsweg (11)

Installation - overview

Step 1OverviewLearn what you're installingStep 2cast-web-apiInstall the bridge on your networkStep 3Device handlerInstall the 'drivers' for SmartThingsStep 4DoneFirst stepscast-web-api (bridge on your network)The cast-web-api device acts as a bridge between your Cast devices and your SmartThings hub. It needs to run 24/7 to ensure that…

Read more
BETA - this website is not ment to be used right now - BETA
", + "content_html": "
\n
 
\n
\n
\n
\n

Control your Google Cast devices

\n

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Quickly play your favourite content through presets.

\n
\n
\n
 
\n
\n
\n
 
\n
\n
\n

Automate through SmartThings

\n

Use your Cast devices in Routines, Scenes, webCore and any other compatible Smartapp.

\n
\n
\n
\n
\n
\n
Play WKRB on my Chromecast audio when I come home
\n
\n
\n
Set my Google Home's volume to 10% when home mode changes to night
\n
\n
\n
Announce the weather forecast on my Chromecast at 8am
\n
\n
\n
\n
 
\n
\n
\n
 
\n
\n
 
\n
\n
\n
\n

Audio notifications

\n

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

\n
\n
\n
 
\n
\n
\n
 
\n
\n
\n

Just one device to setup

\n

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

\n
\n
\n
\n
 
\n
\n
\n
 
\n
\n
\n
\n

Free and open source

\n

Built for the community, by the community.

\n
\n
\n
 
\n
\n
\n
 
\n\n
 
\n
\n", "image": "https://vervallsweg.github.io/cast-web/media/posts/5/", "author": { "name": "vervallsweg" @@ -108,7 +108,7 @@ "tags": [ ], "date_published": "2018-05-22T16:05:45+02:00", - "date_modified": "2018-05-28T15:09:00+02:00" + "date_modified": "2018-05-28T18:08:02+02:00" }, { "id": "https://vervallsweg.github.io/cast-web/Help.html", diff --git a/feed.xml b/feed.xml index b0c7e71..6996886 100644 --- a/feed.xml +++ b/feed.xml @@ -3,7 +3,7 @@ cast-web - 2018-05-28T15:14:07+02:00 + 2018-05-28T18:09:56+02:00 vervallsweg @@ -326,7 +326,7 @@ https://vervallsweg.github.io/cast-web/home.html - 2018-05-28T15:09:00+02:00 + 2018-05-28T18:08:02+02:00

Control your Google Cast devices

-

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Use your Google Cast device for automations through SmartThings. Quickly play your favourite content through presets.

+

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Quickly play your favourite content through presets.

 
-
+
 
-

Audio notifications

-

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

+

Automate through SmartThings

+

Use your Cast devices in Routines, Scenes, webCore and any other compatible Smartapp.

+
+
+
+
+ + + +
+
+
 
+
+
+
 
 
+
+
+

Audio notifications

+

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

+
+
 
-
+
 
-

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

+
 
-
+
 
+

Free and open source

Built for the community, by the community.

-
 
diff --git a/home.html b/home.html index 97c112d..1587946 100644 --- a/home.html +++ b/home.html @@ -1,6 +1,6 @@ -Home - cast-web
BETA - this website is not ment to be used right now - BETA

Home

 

Control your Google Cast devices

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Use your Google Cast device for automations through SmartThings. Quickly play your favourite content through presets.

 
 

Audio notifications

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

 
 
 

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

 
 

Free and open source

Built for the community, by the community.

 
BETA - this website is not ment to be used right now - BETA

Home

 

Control your Google Cast devices

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Quickly play your favourite content through presets.

 
 

Automate through SmartThings

Use your Cast devices in Routines, Scenes, webCore and any other compatible Smartapp.

 
 
 

Audio notifications

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

 
 

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

 
 

Free and open source

Built for the community, by the community.

 
BETA - this website is not ment to be used right now - BETA

cast-web

Connect your Google Cast devices to Smartthings.

 

Control your Google Cast devices

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Use your Google Cast device for automations through SmartThings. Quickly play your favourite content through presets.

 
 

Audio notifications

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

 
 
 

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

 
 

Free and open source

Built for the community, by the community.

 
BETA - this website is not ment to be used right now - BETA

cast-web

Connect your Google Cast devices to Smartthings.

 

Control your Google Cast devices

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Quickly play your favourite content through presets.

 
 

Automate through SmartThings

Use your Cast devices in Routines, Scenes, webCore and any other compatible Smartapp.

 
 
 

Audio notifications

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

 
 

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

 
 

Free and open source

Built for the community, by the community.

 
BETA - this website is not ment to be used right now - BETA

Installation - cast-web-api

Windows

  1. Download and install node.js (Windows Installer)
  2. Open the node.js command prompt
  3. run npm install cast-web-api -g
  4. test by running cast-web-api 

After a couple of seconds you should see cast-web-api running at http://{address:port}/

The API is now runnning. However it will stop running if you close the node.js command prompt window. To solve this you can run it in the background with an application called forever.


  1. Close your current node.js command prompt window
  2. Open the node.js command prompt
  3. run npm install forever -g
  4. run cast-web-api --windows
  5. copy the directory of the previous command

Done! You can now start cast-web-api in the background and close the window afterwards.

  1. run cd {the path you copied in step 5}
  2. to start, run forever start cast-web-api
  3. to stop, run forever stop cast-web-api
  4. to check if it's running, run forever list

Previous Next


macOS

  1. Download and install node.js (macOS installer)
  2. Open the terminal
  3. run sudo npm install cast-web-api -g
  4. test by running cast-web-api 

After a couple of seconds you should see cast-web-api running at http://{address:port}/

The API is now runnning. However it will stop running if you close the node.js command prompt window. To solve this you can run it in the background with an application called forever.

  1. Close your current terminal window
  2. Open the terminal again
  3. run sudo npm install forever -g

Done! You can now start cast-web-api in the background and close the window afterwards.

  • Start: forever start `which cast-web-api`
  • Stop: forever stop `which cast-web-api`
  • Check if it's running forever list

Previous Next

BETA - this website is not ment to be used right now - BETA

Installation - overview

cast-web-api (bridge on your network)

The cast-web-api device acts as a bridge between your Cast devices and your SmartThings hub. It needs to run 24/7 to ensure that you can always control your devices.


Device type handlers (in SmartThings)

The device types are the 'drivers' for SmartThings. You interact with them through the SmartThings app. Two device type handlers and one smartapp need to be installed.

cast-web-device

This is your Google Cast device.

cast-web-api

This adds the API as a device to your SmartThings app. It allows you to refresh all your devices, see the API's status and chech for updates. It is mainly a management device for SmartThings.

cast-web - service manager

The `Cast web service manager`allows you to discover, add and configure your Google Cast devices. 

Let's go

BETA - this website is not ment to be used right now - BETA

cast-web

Connect your Google Cast devices to Smartthings.

 

Control your Google Cast devices

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Use your Google Cast device for automations through SmartThings. Quickly play your favourite content through presets.

 
 

Audio notifications

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

 
 
 

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

 
 

Free and open source

Built for the community, by the community.

 
BETA - this website is not ment to be used right now - BETA

cast-web

Connect your Google Cast devices to Smartthings.

 

Control your Google Cast devices

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Quickly play your favourite content through presets.

 
 

Automate through SmartThings

Use your Cast devices in Routines, Scenes, webCore and any other compatible Smartapp.

 
 
 

Audio notifications

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

 
 

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

 
 

Free and open source

Built for the community, by the community.

 
BETA - this website is not ment to be used right now - BETA

cast-web

Connect your Google Cast devices to Smartthings.

 

Control your Google Cast devices

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Use your Google Cast device for automations through SmartThings. Quickly play your favourite content through presets.

 
 

Audio notifications

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

 
 
 

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

 
 

Free and open source

Built for the community, by the community.

 
BETA - this website is not ment to be used right now - BETA

cast-web

Connect your Google Cast devices to Smartthings.

 

Control your Google Cast devices

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Quickly play your favourite content through presets.

 
 

Automate through SmartThings

Use your Cast devices in Routines, Scenes, webCore and any other compatible Smartapp.

 
 
 

Audio notifications

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

 
 

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

 
 

Free and open source

Built for the community, by the community.

 
BETA - this website is not ment to be used right now - BETA

cast-web

Connect your Google Cast devices to Smartthings.

 

Control your Google Cast devices

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Use your Google Cast device for automations through SmartThings. Quickly play your favourite content through presets.

 
 

Audio notifications

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

 
 
 

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

 
 

Free and open source

Built for the community, by the community.

 
BETA - this website is not ment to be used right now - BETA

cast-web

Connect your Google Cast devices to Smartthings.

 

Control your Google Cast devices

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Quickly play your favourite content through presets.

 
 

Automate through SmartThings

Use your Cast devices in Routines, Scenes, webCore and any other compatible Smartapp.

 
 
 

Audio notifications

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

 
 

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

 
 

Free and open source

Built for the community, by the community.

 
BETA - this website is not ment to be used right now - BETA

cast-web

Connect your Google Cast devices to Smartthings.

 

Control your Google Cast devices

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Use your Google Cast device for automations through SmartThings. Quickly play your favourite content through presets.

 
 

Audio notifications

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

 
 
 

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

 
 

Free and open source

Built for the community, by the community.

 
BETA - this website is not ment to be used right now - BETA

cast-web

Connect your Google Cast devices to Smartthings.

 

Control your Google Cast devices

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Quickly play your favourite content through presets.

 
 

Automate through SmartThings

Use your Cast devices in Routines, Scenes, webCore and any other compatible Smartapp.

 
 
 

Audio notifications

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

 
 

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

 
 

Free and open source

Built for the community, by the community.

 
BETA - this website is not ment to be used right now - BETA

cast-web

Connect your Google Cast devices to Smartthings.

 

Control your Google Cast devices

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Use your Google Cast device for automations through SmartThings. Quickly play your favourite content through presets.

 
 

Audio notifications

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

 
 
 

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

 
 

Free and open source

Built for the community, by the community.

 
BETA - this website is not ment to be used right now - BETA

cast-web

Connect your Google Cast devices to Smartthings.

 

Control your Google Cast devices

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Quickly play your favourite content through presets.

 
 

Automate through SmartThings

Use your Cast devices in Routines, Scenes, webCore and any other compatible Smartapp.

 
 
 

Audio notifications

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

 
 

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

 
 

Free and open source

Built for the community, by the community.

 
BETA - this website is not ment to be used right now - BETA

cast-web

Connect your Google Cast devices to Smartthings.

 

Control your Google Cast devices

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Use your Google Cast device for automations through SmartThings. Quickly play your favourite content through presets.

 
 

Audio notifications

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

 
 
 

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

 
 

Free and open source

Built for the community, by the community.

 
BETA - this website is not ment to be used right now - BETA

cast-web

Connect your Google Cast devices to Smartthings.

 

Control your Google Cast devices

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Quickly play your favourite content through presets.

 
 

Automate through SmartThings

Use your Cast devices in Routines, Scenes, webCore and any other compatible Smartapp.

 
 
 

Audio notifications

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

 
 

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

 
 

Free and open source

Built for the community, by the community.

 
BETA - this website is not ment to be used right now - BETA

cast-web

Connect your Google Cast devices to Smartthings.

 

Control your Google Cast devices

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Use your Google Cast device for automations through SmartThings. Quickly play your favourite content through presets.

 
 

Audio notifications

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

 
 
 

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

 
 

Free and open source

Built for the community, by the community.

 
BETA - this website is not ment to be used right now - BETA

cast-web

Connect your Google Cast devices to Smartthings.

 

Control your Google Cast devices

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Quickly play your favourite content through presets.

 
 

Automate through SmartThings

Use your Cast devices in Routines, Scenes, webCore and any other compatible Smartapp.

 
 
 

Audio notifications

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

 
 

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

 
 

Free and open source

Built for the community, by the community.

 
BETA - this website is not ment to be used right now - BETA

cast-web

Connect your Google Cast devices to Smartthings.

 

Control your Google Cast devices

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Use your Google Cast device for automations through SmartThings. Quickly play your favourite content through presets.

 
 

Audio notifications

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

 
 
 

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

 
 

Free and open source

Built for the community, by the community.

 
BETA - this website is not ment to be used right now - BETA

cast-web

Connect your Google Cast devices to Smartthings.

 

Control your Google Cast devices

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Quickly play your favourite content through presets.

 
 

Automate through SmartThings

Use your Cast devices in Routines, Scenes, webCore and any other compatible Smartapp.

 
 
 

Audio notifications

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

 
 

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

 
 

Free and open source

Built for the community, by the community.

 
BETA - this website is not ment to be used right now - BETA

cast-web

Connect your Google Cast devices to Smartthings.

 

Control your Google Cast devices

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Use your Google Cast device for automations through SmartThings. Quickly play your favourite content through presets.

 
 

Audio notifications

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

 
 
 

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

 
 

Free and open source

Built for the community, by the community.

 
BETA - this website is not ment to be used right now - BETA

cast-web

Connect your Google Cast devices to Smartthings.

 

Control your Google Cast devices

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Quickly play your favourite content through presets.

 
 

Automate through SmartThings

Use your Cast devices in Routines, Scenes, webCore and any other compatible Smartapp.

 
 
 

Audio notifications

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

 
 

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

 
 

Free and open source

Built for the community, by the community.

 
BETA - this website is not ment to be used right now - BETA

cast-web

Connect your Google Cast devices to Smartthings.

 

Control your Google Cast devices

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Use your Google Cast device for automations through SmartThings. Quickly play your favourite content through presets.

 
 

Audio notifications

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

 
 
 

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

 
 

Free and open source

Built for the community, by the community.

 
BETA - this website is not ment to be used right now - BETA

cast-web

Connect your Google Cast devices to Smartthings.

 

Control your Google Cast devices

See what's currently playing pause, play, set the volume and more, all from the SmartThings app. Quickly play your favourite content through presets.

 
 

Automate through SmartThings

Use your Cast devices in Routines, Scenes, webCore and any other compatible Smartapp.

 
 
 

Audio notifications

Languages include Englisch, French, German, Italian, Spanish and many more. It can even resume the playback of a preset after an audio notification played. It can only play and resume DRM free content through presets.

 
 

Just one device to setup

Requires a device on your network that runs node.js 24/7. You also need a SamsungSmartThings Hub and Google Cast enabled devices.

 
 

Free and open source

Built for the community, by the community.

 
BETA - this website is not ment to be used right now - BETA