Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. jarvis v3.0.0 - just another remarkable vis

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    jarvis v3.0.0 - just another remarkable vis

    This topic has been deleted. Only users with topic management privileges can see it.
    • sigi234
      sigi234 Forum Testing Most Active @Dominik F. last edited by

      @dominik-f sagte in jarvis v3.0.0 - just another remarkable vis:

      @sigi234

      Mich interessiert dein 2ter Hintergrund, der Grün/Blaue. Kannst du mir den Hintergrund zur Verfügung stellen?

      https://images.hdqwalls.com/download/green-blur-gradient-8k-8l-1920x1080.jpg

      1 Reply Last reply Reply Quote 1
      • A
        Aufruf last edited by

        Ich smöchte meine Hue Lampen gerne über den Datenpunkt Level schalten. Jetzt hätte ich gerne, dass die SwitchAction bei false den Level auf 0 setzt und bei true auf 50. Geht das über die Datenpunkteigenschaften per JSON?

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

          @aufruf https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/besonderheiten-v3/geraet/datenpunkt-eigenschaft/on-und-off-v3

          A 1 Reply Last reply Reply Quote 1
          • A
            Aufruf @MCU last edited by

            @mcu

            Top, Danke - funktioniert 🙂

            1 Reply Last reply Reply Quote 1
            • M
              MCU last edited by

              @Prika https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/besonderheiten-v3/styles/menue

              1 Reply Last reply Reply Quote 1
              • R
                Revo @MCU last edited by

                @mcu said in jarvis v3.0.0 - just another remarkable vis:

                @revo
                Auf der console? Welche Versionen?

                npm -v
                
                node -v
                

                @MCU
                npm 6.14.15
                node v14.18.2

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

                  @revo Alles normal. Bestimmte Adapter upgedatet in letzter Zeit WEB, socketio?
                  Du hattest vorher v2?

                  R Dominik F. 2 Replies Last reply Reply Quote 0
                  • R
                    Revo @MCU last edited by Revo

                    @mcu
                    habe ja inzwischen iobroker neu installiert bzw den rpi neu aufgesetzt und inzwischen alles möglich probiert.
                    Jetziger stand ist: frischer iobroker -> rpi+broker geupdatet -> dann jarvis v2 installiert -> zum Test aufgerufen und ein Gerät und Widgets angelegt -> dann den Adapter über "...aus eigener URL" ausgewählt und v3.0.11 installiert.

                    socket.io ist in aktueller Version 3.1.5 installiert und wurde nicht nochmal nachträglich geupdated.

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

                      @revo Wie startest du jetzt jarvis? Aus einer gespeicherten URL?

                      R 1 Reply Last reply Reply Quote 0
                      • R
                        Revo @MCU last edited by

                        @mcu
                        aus der iobroker-Übersicht bzw. aus der Instanz-Übersicht.
                        Er ruft /jarvis/index.html#/0/&socketHost=&socketPort=8400&socketSecure=false auf und geht dann auf /jarvis/index.html#/0/

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

                          @revo Und dann kommt direkt der Fehler?
                          Auf der console:

                           iobroker upgrade jarvis@3.0.11-beta.1
                          

                          Bitte Einstellungen vom jarvis und WEB als Bild.

                          R 1 Reply Last reply Reply Quote 0
                          • R
                            Revo @MCU last edited by

                            @mcu jarvis.JPG web.JPG

                            Upgrade über die Konsole noch mal ausgeführt, Fehler bleibt.
                            Die beiden Adapter sind Standard.

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

                              @revo Probleme bei der Installation von ioBroker gehabt? Fixer laufen lassen?
                              Also die Einstellungen sind soweit korrekt, kann keine Besonderheiten entdecken? Es ist kein Docker, kein besonderes System?
                              js-controller: 3.3.22?
                              nodejs -v? = node -v?

                              808872a6-8c88-49f6-8852-78b622b7e366-image.png

                              nodejs -v
                              
                              node -v
                              
                              cat /etc/issue
                              
                              R 1 Reply Last reply Reply Quote 0
                              • R
                                Revo @MCU last edited by Revo

                                pi.JPG
                                nodejs -v gibts bei mir nicht ?!
                                Im iobroker unter Host steht der js-controller 3.3.22
                                sudo apt-get install -y nodejs liefert bei mir nodejs is already the newest version (14.19.0-deb-1nodesource1)

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

                                  @revo
                                  Auf der console

                                  cd /opt/iobroker
                                  iobroker backup
                                  
                                  iobroker stop
                                  
                                  curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
                                  
                                  sudo apt-get install -y nodejs
                                  
                                  
                                  curl -sL https://iobroker.net/fix.sh | bash -
                                  
                                  

                                  @sigi234 Kennst du Dich damit nicht besser aus? Fehlende nodejs.

                                  sigi234 R 2 Replies Last reply Reply Quote 0
                                  • sigi234
                                    sigi234 Forum Testing Most Active @MCU last edited by sigi234

                                    @mcu sagte in jarvis v3.0.0 - just another remarkable vis:

                                    @revo
                                    Auf der console

                                    cd /opt/iobroker
                                    iobroker backup
                                    
                                    iobroker stop
                                    
                                    curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
                                    
                                    sudo apt-get install -y nodejs
                                    
                                    
                                    curl -sL https://iobroker.net/fix.sh | bash -
                                    
                                    

                                    @sigi234 Kennst du Dich damit nicht besser aus? Fehlende nodejs.

                                    https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

                                    1 Reply Last reply Reply Quote 1
                                    • R
                                      Revo @MCU last edited by Revo

                                      @mcu ich hatte kurz Hoffnung.. auf jeden Fall hat die Verlinkung gefehlt.
                                      nodejs und node werden beide in Version v14.19.0 angezeigt, bekomme aber trotzdem den Connection Error beim Jarvis Aufruf 😕
                                      iobroker fix durchlaufen lassen, Pi neugestartet
                                      node.JPG
                                      jarvis.JPG

                                      M 1 Reply Last reply Reply Quote 0
                                      • Dominik F.
                                        Dominik F. @MCU last edited by Dominik F.

                                        @mcu

                                        könntest du folgenden Datenpunkt hinzufügen?

                                        .q-item__section--main   .q-item__label.text-h6  { }
                                        
                                        .body--dark .sticky-table-header thead tr th {}
                                        
                                        .body--dark tr:nth-child(2n) {}
                                        
                                        M 1 Reply Last reply Reply Quote 0
                                        • M
                                          MCU @Revo last edited by

                                          @revo Ich denke irgendetwas ist bei der Installation schiefgelaufen.
                                          Jetzt kannst du noch mit rebuild versuchen, da was zu ändern und nochmal auf der console iobroker del jarvis komplett zu löschen und dann nochmal mit iobroker upgrade jarvis neu zu installieren.
                                          Andererseits denke ich, dass das System von Grund auf Probleme macht und machen wird?
                                          Mir gehen auch weitere Ideen aus. Dazu bin ich kein tiefgehender Systemspezialist.

                                          R 1 Reply Last reply Reply Quote 0
                                          • M
                                            MCU @Dominik F. last edited by MCU

                                            @dominik-f Mit immer nur einem Leerzeichen dazwischen. Ok.
                                            Beschreib mal eben was die machen, wo wird was eingestellt?

                                            Dominik F. 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            674
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            jarvis material material ui materialdesign vis visualisierung visualization
                                            252
                                            4481
                                            2398987
                                            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