Announcement

Collapse
No announcement yet.

Get device value from Homeseer? Present as toast

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Get device value from Homeseer? Present as toast

    Hi,

    I'm trying to get a device value from Homeseer. The value should be either 0 (off) or 100 (on), and I want to present this as a toast.

    How can I get the value of deviceID 902?

    I think I'll be able to change the value to "On" / "Off" thorugh an if-check in Tasker, but we'll see after I get the value :P

    Trying to return a toast with a confirmation that the new value I'm trying to set has been recieved by Homeseer.

    #2
    Originally posted by Fredrick View Post
    Hi,

    I'm trying to get a device value from Homeseer. The value should be either 0 (off) or 100 (on), and I want to present this as a toast.

    How can I get the value of deviceID 902?

    I think I'll be able to change the value to "On" / "Off" thorugh an if-check in Tasker, but we'll see after I get the value :P

    Trying to return a toast with a confirmation that the new value I'm trying to set has been recieved by Homeseer.
    Hi Fredrick,
    Try this.

    Variable Set
    Name: %HSCommand
    To: getref=902

    Wait 1 sec

    Print below data with notification.
    %HSReturnedvalue
    %HSReturnedstring

    It shold be an example in HS3 Examples called GetValues
    Please excuse any spelling and grammatical errors I may make.
    --
    Tasker Plugin / Speech Droid
    Tonlof | Sweden

    Comment


      #3
      Works like a charm, thanks

      Comment

      Working...
      X