Announcement

Collapse
No announcement yet.

How to set up HTTP profile for sending get parameters to other destination

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

    How to set up HTTP profile for sending get parameters to other destination

    Hi,
    I just purchased the plugin but I have not found example on how to set get parameters for a profile.
    One example url that I want to trigger from events is
    http://192.168.1.239:84/wireless.asp...m_message_here

    Where custome_message_here would be dynamic parameter, changed individually for every event.
    In this example I know that post would be more correct for restfull, but I have a lot of examples where I would also need to get data this way.

    Right now I have to set up a HTTP profile for each and every custom parameter inside the plugin, then cann each of them on individual event.
    Or did I just miss something?

    Thanks!

    #2
    Welcome to Big5

    You'll need multiple HTTP profiles only if you have multiple destinations for your HTTP GET messages. If they all land at the same IP address than you need one profile only.

    Dynamic messages are possible by using value and string from existing HS3 devices.

    Please see the sections "Output" and "Expressions" in the documentation online at http://big5.ivanv.com

    Comment


      #3
      That is exactly what I need, just missed it in the docs.
      Thanks!

      Comment

      Working...
      X