Announcement

Collapse
No announcement yet.

Homeseer event for Schlage lock email

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Homeseer event for Schlage lock email

    Hi,

    Is there a way to dynamically email the status of my locks? I setup one event for any status change in which an email will be sent telling me someone changed it but it would be nice to know the status in the email subject. If not I guess I just have to create 2 events, one for lock and another for unlock.

    #2
    if you want just one event (which I also prefer), you will need to use a script.

    It's kind of a pain. So, to make it easier, I have one BIG script to rule them all. It runs my whole house. It makes it (in my opinion) easier to work with.

    I get to share all my support functions, so I don't have to keep importing or re-writing things.

    --Dan
    Tasker, to a person who does Homeautomation...is like walking up to a Crack Treatment facility with a truck full of 3lb bags of crack. Then for each person that walks in and out smack them in the face with an open bag.

    Comment


      #3
      Thanks...do you know where I can find a list of all the codes?

      Comment


        #4
        Value of 255 is locked, value of 0 is unlocked

        just use hs.devicevalue, which will return the value to you.

        --Dan
        Tasker, to a person who does Homeautomation...is like walking up to a Crack Treatment facility with a truck full of 3lb bags of crack. Then for each person that walks in and out smack them in the face with an open bag.

        Comment


          #5
          sweet thanks i will try scripting something once i learn the syntax...is there a code for unsuccessful attempts? i would like an email after 3 or so attempts.

          Comment

          Working...
          X