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

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    Support Adapter Energiefluss-erweitert v0.6.2

    This topic has been deleted. Only users with topic management privileges can see it.
    • SKB
      SKB Developer Most Active @Homoran last edited by

      @homoran Im alten Adapter ging das mit den bool Werten - aber nur damit.

      Ich könnte eine bool'sche Unterstützung einbauen - muss ich mir mal anschauen.

      Nach der Source gucke ich direkt mal.

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

        @skb siehe edit!

        DANKE

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

          @homoran Der Wert muss sich erst ändern, damit die CSS Klasse geschrieben wird.

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

            @skb sagte in Test Adapter Energiefluss-erweitert v0.0.x GitHub/Latest:

            @homoran Der Wert muss sich erst ändern, damit die CSS Klasse geschrieben wird.

            ah so.
            Hat er sich aber nicht 🙂 Das Kabel steckt seit gestern Nachmittag.
            Vielleicht aber aktualisiert

            schon wieder edit:
            Screenshot_20230707-121311_Firefox.jpg

            mit fill geht's auch. hat auch paar Minuten gedauert

            edit3:
            mit fill und stroke sieht es IMHO am besten aus
            Screenshot_20230707-130813_Firefox.jpg

            .icon_gruen path {
            
            /* oberhalb das Path ist wichtig */
            
            fill: #a1d343 !important;
            stroke: #000000 !important;
            
            }
            
            M 1 Reply Last reply Reply Quote 1
            • SKB
              SKB Developer Most Active @BananaJoe last edited by

              @bananajoe Meinst Du, 10 History Schritte reichen oder lieber "konfigurierbar"?

              Homoran Issr4k BananaJoe 3 Replies Last reply Reply Quote 0
              • Homoran
                Homoran Global Moderator Administrators @SKB last edited by

                @skb sagte in Test Adapter Energiefluss-erweitert v0.0.x GitHub/Latest:

                Meinst Du, 10 History Schritte reichen

                also die letzten 10 Speichervorgänge?
                auch wenn ich nicht @BananaJoe bin, denke ich das müsste reichen.

                1 Reply Last reply Reply Quote 1
                • M
                  ManfredHi @Homoran last edited by

                  @homoran sagte in Test Adapter Energiefluss-erweitert v0.0.x GitHub/Latest:

                  edit3:
                  mit fill und stroke sieht es IMHO am besten aus

                  Hallo, wie hast du die beiden ein-Aus-Schalter neben der Poolpumpe und dem Zoe eingebaut? auch im energiefluss-adapter?

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

                    @manfredhi sagte in Test Adapter Energiefluss-erweitert v0.0.x GitHub/Latest:

                    auch im energiefluss-adapter?

                    nein, in vis drübergelegt

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

                      @skb kurzer Tipp für mich wie ich den Farbverlauf auf den Pfad bekomme? Wie im ersten Bild gezeigt
                      123.PNG

                      .test {
                         stroke: linear-gradient(to right, #FFD600, #57BCF9) !important; 
                      }
                      

                      So klappts leider nicht

                      456.png

                      Geht Box Shadow auch?

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

                        @issr4k da müsste die Klasse noch path beinhalten.

                        .Klasse path {
                        stroke: usw;
                        }
                        
                        Issr4k 1 Reply Last reply Reply Quote 0
                        • Issr4k
                          Issr4k @SKB last edited by

                          @skb Funktioniert irgendwie nicht 🤣

                          Heute keinen Geist mehr, probiere wann anders weiter.

                          Danke!

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

                            @issr4k
                            @skb
                            auf was bezieht sich denn die Klasse?
                            auf die Dots oder auf die Line?

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

                              @homoran Also, die Klasse, die man angibt, bezieht sich auf die Animation - Dots, da die Linie ja ansich statisch ist.

                              Ich schaue später oder Morgen nach, wie man hier am Besten vorgeht.

                              Auf jeden Fall geht dies dann über die ID der Linie á la

                              #id_line {
                              }
                              
                              Homoran 1 Reply Last reply Reply Quote 0
                              • BananaJoe
                                BananaJoe Most Active @SKB last edited by

                                @skb sagte in Test Adapter Energiefluss-erweitert v0.0.x GitHub/Latest:

                                @bananajoe Meinst Du, 10 History Schritte reichen oder lieber "konfigurierbar"?

                                Könnte man ja sogar über die Sitzung hinaus erhalten.

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

                                  @bananajoe die backups bekommen einen eigenen Datenpunkt innerhalb des Adapters.

                                  Somit kann der User entscheiden, welches von den 10 Stück wiederhergestellt werden soll.

                                  Ist das in deinem Sinne?

                                  1 Reply Last reply Reply Quote 1
                                  • BananaJoe
                                    BananaJoe Most Active last edited by

                                    @skb klingt toll!

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

                                      @skb sagte in Test Adapter Energiefluss-erweitert v0.0.x GitHub/Latest:

                                      die Klasse, die man angibt, bezieht sich auf die Animation - Dots

                                      haben sich aber auch nicht geändert.

                                      nicht mit fill und nicht mit stroke

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

                                        @homoran gucke ich mir natürlich nochmal an, falls es nicht funktioniert.

                                        1 Reply Last reply Reply Quote 2
                                        • SKB
                                          SKB Developer Most Active last edited by

                                          @homoran Habe dies gerade nochmal ausprobiert.

                                          .test {
                                          stroke: red!important;
                                          }
                                          

                                          2023-07-08 16_08_46-Window.png
                                          2023-07-08 16_08_54-Energiefluss - erweitert.png

                                          Also die Klassen greifen.

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

                                            @skb sagte in Test Adapter Energiefluss-erweitert v0.0.x GitHub/Latest:

                                            Also die Klassen greifen.

                                            dann klappt "nur" der linear-gradient nicht

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.1k
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            vis
                                            179
                                            4109
                                            3579592
                                            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