Loxone API Websocket Icons auslesen

Einklappen
X
 
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge
  • Qasi
    Azubi
    • 19.06.2019
    • 4

    #1

    Loxone API Websocket Icons auslesen

    Hallo, ich stehe gerade auf dem schlauch,
    ich habe eine Verbindung per Websocket zum MS aufgebaut, StructurFile ist gelesen und eventTables auch.
    jetzt möchte ich die Icons laden.

    wie muss da die message aussehen?

    send("/00000000-0000-0030-2100000000000000.svg") //Antwort {"LL": { "control": "", "value": "File not found!", "Code": "404"}}
    send("00000000-0000-0030-2100000000000000.svg") //Antwort{"LL": { "control": "jdev/sys/fenc/...", "Code": "401"}}
    send("/data/00000000-0000-0030-2100000000000000.svg") //Antwort{"LL": { "control": "", "value": "File not found!", "Code": "404"}}
    send("data/00000000-0000-0030-2100000000000000.svg") //Antwort {"LL": { "control": "jdev/sys/fenc/...", "Code": "401"}}
    send("/file/00000000-0000-0030-2100000000000000.svg") //Antwort{"LL": { "control": "", "value": "File not found!", "Code": "404"}}
    send("file/00000000-0000-0030-2100000000000000.svg") //Antwort{"LL": { "control": "jdev/sys/fenc/...", "Code": "401"}}
    send("/images/00000000-0000-0030-2100000000000000.svg") //Antwort{"LL": { "control": "", "value": "File not found!", "Code": "404"}}
    send("/image/00000000-0000-0030-2100000000000000.svg") //Antwort{"LL": { "control": "", "value": "File not found!", "Code": "404"}}
    send("/web/images.zip")//Antwort{"LL": { "control": "", "value": "File not found!", "Code": "404"}}

    Kann mir da jemand helfen?
  • Audax
    Smart Home'r
    • 13.05.2016
    • 38

    #2
    Hi Qasi,

    ich habe zwar keine Antwort auf deine Frage, aber wie hast Du eine Websocket-Verbindung zum MS aufgebaut? Javascript? PHP? Irgendwie anders?
    Ich suche händeringend Hilfe dabei.

    Danke im Voraus,

    Wolfgang

    Kommentar

    Lädt...