Ankündigung

Einklappen
Keine Ankündigung bisher.

plot.rtr -> kein Inhalt im Fenster

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

    plot.rtr -> kein Inhalt im Fenster

    Hallo,
    ich habe ein Problem (unter anderem...) mit plot.rtr. Ich kann als Item hinterlegen was ich will. Es wird jedoch nur ein leeres Fenster angezeigt. Hat jemand eine Idee?
    (smartVISU 2.8)

    Mein Items:

    Code:
     
    
    [EG]
      [[WZ]]
        [[[TEMP]]]   
            [[[[plot_set]]]]
                    type = num
                    visu_acl = ro
                    knx_dpt = 5.001
                    sqlite = yes
                    cache = true
                    knx_listen = 0/2/0
    
             [[[[SOLLWERT_KOMF]]]]
                    type = num
                    enforce_updates = yes
                    visu_acl = rw
                    knx_dpt = 9
                    knx_send = 5/0/4
                    cache = yes
    
              [[[[STELLWERT]]]]
                    type = num
                    enforce_updates = yes
                    visu_acl = rw
                    history = true
                    knx_dpt = 5.001
                    knx_listen = 5/0/1                
                    cache = True

    Code:
         <div class="block">
            <div class="set-2" data-role="collapsible-set" data-theme="c" data-content-theme="a" data-mini="true">
                <div data-role="collapsible" data-collapsed="false">
                    <h3>Temperaturverlauf</h3>
                      {{ plot.rtr('plot1','EG.WZ.TEMP.plot_set', 'EG.WZ.TEMP.SOLLWERT_KOMF','EG.WZ.TEMP.STELLWERT') }}
                </div>
            </div>
         </div>

    #2
    Im SOLLWERT_KOMF und STELLWERT fehlt sqlite = yes
    Meine Installation: VM Debian Buster SH NG 1.8.1, SmartVISU 3.0, KNX, DMX, 1-wire, Fortigate 30E IPS, VMware vSphere 6.7

    Kommentar


      #3
      wars leider nicht. Es hat sich nichts geändert. Das Fenster ist einfach leer. Kein Koordinatensystem - nichts ...

      Gruß Wolfgang

      Kommentar


        #4
        pluging.yaml ?
        Code:
        sql:
            class_name: SQL
            class_path: plugins.sqlite_visu2_8
        was steht im log?
        Meine Installation: VM Debian Buster SH NG 1.8.1, SmartVISU 3.0, KNX, DMX, 1-wire, Fortigate 30E IPS, VMware vSphere 6.7

        Kommentar


          #5
          plugin.yaml -> ok. Eintrag ist drin.

          im Log von python3 ./smarhome.py -d erscheint nichts, oder gibt es noch ein anderes Log?




          Kommentar


            #6
            Ich weiss nicht wie Dein logging konfiguriert ist. Steht in der logging.yaml

            Zitat von wolfgang12 Beitrag anzeigen
            m Log von python3 ./smarhome.py -d erscheint nichts
            Dann weiß ich auch nicht weiter. Da muss dann jemand von den Experten helfen.
            Meine Installation: VM Debian Buster SH NG 1.8.1, SmartVISU 3.0, KNX, DMX, 1-wire, Fortigate 30E IPS, VMware vSphere 6.7

            Kommentar


              #7
              ok, trotzdem erstmal vielen Dank.

              Kommentar


                #8
                Es geht!!!!!!!!!!!

                man sollte die Doku richtig interpretieren! bei plot.rtr müssen alle 3 Werte angegeben sein sonst wird nichts angezeigt! Wie wahr ....

                (Weisheit stammt nicht von mir, sondern aus einem Thread hier im Forum!)

                Wolfgang
                Zuletzt geändert von bmx; 27.10.2017, 21:09.

                Kommentar

                Lädt...
                X