receive HTTP POST on loxone

Einklappen
X
 
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge
  • kubastedru
    Dumb Home'r
    • 19.01.2017
    • 20

    #1

    receive HTTP POST on loxone

    Hi all,

    is there a simple way to capture a specific HTTP POST command from external device on Loxone like:

    POST / HTTP/1.1 Host: 192.168.6.107 Authorization: Basic Og== Connection: keep-alive Content-Length: 90 Date: 2017-11-09; Time: 14:07:27; Event describe: Use card open door. Card ID: 378690700

    and create a digital input from it? I really dont want to capture this externally and retransmit via UDP.

    Thank you

    Jakub
  • Gast

    #2
    I haven't found a way to do this yet. I don't think it's possible - it's a shame that Loxone lets us capture data with a HTTP Virtual Input (limited to a GET) but doesn't give us the same facility with the HTTP Output

    I've ended up using a raspberry PI to send UDP commands to the Loxone. I've got the PI mounted in my loxone enclosure in a special case that clips onto the DIN rail, and also a 24v -> 2v DIN rail power adaptor that powers the PI.

    Your other option us to use a Program block and write a custom script.

    Kommentar

    • kubastedru
      Dumb Home'r
      • 19.01.2017
      • 20

      #3
      Hi,

      well it actually works

      1st possibility is to write custom script. I used ASPX, which transforms POST command to UDP and send it to Loxone, all works, all tested, all fine, but you have to have web server running somewhere and then use Log Manager

      2nd possibility is to set up Debug Log to Info, set there IP of Loxone and create UDP listener on Loxone to port 514 and start capturing tested, works, all good... except the fact if something goes wrong on GDS it starts sending a lot of debug messages to Loxone which could cause the device to overload... (currently this is happening to me with ONVIF camera access).

      all and all, all works ok

      Jakub

      Kommentar

      • AndyH
        Smart Home'r
        • 11.11.2016
        • 35

        #4
        Hello,

        could you tell me the settings in GDS3710?
        Is it the menu for "Event Notification" or "Debug Log"?

        Which keyword do you use in Loxone for capturing the card ID?
        Zuletzt geändert von AndyH; 18.09.2018, 22:16.

        Kommentar

        Lädt...