Virtual Input Text

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

    Virtual Input Text

    Hi, why isn't possible to display text from a virtual input? For example I want to display content_type: "audio/mpeg" but I get 0 instead of audio/mpeg. Any help on how to display it would be great. The text is coming from an API call.
  • Christian Fenzl
    Lebende Foren Legende
    • 31.08.2015
    • 11200

    #2
    Getting text is only possible if you push it via HTTP Rest interface from your connected device to the Miniserver.
    The HTTP Input can only read values.

    By using \1 in the recognition you can get the ascii code of one single letter. This is useful to recognize TRUE or FALSE (ascii of T or ascii of F), and process the ascii value in a status block.

    PS: To answer the question about "why": Because Loxone didn't implement this.
    Hilfe für die Menschen der Ukraine: https://www.loxforum.com/forum/proje...Cr-die-ukraine

    Kommentar


    • Gast
      Gast kommentierte
      Kommentar bearbeiten
      Thank you Christian for the reply. Can you point me in the right direction with a link to the HTTP rest interface --> Miniserver setup?
  • Christian Fenzl
    Lebende Foren Legende
    • 31.08.2015
    • 11200

    #3
    This is where to start:
    Find out more how you control and configuration of a Loxone system is possible through simple HTTP commands.


    If you create a virtual text input, you can send a call to this VTI via http.
    You can try this in the web browser first.
    Hilfe für die Menschen der Ukraine: https://www.loxforum.com/forum/proje...Cr-die-ukraine

    Kommentar

    • Gast

      #4
      Christian, I've succeeded with Postman, thank you very much.

      Kommentar

      • Gast

        #5
        Hi all,

        i want to do something as well if my pump gives a result of true or false.

        in the command recognition of loxberry i get a different value result as in the miniserver:

        i've attached some screenshots

        Klicke auf die Grafik für eine vergrößerte Ansicht

Name: Screenshot 2020-09-23 at 21.12.28.png
Ansichten: 713
Größe: 217,7 KB
ID: 266725
        Klicke auf die Grafik für eine vergrößerte Ansicht

Name: Screenshot 2020-09-23 at 21.12.51.png
Ansichten: 666
Größe: 3,0 KB
ID: 266726


        Klicke auf die Grafik für eine vergrößerte Ansicht

Name: Screenshot 2020-09-23 at 21.12.59.png
Ansichten: 675
Größe: 6,1 KB
ID: 266727

        Thanks for helping me out here!

        Jimmy

        Kommentar

        • Christian Fenzl
          Lebende Foren Legende
          • 31.08.2015
          • 11200

          #6
          \2, \3 and \4 is a known issue of the plugin (see wiki).
          Simply use
          "L_pump":"\1
          Zuletzt geändert von Christian Fenzl; 24.09.2020, 09:39.
          Hilfe für die Menschen der Ukraine: https://www.loxforum.com/forum/proje...Cr-die-ukraine

          Kommentar

          • Gast

            #7
            Thanks Christian I will try this !

            Kommentar

            • Gast

              #8
              Hi All,

              I've tried the above but the result stays the same...

              if my L_pump is true the value is 34 (also in loxone) .... if my L_pump is false the value is also 34 (also in loxone)

              Klicke auf die Grafik für eine vergrößerte Ansicht

Name: Screenshot 2020-09-25 at 09.26.52.png
Ansichten: 699
Größe: 221,4 KB
ID: 266910
              Klicke auf die Grafik für eine vergrößerte Ansicht

Name: Screenshot 2020-09-25 at 09.29.34.png
Ansichten: 665
Größe: 5,8 KB
ID: 266911

              I now understand why it stays the same... ASCII 34 has value "

              Klicke auf die Grafik für eine vergrößerte Ansicht

Name: Screenshot 2020-09-25 at 09.39.22.png
Ansichten: 829
Größe: 29,7 KB
ID: 266912


              How can I get the command to move 1 character further so that it detects the letter t or f (true or false)


              thanks in advance!

              Jimmy






              Kommentar

              • Christian Fenzl
                Lebende Foren Legende
                • 31.08.2015
                • 11200

                #9
                Double-Check the syntax in my post!
                Hilfe für die Menschen der Ukraine: https://www.loxforum.com/forum/proje...Cr-die-ukraine

                Kommentar

                • Gast

                  #10
                  facepalm! let me copy paste and try again...thanks Christian!!

                  Kommentar

                  • Gast

                    #11
                    Thanks again Christian, this works now !! I have 2 different values now , 116 when true , 102 when false... much appreciated !!

                    Kommentar

                    Lädt...