Ankündigung

Einklappen
Keine Ankündigung bisher.

plot.rtr ohne Stellwert

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

    plot.rtr ohne Stellwert

    Hallo,

    ich habe eine kurze Frage. Wie verwende ich das plot.rtr ohne Stellwert (habe ich momentan noch nicht), da auch noch kein Sollwert.

    Code:
        <tr>
          <td align=left>   
           {{ plot.rtr('p2', 'EG.Wohnen.Temperatur.Ist', 'EG.Wohnen.Temperatur.Ist') }}
         </td>
       </tr>
    
    
       <tr>
        <td align=left>   
          {{ plot.period('p3', 'EG.Wohnen.Temperatur.Ist', 'avg', '10h', 0, 15, 30, '', 'Wohnen', '', '', '', '1h' ) }}
        </td>
      </tr>
    p2 wird nicht angezeigt, p3 funktioniert einwandfrei. Auch das habe ich getestet, hat aber auch nicht funktioniert:
    Code:
           {{ plot.rtr('p2', 'EG.Wohnen.Temperatur.Ist', 'EG.Wohnen.Temperatur.Ist', '') }}
    Danke für eure Hilfe!

    #2
    Hallo jonsson,

    das Widget verlangt aber einen Stellwert. Werte werden erst angezeigt wenn alle 3 Daten vorliegen vom KNX
    Code:
    [COLOR=#FFFFFF][FONT=monospace]{{[/FONT][/COLOR][COLOR=#FFFFFF][FONT=monospace] plot[/FONT][/COLOR][COLOR=#FFFFFF][FONT=monospace].[/FONT][/COLOR][COLOR=#FFFFFF][FONT=monospace]rtr[/FONT][/COLOR][COLOR=#FFFFFF][FONT=monospace]([/FONT][/COLOR][COLOR=#65B042][FONT=monospace]'p1'[/FONT][/COLOR][COLOR=#FFFFFF][FONT=monospace],[/FONT][/COLOR][COLOR=#FFFFFF][FONT=monospace] [/FONT][/COLOR][COLOR=#65B042][FONT=monospace]'bath_plot_temp_actual'[/FONT][/COLOR][COLOR=#FFFFFF][FONT=monospace],[/FONT][/COLOR][COLOR=#FFFFFF][FONT=monospace] [/FONT][/COLOR][COLOR=#65B042][FONT=monospace]'bath_plot_temp_set'[/FONT][/COLOR][COLOR=#FFFFFF][FONT=monospace],[/FONT][/COLOR][COLOR=#FFFFFF][FONT=monospace] [/FONT][/COLOR][COLOR=#65B042][FONT=monospace]'bath_plot_state'[/FONT][/COLOR][COLOR=#FFFFFF][FONT=monospace])[/FONT][/COLOR][COLOR=#FFFFFF][FONT=monospace] [/FONT][/COLOR][COLOR=#FFFFFF][FONT=monospace]}}[/FONT][/COLOR]
    Leg einfach alle Items an und schreib über den Bus Monitor bei KNX eine 0 mal bei Stellwert.

    Kommentar

    Lädt...
    X