Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Visualisierung
    4. Support Adapter Energiefluss-erweitert v0.6.2

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Support Adapter Energiefluss-erweitert v0.6.2

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

      Hallo, kann ich ein eingefügtes Symbol je nach Status/Wert ein bzw ausblenden?

      SKB 1 Reply Last reply Reply Quote 0
      • SKB
        SKB Developer Most Active @MikeRow last edited by

        @mikerow Klar!

        Infos dazu stehen im Wiki.

        M 1 Reply Last reply Reply Quote 0
        • M
          MikeRow @SKB last edited by

          @skb Jo, vielen Dank habe ich gesehen. Irgendwie finde ich nicht das richtige Stichwort für Ein bzw ausblenden.

          Hast du einen Ansatz für mich? Wenn Wert >x dann Symbol einblenden

          LG MikeRow

          SKB 1 Reply Last reply Reply Quote 0
          • SKB
            SKB Developer Most Active @MikeRow last edited by

            @mikerow Wie wäre es mit:

            {
              ">0": {
                "_comment": "Zeige Element bei größer 0",
                "display": "inline"
              },
              "<0": {
                "_comment": "Verstecke Symbol bei kleiner 0",
                "display": "none"
              }
            }
            
            1 Reply Last reply Reply Quote 0
            • Homoran
              Homoran Global Moderator Administrators @Yoda last edited by

              @yoda sagte in Berechnung aktueller Verbrauch und Gesamtverbrauch:

              Damit die Werte nur 1 Nachkommastelle im Diagramm anzeigen musste ich die allerdings die Anzeigewerte jeweils in einen neuen Datenpunkt schreiben wo diese gerundet sind.

              ??

              du kannst doch jedem Objekt 0...2 Nachkommastellen zuordnen

              Yoda 1 Reply Last reply Reply Quote 0
              • Yoda
                Yoda @Homoran last edited by

                @homoran du meinst hier?
                s6.png
                das hatte leider keine Auswirkung

                Homoran 1 Reply Last reply Reply Quote 0
                • Homoran
                  Homoran Global Moderator Administrators @Yoda last edited by

                  @yoda sagte in Berechnung aktueller Verbrauch und Gesamtverbrauch:

                  das hatte leider keine Auswirkung

                  hast du Zahlen oder dann eher Strings?

                  Yoda 1 Reply Last reply Reply Quote 0
                  • Yoda
                    Yoda @Homoran last edited by

                    @homoran puh kann ich so nicht sagen - das wäre ein Beispielwert:
                    s7.png

                    Homoran 1 Reply Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators @Yoda last edited by

                      @yoda sagte in Berechnung aktueller Verbrauch und Gesamtverbrauch:

                      das wäre ein Beispielwert:

                      Expertenmodus - Bleistift - Objektdaten bitte zeigen

                      Yoda 1 Reply Last reply Reply Quote 0
                      • Yoda
                        Yoda @Homoran last edited by Yoda

                        @homoran so ist besser

                        {
                          "type": "state",
                          "common": {
                            "name": "01_currentDay",
                            "type": "number",
                            "role": "value",
                            "read": true,
                            "write": false,
                            "unit": "kWh",
                            "def": 0
                          },
                          "native": {},
                          "from": "system.adapter.sourceanalytix.0",
                          "user": "system.user.admin",
                          "ts": 1719907176872,
                          "_id": "sourceanalytix.0.0_userdata__0__Solar-Energiefluss__Wert-Mqtt-Gesamt-Solar-Input.currentYear.consumed.01_currentDay",
                          "acl": {
                            "object": 1636,
                            "state": 1636,
                            "owner": "system.user.admin",
                            "ownerGroup": "system.group.administrator"
                          }
                        }
                        
                        Homoran 1 Reply Last reply Reply Quote 0
                        • Homoran
                          Homoran Global Moderator Administrators @Yoda last edited by

                          @yoda sagte in Berechnung aktueller Verbrauch und Gesamtverbrauch:

                          "type": "number",

                          das sollte aber klappen

                          Yoda 1 Reply Last reply Reply Quote 0
                          • Yoda
                            Yoda @Homoran last edited by

                            @homoran ich habs hin und her versucht leider ohne Erfolg - daher der zwischen schritt mit einem Extra Datenpunkt bei dem ich den Wert Runde.
                            Grade nochmal versucht - nehme ich den Datenpunkt direkt vom Adapter habe ich 3 Nachkommastellen.
                            s8.png
                            s9.png

                            Homoran 1 Reply Last reply Reply Quote 0
                            • Homoran
                              Homoran Global Moderator Administrators @Yoda last edited by Homoran

                              @yoda sagte in Berechnung aktueller Verbrauch und Gesamtverbrauch:

                              @homoran ich habs hin und her versucht leider ohne Erfolg - daher der zwischen schritt mit einem Extra Datenpunkt bei dem ich den Wert Runde.
                              Grade nochmal versucht - nehme ich den Datenpunkt direkt vom Adapter habe ich 3 Nachkommastellen.
                              s8.png
                              s9.png

                              hab ich krine Probleme mit.
                              das wäre aber jetzt ein Thema für den EE Thread. das muss sich @skb ansehen

                              SKB 1 Reply Last reply Reply Quote 0
                              • SKB
                                SKB Developer Most Active @Homoran last edited by

                                @homoran @yoda Habe gerade zum Testen einen Datenpunkt erstellt, welcher genauso aussieht.

                                Klappt mit der Nachkommastelle problemlos. Was mir allerdings auffällt - wenn ich den Datenpunkt "händisch" schreibe, ersetzt ioBroker den Wert "3 . 092" direkt in 3 , 092 - dies scheint SA allerdings nicht zu tun?

                                @yoda könntest Du mal dorthin klicken, wo der Wert 3.311 steht? Wie es dann im "Editiermodus" aussieht?

                                Yoda 1 Reply Last reply Reply Quote 0
                                • Yoda
                                  Yoda @SKB last edited by

                                  @skb ich hoffe du meinst das so :
                                  s10.png

                                  SKB 1 Reply Last reply Reply Quote 0
                                  • SKB
                                    SKB Developer Most Active @Yoda last edited by

                                    @yoda Genau. Dort ist auch ein Komma ...

                                    Wie sieht es im Edit-Mode des EA aus? Wechselt die Anzeige, wenn Du die Kommastellen einträgst?

                                    Yoda Homoran 3 Replies Last reply Reply Quote 0
                                    • Yoda
                                      Yoda @SKB last edited by

                                      @skb nein sie wechselt nicht

                                      1 Reply Last reply Reply Quote 0
                                      • Homoran
                                        Homoran Global Moderator Administrators @SKB last edited by

                                        @skb sagte in Berechnung aktueller Verbrauch und Gesamtverbrauch:

                                        Genau. Dort ist auch ein Komma ...

                                        @Yoda
                                        hast du im Admin Komma als Dezimaltrenner eingestellt?

                                        wenn nicht, wie sieht das im Originaldatenpunkt sus, der von Sourceanalytics geloggt wird?

                                        1 Reply Last reply Reply Quote 0
                                        • Yoda
                                          Yoda @SKB last edited by

                                          @skb es gibt aber noch einen Zusammenhang wie die Datenquelle angezeigt werden soll.
                                          s12.png
                                          Wählt man hier "Wert" wechselt die Kommastelle in der Anzeige, aber es wird kein wert/daten Angezeigt.
                                          Wechselt man hier auf Text, dann Wird der Datenpunktwert angezeigt aber kein Wechsel in der Nachkommastelle...

                                          SKB Homoran 2 Replies Last reply Reply Quote 0
                                          • SKB
                                            SKB Developer Most Active @Yoda last edited by

                                            @yoda Genau dafür ist es da. Es gibt auch String Datenpunkte. Was passiert also bei Wert und Nachkommastellen?

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            931
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            vis
                                            180
                                            4132
                                            4187607
                                            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