Announcement

Collapse
No announcement yet.

Sending an HTTP GET command

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

    Sending an HTTP GET command

    I want to send an HTTP GET command to my Node Sonos docker. This turns on a group of sonos speakers and plays a particular playlist when we leave the house. Is there a way to do this in an event? This is the HTTP Get command: http://192.168.1.100:5005/preset/Dogs

    #2
    Yes, do an immediate script command in the event:
    Code:
    &nhs.GetURL("192.168.1.100","/preset/Dogs",TRUE,5005)
    HS 4.2.8.0: 2134 Devices 1252 Events
    Z-Wave 3.0.10.0: 133 Nodes on one Z-Net

    Comment


      #3
      Thanks! I will try this.

      Comment

      Working...
      X