Announcement

Collapse
No announcement yet.

hs.SendIR command in HSTouch

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

    hs.SendIR command in HSTouch

    I have two SQConnect.
    I already create the device , command and zone in the IRSignal page.
    And I can use event to send out IR command successfully.

    But in HSTouch , I want to run the &hs.SendIR command directly , i don't want to run the event instead.

    But I try many time , I can't run a script command in HSTouch ? can anyone help ?

    I am using HSTouch 1.0.57
    I create a button , add the action "HomeSeer: Run a HomeSeer script with values from elements(s)"
    Under the "Script " field , I enter :
    &hs.sendIR ("[BEDROOM LG TV]LV_TV, POWER_TOGGLE")

    But when I press the button , nothing happen.

    #2
    I'm not sure if I'm of any help but this is what I use
    &hs.sendIR "OnkyoReceiver,Vol+" OnkyoReceiver is the device name and Vol+ is the Signal name in the IR configuration.

    Comment


      #3
      Try
      &hs.sendIR "[BEDROOM LG TV]LV_TV, POWER_TOGGLE"
      💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

      Comment


        #4
        Originally posted by Rupp View Post
        Try
        &hs.sendIR "[BEDROOM LG TV]LV_TV, POWER_TOGGLE"
        One question.
        If you send a command in Homeseer , whatever success or not.
        Will it display any log in Homeseer like run a script in the event ?

        Thanks

        Comment

        Working...
        X