Library

Video Player is loading.
 
Current Time 16:25
Duration 2:30
Loaded: 0.00%
 
x1.00


Back

Games & Quizzes

Training Mode - Typing
Fill the gaps to the Lyric - Best method
Training Mode - Picking
Pick the correct word to fill in the gap
Fill In The Blank
Find the missing words in a sentence Requires 5 vocabulary annotations
Vocabulary Match
Match the words to the definitions Requires 10 vocabulary annotations

You may need to watch a part of the video to unlock quizzes

Don't forget to Sign In to save your points

Challenge Accomplished

PERFECT HITS +NaN
HITS +NaN
LONGEST STREAK +NaN
TOTAL +
- //

We couldn't find definitions for the word you were looking for.
Or maybe the current language is not supported

  • 00:00

    in general the integration between Amazon Alexa and Samsung

  • 00:04

    smartthings is very very good but there are a couple of situations that you'll

  • 00:09

    find that the integration just doesn't work and one of those is trying to

  • 00:14

    trigger Amazon's Alexa routines with different kinds of sensors sensors other than

  • 00:19

    motion or contact sensors or other more complex conditions and today I'm going

  • 00:24

    to show you how to do just that

  • 00:29

    hello Automators thanks for tuning in again I'm Brian from automate your life

  • 00:34

    and today I'm going to take the frustration out of automation by helping

  • 00:37

    you integrate these two products even closer together and give you more power

  • 00:42

    in your smart home this will save you a ton of time once you've done this once

  • 00:47

    you can do it about a hundred times and you're going to be able to do amazing

  • 00:51

    things now we're going to walk through a bit of an explanation because I want to

  • 00:56

    make sure you understand how this helps and then I will walk through a

  • 01:00

    demonstration of a couple of ways that you can use this today when you first

  • 01:05

    integrate Samsung smartthings and Amazon's Alexa voice assistant what you will

  • 01:09

    find when you go into routines in Amazon's application is that you can

  • 01:15

    only trigger with two types of sensors that are coming from Samsung system now

  • 01:21

    those I am talking about our contact sensors and motion sensors those are the

  • 01:26

    only two you can start a routine with over here so this is a big problem for

  • 01:32

    those of us with a lot of different sensors and I think about things like

  • 01:36

    temperature I think about things like light levels and of course things like

  • 01:41

    leak sensors are a big use case for this we can also use all the different

  • 01:46

    cameras and other connected devices like door locks and yeah I mean it goes

  • 01:52

    forever over here one other thing to think about in terms of the usefulness

  • 01:57

    of this if you have both of these systems Amazon Alexa voice assistant has

  • 02:01

    access to so many devices that are not available in Samsung smartthings so this

  • 02:07

    is truly a hack for connecting things like

  • 02:12

    to you or the whole smart life application into Samsung smartthings and

  • 02:17

    every robot vacuum that doesn't go in here and that's one of the questions we

  • 02:22

    got that drove that me to go find this solution the the different video

  • 02:28

    doorbells and things that don't connect in here as long as they connect in here

  • 02:32

    you're going to be able to create some amazing integrations now the other thing

  • 02:36

    that you can do is create very deep and sophisticated automations over here to

  • 02:42

    trigger this and I mean things where you have three or four conditions and that's

  • 02:47

    just not possible with Amazon Alexa system as of yet and so that gives you a lot of

  • 02:53

    power again over here so I think you get the use cases for this but I'm going to

  • 02:58

    go even deeper and now I'm going to explain a little bit for how this is

  • 03:02

    going to work what we're going to do is create a device type over here in

  • 03:06

    Samsung smartthings that is both a contact sensor and a

  • 03:11

    switch now if you're not familiar with a virtual switch then I have a recommended

  • 03:18

    video for you down below that shows you what a virtual switch is and what you

  • 03:22

    can do with it but think of this as a virtual switch on steroids because over

  • 03:28

    here you can turn it on and off and or you can read the status of open or

  • 03:34

    closed just like a contact sensor so it has both of those and when it's open

  • 03:40

    over here on Samsung smartthings then you've turned it on over here on Samsung

  • 03:46

    smartthings and when you turn it off you can just actually flip a switch and I'll

  • 03:51

    show you this later in the demo then you're showing that contact sensor as

  • 03:55

    closed now what's amazing is over here you can do exactly the same thing so you

  • 04:01

    can read it as open or turned on and you can read it as closed or turned off and

  • 04:09

    again over here you can read those statuses or you can turn it on or off so

  • 04:14

    you're able to actually in both systems read the status like a contact sensor

  • 04:20

    and turn it on and off like a switch so this is one amazing

  • 04:26

    little device and it's actually not that hard to implement so here's a short

  • 04:29

    walkthrough of the process I'm going to direct you to a piece of code that we

  • 04:34

    have now put on automate life dotnet there's a link down below you can grab

  • 04:40

    that code and then we are going to create what's called a device Handler

  • 04:45

    and that device handler will call itself a simulated Amazon Alexa voice assistant

  • 04:50

    switch and when you have created that then you will create a device that uses

  • 04:57

    that device Handler and that device handler is doing all of this magic and

  • 05:02

    at that point you have access just by integrating these two systems to that

  • 05:08

    variable now I'm going to show you the whole process and I'm actually going to

  • 05:12

    show you a demo that was requested by one of our Automators here that

  • 05:17

    actually triggered me to go out and find this solution so thanks guys stay tuned

  • 05:21

    here comes the demo kicking off this demo we're going to start at

  • 05:26

    account.SmartThings.com and then you are going to have to login with either your

  • 05:31

    Samsung account or your smart things account now it's likely at this point

  • 05:35

    you have a smart things account once you've done that we're going to go to

  • 05:39

    the my device handler section and you probably have never been in here but we

  • 05:45

    are going to create a new device Handler and we're not going to start from a

  • 05:50

    template we're gonna start from the code and that's what the link down below in

  • 05:55

    the description has you heading to to that code right there to copy and paste

  • 06:01

    it fully into that box now you're just going to hit create and it has all the

  • 06:07

    information in it you can see we have a simulated Amazon Alexa

  • 06:12

    voice assistant switch and then we're going to hit the publish button and hit

  • 06:17

    for me now I don't even know if you have to hit that publish button but I do it

  • 06:22

    anyways or I did it anyways and it seems to have worked out so now you can see

  • 06:27

    you have that simulated Amazon voice assist and device handler available to

  • 06:33

    you now heading into my devices we're going to create a device that actually

  • 06:38

    uses this device Handler and I'm going to call mine amazing device and I'm

  • 06:44

    going to put that in both the name and the label I'm going to leave ZigBee ID

  • 06:49

    alone and then the device network ID cannot have any spaces in it so just put

  • 06:55

    dashes and your type you're going to scroll all the way to the bottom to find

  • 07:00

    that simulated Amazon Alexa voice assistant switch and then choose your location and

  • 07:05

    your hub once you've done all of that don't worry about group and hit the

  • 07:10

    create button and you are ready with your first device now if you wanted to

  • 07:15

    you could edit that device if you made any mistakes with the details

  • 07:19

    again don't worry about the group it doesn't really help you anyways inside

  • 07:24

    of Samsung smartthings the application which is where we are going to go next

  • 07:29

    I'm going to scroll all the way to the bottom of my smart home in Samsung

  • 07:34

    smartthings and there's the device so I tap on it and I can edit where it is in

  • 07:39

    my home so I can put it into a room now I'm just going to put it at one that

  • 07:44

    puts it at the top of Samsung smartthings and hit save

  • 07:52

    from here you can actually turn on and off the device so I'm going to scroll

  • 07:58

    all the way back up to the top and just hit that little power button now what

  • 08:02

    you're noticing is it went closed and now when I hit it again it's open but

  • 08:06

    the closed is off and the open is on so just remember that for later I'll say it

  • 08:13

    a few times now I've gone into automations and we're going to hit the

  • 08:19

    if statement and what I'm building here is actually a question from one of our

  • 08:25

    followers here his name is Brian and he wanted to know how he could get his

  • 08:30

    shark robot which does not interface with Samsung smartthings directly to

  • 08:35

    trigger based off of a complex set of if statements that he could create in

  • 08:41

    Samsung smartthings now he wanted it based on a certain time of day being

  • 08:47

    passed so after sunset essentially and after everyone had left their home so

  • 08:54

    with him wanting that situation that's what I'm going to create today but

  • 08:58

    really you can create any set of if commands here or any set of conditions

  • 09:04

    to follow so I'm just going ahead and adding these conditions and I'm showing

  • 09:10

    you that I'm adding whenever no one is at home or basically when these two

  • 09:15

    phones are not at home and then if I wanted I could add a time delay as well

  • 09:20

    to have that wait about a minute after I've left so now I can go ahead and hit

  • 09:26

    next and my if statement is created now I'm hitting the plus on then and we're

  • 09:32

    going to control the device now the device I'm going to control is my

  • 09:37

    amazing device

  • 09:40

    so I'm going to click the check mark there hit next and then I'm going to tap

  • 09:46

    on that device again and I'm going to turn it on so this is equal to open or

  • 09:53

    on no we're going to rename the automation name just for our own uses

  • 10:00

    here and then we're going to hit done and we've created an automation that

  • 10:04

    after a certain time of day and once everyone has left it will turn on that

  • 10:09

    switch now if you haven't already integrated Amazon's voice assistant you

  • 10:15

    have to do that by hitting the plus the voice assistant and then choosing Amazon

  • 10:20

    and putting in your credentials at that point and that would integrate if you've

  • 10:25

    already done that then in the menu you want to go into settings and you want to

  • 10:30

    go into connected services and make sure within Alexa that you

  • 10:37

    have included the amazing device for integration into amazon's Alexa voice

  • 10:43

    assistant so i'm going to go into switches and make sure an amazing device

  • 10:49

    is selected here and hit done now you'll also notice it's in contact sensors as

  • 10:54

    well that's because it's acting as both of those types of devices so i added it

  • 10:59

    in there that's not a critical thing but now I have to go to Amazon's Alexa voice

  • 11:04

    assistant and discover my devices so I've hit done on connected services I've

  • 11:10

    adjusted that and now when I go over to Amazon's Alexa voice assistant I'm going to

  • 11:16

    hit the little button down at the bottom and ask Amazon's Alexa voice assistant to

  • 11:20

    discover my devices after a few minutes I can go into my all devices and I will

  • 11:27

    find that amazing device and you'll notice that I can actually turn the

  • 11:32

    device on and off now it's not showing open or closed it's only showing on or

  • 11:38

    off here in Amazon's Alexa voice assistant and I can see some details if I'd like

  • 11:44

    within this device now what we're going to do with this is create a routine

  • 11:50

    because remember Bryan wanted you trigger something so I've gone into

  • 11:55

    routines and when this happens and this is the amazing part of our amazing

  • 12:02

    device when I go into smart home there it is

  • 12:05

    this is a virtual device that is available to be used as a trigger now

  • 12:11

    when it opens which is the status we would get from Samsung smartthings it

  • 12:17

    equals on then I can go into all my different smart home devices I can

  • 12:22

    trigger all kinds of different things to happen so in Brian's case we could turn

  • 12:27

    on his shark vacuum if we had it here but for my case I'm just going to turn

  • 12:34

    on my TV and this is just to show you that you can do it now here's that final

  • 12:41

    routine I could add other steps if I'd like but it's all based on a very

  • 12:46

    complex Samsung smartthings set of conditions so that's the real power of

  • 12:51

    this you can have these incredible conditions over in Samsung smartthings

  • 12:56

    that triggers devices only integratable inside of Amazon's Alexa voice assistant

  • 13:02

    something you just might want to do is create another automation to actually

  • 13:06

    reset that device later so this would be say 10 minutes before sunset and what

  • 13:14

    this would do is reset this device the very next day actually 10 minutes before

  • 13:21

    sunset and then it would check after sunset if everyone had left it would

  • 13:26

    then turn on that shark robot vacuum so all I've done is turned off the amazing

  • 13:32

    device as a result of it being 10 minutes before sunset and in combination

  • 13:38

    with my other Samsung smartthings automation then what I have is that

  • 13:45

    amazing device being reset on a daily basis no matter what it's always going

  • 13:50

    to be turned back to off now a really amazing thing about this type of

  • 13:58

    simulated device is that it can be used on either the trigger side of Amazon's Alexa

  • 14:04

    routines or on the action side so for a great example

  • 14:10

    here you could turn on Amazon's guard by using your voice and then we could turn

  • 14:15

    on the amazing device so you can see I'm turning it on as a result of guard being

  • 14:23

    away or setting my Amazon guard to away so what this allows me to now do inside

  • 14:31

    of Samsung smartthings is use that to synchronize my status now I'm going to

  • 14:38

    create the other routine where Amazon's guard is set to home then I'm going to

  • 14:43

    turn off that simulated switch here my amazing device and this gives me both

  • 14:50

    sides of using Amazon's guard as my security system and when I go into

  • 14:56

    Samsung smartthings now I just have to create two automations there as well

  • 15:05

    inside of Samsung smartthings I'm in automations I hit Plus and I choose if

  • 15:11

    my device status and we're going to choose that amazing device that we just

  • 15:16

    set on if Amazon's guard is turned to away and then I've chosen the contact

  • 15:23

    sensor and I've chosen open because that mirrors the on status then we go to then

  • 15:30

    and we're going to change the security mode so once Amazon's guard has turned

  • 15:36

    on then this goes all the way and turns on my Samsung smartthings smart home

  • 15:42

    monitor solution so this is actually a really powerful way to use this device

  • 15:48

    type but something you could have done with virtual switches before now again I

  • 15:53

    need the other side of this statement and and we just have to do the exact

  • 15:58

    opposite if my amazing device has its contact sensor closed then I am going to

  • 16:06

    turn off or disarm my Samsung smartthings

  • 16:11

    security monitor or my smart home monitoring system now obviously you

  • 16:16

    couldn't use one amazing device or one of these simulated devices as both sides

  • 16:25

    of this equation you couldn't use it in both of these sets of automations but I

  • 16:31

    think you get the point that now through really complex automations and Samsung

  • 16:36

    smartthings that you can trigger really great automation and connection to other

  • 16:42

    devices in Amazon's Alexa voice assistant and that's the big deal here today guys now

  • 16:48

    of course there is so much more you can do with this guys and I'm sure you're

  • 16:52

    already chomping at the bit in order to go create all these different

  • 16:57

    automations that bridge the gap between these two systems you have so many

  • 17:02

    devices over here in Amazon Alexa voice assistant that are connected and can be

  • 17:08

    used as actions and I'm sure you want a lot of triggers from the great

  • 17:13

    conditions that you have over here on Samsung smartthings so I hope this has

  • 17:18

    helped and if it I think you want to join here in to

  • 17:22

    automate your life because we have tutorials like this that I think

  • 17:26

    absolutely open up your smart home and take that frustration rate out of it you

  • 17:32

    can also watch on screen a couple of different playlists one about Samsung

  • 17:36

    smartthings and one about Amazon's voice assistant getting the most out of both

  • 17:40

    of those great systems thanks for watching everyone and of course don't

  • 17:44

    hate automate

All

The example sentences of AUTOMATIONS in videos (15 in total of 32)

of preposition or subordinating conjunction this determiner equation noun, singular or mass you personal pronoun couldn't proper noun, singular use verb, base form it personal pronoun in preposition or subordinating conjunction both determiner of preposition or subordinating conjunction these determiner sets noun, plural of preposition or subordinating conjunction automations noun, plural but coordinating conjunction i personal pronoun
of preposition or subordinating conjunction different adjective automations noun, plural in preposition or subordinating conjunction a determiner couple noun, singular or mass of preposition or subordinating conjunction different adjective ways noun, plural now adverb the determiner first adjective one cardinal number is verb, 3rd person singular present very adverb
more adjective, comparative views noun, plural soon adverb it personal pronoun also adverb has verb, 3rd person singular present a determiner really adverb powerful adjective function noun, singular or mass called verb, past participle butler noun, singular or mass automations noun, plural and coordinating conjunction also adverb
head proper noun, singular to to the determiner article noun, singular or mass below preposition or subordinating conjunction , and coordinating conjunction you personal pronoun can modal click noun, singular or mass the determiner link noun, singular or mass for preposition or subordinating conjunction whatever wh-determiner automations verb, 3rd person singular present you personal pronoun liked verb, past tense
in preposition or subordinating conjunction this determiner video noun, singular or mass i personal pronoun have verb, non-3rd person singular present some determiner insane proper noun, singular automations noun, plural from preposition or subordinating conjunction reddit proper noun, singular that preposition or subordinating conjunction i personal pronoun m proper noun, singular excited verb, past tense to to show verb, base form you personal pronoun .
going verb, gerund or present participle to to run verb, base form a determiner lot noun, singular or mass of preposition or subordinating conjunction the determiner automations noun, plural directly adverb off preposition or subordinating conjunction of preposition or subordinating conjunction there existential there but coordinating conjunction the determiner control noun, singular or mass
if preposition or subordinating conjunction i personal pronoun want verb, non-3rd person singular present to to trigger verb, base form automations noun, plural based verb, past participle one cardinal number other adjective devices noun, plural like preposition or subordinating conjunction a determiner motion noun, singular or mass sensor noun, singular or mass , then adverb i personal pronoun
shortcuts noun, plural application noun, singular or mass mainly adverb in preposition or subordinating conjunction the determiner automations noun, plural tab verb, non-3rd person singular present right adverb here adverb so adverb now adverb in preposition or subordinating conjunction automations noun, plural if preposition or subordinating conjunction you personal pronoun go verb, non-3rd person singular present
i personal pronoun have verb, non-3rd person singular present automations noun, plural and coordinating conjunction geofencing proper noun, singular set verb, past tense up preposition or subordinating conjunction with preposition or subordinating conjunction my possessive pronoun system noun, singular or mass , so preposition or subordinating conjunction it personal pronoun automatically adverb dials verb, 3rd person singular present back adverb
energy noun, singular or mass consumption noun, singular or mass , and coordinating conjunction third adjective , we personal pronoun ll proper noun, singular take verb, non-3rd person singular present look verb, base form at preposition or subordinating conjunction the determiner actual adjective energy noun, singular or mass impact noun, singular or mass of preposition or subordinating conjunction those determiner automations noun, plural
i personal pronoun ll proper noun, singular talk verb, non-3rd person singular present more adjective, comparative about preposition or subordinating conjunction my possessive pronoun specific adjective automations noun, plural in preposition or subordinating conjunction home noun, singular or mass assistant noun, singular or mass later adverb on preposition or subordinating conjunction in preposition or subordinating conjunction this determiner video noun, singular or mass though preposition or subordinating conjunction .
so preposition or subordinating conjunction i personal pronoun do verb, non-3rd person singular present n't adverb really adverb have verb, base form any determiner automations noun, plural or coordinating conjunction anything noun, singular or mass else adverb but coordinating conjunction i personal pronoun use verb, non-3rd person singular present this determiner for preposition or subordinating conjunction lighting noun, singular or mass
so adverb just adverb bear verb, base form that preposition or subordinating conjunction in preposition or subordinating conjunction mind noun, singular or mass if preposition or subordinating conjunction you're proper noun, singular creating verb, gerund or present participle scripts noun, plural and coordinating conjunction automations noun, plural using verb, gerund or present participle both determiner integrations noun, plural
user noun, singular or mass interfaces noun, plural and coordinating conjunction we personal pronoun 'll modal also adverb be verb, base form able adjective to to control verb, base form various adjective different adjective scenes noun, plural scripts noun, plural and coordinating conjunction automations noun, plural
simply adverb tie noun, singular or mass scripts noun, plural and coordinating conjunction automations noun, plural to to the determiner various adjective states noun, plural of preposition or subordinating conjunction the determiner switches noun, plural so adverb with preposition or subordinating conjunction my possessive pronoun example noun, singular or mass earlier adverb, comparative

Definition and meaning of AUTOMATIONS

What does "automations mean?"

/ˌôdəˈmāSH(ə)n/

noun
use or introduction of automatic equipment in manufacturing.