Announcement

Collapse
No announcement yet.

Insteon

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

    Insteon

    Does this plugin work with Insteon?

    Can you please give me an example MLServer command to turn on an insteon device?

    #2
    Try this
    Make sure to use the proper variables for your device

    Code:
    MLServeCmd.MLConditional|IsEqual##{{blml2hs_q48}}##Off##Macro|BLML2HS|HS-ExecX10~Q48~On##BLML2HS|HS-ExecX10~Q48~Off
    Cheers,
    Bob
    Web site | Help Desk | Feature Requests | Message Board

    Comment


      #3
      I see thanks.
      I have a Insteon Device "Theater Counter Area" with the Homeseer code of "]1" set in the BLML2NS Plugin Devices list assigned to the ML Code of "t1".

      BLML2HS|HS-ExecX10~]1~Off works

      BLML2HS|HS-ExecX10~t1~Off does not.

      Am I misunderstanding that?

      It does show up MainLobby Class blml2hs_t1 with multiple variables.

      I'm probably misusing it in the above command and should use "]1"?

      Comment


        #4
        You need the device code in HS, so you need to use ]1
        Cheers,
        Bob
        Web site | Help Desk | Feature Requests | Message Board

        Comment


          #5
          Thanks

          Comment

          Working...
          X