Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Ford1977LTD

    NEWS

    • Monatsrückblick – September 2025

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 0
    • Groups 1

    Ford1977LTD

    @Ford1977LTD

    Starter

    0
    Reputation
    7
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Ford1977LTD Follow
    Starter

    Latest posts made by Ford1977LTD

    • RE: Html Widget Formel Frage

      @oliverio Ich nutze Vis1 und sie ist noch sehr rudimentär. Ich weiß nicht mal was Bindings sind...
      Was meinst Du mit "Die Patch sind wieder weg"?
      Ich denke, die Aliase bleiben und das reicht mir doch?

      posted in Visualisierung
      Ford1977LTD
      Ford1977LTD
    • RE: Html Widget Formel Frage

      @oliverio Aller besten Dank.

      Es klappt:
      {val1:alias.0.shelly.verbrauch.UG.InstantPower;
      val2:alias.0.shelly.verbrauch.EG.InstantPower;
      math.round(parseFloat(val1))+
      math.round(parseFloat(val2))+" W"}

      posted in Visualisierung
      Ford1977LTD
      Ford1977LTD
    • RE: Html Widget Formel Frage

      @oliverio Besten Dank für die schnelle Antwort.
      Wie mache ich einen Alias?

      posted in Visualisierung
      Ford1977LTD
      Ford1977LTD
    • Html Widget Formel Frage

      Hallo,
      mit der Formel will ich zwei Werte addieren aber es klappt nicht und es wird "0" angezeigt. Was mache ich falsch?
      (Ich habe Zeilenumbrüche zur besseren Lesbarkeit hier eingefügt.)
      {val5:shelly.0.SHEM-3#34945478AADA#1.Total.InstantPower;
      val6:shelly.0.SHEM-3#244CAB41B3E1#1.Total.InstantPower;
      math.round(parseFloat(val5))+
      math.round(parseFloat(val6))+" W"}

      Wenn ich nur mit dem ersten Wert rechne und ihn verdoppele funktioniert es:
      {val5:shelly.0.SHEM-3#34945478AADA#1.Total.InstantPower;
      val6:shelly.0.SHEM-3#244CAB41B3E1#1.Total.InstantPower;
      math.round(parseFloat(val5))+
      math.round(parseFloat(val5))+" W"}

      Wenn ich den zweiten Werte einzeln nehme und verdoppele, dann geht es auch:
      {val6:shelly.0.SHEM-3#244CAB41B3E1#1.Total.InstantPower;
      math.round(parseFloat(val6))+
      math.round(parseFloat(val6))+" W"}

      posted in Visualisierung
      Ford1977LTD
      Ford1977LTD
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo