Setting config on Loxone Miniserver

Einklappen
X
 
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge
  • Gast

    #1

    Setting config on Loxone Miniserver

    Hi!

    I'm trying to change the name configuration of my Loxone Miniserver.
    I found using https://www.loxone.com/enen/kb/web-services/ that I can use the REST API endpoint:

    http://192.168.1.200/dev/cfg/device to get and set the name of the server.

    Retrieving the name is easy, but there is little documentation how to set this.

    I'm using Postman, fiddling around with POST requests to this URL.
    I'm using the basic authentication username/password which seems to work...

    However I'm not sure where to set the new name? Using a header with a 'name' field? Using the body?

    Please help!


    Cheers,
    Steven
  • Iksi
    Lox Guru
    • 27.08.2015
    • 1111

    #2
    I think it should just be an / and the new name after the command you wrote.

    Kommentar

    • Gast

      #3
      Do you mean a GET request like so:

      http://192.168.1.200/dev/cfg/device/NewName

      Edit:
      When I send a GET from my browser to:


      I get the reply:
      <LL control="dev/cfg/device/NewName" value="OldName" Code="200"/>

      No idea what this means? Afterwards, a normal name GET shows it didn't change it...
      Zuletzt geändert von Gast; 28.03.2021, 18:03.

      Kommentar

      • Iksi
        Lox Guru
        • 27.08.2015
        • 1111

        #4
        Hmm, i would have expected this to work.
        I am sorry, then I can't help you...

        Kommentar

        Lädt...