Hi
@Josh_Slade personally I use security stuff with webcore BUT with care. As @bthrock said, they all depend on other conditions and triggers⌠So having my URL by other people WONâT do any harm.
and @mfive, unless your Webcore and/or ST account is hacked, your house is actually pretty secure.
To do something to our houses through smart home systems, you need atleast two people:)))))
A hacker - who does stuff in front of a computer
A burglar - who is going to come and take stuff
if I hacker and a burgler walks into a bar, you are talking about a serious level organized crime team and most likely they wonât hit houses, they will hit big stores.LOL
Anyway,
The garage example:
Piston can be executed in three ways (if more, I donât know about it)
a) A trigger in the piston.
b) Another piston executing this piston.
c) A piston without a trigger, that uses URL link provided by piston itself.
in my example (what not to do) garage door can be opened by clicking on the URL link.
Yes if your garage door has no trigger but just executing your piston, some one with that link CAN EASILY open your garage door.
But if you piston is something like this,
IF presence sensor changes to present
With garage door
Turn ON/Open
Now for this piston to be triggered your sensor needs to change TO PRESENT
other than that, NOTHING will execute this piston. So nothing can open your garage door.
Even if I give you the URL of the piston you wonât be able to do anything.
I have a piston that makes an annoucement in the house. âUrgent callâ the url link is used by my assitants. If for any reason they canât reach me and itâs urgent, they click on the link and I hear the annoucement all around the house. Now what if someone else getâs this link. I can just pause or even delete the piston. All they can do is, keep clicking and annoying me LOL
Of course I would not use this for unlocking the house.
As long as your security pistons donât JUST depend on URL executing you are pretty safe anyway. (account hacking is a different ball game)