Announcement

Collapse
No announcement yet.

Growl/Prowl Plugin HS3?

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

    Growl/Prowl Plugin HS3?

    Hi all,

    Is there a prowl or Growl plugn in the making? I just loved the HS2 version of this plugin.

    Thanks in advance

    Bart
    Regards Bart
    ------------------------------------------
    Win7 64Bit on Intel NUCI7 with SSD
    HSPRO 3.
    Devices; 1370 Events; 691

    Jon00 Scripts, JowHue, HSTouch, Plugwise, Z-wave, Ultranetatmo, Ultracam, PHlocation, BLUSBUIRT, MeiHarmony, Buienradar, MEiUnifi Pushover 3P, Random, Nest HSPhone and Blueiris

    Visonic Powermax Alarm System (HS3) Interface: http://www.domoticaforum.eu/viewtopic.php?f=68&t=11129

    #2
    Not that I know of ... the original author has been missing in action for quite some time.
    I am using Prowl as well and would like to see a solution.

    The closest that I can find, and it would suit my needs, is a script that someone wrote a while back. http://forums.homeseer.com/showthrea...t=growl+script
    See post #25

    I haven't tested it myself with HS3 but the I contacted the script author and he doesn't any issues to implement with the new version.
    Let us know if you try it.

    Comment


      #3
      hi all,

      I tested it and created a script;

      Code:
      sub Main (byVal msg_short As String)
      
      Dim url
      Dim url_response
      
      url = "apikey=YOURAPIKEY&application=HS3&event=" &msg_short 
      url_response = hs.URLAction("https://api.prowlapp.com/publicapi/add", "POST", url, "Content-Type: application/x-www-form-urlencoded")
      
      End Sub
      save this as xxxx.vb

      and call it with Main and as parameter the text that you want to send.

      regards bart
      Regards Bart
      ------------------------------------------
      Win7 64Bit on Intel NUCI7 with SSD
      HSPRO 3.
      Devices; 1370 Events; 691

      Jon00 Scripts, JowHue, HSTouch, Plugwise, Z-wave, Ultranetatmo, Ultracam, PHlocation, BLUSBUIRT, MeiHarmony, Buienradar, MEiUnifi Pushover 3P, Random, Nest HSPhone and Blueiris

      Visonic Powermax Alarm System (HS3) Interface: http://www.domoticaforum.eu/viewtopic.php?f=68&t=11129

      Comment


        #4
        Thanks, I'll give it a shot

        Comment

        Working...
        X