Navigation

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

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    jarvis v3.1.x - just another remarkable vis

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

      @somansch Also für Input macht er es:
      26c79576-34b6-443d-9ef8-a1cf139e28b6-image.png
      Nimm mal nur

      "font-size": "30px",
      "text-overflow": "ellipsis !important"
      
      S 1 Reply Last reply Reply Quote 0
      • S
        somansch @somansch last edited by

        @MCU
        So sieht es in den Dev Tools aus:
        9ed5dc7f-e46a-44f6-abaf-b1c9495524f8-image.png

        Funktioniert aber trotzdem nicht:
        125d4a55-9cd5-4752-b939-cf5a7d1ec02e-image.png

        1 Reply Last reply Reply Quote 0
        • S
          somansch @MCU last edited by somansch

          @mcu
          was meinst du mit "Input"? Habe jetzt den DP Stil nur so gesetzt:
          449b8c6d-29c9-420e-ba0d-238bf76f2b71-image.png
          Funktioniert trotzdem nicht:
          d7bd9087-38ca-4fed-8d79-4017e630b564-image.png
          Hast du bei dir auch den HomeKitTile und das Secondary State genutzt?

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

            @somansch
            Ich habe erst jetzt mir ein HomeKitTile erstellt, um die Abhängigkeiten zu untersuchen.
            Konnte dort bislang auch kein Umbruch oder text-overflow: ellipsis erstellen.

            Input war bei mir eine InputAction.

            Lass ich mir einen langen Text als InputAction anzeigen, so klappt es mit dem Umbruch, nur nicht im HomeKitTile.

            Geräte-Popup
            76d1a3ba-af47-436b-98df-2cc535f321ee-image.png

            HomeKtiTile
            f3bb47f8-53a0-424d-aed7-d436eb27d2e7-image.png

            S 1 Reply Last reply Reply Quote 0
            • S
              somansch @MCU last edited by

              @mcu
              Also ein "Bug" oder "Missing Feature"?

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

                @somansch Ja aus meiner Sicht bzgl. HomeKitTile auch ein "bug".
                Legst du ein Issue an?
                Wenn ja bitte auch erwähnen, dass man dort text-align:left verwenden sollte:
                8a13e10e-cbbf-4228-aa6b-fd08af6ced42-image.png

                S 2 Replies Last reply Reply Quote 1
                • S
                  somansch @MCU last edited by

                  @mcu
                  ja, werde ein Issue anlegen.

                  1 Reply Last reply Reply Quote 1
                  • S
                    somansch @MCU last edited by

                    @mcu
                    mit welcher Beta hattest du getestet? Bin noch auf Beta 5...

                    M 2 Replies Last reply Reply Quote 0
                    • M
                      MCU @somansch last edited by

                      @somansch beta.7

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

                        @somansch Setz mal nowrap um.

                        .nowrap {
                        	white-space: break-spaces !important;
                        }
                        

                        c525040f-2566-4992-8c2e-2f72de8b88d2-image.png

                        Mit white-space: pre-line sieht es gut aus:

                        .nowrap {
                        	text-align: left;
                        	white-space: pre-line !important;
                        }
                        

                        290f0432-2157-479e-bade-99ff67a20e7a-image.png

                        S 2 Replies Last reply Reply Quote 0
                        • S
                          somansch @MCU last edited by

                          @mcu
                          Ich habe leider erstmal ein anderes Problem. Habe auf die Beta 8 aktualisiert und bin nun von dem Fehler der vielen fehlenden values betroffen. Wie kann ich am schnellsten wieder auf die Beta 5 oder 7 wechseln?

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

                            @somansch Adapter - Expertenmodus - Katze - Benutzerdefiniert

                            https://github.com/Zefau/ioBroker.jarvis/tree/3bc8f883b3ebf34801354a84e5b0493b18fea6b5
                            
                            1 Reply Last reply Reply Quote 1
                            • S
                              somansch @MCU last edited by

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

                              text-align: left

                              Der Textumbruch geht damit, aber leider noch kein "text-overflow".

                              1 Reply Last reply Reply Quote 0
                              • H
                                Hohenbostler last edited by

                                Moin,

                                ich habe leider wieder ein Problem mit der Version 3.1.0.beta.1

                                Und zwar steuer ich die % angaben meiner Shelly 2.5 mit Jarvis. Leider aber bekomme ich seit dem Update folgenden Fehler :

                                2022-10-30 07:44:41.796 - info: jarvis.0 (25527) State value to set for "shelly.0.SHSW-25#40F52000128C#1.Shutter.Position" has to be type "number" but received type "string"
                                2022-10-30 07:44:41.805 - error: shelly.0 (307) Datatype for SHSW-25#40F52000128C#1.Shutter.Position differs from expected, ignore state change! Please write correct datatype (number)
                                

                                Was die Meldung heißt ist soweit klar aber warum kommt diese auf einmal ? Eingebunden sind die Rollos wie folgt:

                                Hier das Gerät :
                                96d908ac-1cf2-4be2-87b0-e1c7f476e322-grafik.png

                                und hier das Layout:
                                5d9b5533-5fae-4f14-b33d-696f55170cd8-grafik.png

                                Hat da jemand eine Idee ?

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

                                  @hohenbostler Wurde aufgenommen:
                                  https://github.com/Zefau/ioBroker.jarvis/issues/2017

                                  Zefau created this issue in Zefau/ioBroker.jarvis

                                  closed Dropdown Integer #2017

                                  1 Reply Last reply Reply Quote 0
                                  • Zefau
                                    Zefau @Hohenbostler last edited by

                                    @hohenbostler sagte in jarvis v3.1.0-beta - just another remarkable vis:

                                    Und zwar steuer ich die % angaben meiner Shelly 2.5 mit Jarvis. Leider aber bekomme ich seit dem Update folgenden Fehler :

                                    schau nochmal mit v3.1.0-beta.11

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

                                      @zefau

                                      Hallo, wie bekomme ich beim JsonTable Modul die Anzeige : Zeilen pro Seite ausgeblendet?

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

                                        @sigi234
                                        Geht es damit?
                                        https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/besonderheiten-v3/styles/.jarvis-module-jsontable#zeilen-pro-seite-info-ausblenden

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

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

                                          @sigi234
                                          Geht es damit?
                                          https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/besonderheiten-v3/styles/.jarvis-module-jsontable#zeilen-pro-seite-info-ausblenden

                                          Wird nicht gespeichert unter Styles?

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

                                            @sigi234 Welche Version?
                                            a9a4efc0-6030-40fb-8039-f41da0689890-image.png

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            463
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            jarvis material material ui materialdesign vis visualisierung visualization
                                            90
                                            1732
                                            497656
                                            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