Announcement

Collapse
No announcement yet.

Poll a device via event

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

    Poll a device via event

    I have a doorlock that often report back UNKNOWN status, and that sorted out by polling the device.
    But as far as I know I have to do that manually.

    Is it possible to start a pooling of a specific device?
    Either by built in HS3 functions or by script? (i'm not able to write a script my self)

    #2
    Yes, under an Event’s Z-Wave actions “Poll a node for status”. You can choose the root or child node.

    there is also a scripting call:

    hs.PluginFunction("Z-Wave", "", "PollDevice", (RefID))
    HS4 Pro, 4.2.19.16 Windows 10 pro, Supermicro LP Xeon

    Comment


      #3
      Ah, that easy 😳
      Thanks for your quick reply!

      Comment

      Working...
      X