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@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    jarvis v3.1.x - just another remarkable vis

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

      @mpl1338 said in jarvis v3.1.x - just another remarkable vis:

      Ist es möglich einen Rollladen per true/false zu fahren?

      Im Moment läuft es über "Absolute Position" , hier wird bei Pfeil hoch/runter 100 bzw 0 an die GA "Absolute Position" gesendet.

      Ich habe jedoch eine weitere GA "Auf/Ab" diese reagiert auf false/true.

      Hintergrund ist, dass mein Jalousie Aktor gerne mal die Absolute Position vergisst und dann keine fahrbefehle per Absolute Position mehr annimmt bis er wieder in einer endlage ist. Die fahrbefehle per AUF/AB (0/1) hingegen nimmt er an.

      kann mir niemand helfen?

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

        @mpl1338 Zeig mal bitte die ioBroker-Objekte zu den einzelnen Rollladen.

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

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

          @mpl1338 Zeig mal bitte die ioBroker-Objekte zu den einzelnen Rollladen.

          aktuelle Konfiguration funktioniert wie gewollt.

          Screenshot 2023-10-26 193657.png Screenshot 2023-10-26 193509.png Screenshot 2023-10-26 193448.png

          mir wäre es jedoch lieber über "Raffstore_küche_fahren" zu fahren.

          Screenshot 2023-10-26 193807.png

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

            @mpl1338 Also, wenn Raffstore_Küche_fahren = true -> rauf und bei false -> runter?

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

              als Notlösung mach ich das über ein Skript. Wenn 100 dann true, wenn 0 dann false, wenn 1-99 dann 1-99

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

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

                @mpl1338 Also, wenn Raffstore_Küche_fahren = true -> rauf und bei false -> runter?

                true = runter(0), false = hoch(100)

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

                  @mpl1338
                  dfcafe47-b273-4a07-bee4-2dff98dcece9-image.png
                  https://mcuiobroker.gitbook.io/jarvis-infos/jarvis-v3/besonderheiten-v3/geraet/actionelement/blindlevelaction

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

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

                    @mpl1338
                    dfcafe47-b273-4a07-bee4-2dff98dcece9-image.png

                    Super, funzt.

                    Danke

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

                      @mcu

                      Bei mir spuckt das Skript auch Fehlermeldungen aus:
                      BSP.png

                      Dazu wird mein ioBroker-Log auch zugespammt:

                      javascript.0
                      2023-10-26 21:15:09.679	error	at processTimers (node:internal/timers:512:7)
                      
                      javascript.0
                      2023-10-26 21:15:09.679	error	at listOnTimeout (node:internal/timers:569:17)
                      
                      javascript.0
                      2023-10-26 21:15:09.679	error	at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2777:34)
                      
                      javascript.0
                      2023-10-26 21:15:09.679	error	at Object.<anonymous> (script.js.Peripherie.Jarvis.Fritzbox-Geräte:92:9)
                      
                      javascript.0
                      2023-10-26 21:15:09.679	error	at setJSON (script.js.Peripherie.Jarvis.Fritzbox-Geräte:149:24)
                      
                      javascript.0
                      2023-10-26 21:15:09.679	error	at JSON.parse (<anonymous>)
                      
                      javascript.0
                      2023-10-26 21:15:09.679	error	Error in callback: SyntaxError: Unexpected end of JSON input
                      
                      javascript.0
                      2023-10-26 21:14:39.012	error	at processTimers (node:internal/timers:512:7)
                      
                      javascript.0
                      2023-10-26 21:14:39.012	error	at listOnTimeout (node:internal/timers:569:17)
                      
                      javascript.0
                      2023-10-26 21:14:39.012	error	at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2777:34)
                      
                      javascript.0
                      2023-10-26 21:14:39.012	error	at Object.<anonymous> (script.js.Peripherie.Jarvis.Fritzbox-Geräte:92:9)
                      
                      javascript.0
                      2023-10-26 21:14:39.012	error	at setJSON (script.js.Peripherie.Jarvis.Fritzbox-Geräte:149:24)
                      
                      javascript.0
                      2023-10-26 21:14:39.012	error	at JSON.parse (<anonymous>)
                      
                      javascript.0
                      2023-10-26 21:14:39.012	error	Error in callback: SyntaxError: Unexpected end of JSON input
                      
                      

                      EDIT: Habe die Datenpunkte unter Objekte alle gelöscht und das Skript nochmal neugestartet... Dann ging alles wieder.

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

                        @smarthome2020 nameArr war anscheinend falsch? Was stand da drin?
                        4169d537-795e-47bc-8c18-332e5ca7cd72-image.png
                        Darf nicht gelöscht werden. Und wenn dann -> []

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

                          @mcu
                          War ein Schreibfehler drin.

                          Wie kann ich die Namen der Rubriken "category", "name", "ip" und "active" umbenennen bzw. ausblenden/löschen?

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

                            @smarthome2020
                            https://mcuiobroker.gitbook.io/jarvis-infos/jarvis-v3/besonderheiten-v3/module/jsontable/v3.x.x

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

                              @mcu

                              Danke, nun läuft alles wie es soll.

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

                                @mcu
                                Läuft doch noch nicht alles optimal. Ich habe nun für alle Geräte in der nameArr Einstellungen vorgenommen.

                                Für ein Echo-Device, welches keine Weboberfläche hat, wird mir bei folgenden Einstellungen aber angezeigt, dass es in die Kategorie mit Weboberfläche gehört (wenn ich filter):

                                  {
                                    "ip": "192.168.xxx.xx",
                                    "category": "Amazon",
                                    "name": "Echo-Wohnzimmer"
                                  },
                                

                                Der Eintrag in jsonDevices lautet dabei:

                                  {
                                    "category": "Amazon",
                                    "name": "Echo-Wohnzimmer",
                                    "ip": "<button title=\"Echo-Wohnzimmer \"style=\"width: 120px; font-weight:bold; background-color:transparent; color:white; border: 2px solid green /* #1976d2 */; border-radius:10px;\" >192.168.xxx.xx</button>",
                                    "active": true
                                  },
                                

                                In einem anderen Geräten, die keine Weboberfläche haben, sehen die Einträge so aus:

                                  {
                                        "ip": "192.168.xxx.xx",
                                        "category": "Amazon",
                                        "name": "Blink-Kamera"
                                  },
                                
                                  {
                                    "category": "Amazon",
                                    "name": "Blink-Kamera",
                                    "ip": "<button title=\"Blink-Kamera \"style=\"width: 120px; font-weight:bold; background-color:transparent; color:white; border: 2px solid green /* #1976d2 */; border-radius:10px;\" >192.168.xxx.xx</button>",
                                    "active": true
                                  },
                                

                                Ich würde gerne das oberste Amazon-Gerät so abändern, dass es mir nicht in der Liste angezeigt wird, die an sich eine Weboberfläche haben sollte.

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

                                  @smarthome2020 Versuch mal v1.0.5. Danke für den Hinweis.

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

                                    @mcu
                                    Super 🙂 Geht nun. Danke für deine stets schnelle Hilfe.

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

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

                                      @smarthome2020 Versuch mal v1.0.5. Danke für den Hinweis.

                                      Wäre es auch möglich folgende Adapter/Kategorien erkennen zu lassen?

                                      • Tuja
                                      • Tasmota
                                      • Shelly
                                      M 1 Reply Last reply Reply Quote 0
                                      • M
                                        MCU @Marc_el_K last edited by MCU

                                        @marc_el_k
                                        Du meintest im Script?
                                        Da brauch ich die ObjekteStruktur. Also einmal exportieren und hier einfügen.
                                        von tuja, tasmota, shelly
                                        fdca6c94-41ca-49a1-b2a1-8f7c1d72460f-image.png
                                        ??

                                        Marc_el_K 1 Reply Last reply Reply Quote 0
                                        • S
                                          smarthome2020 last edited by

                                          @mcu

                                          Ich habe nun versucht Grafana einzubinden in ein iFrame.
                                          Die Darstellung ist jedoch nicht wirklich gelungen:

                                          BSP.png

                                          Kann man die Anzeige bearbeiten, so dass sich der Inhalt an das Widget anpasst? Finde dazu keine Einstellung.

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

                                            @smarthome2020 Was soll man einstellen?
                                            Wie sind denn die Einstellungen?

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            755
                                            Online

                                            31.7k
                                            Users

                                            79.6k
                                            Topics

                                            1.3m
                                            Posts

                                            jarvis material material ui materialdesign vis visualisierung visualization
                                            91
                                            1794
                                            554764
                                            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