Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Visualisierung
    4. Jarvis: Datenpunktstil in Abhändigkeit von anderem DP

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Jarvis: Datenpunktstil in Abhändigkeit von anderem DP

    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      Kuddel last edited by

      Hallo zusammen,

      ich bin gerade dabei meine Beweässerungs VIS in JARVIS abzubilden.

      Wie kann ich den Datenpunktstil für die Temperaturen / Niederschlagsmenge (gestern / heute / morgen) in Abhängigkeit zum Schwellwert gestalten?

      147c7468-504c-4caa-b129-f80c20d44574-grafik.png

      ChatGPT hat mir folgendes vorgeschlagen, was aber nicht funut:

      [
       {
         "condition": "val > states['0_userdata.0.bewaesserung.schwellwerte.schwellwert_temperatur'].val",
         "style": {
           "color": "#f00",
           "fontWeight": "bold"
         }
       },
       {
         "condition": "val <= states['0_userdata.0.bewaesserung.schwellwerte.schwellwert_temperatur'].val",
         "style": {
           "color": "#090",
           "fontWeight": "normal"
         }
       }
      ]
      
      

      Ich habe noch das hier versucht:

      {"val > states['0_userdata.0.bewaesserung.schwellwerte.schwellwert_temperatur'].val ":{"color":"#f00","fontWeight":"bold"},"val < states['0_userdata.0.bewaesserung.schwellwerte.schwellwert_temperatur'].val ":{"color":"#090","fontWeight":"bold"}}
      
      

      Kann jemand helfen?

      Vielen Dank schon einmal 🙂

      FernetMenta M 2 Replies Last reply Reply Quote 0
      • FernetMenta
        FernetMenta @Kuddel last edited by

        @kuddel dafür brauchst du einen pro account: https://github.com/Zefau/ioBroker.jarvis/issues/158

        Zefau created this issue in Zefau/ioBroker.jarvis

        closed Use foreign device state values as input for state or icon style ("Binding") #158

        1 Reply Last reply Reply Quote 0
        • M
          MCU @Kuddel last edited by

          @kuddel
          https://mcuiobroker.gitbook.io/jarvis-infos/jarvis-v3/besonderheiten-v3/geraet/binding

          1 Reply Last reply Reply Quote 0
          • First post
            Last post

          Support us

          ioBroker
          Community Adapters
          Donate

          857
          Online

          31.9k
          Users

          80.1k
          Topics

          1.3m
          Posts

          3
          3
          160
          Loading More Posts
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes
          Reply
          • Reply as topic
          Log in to reply
          Community
          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
          The ioBroker Community 2014-2023
          logo