Announcement

Collapse
No announcement yet.

Check if Insteon device is working

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

    Check if Insteon device is working

    Is it possible to check if the Insteon switch is responding to a ping? I noted today that one of my switch stop functioning. It would be nice to have a way to ping all my Insteon and identify the ones that are not working anymore.

    As always, thank you for your support.

    #2
    There is a test comm function from the config pages
    Mark

    HS3 Pro 4.2.19.5
    Hardware: Insteon Serial PLM | AD2USB for Vista Alarm | HAI Omnistat2 | 1-Wire HA7E | RFXrec433 | Dahua Cameras | LiftMaster Internet Gateway | Tuya Smart Plugs
    Plugins: Insteon (mine) | Vista Alarm (mine) | Omnistat 3 | Ultra1Wire3 | RFXCOM | HS MyQ | BLRadar | BLDenon | Tuya | Jon00 Charting | Jon00 Links
    Platform: Windows Server 2022 Standard, i5-12600K/3.7GHz/10 core, 16GB RAM, 500GB SSD

    Comment


      #3
      Could I do it thru a script, event?

      Sent from my SM-G973U1 using Tapatalk

      Comment


        #4
        you could just do a poll action.

        if you want to do it via a script, you would use the hs.pluginfunction to call the plugin method

        Code:
        Public Function PollDevice(ByVal dvref As Integer) As IPlugInAPI.PollResultInfo
        I'll leave it to you to implement this in a script.

        Mark

        HS3 Pro 4.2.19.5
        Hardware: Insteon Serial PLM | AD2USB for Vista Alarm | HAI Omnistat2 | 1-Wire HA7E | RFXrec433 | Dahua Cameras | LiftMaster Internet Gateway | Tuya Smart Plugs
        Plugins: Insteon (mine) | Vista Alarm (mine) | Omnistat 3 | Ultra1Wire3 | RFXCOM | HS MyQ | BLRadar | BLDenon | Tuya | Jon00 Charting | Jon00 Links
        Platform: Windows Server 2022 Standard, i5-12600K/3.7GHz/10 core, 16GB RAM, 500GB SSD

        Comment


          #5
          Thank you

          Sent from my SM-G973U1 using Tapatalk

          Comment

          Working...
          X