Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. jarvis v3.0.0 - just another remarkable vis

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.3k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.0k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.4k

jarvis v3.0.0 - just another remarkable vis

Geplant Angeheftet Gesperrt Verschoben Tester
jarvismaterialmaterial uimaterialdesignvisvisualisierungvisualization
4.5k Beiträge 254 Kommentatoren 2.7m Aufrufe 209 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • sigi234S sigi234

    @j1s2e3

    F5 mal getestet

    J Offline
    J Offline
    j1s2e3
    schrieb am zuletzt editiert von j1s2e3
    #273

    @sigi234 said in jarvis v3.0.0 (beta) - just another remarkable vis:

    @j1s2e3

    F5 mal getestet

    Eben probiert... Die Kalendarwoche wurde sofort angezeit. Sonnenauf- und Sonnenuntergang blaue Kreise. Nach ca. 30 Sekunden kamen die Werte.

    Screenshot from 2021-12-21 08-51-47.png

    J M 2 Antworten Letzte Antwort
    0
    • J j1s2e3

      @sigi234 said in jarvis v3.0.0 (beta) - just another remarkable vis:

      @j1s2e3

      F5 mal getestet

      Eben probiert... Die Kalendarwoche wurde sofort angezeit. Sonnenauf- und Sonnenuntergang blaue Kreise. Nach ca. 30 Sekunden kamen die Werte.

      Screenshot from 2021-12-21 08-51-47.png

      J Offline
      J Offline
      j1s2e3
      schrieb am zuletzt editiert von
      #274

      Ich brauche mal Hilfe bei einem Gerät. Es geht um ein Licht (LED-Streifen):

      Die HW stellt 2 Datenpunkte zur Verfügung

      • ACTUAL - ist ein Boolean, Readonly, false=Licht aus, true=Licht an
      • SET - ist vom Typ Number, Write-Only, 0=Licht aus, 1=Licht an

      Bei SET gibt es noch weitere Werte, aber mir geht es erstmal nur um die Funktionalität An/Aus.

      Screenshot from 2021-12-21 08-34-31.png
      ^^^ so habe ich es aktuell konfiguriert. Bei den DP habe ich den Pfad entfernt, sonst hätte man ACTUAL/SET nicht in Scrennshot gesehen.

      Startzustand: ACTUAL=false, SET=0 (Licht ist aus)

      Wenn das Licht aus ist, stimmt die Anzeige.
      Klicke ich auf den Switch, wird 1 in den DP SET geschrieben.
      Daraufhin geht das Licht an, ACTUAL wechselt auf true, und die Anzeige links neben dem Switch wechselt auf an.
      Soweit ist alles korrekt.

      Was nicht geht, ist der Switch. Der bleibt stur auf off. Siehe Foto:
      Screenshot from 2021-12-21 08-36-22.png

      Was muss ich denn noch bzw. anders konfigurieren, damit der Switch auch umschaltet. Problem ist hier das von ACTUAL(boolean) gelesen wird und in SET(number) geschrieben werden muss.

      M J 2 Antworten Letzte Antwort
      0
      • N Offline
        N Offline
        Nonixnarrez
        schrieb am zuletzt editiert von Nonixnarrez
        #275

        Tach zusammen,

        ich versuche einen Datenpunkt mit einer IP Adresse so zu formatieren, dass ich Ihn aus der Jarvis Anzeige bzw. dem Pop-Up direkt aufrufen kann (neues Browserfenster).
        Hierzu habe ich mit dem Feld "Datenpunkt Eigenschaften" einige Varianten ausprobiert.

        Beispiel: {"value":"val => 'http://' +String(val)"} - da fehlt aber leider noch ein Puzzlestück.

        Weiß evtl. jemand ob ein Hyperlink (href) innerhalb der Datenpunktformatierung in Jarvis V3 unterstützt wird und wenn ja, wie "Herr Json" das akzeptieren würde?

        211221_Datenpunkt_href.jpg

        Referenz: https://github.com/Zefau/ioBroker.jarvis/issues/369

        Gruß /// Nonixnarrez

        Raspberry Pi 4b (8GB), Bookworm/aarch64, js-controller (v7.0.7), Node.js (v22.21.0), ioBroker.admin (v7.7.19), NPM (v10.9.4), Jarvis (v3.1.8), InfluxDB (v2.7.11), Grafana (v12.1.1), Sonoff Tasmota (v13.1.0.1), Pi-hole Core (v6.1.4), XigmaNAS (v13.2.0.5.9876), FRITZ!Box 6660 (v8.03)

        M 1 Antwort Letzte Antwort
        0
        • N Nonixnarrez

          Tach zusammen,

          ich versuche einen Datenpunkt mit einer IP Adresse so zu formatieren, dass ich Ihn aus der Jarvis Anzeige bzw. dem Pop-Up direkt aufrufen kann (neues Browserfenster).
          Hierzu habe ich mit dem Feld "Datenpunkt Eigenschaften" einige Varianten ausprobiert.

          Beispiel: {"value":"val => 'http://' +String(val)"} - da fehlt aber leider noch ein Puzzlestück.

          Weiß evtl. jemand ob ein Hyperlink (href) innerhalb der Datenpunktformatierung in Jarvis V3 unterstützt wird und wenn ja, wie "Herr Json" das akzeptieren würde?

          211221_Datenpunkt_href.jpg

          Referenz: https://github.com/Zefau/ioBroker.jarvis/issues/369

          Gruß /// Nonixnarrez

          M Online
          M Online
          MCU
          schrieb am zuletzt editiert von
          #276

          @nonixnarrez
          https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/beispiele/geraete-einstellungen/datenpunkt-eigenschaften/ip-adresse-href

          NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
          Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

          1 Antwort Letzte Antwort
          0
          • J j1s2e3

            Ich brauche mal Hilfe bei einem Gerät. Es geht um ein Licht (LED-Streifen):

            Die HW stellt 2 Datenpunkte zur Verfügung

            • ACTUAL - ist ein Boolean, Readonly, false=Licht aus, true=Licht an
            • SET - ist vom Typ Number, Write-Only, 0=Licht aus, 1=Licht an

            Bei SET gibt es noch weitere Werte, aber mir geht es erstmal nur um die Funktionalität An/Aus.

            Screenshot from 2021-12-21 08-34-31.png
            ^^^ so habe ich es aktuell konfiguriert. Bei den DP habe ich den Pfad entfernt, sonst hätte man ACTUAL/SET nicht in Scrennshot gesehen.

            Startzustand: ACTUAL=false, SET=0 (Licht ist aus)

            Wenn das Licht aus ist, stimmt die Anzeige.
            Klicke ich auf den Switch, wird 1 in den DP SET geschrieben.
            Daraufhin geht das Licht an, ACTUAL wechselt auf true, und die Anzeige links neben dem Switch wechselt auf an.
            Soweit ist alles korrekt.

            Was nicht geht, ist der Switch. Der bleibt stur auf off. Siehe Foto:
            Screenshot from 2021-12-21 08-36-22.png

            Was muss ich denn noch bzw. anders konfigurieren, damit der Switch auch umschaltet. Problem ist hier das von ACTUAL(boolean) gelesen wird und in SET(number) geschrieben werden muss.

            M Online
            M Online
            MCU
            schrieb am zuletzt editiert von MCU
            #277

            @j1s2e3
            86f3b9e4-3eda-49b4-85f7-cb0bd54b4798-image.png
            Da muss ein boolean rein, da der Datenpunkt Anzeige ja ein boolean ist:

            {"false":"aus","true":"an"}
            

            Wie sind die Einstellungen zur SwitchAction?
            db760f88-c39c-4150-bc9d-5fdaddd6291e-image.png

            NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
            Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

            J 1 Antwort Letzte Antwort
            0
            • J j1s2e3

              @sigi234 said in jarvis v3.0.0 (beta) - just another remarkable vis:

              @j1s2e3

              F5 mal getestet

              Eben probiert... Die Kalendarwoche wurde sofort angezeit. Sonnenauf- und Sonnenuntergang blaue Kreise. Nach ca. 30 Sekunden kamen die Werte.

              Screenshot from 2021-12-21 08-51-47.png

              M Online
              M Online
              MCU
              schrieb am zuletzt editiert von
              #278

              @j1s2e3 Web-Adapter neugestartet?

              NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
              Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

              J 1 Antwort Letzte Antwort
              0
              • ZefauZ Zefau

                jarvis - just another remarkable vis

                Besonderes Dank an @MCU, @RkcCorian und die vielen Tester, die die alpha unermüdlich auf Bugs getestet haben.

                Was ist jarvis?

                jarvis ist eine Material Design Visualisierung, die - seit der Version 3.0 - auf Vue.js und dem Quasar Framework basiert. jarvis gibt eine Struktur und Module vor, die zur Visualisierung genutzt werden, aber sehr flexibel konfiguriert werden können.

                jarvis ist responsive und passt sich der Größe des Screens an.

                Das Layout ist flexibel konfigurierbar. Es können Seiten (seit v3) sowie Tabs verwendet werden. Jeder Tab kann entweder fullscreen sein oder beliebig viele Widgets haben. Die Widgets können (ab v3) eine beliebige Größe haben und flexibel angeordnet werden. Die Spaltenstruktur aus v2 gibt es nicht mehr.

                Warum jarvis?

                jarvis ist weitaus weniger flexibel als ioBroker.vis, aber bietet dafür ein standardisiertes Design, um schnell eine Visualisierung zusammenzustellen. Wer besonders spezifische Anforderungen hat, sollte (weiterhin) ioBroker.vis verwendet.

                v2 vs. v3: Was ist zu beachten? :exclamation:

                Beim ersten Aufruf von v3 wird das alte Layout aus v2 in die neue v3-Struktur konvertiert. Eine Konvertierung von v3 auf v2 (Downgrade) existiert nicht! Daher unbedingt ein Backup anlegen, bevor v3 installiert wird!

                Nach der Konvertierung ist es manuell notwendig, im Modul Calendar die Passwörter neu zu setzen, damit die Kalendereinträge korrekt geladen werden.

                Das Modul StateListHorizontal wurde durch HomeKitTile ersetzt.

                v2 vs. v3: Was ist neu? :star2:

                Layout

                • Add navigation drawer (#81)
                • Flexible Layout: Allow Widgets to span accross columns (#129)
                • add Jumper / Link functionality to quickly change view to a certain tab / widget (#143)
                • Allow TopBar / TabBar to be placed on either top or bottom (#234)
                • Dropdown Menü für Button in der TAB-Leiste (#638)
                • Introduce tiles (#235)
                • Add option to use icon as State indication (#264)
                • Introduce different widget sizes (#277)
                • Swipe to switch between tabs (#19)
                • Automatischer Seitenwechsel nach x Minuten (#293)

                Geräte / States

                • Allow usage of Json-Format for Device Label (#536)
                • Allow styling of Device body and label (#612)

                Modul Chart

                • Anmerkung: Das Modul Chart (aus v2) wurde in v3 in HistoryGraph umbenannt. Das neu eingeführte Modul Chart in v3 erlaubt den Vergleich von verschiedenen Datenpunkt-Werten (keine historischen Werte mehr; hierfür ist nun HistoryGraph zu nutzen).
                • Vergleich von Datenpunkt-Werten mittels Bar-Chart, Pie-Chart oder Polar-Chart
                • Migrate from Chart.js to Apache ECharts (#282)
                • Rework / dense Chart layout (#446)
                • Bar graph (#427)
                • add secondary y-axis (#326)

                Modul JsonTable / HtmlTable

                • add new module HtmlTable (#676)
                  Anmerkung: Liest HTML Tabellen aus ioBroker (analog zu JSON-Strukturen beim Modul JsonTable) und stellt diese als Tabelle in jarvis dar
                • Improve module JsonTable (#679)
                  Anmerkung: Spalten umbenennen, Werte durch eigene Funktionen ändern, HTML nutzen, etc.

                Modul AdapterStatus

                • Allow to start / stop adapter instance
                • Add Info Type from the Adapter Updates (#346)

                Modul Calendar

                • Custom colors for calendars (#660)

                Modul iFrame

                • Aktualisierung von iFrame oder Image nur wenn zugehöriger TAB aktiv ist (#458)
                • Allow usage of settings parameter within URL of iFrame module (#335)

                Status / Trigger

                • ButtonAction als Taster (#450)
                • ToogleMode for ButtonAction / IconButtonAction (#408)
                • Allow icon as state status (#680)
                • allow specific values for trigger action (#757)
                • LevelBody: Einheit im Slider-Label berücksichtigen (#1188)

                Einstellungen / Settings

                • Keep jarvis open in different tab/window while editing config (#355)
                • Save / apply configuration without reloading page (#311)
                • add Autocompletion of state on typing in device configuration (#420)
                • Settings Button im Menü ausblenden (#437)
                • Security prompt when deleting an entry (#76)
                • Funktiontasten (PC) zur Bearbeitung für Jarvis (#973)

                Sonstiges

                • Importer erkennt nun mehr HomeMatic / HomeMatic IP Geräte (#719, #1186, #1196)
                • neues Logo (#144)

                .
                Und noch viel mehr Feature und vor allem viele, viele :bug: Bug-Fixes!
                Die vollständige Liste aller Features auf Github (bzw. inkl. Bug Fixes).

                @MCU hat überdies einen tabellarischen Vergleich im Wiki.

                jarvis übersetzen / translate jarvis

                Gibt es jemanden, der eine andere Sprache nativ als Muttersprache spricht und Lust hat, jarvis zu übersetzen?

                Siehe https://github.com/Zefau/jarvis.i18n

                __

                Anyone who speaks another language fluently / mother tongue and likes to translate jarvis?

                See https://github.com/Zefau/jarvis.i18n

                v3: Unterstützung durch Pro-Account :heartpulse:

                Die v3 führt einen Pro-Account ein, mit der diverse Pro-Features genutzt werden können. Ab v3 ist jarvis damit Freemium, was bedeutet, dass jarvis grundsätzlich in vielen Belangen kostenlos ist (und bleibt), ihr aber das Projekt unterstützen könnt und dann einen gewissen erweiterten Umfang habt. Eine Auflistung von Pro-Features gibt es via Github-Issues. Außerdem gibt es eine Diskussion zum Thema Pro-Account inkl. Feature-Auflistung.

                Das Abonnement kann in den jarvis Einstellungen via PayPal gekauft werden, ist jederzeit kündbar und läuft bei Kündigung bis zum bezahlten Ende fort (also mindestens 1 Jahr). Sofern es Schwierigkeiten gibt, meldet euch gerne bei mir via ioBroker.jarvis@mailbox.org.

                :exclamation: Nach dem Kauf bitte die Lizenz in den Datenpunkt jarvis.0.info.pro kopieren, sofern dies automatisch nicht geklappt haben sollte.

                Bitte versteht die eingeführte Möglichkeit des Abonnements nicht nur als reine Bezahlung, sondern auch als Unterstützung zur Weiterentwicklung des Adapters. Vielen Dank für euren Support!


                Impressionen

                Nachfolgend einige Impressionen / Beispiele:

                Users

                Siehe https://forum.iobroker.net/topic/37661/showcase-jarvis-just-another-remarkable-vis

                YouTube

                Siehe https://www.youtube.com/playlist?list=PLukgJ9IF0jR1tR2oy6VHjehCwRabnuYQS


                Ausblick / Roadmap

                Ihr habt Wünsche? Bitte legt ein Issue auf Github an.

                Gestalte mit und stimme ab

                Sofern euch Features fehlen, legt gerne ein Issue als Feature Request auf Github an.

                Bitte stimmt für eure gewünschten Feature Requests ab: Nutzt dazu die Emoticon auf Github, um für eure favorisierten Feature Requests abzustimmen:

                https://forum.iobroker.net/assets/uploads/files/1606215967286-1c3e566f-8d54-4f19-8948-eb8833c5b15f-image.png

                Jeder Emoticon zählt gleich. Bitte stimmt nicht für alle / zu viele Feature Requests ab, sonst gibt es am Ende keine großen Unterschiede mehr.

                Die Reihenfolge nach abgegebenen Stimmen seht ihr hier: Übersicht der Feature Requests nach Stimmen

                sigi234S Online
                sigi234S Online
                sigi234
                Forum Testing Most Active
                schrieb am zuletzt editiert von sigi234
                #279

                @zefau

                Seit Version 18 kommt das:

                jarvis.0
                2021-12-21 15:39:20.445	warn	alias.0.Geschirrspüler.BSH_Common_Command_PauseProgram is not a valid state
                
                jarvis.0
                2021-12-21 15:39:20.344	warn	alias.0.Geschirrspüler.BSH_Common_Command_ResumeProgram is not a valid state
                
                jarvis.0
                2021-12-21 15:39:20.276	warn	alias.0.Geschirrspüler.BSH_Common_Command_StopProgram is not a valid state
                
                jarvis.0
                2021-12-21 15:39:19.974	warn	http://192.168.178.20:8082/vis.0/yamaha-rx-v481.png is not a valid state
                
                jarvis.0
                2021-12-21 15:39:19.902	warn	tr-064.0.phonebook.number is not a valid state
                
                jarvis.0
                2021-12-21 15:39:19.814	warn	tr-064.0.phonebook.name is not a valid state
                
                jarvis.0
                2021-12-21 15:39:19.709	warn	tr-064.0.phonebook.image is not a valid state
                
                jarvis.0
                2021-12-21 15:39:19.703	warn	.ACTUAL is not a valid state
                
                jarvis.0
                2021-12-21 15:39:19.702	warn	.ACTUAL is not a valid state
                
                jarvis.0
                2021-12-21 15:39:19.702	warn	.ACTUAL is not a valid state
                
                jarvis.0
                2021-12-21 15:39:19.702	warn	.ACTUAL is not a valid state
                
                jarvis.0
                2021-12-21 15:39:19.702	warn	.ACTUAL is not a valid state
                
                jarvis.0
                2021-12-21 15:39:19.701	warn	.ACTUAL is not a valid state
                
                jarvis.0
                2021-12-21 15:39:19.353	warn	.ACTUAL is not a valid state
                
                jarvis.0
                2021-12-21 15:39:19.298	warn	hue.0.Philips_hue.Alle.scene_nachtlicht is not a valid state
                
                jarvis.0
                2021-12-21 15:39:19.245	warn	hue.0.Philips_hue.Alle.scene_gedimmt is not a valid state
                
                jarvis.0
                2021-12-21 15:39:19.167	warn	hue.0.Philips_hue.Alle.scene_hell is not a valid state
                
                jarvis.0
                2021-12-21 15:39:19.086	warn	hue.0.Philips_hue.Alle.scene_frühlingsblüten is not a valid state
                
                jarvis.0
                2021-12-21 15:39:19.000	warn	hue.0.Philips_hue.Alle.scene_nordlichter is not a valid state
                
                jarvis.0
                2021-12-21 15:39:18.893	warn	hue.0.Philips_hue.Alle.scene_tropendämmerung is not a valid state
                
                jarvis.0
                2021-12-21 15:39:18.788	warn	hue.0.Philips_hue.Alle.scene_sonnenuntergang_savanne is not a valid state
                
                jarvis.0
                2021-12-21 15:39:18.706	warn	hue.0.Philips_hue.Alle.scene_energie_tanken is not a valid state
                
                jarvis.0
                2021-12-21 15:39:18.609	warn	hue.0.Philips_hue.Alle.scene_konzentrieren is not a valid state
                
                jarvis.0
                2021-12-21 15:39:18.438	warn	hue.0.Philips_hue.Alle.scene_lesen is not a valid state
                
                jarvis.0
                2021-12-21 15:39:18.308	warn	hue.0.Philips_hue.Alle.scene_entspannen is not a valid state
                
                jarvis.0
                2021-12-21 15:39:18.223	warn	hue.0.Philips_hue.Büro.scene_nachtlicht is not a valid state
                
                jarvis.0
                2021-12-21 15:39:18.142	warn	hue.0.Philips_hue.Büro.scene_frühlingsblüten is not a valid state
                
                jarvis.0
                2021-12-21 15:39:18.036	warn	hue.0.Philips_hue.Büro.scene_nordlichter is not a valid state
                
                jarvis.0
                2021-12-21 15:39:17.878	warn	hue.0.Philips_hue.Büro.scene_tropendämmerung is not a valid state
                
                jarvis.0
                2021-12-21 15:39:17.669	warn	hue.0.Philips_hue.Büro.scene_sonnenuntergang_savanne is not a valid state
                
                jarvis.0
                2021-12-21 15:39:17.541	warn	hue.0.Philips_hue.Büro.scene_energie_tanken is not a valid state
                
                jarvis.0
                2021-12-21 15:39:17.401	warn	hue.0.Philips_hue.Büro.scene_konzentrieren is not a valid state
                
                jarvis.0
                2021-12-21 15:39:17.302	warn	hue.0.Philips_hue.Büro.scene_lesen is not a valid state
                
                jarvis.0
                2021-12-21 15:39:17.175	warn	hue.0.Philips_hue.Büro.scene_entspannen is not a valid state
                
                jarvis.0
                2021-12-21 15:39:17.127	warn	hue.0.Philips_hue.Küche.scene_scene_storagescene_ is not a valid state
                
                jarvis.0
                2021-12-21 15:39:17.073	warn	hue.0.Philips_hue.Küche.scene_bewegung is not a valid state
                
                jarvis.0
                2021-12-21 15:39:17.023	warn	hue.0.Philips_hue.Küche.scene_scene_recoveryscene_ is not a valid state
                
                jarvis.0
                2021-12-21 15:39:16.946	warn	hue.0.Philips_hue.Küche.scene_nachtlicht is not a valid state
                
                jarvis.0
                2021-12-21 15:39:16.881	warn	hue.0.Philips_hue.Küche.scene_energie_tanken is not a valid state
                
                jarvis.0
                2021-12-21 15:39:16.830	warn	hue.0.Philips_hue.Küche.scene_hell is not a valid state
                
                jarvis.0
                2021-12-21 15:39:16.771	warn	hue.0.Philips_hue.Küche.scene_lesen is not a valid state
                
                jarvis.0
                2021-12-21 15:39:16.715	warn	hue.0.Philips_hue.Küche.scene_gedimmt_küche is not a valid state
                
                jarvis.0
                2021-12-21 15:39:16.622	warn	hue.0.Philips_hue.Küche.scene_entspannen is not a valid state
                
                jarvis.0
                2021-12-21 15:39:16.544	warn	hue.0.Philips_hue.Küche.scene_konzentrieren_küche is not a valid state
                
                jarvis.0
                2021-12-21 15:39:16.488	warn	hue.0.Philips_hue.Küche.scene_frühlingsblüten is not a valid state
                
                jarvis.0
                2021-12-21 15:39:16.440	warn	hue.0.Philips_hue.Küche.scene_sonnenuntergang_savanne is not a valid state
                
                jarvis.0
                2021-12-21 15:39:16.392	warn	hue.0.Philips_hue.Küche.scene_tropendämmerung is not a valid state
                
                jarvis.0
                2021-12-21 15:39:16.340	warn	hue.0.Philips_hue.Bad_Room.scene_gedimmt_bad is not a valid state
                
                jarvis.0
                2021-12-21 15:39:16.293	warn	hue.0.Philips_hue.Bad_Room.scene_hell_bad is not a valid state
                
                jarvis.0
                2021-12-21 15:39:16.237	warn	hue.0.Philips_hue.Bad_Room.scene_nachtlicht_bad is not a valid state
                
                jarvis.0
                2021-12-21 15:39:16.166	warn	http://192.168.178.20:8082/vis.0/VU_analog.gif is not a valid state
                

                Ebenso kommt bei den Bar Charts das : (bei mouseover in den Balken)

                Screenshot (4540).png

                Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                Immer Daten sichern!

                M 1 Antwort Letzte Antwort
                0
                • sigi234S sigi234

                  @zefau

                  Seit Version 18 kommt das:

                  jarvis.0
                  2021-12-21 15:39:20.445	warn	alias.0.Geschirrspüler.BSH_Common_Command_PauseProgram is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:20.344	warn	alias.0.Geschirrspüler.BSH_Common_Command_ResumeProgram is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:20.276	warn	alias.0.Geschirrspüler.BSH_Common_Command_StopProgram is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:19.974	warn	http://192.168.178.20:8082/vis.0/yamaha-rx-v481.png is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:19.902	warn	tr-064.0.phonebook.number is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:19.814	warn	tr-064.0.phonebook.name is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:19.709	warn	tr-064.0.phonebook.image is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:19.703	warn	.ACTUAL is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:19.702	warn	.ACTUAL is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:19.702	warn	.ACTUAL is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:19.702	warn	.ACTUAL is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:19.702	warn	.ACTUAL is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:19.701	warn	.ACTUAL is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:19.353	warn	.ACTUAL is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:19.298	warn	hue.0.Philips_hue.Alle.scene_nachtlicht is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:19.245	warn	hue.0.Philips_hue.Alle.scene_gedimmt is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:19.167	warn	hue.0.Philips_hue.Alle.scene_hell is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:19.086	warn	hue.0.Philips_hue.Alle.scene_frühlingsblüten is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:19.000	warn	hue.0.Philips_hue.Alle.scene_nordlichter is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:18.893	warn	hue.0.Philips_hue.Alle.scene_tropendämmerung is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:18.788	warn	hue.0.Philips_hue.Alle.scene_sonnenuntergang_savanne is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:18.706	warn	hue.0.Philips_hue.Alle.scene_energie_tanken is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:18.609	warn	hue.0.Philips_hue.Alle.scene_konzentrieren is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:18.438	warn	hue.0.Philips_hue.Alle.scene_lesen is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:18.308	warn	hue.0.Philips_hue.Alle.scene_entspannen is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:18.223	warn	hue.0.Philips_hue.Büro.scene_nachtlicht is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:18.142	warn	hue.0.Philips_hue.Büro.scene_frühlingsblüten is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:18.036	warn	hue.0.Philips_hue.Büro.scene_nordlichter is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:17.878	warn	hue.0.Philips_hue.Büro.scene_tropendämmerung is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:17.669	warn	hue.0.Philips_hue.Büro.scene_sonnenuntergang_savanne is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:17.541	warn	hue.0.Philips_hue.Büro.scene_energie_tanken is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:17.401	warn	hue.0.Philips_hue.Büro.scene_konzentrieren is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:17.302	warn	hue.0.Philips_hue.Büro.scene_lesen is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:17.175	warn	hue.0.Philips_hue.Büro.scene_entspannen is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:17.127	warn	hue.0.Philips_hue.Küche.scene_scene_storagescene_ is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:17.073	warn	hue.0.Philips_hue.Küche.scene_bewegung is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:17.023	warn	hue.0.Philips_hue.Küche.scene_scene_recoveryscene_ is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:16.946	warn	hue.0.Philips_hue.Küche.scene_nachtlicht is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:16.881	warn	hue.0.Philips_hue.Küche.scene_energie_tanken is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:16.830	warn	hue.0.Philips_hue.Küche.scene_hell is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:16.771	warn	hue.0.Philips_hue.Küche.scene_lesen is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:16.715	warn	hue.0.Philips_hue.Küche.scene_gedimmt_küche is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:16.622	warn	hue.0.Philips_hue.Küche.scene_entspannen is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:16.544	warn	hue.0.Philips_hue.Küche.scene_konzentrieren_küche is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:16.488	warn	hue.0.Philips_hue.Küche.scene_frühlingsblüten is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:16.440	warn	hue.0.Philips_hue.Küche.scene_sonnenuntergang_savanne is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:16.392	warn	hue.0.Philips_hue.Küche.scene_tropendämmerung is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:16.340	warn	hue.0.Philips_hue.Bad_Room.scene_gedimmt_bad is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:16.293	warn	hue.0.Philips_hue.Bad_Room.scene_hell_bad is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:16.237	warn	hue.0.Philips_hue.Bad_Room.scene_nachtlicht_bad is not a valid state
                  
                  jarvis.0
                  2021-12-21 15:39:16.166	warn	http://192.168.178.20:8082/vis.0/VU_analog.gif is not a valid state
                  

                  Ebenso kommt bei den Bar Charts das : (bei mouseover in den Balken)

                  Screenshot (4540).png

                  M Online
                  M Online
                  MCU
                  schrieb am zuletzt editiert von
                  #280

                  @sigi234 Welches Hintergrundbild nutzt du?

                  NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                  Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                  sigi234S 1 Antwort Letzte Antwort
                  0
                  • M MCU

                    @sigi234 Welches Hintergrundbild nutzt du?

                    sigi234S Online
                    sigi234S Online
                    sigi234
                    Forum Testing Most Active
                    schrieb am zuletzt editiert von
                    #281

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

                    @sigi234 Welches Hintergrundbild nutzt du?

                    background-image: url("https://images.hdqwalls.com/download/black-gradient-b9-1920x1080.jpg");

                    Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                    Immer Daten sichern!

                    1 Antwort Letzte Antwort
                    1
                    • M MCU

                      @j1s2e3
                      86f3b9e4-3eda-49b4-85f7-cb0bd54b4798-image.png
                      Da muss ein boolean rein, da der Datenpunkt Anzeige ja ein boolean ist:

                      {"false":"aus","true":"an"}
                      

                      Wie sind die Einstellungen zur SwitchAction?
                      db760f88-c39c-4150-bc9d-5fdaddd6291e-image.png

                      J Offline
                      J Offline
                      j1s2e3
                      schrieb am zuletzt editiert von
                      #282

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

                      @j1s2e3
                      86f3b9e4-3eda-49b4-85f7-cb0bd54b4798-image.png
                      Da muss ein boolean rein, da der Datenpunkt Anzeige ja ein boolean ist:

                      {"false":"aus","true":"an"}
                      

                      Screenshot from 2021-12-21 16-00-16.png
                      Sorry, habe den falschen Screenshot erwischt. Das hatte ich auch schon angepasst. Habe vorher schon alles mögliche ausprobiert. D.h. die Booleanvariante unter Anzeigevariante ist so drin, und geht trotzdem nicht.

                      Wie sind die Einstellungen zur SwitchAction?
                      db760f88-c39c-4150-bc9d-5fdaddd6291e-image.png

                      Screenshot from 2021-12-21 16-00-44.png
                      Default. Habe nix dran geändert.

                      M 1 Antwort Letzte Antwort
                      0
                      • J j1s2e3

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

                        @j1s2e3
                        86f3b9e4-3eda-49b4-85f7-cb0bd54b4798-image.png
                        Da muss ein boolean rein, da der Datenpunkt Anzeige ja ein boolean ist:

                        {"false":"aus","true":"an"}
                        

                        Screenshot from 2021-12-21 16-00-16.png
                        Sorry, habe den falschen Screenshot erwischt. Das hatte ich auch schon angepasst. Habe vorher schon alles mögliche ausprobiert. D.h. die Booleanvariante unter Anzeigevariante ist so drin, und geht trotzdem nicht.

                        Wie sind die Einstellungen zur SwitchAction?
                        db760f88-c39c-4150-bc9d-5fdaddd6291e-image.png

                        Screenshot from 2021-12-21 16-00-44.png
                        Default. Habe nix dran geändert.

                        M Online
                        M Online
                        MCU
                        schrieb am zuletzt editiert von MCU
                        #283

                        @j1s2e3 Das sollte so aussehen:
                        90fdeafb-80bc-4482-b879-3e7e569c3272-image.png
                        Mach mal bitte ein Upload von jarvis:
                        iobroker upload jarvis
                        aus der console
                        Welche Version? v3.0.0-beta.18

                        NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                        Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                        J 2 Antworten Letzte Antwort
                        0
                        • M MCU

                          @j1s2e3 Web-Adapter neugestartet?

                          J Offline
                          J Offline
                          j1s2e3
                          schrieb am zuletzt editiert von
                          #284

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

                          @j1s2e3 Web-Adapter neugestartet?

                          Nee hatte ich nicht. Eben probiert, nach F5 in Jarvis dauert es jetzt ca. 10 Sekunden bis Sonnenauf- und Sonnenuntergang angezeigt werden. Kalendarwoche ist sofort da.

                          1 Antwort Letzte Antwort
                          0
                          • M MCU

                            @j1s2e3 Das sollte so aussehen:
                            90fdeafb-80bc-4482-b879-3e7e569c3272-image.png
                            Mach mal bitte ein Upload von jarvis:
                            iobroker upload jarvis
                            aus der console
                            Welche Version? v3.0.0-beta.18

                            J Offline
                            J Offline
                            j1s2e3
                            schrieb am zuletzt editiert von
                            #285

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

                            @j1s2e3 Das sollte so aussehen:
                            90fdeafb-80bc-4482-b879-3e7e569c3272-image.png
                            Mach mal bitte ein Upload von jarvis:
                            iobroker upload jarvis
                            aus der console
                            Welche Version? v3.0.0-beta.18

                            v3.0.0-beta.18

                            iobroker upload habe ich gemacht. Dann iobroker neu gestartet. Alles beim alten. Geht nicht.

                            Dann habe ich den DP on_on gelöscht und neu angelegt. SwitchAction->Einstellungen sieht jetzt so aus:
                            Screenshot from 2021-12-21 16-30-35.png

                            Immerhin habe ich jetzt 2 Auswahlmöglichkeiten für den Datenpunktwert im Dropdownmenu.

                            J 1 Antwort Letzte Antwort
                            0
                            • J j1s2e3

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

                              @j1s2e3 Das sollte so aussehen:
                              90fdeafb-80bc-4482-b879-3e7e569c3272-image.png
                              Mach mal bitte ein Upload von jarvis:
                              iobroker upload jarvis
                              aus der console
                              Welche Version? v3.0.0-beta.18

                              v3.0.0-beta.18

                              iobroker upload habe ich gemacht. Dann iobroker neu gestartet. Alles beim alten. Geht nicht.

                              Dann habe ich den DP on_on gelöscht und neu angelegt. SwitchAction->Einstellungen sieht jetzt so aus:
                              Screenshot from 2021-12-21 16-30-35.png

                              Immerhin habe ich jetzt 2 Auswahlmöglichkeiten für den Datenpunktwert im Dropdownmenu.

                              J Offline
                              J Offline
                              j1s2e3
                              schrieb am zuletzt editiert von
                              #286

                              @MCU

                              Screenshot from 2021-12-21 16-37-17.png

                              Jarvis-Update mache ich immer so ^^^

                              Und noch eine Info. Ich hatte vorher Jarvis V2 am laufen. Evtl. ist beim Update/Konvertieren irgendwas schief gelaufen???

                              M 1 Antwort Letzte Antwort
                              0
                              • J j1s2e3

                                @MCU

                                Screenshot from 2021-12-21 16-37-17.png

                                Jarvis-Update mache ich immer so ^^^

                                Und noch eine Info. Ich hatte vorher Jarvis V2 am laufen. Evtl. ist beim Update/Konvertieren irgendwas schief gelaufen???

                                M Online
                                M Online
                                MCU
                                schrieb am zuletzt editiert von MCU
                                #287

                                @j1s2e3 Das Update passt schon so. Upload auf der console hast du auch gemacht?
                                b92a0c67-9c91-4695-a508-6b593cdeb9b8-image.png
                                Hat mit der Umsetzung v2-> v3 nichts zu tun.

                                NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                                Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                                J 1 Antwort Letzte Antwort
                                0
                                • M MCU

                                  @j1s2e3 Das Update passt schon so. Upload auf der console hast du auch gemacht?
                                  b92a0c67-9c91-4695-a508-6b593cdeb9b8-image.png
                                  Hat mit der Umsetzung v2-> v3 nichts zu tun.

                                  J Offline
                                  J Offline
                                  j1s2e3
                                  schrieb am zuletzt editiert von j1s2e3
                                  #288

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

                                  @j1s2e3 Das Update passt schon so. Upload auf der console hast du auch gemacht?
                                  Hat mit der Umsetzung v2-> v3 nichts zu tun.

                                  Ja, habe das upload gemacht:

                                  root@pi:/opt/iobroker# iobroker upload jarvis
                                  upload [15] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/zefau.jpg zefau.jpg image/jpeg
                                  upload [14] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/words.js words.js application/javascript
                                  upload [13] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/jarvis.png jarvis.png image/png
                                  upload [12] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/index_m.html index_m.html text/html
                                  upload [11] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                  upload [10] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                  upload [9] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                  upload [8] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                  upload [7] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                  upload [6] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                  upload [5] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                  upload [4] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                  upload [3] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                  upload [2] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                  upload [1] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/admin.js admin.js application/javascript
                                  upload [0] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/admin.css admin.css text/css
                                  upload [100] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/img/moon_24.3f480ec5.png img/moon_24.3f480ec5.png image/png
                                  upload [90] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/img/moon_15.a88798db.png img/moon_15.a88798db.png image/png
                                  upload [80] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/icons/web/icon-512-maskable.png icons/web/icon-512-maskable.png image/png
                                  upload [70] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/icons/ios/AppIcon@2x.png icons/ios/AppIcon@2x.png image/png
                                  upload [60] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/icons/ios/AppIcon-29@2x~ipad.png icons/ios/AppIcon-29@2x~ipad.png image/png
                                  upload [50] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/icons/icon-192x192.png icons/icon-192x192.png image/png
                                  upload [40] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/icons/android/res/mipmap-xxhdpi/ic_launcher.png icons/android/res/mipmap-xxhdpi/ic_launcher.png image/png
                                  upload [30] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/icons/android/res/mipmap-anydpi-v26/ic_launcher.xml icons/android/res/mipmap-anydpi-v26/ic_launcher.xml application/xml
                                  upload [20] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/icon-128x128.png icon-128x128.png image/png
                                  upload [19] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/icon-1024x1024.png icon-1024x1024.png image/png
                                  upload [18] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/fonts/materialdesignicons-webfont.606b1642.woff2 fonts/materialdesignicons-webfont.606b1642.woff2 font/woff2
                                  upload [17] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/fonts/materialdesignicons-webfont.5dff34d5.woff fonts/materialdesignicons-webfont.5dff34d5.woff font/woff
                                  upload [16] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.cf9862e8.woff2 fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.cf9862e8.woff2 font/woff2
                                  upload [15] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.40fa1be9.woff fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.40fa1be9.woff font/woff
                                  upload [14] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/fonts/KFOmCnqEu92Fr1Mu4mxM.9b78ea3b.woff fonts/KFOmCnqEu92Fr1Mu4mxM.9b78ea3b.woff font/woff
                                  upload [13] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/fonts/KFOlCnqEu92Fr1MmYUtfBBc-.b555d228.woff fonts/KFOlCnqEu92Fr1MmYUtfBBc-.b555d228.woff font/woff
                                  upload [12] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/fonts/KFOlCnqEu92Fr1MmWUlfBBc-.0344cc3c.woff fonts/KFOlCnqEu92Fr1MmWUlfBBc-.0344cc3c.woff font/woff
                                  upload [11] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/fonts/KFOlCnqEu92Fr1MmSU5fBBc-.877b9231.woff fonts/KFOlCnqEu92Fr1MmSU5fBBc-.877b9231.woff font/woff
                                  upload [10] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/fonts/KFOlCnqEu92Fr1MmEU9fBBc-.ddd11dab.woff fonts/KFOlCnqEu92Fr1MmEU9fBBc-.ddd11dab.woff font/woff
                                  upload [9] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/fonts/KFOkCnqEu92Fr1MmgVxIIzQ.9391e6e2.woff fonts/KFOkCnqEu92Fr1MmgVxIIzQ.9391e6e2.woff font/woff
                                  upload [8] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/favicon.ico favicon.ico image/vnd.microsoft.icon
                                  upload [7] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/css/vendor.2d4cce86.css css/vendor.2d4cce86.css text/css
                                  upload [6] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/css/app.b35c1dd2.css css/app.b35c1dd2.css text/css
                                  upload [5] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/css/5.b4273620.css css/5.b4273620.css text/css
                                  upload [4] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/css/4.16536d15.css css/4.16536d15.css text/css
                                  upload [3] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/css/3.1d9edfe1.css css/3.1d9edfe1.css text/css
                                  upload [2] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/css/1.2364fbbf.css css/1.2364fbbf.css text/css
                                  upload [1] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/apple-touch-icon.png apple-touch-icon.png image/png
                                  upload [0] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/apple-icon-120x120.png apple-icon-120x120.png image/png
                                  

                                  ... das kaum raus.

                                  Danach service iobroker restart.

                                  M 1 Antwort Letzte Antwort
                                  0
                                  • J j1s2e3

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

                                    @j1s2e3 Das Update passt schon so. Upload auf der console hast du auch gemacht?
                                    Hat mit der Umsetzung v2-> v3 nichts zu tun.

                                    Ja, habe das upload gemacht:

                                    root@pi:/opt/iobroker# iobroker upload jarvis
                                    upload [15] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/zefau.jpg zefau.jpg image/jpeg
                                    upload [14] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/words.js words.js application/javascript
                                    upload [13] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/jarvis.png jarvis.png image/png
                                    upload [12] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/index_m.html index_m.html text/html
                                    upload [11] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                    upload [10] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                    upload [9] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                    upload [8] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                    upload [7] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                    upload [6] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                    upload [5] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                    upload [4] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                    upload [3] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                    upload [2] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                    upload [1] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/admin.js admin.js application/javascript
                                    upload [0] jarvis.admin /opt/iobroker/node_modules/iobroker.jarvis/admin/admin.css admin.css text/css
                                    upload [100] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/img/moon_24.3f480ec5.png img/moon_24.3f480ec5.png image/png
                                    upload [90] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/img/moon_15.a88798db.png img/moon_15.a88798db.png image/png
                                    upload [80] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/icons/web/icon-512-maskable.png icons/web/icon-512-maskable.png image/png
                                    upload [70] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/icons/ios/AppIcon@2x.png icons/ios/AppIcon@2x.png image/png
                                    upload [60] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/icons/ios/AppIcon-29@2x~ipad.png icons/ios/AppIcon-29@2x~ipad.png image/png
                                    upload [50] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/icons/icon-192x192.png icons/icon-192x192.png image/png
                                    upload [40] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/icons/android/res/mipmap-xxhdpi/ic_launcher.png icons/android/res/mipmap-xxhdpi/ic_launcher.png image/png
                                    upload [30] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/icons/android/res/mipmap-anydpi-v26/ic_launcher.xml icons/android/res/mipmap-anydpi-v26/ic_launcher.xml application/xml
                                    upload [20] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/icon-128x128.png icon-128x128.png image/png
                                    upload [19] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/icon-1024x1024.png icon-1024x1024.png image/png
                                    upload [18] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/fonts/materialdesignicons-webfont.606b1642.woff2 fonts/materialdesignicons-webfont.606b1642.woff2 font/woff2
                                    upload [17] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/fonts/materialdesignicons-webfont.5dff34d5.woff fonts/materialdesignicons-webfont.5dff34d5.woff font/woff
                                    upload [16] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.cf9862e8.woff2 fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.cf9862e8.woff2 font/woff2
                                    upload [15] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.40fa1be9.woff fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.40fa1be9.woff font/woff
                                    upload [14] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/fonts/KFOmCnqEu92Fr1Mu4mxM.9b78ea3b.woff fonts/KFOmCnqEu92Fr1Mu4mxM.9b78ea3b.woff font/woff
                                    upload [13] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/fonts/KFOlCnqEu92Fr1MmYUtfBBc-.b555d228.woff fonts/KFOlCnqEu92Fr1MmYUtfBBc-.b555d228.woff font/woff
                                    upload [12] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/fonts/KFOlCnqEu92Fr1MmWUlfBBc-.0344cc3c.woff fonts/KFOlCnqEu92Fr1MmWUlfBBc-.0344cc3c.woff font/woff
                                    upload [11] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/fonts/KFOlCnqEu92Fr1MmSU5fBBc-.877b9231.woff fonts/KFOlCnqEu92Fr1MmSU5fBBc-.877b9231.woff font/woff
                                    upload [10] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/fonts/KFOlCnqEu92Fr1MmEU9fBBc-.ddd11dab.woff fonts/KFOlCnqEu92Fr1MmEU9fBBc-.ddd11dab.woff font/woff
                                    upload [9] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/fonts/KFOkCnqEu92Fr1MmgVxIIzQ.9391e6e2.woff fonts/KFOkCnqEu92Fr1MmgVxIIzQ.9391e6e2.woff font/woff
                                    upload [8] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/favicon.ico favicon.ico image/vnd.microsoft.icon
                                    upload [7] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/css/vendor.2d4cce86.css css/vendor.2d4cce86.css text/css
                                    upload [6] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/css/app.b35c1dd2.css css/app.b35c1dd2.css text/css
                                    upload [5] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/css/5.b4273620.css css/5.b4273620.css text/css
                                    upload [4] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/css/4.16536d15.css css/4.16536d15.css text/css
                                    upload [3] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/css/3.1d9edfe1.css css/3.1d9edfe1.css text/css
                                    upload [2] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/css/1.2364fbbf.css css/1.2364fbbf.css text/css
                                    upload [1] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/apple-touch-icon.png apple-touch-icon.png image/png
                                    upload [0] jarvis /opt/iobroker/node_modules/iobroker.jarvis/www/apple-icon-120x120.png apple-icon-120x120.png image/png
                                    

                                    ... das kaum raus.

                                    Danach service iobroker restart.

                                    M Online
                                    M Online
                                    MCU
                                    schrieb am zuletzt editiert von MCU
                                    #289

                                    @j1s2e3 Cache im Browser gelöscht? Und dann bin ich draussen.
                                    Cache im Web-Adapter ist aus?

                                    NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                                    Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                                    J 1 Antwort Letzte Antwort
                                    0
                                    • M MCU

                                      @j1s2e3 Cache im Browser gelöscht? Und dann bin ich draussen.
                                      Cache im Web-Adapter ist aus?

                                      J Offline
                                      J Offline
                                      j1s2e3
                                      schrieb am zuletzt editiert von j1s2e3
                                      #290

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

                                      @j1s2e3 Cache im Browser gelöscht? Und dann bin ich draussen.
                                      Cache im Web-Adapter ist aus?

                                      Cache gelöscht -> keine Änderung. Switch geht nicht und unter SwitchAction->Einstellung gibt es nur das config#componentOptions#_all#val#options#val

                                      Anderen Browser probiert -> das gleiche

                                      Nochmal neuen DP angelegt, SwitchAction ausgewählt, Einstellungen wie gehabt. Rohwert(val) sehe ich nicht.

                                      Screenshot from 2021-12-21 16-54-19.png

                                      Cache im Webadapter ist aus

                                      M 1 Antwort Letzte Antwort
                                      0
                                      • J j1s2e3

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

                                        @j1s2e3 Cache im Browser gelöscht? Und dann bin ich draussen.
                                        Cache im Web-Adapter ist aus?

                                        Cache gelöscht -> keine Änderung. Switch geht nicht und unter SwitchAction->Einstellung gibt es nur das config#componentOptions#_all#val#options#val

                                        Anderen Browser probiert -> das gleiche

                                        Nochmal neuen DP angelegt, SwitchAction ausgewählt, Einstellungen wie gehabt. Rohwert(val) sehe ich nicht.

                                        Screenshot from 2021-12-21 16-54-19.png

                                        Cache im Webadapter ist aus

                                        M Online
                                        M Online
                                        MCU
                                        schrieb am zuletzt editiert von
                                        #291

                                        @j1s2e3 Das muss sich @zefau selbst anschauen.

                                        NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                                        Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                                        U 1 Antwort Letzte Antwort
                                        0
                                        • M MCU

                                          @j1s2e3 Das muss sich @zefau selbst anschauen.

                                          U Offline
                                          U Offline
                                          uwe72
                                          schrieb am zuletzt editiert von
                                          #292

                                          @Zefau Bin grad dran am Pro-Abo abschließen. Der Pro Account ist verknüpft an eine Linux-ID. Werden in 2-3 Wochen den Server austauschen. Kriegen wir den Pro-Account dann umgebogen auf das neue System?

                                          U ZefauZ 2 Antworten Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          309

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe