Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Praktische Anwendungen (Showcase)
    4. VIS von Sigi234

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    VIS von Sigi234

    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      Dayocorp @helfi9999 last edited by

      @helfi9999 Super danke dir=)

      1 Reply Last reply Reply Quote 0
      • Horst Böttcher
        Horst Böttcher @sigi234 last edited by Horst Böttcher

        @sigi234
        Wie bekommt man den Themes hin sieht echt geil aus bei mir werden keine bilder als JPG angezeigt
        1617015494698-screenshot-3542[1].png

        sigi234 M 2 Replies Last reply Reply Quote 0
        • sigi234
          sigi234 Forum Testing Most Active @Horst Böttcher last edited by sigi234

          @horst-böttcher
          Was wird nicht angezeigt?
          Screenshot bitte
          Die Inventwo Icons hast du installiert?

          Horst Böttcher 1 Reply Last reply Reply Quote 0
          • Horst Böttcher
            Horst Böttcher @sigi234 last edited by

            @sigi234 hab den Fehler schon gefunden warren die linux rechte

            1 Reply Last reply Reply Quote 0
            • M
              MartyBr @Horst Böttcher last edited by

              @sigi234 sagte in VIS von Sigi234:

              1617015494698-screenshot-3542[1].png

              Hallo Sigi234
              wie kann ich die Log-Angaben erstellen? Bei mir ist das Feld leer (unten links in deiner View).

              Glasfaser 1 Reply Last reply Reply Quote 0
              • Glasfaser
                Glasfaser @MartyBr last edited by

                @martybr

                Sigi234 nutzt dafür den Adapter Logparser

                M 1 Reply Last reply Reply Quote 0
                • M
                  MartyBr @Glasfaser last edited by

                  @glasfaser
                  Okay, den setze ich auch ein. Was muss ich dort eintragen?

                  Glasfaser sigi234 2 Replies Last reply Reply Quote 0
                  • Glasfaser
                    Glasfaser @MartyBr last edited by Glasfaser

                    @martybr sagte in VIS von Sigi234:

                    Was muss ich dort eintragen?

                    Warte auf @Sigi234 ,
                    er kann dir die Filterliste von seinem geben , dann passen auch die Datenpunkte im View dazu .

                    1 Reply Last reply Reply Quote 0
                    • sigi234
                      sigi234 Forum Testing Most Active @MartyBr last edited by

                      @martybr sagte in VIS von Sigi234:

                      @glasfaser
                      Okay, den setze ich auch ein. Was muss ich dort eintragen?

                      Screenshot (3889).png

                      Send email, Kuddel, code 11,Terminated

                      M 1 Reply Last reply Reply Quote 0
                      • M
                        MartyBr @sigi234 last edited by

                        @sigi234 Danke. Darauf wäre ich nie gekommen.

                        sigi234 1 Reply Last reply Reply Quote 0
                        • sigi234
                          sigi234 Forum Testing Most Active @MartyBr last edited by

                          @martybr sagte in VIS von Sigi234:

                          @sigi234 Danke. Darauf wäre ich nie gekommen.

                          Bitte sehr, arbeite gerade an einer View für Sprinkle Control.

                          Screenshot (3891).png

                          M 1 Reply Last reply Reply Quote 0
                          • M
                            MartyBr @sigi234 last edited by

                            @sigi234 Hallo Sigi234, die View sieht sehr gut aus. Bist du soweit, dass du die View teilen kannst? Ich habe deine Vorab Version in Nutzung.

                            sigi234 1 Reply Last reply Reply Quote 0
                            • sigi234
                              sigi234 Forum Testing Most Active @MartyBr last edited by sigi234

                              @martybr sagte in VIS von Sigi234:

                              @sigi234 Hallo Sigi234, die View sieht sehr gut aus. Bist du soweit, dass du die View teilen kannst? Ich habe deine Vorab Version in Nutzung.

                              Sicher, ist aber noch in Bearbeitung.
                              Edit 290621 09:16: Neue Version

                              VIEW_Sprinkle_Control_Inventwo_sigi234.txt

                              M 1 Reply Last reply Reply Quote 0
                              • M
                                MartyBr @sigi234 last edited by

                                @sigi234
                                Ich setze noch das Feld "Bodenfeuchtesensor" unter Sonnenaufgang etc. Vielleicht hast du eine bessere Idee. Das könnte auch für die Allgemeinheit interessant werden. Dirk-Peter erweitert ja nun die Logik um Messung der Bodenfeuchte.

                                sigi234 1 Reply Last reply Reply Quote -1
                                • sigi234
                                  sigi234 Forum Testing Most Active @MartyBr last edited by

                                  @martybr sagte in VIS von Sigi234:

                                  @sigi234
                                  Ich setze noch das Feld "Bodenfeuchtesensor" unter Sonnenaufgang etc. Vielleicht hast du eine bessere Idee. Das könnte auch für die Allgemeinheit interessant werden. Dirk-Peter erweitert ja nun die Logik um Messung der Bodenfeuchte.

                                  Jupp, hatte noch eine alte Version vom Adapter. Muss ich mir ansehen.

                                  Salzer Michael 1 Reply Last reply Reply Quote 0
                                  • Salzer Michael
                                    Salzer Michael @sigi234 last edited by Negalein

                                    Kann wer Helfen ?

                                    MDCSS v2: ping-Adapter in vis anzeigen
                                    //
                                    onChangeReachable(obj) {
                                    let pings = $(this.PING_INSTANCE+'.');
                                    let json = [];
                                    for (let i=0; i<pings.length; i++) {
                                    let state = getState( pings[i] );
                                    let stateobj = getObject( pings[i] );
                                    //var NameObject =stateobj.common.name // beispiel Var:var mduiLogPing = new MduiLogPing( );
                                    if (state && stateobj);
                                    %(#ff0000)[var NameObject = stateobj.common.name]
                                    json.push( {ip:stateobj.native.host, name:NameObject.replace(/Alive/i, ""), val:state.val, lc:formatDate(state.lc, "TT.MM SS:mm:ss")} );
                                    }
                                    this.convertJSON2HTML(json);
                                    }
                                    
                                    09:48:21.425 error javascript.0 (26535) script.js.common.pingJson.pingJson: TypeError: Cannot read property 'common' of null
                                    09:48:21.425 error javascript.0 (26535) at MduiLogPing.onChangeReachable (script.js.common.pingJson.pingJson:200:39)
                                    09:48:21.425 error javascript.0 (26535) at MduiLogPing.doStart (script.js.common.pingJson.pingJson:180:12)
                                    09:48:21.426 error javascript.0 (26535) at MduiLogPing.start (script.js.common.pingJson.pingJson:68:18)
                                    09:48:21.426 error javascript.0 (26535) at script.js.common.pingJson.pingJson:271:17
                                    09:48:21.426 error javascript.0 (26535) at script.js.common.pingJson.pingJson:278:3
                                    

                                    Zitat:"Noch etwas: optional aber mir gefällt es viel besser.

                                    auf Zeile 205 habe ich etwas abgeändert, um das überflüssige "Alive" aus dem Namen heraus zu kriegen:

                                    var NameObject =stateobj.common.name
                                    json.push( {ip:stateobj.native.host, name:NameObject.replace(/Alive/i, ""), val:state.val, lc:formatDate(state.lc, "TT.MM SS:mm:ss")} );
                                    

                                    "
                                    Wenn ich das tue bekomm fehler im script.


                                    Mod-Edit: Code in </> Code-Tag gepackt!

                                    Salzer Michael 1 Reply Last reply Reply Quote 0
                                    • Salzer Michael
                                      Salzer Michael @Salzer Michael last edited by

                                      @sigi234
                                      Hello

                                      Hast du vielleicht den Icon Ordner "Dishwasher" für die Spüler View oder n link zum download ?

                                      sigi234 1 Reply Last reply Reply Quote 0
                                      • sigi234
                                        sigi234 Forum Testing Most Active @Salzer Michael last edited by

                                        @salzer-michael sagte in VIS von Sigi234:

                                        @sigi234
                                        Hello

                                        Hast du vielleicht den Icon Ordner "Dishwasher" für die Spüler View oder n link zum download ?

                                        https://github.com/inventwo/ioBroker.vis-icontwo

                                        1 Reply Last reply Reply Quote 0
                                        • K
                                          Kosta last edited by

                                          Hallo Sigi! Ich möchte zuerst meine Begeisterung für deine Arbeit aussprechen und mich bei dir einfach nur bedanken für so eine großartige Leistung!!!

                                          Ich bin erst seit ein paar Tagen beim ioBroker dabei und versuche mich so langsam zurechtzufinden. Deswegen direkt Mal die wichtigste Frage )) das, was du hier reinstellst.. sind das die Skripte? wie kann ich die in meinem Vis visualisieren? Gibt es dafür eine Anleitung?

                                          Ich bedanke mich im Voraus.

                                          sigi234 1 Reply Last reply Reply Quote 0
                                          • sigi234
                                            sigi234 Forum Testing Most Active @Kosta last edited by sigi234

                                            @kgb
                                            Danke, das Meiste sind Views die du als View importieren musst.
                                            Runterladen:
                                            Rechtsklick auf Link --> speichern unter --> mit vernünftigem Editor öffnen (zB Notepad++)
                                            Alles markieren, kopieren und unter Punkt 2 einfügen.

                                            Screenshot (3970)_LI.jpg

                                            Screenshot (3969)_LI.jpg

                                            Teilweise brauchst du dann noch die entsprechenden Adapter, Widgets und Skripte.

                                            Negalein K 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            693
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            ode abfrage vis vis projekte
                                            151
                                            1344
                                            531595
                                            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