Change smart home monitor status?

Any idea why this script won’t change the status of Smart Home Monitor?


execute
if
Front Door, Schlage Century Touchscreen Deadbolt Door Lock’s lock changes to unlocked
then
if
then
if
Smart Home Monitor status changes to Disarmed
end if;
end if;
end if;
if
Front Door, Schlage Century Touchscreen Deadbolt Door Lock’s lock changes to locked
then
if
Smart Home Monitor status changes to Armed/Stay
end if;
end if;
end execute;

You need to put some kind of action after THEN.

IF door unlocks THEN change smart home monitor state to disarmed.

IF door locks THEN change smart home monitor state to armed.

Something like that.

So this is working:

Do you know if there’s a way to send an sms alarm alert to more than one phone number with smart home monitor?

What did you do to get this working? I’m trying to do the same thing but I cant find how to set the SHM state.

Are you using the SmartThings Classic app or the new SmartThings app?

I literally just figured it out. I’m new to webcore so I’m still finding things. Thanks for the reply.

1 Like

Please share with the class