Skip to content
  • 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
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. jarvis v2.2.0 - just another remarkable vis

NEWS

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

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

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

jarvis v2.2.0 - just another remarkable vis

Geplant Angeheftet Gesperrt Verschoben Tester
jarvismaterialmaterial uimaterialdesignvisvisualisierungvisualization
6.1k Beiträge 316 Kommentatoren 4.2m Aufrufe 273 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.
  • T ttarzan

    @Zefau sagte in jarvis - just another remarkable vis:

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

    Das geht nur, wenn ich mich bei github anmelde, oder?

    ZefauZ Offline
    ZefauZ Offline
    Zefau
    schrieb am zuletzt editiert von
    #1993

    @ttarzan sagte in jarvis - just another remarkable vis:

    Das geht nur, wenn ich mich bei github anmelde, oder?

    Jo, das ist leider so.

    Meine Adapter: https://zefau.github.io/iobroker/

    1 Antwort Letzte Antwort
    0
    • F FuXXz2

      @Zefau
      Also Geräte werden eigentlich alle importiert, aber es ist oft etwas falsch bzw. nicht konfiguriert.
      Jetzt gerade z.B. habe ich mich mal an den Shellys versucht, von denen ich gerade ne Palette (40 Stück) bestellt habe 🙂
      Die werden aktuell wie folgt importiert:

       "deviceshsw-1#8caab54b5572#1_2bff0": {
            "id": "deviceshsw-1#8caab54b5572#1_2bff0",
            "name": "Device SHSW-1#8CAAB54B5572#1",
            "function": "socket",
            "states": {
               "power": {
                  "state": {
                     "node": "shelly.0.SHSW-1#8CAAB54B5572#1.Relay0.Switch"
                  },
                  "action": "shelly.0.SHSW-1#8CAAB54B5572#1.Relay0.Switch"
               },
               "firmware": {
                  "state": {
                     "node": "shelly.0.SHSW-1#8CAAB54B5572#1.firmware"
                  },
                  "action": "shelly.0.SHSW-1#8CAAB54B5572#1.firmwareupdate"
               },
               "version": {
                  "state": {
                     "node": "shelly.0.SHSW-1#8CAAB54B5572#1.version"
                  },
                  "action": ""
               },
               "reachability": {
                  "state": {
                     "node": "shelly.0.SHSW-1#8CAAB54B5572#1.online"
                  },
                  "action": ""
               },
               "Relay0": {
                  "state": {
                     "node": "shelly.0.SHSW-1#8CAAB54B5572#1.Relay0.Switch"
                  },
                  "action": "shelly.0.SHSW-1#8CAAB54B5572#1.Relay0.Switch"
               }
            },
            "options": {},
            "attributes": {
               "imported": true,
               "manufacturer": {
                  "name": "Shelly",
                  "namespace": "shelly"
               },
               "_created": 1606217960121
            }
         }
      

      Da ist dann z.B. das Rellay 2x drinne und die Action Elemente fehlen.
      Komplett wäre es dann so:

      "deviceshsw-1#8caab54b5572#1_2bff0": {
          "id": "deviceshsw-1#8caab54b5572#1_2bff0",
          "name": "Device SHSW-1#8CAAB54B5572#1",
          "function": "socket",
          "states": {
             "power": {
                "state": {
                   "node": "shelly.0.SHSW-1#8CAAB54B5572#1.Relay0.Switch"
                },
                "action": "shelly.0.SHSW-1#8CAAB54B5572#1.Relay0.Switch",
                "actionElement": "SwitchAction"
             },
             "firmware": {
                "state": {
                   "node": "shelly.0.SHSW-1#8CAAB54B5572#1.firmware"
                },
                "action": "shelly.0.SHSW-1#8CAAB54B5572#1.firmwareupdate",
                "actionElement": "IconButtonAction"
             },
             "version": {
                "state": {
                   "node": "shelly.0.SHSW-1#8CAAB54B5572#1.version"
                },
                "action": ""
             },
             "reachability": {
                "state": {
                   "node": "shelly.0.SHSW-1#8CAAB54B5572#1.online"
                },
                "action": ""
             }
          },
          "options": {},
          "attributes": {
             "imported": true,
             "manufacturer": {
                "name": "Shelly",
                "namespace": "shelly"
             },
             "_created": 1606217960121,
             "_updated": 1606218490446
          }```
      ZefauZ Offline
      ZefauZ Offline
      Zefau
      schrieb am zuletzt editiert von
      #1994

      @FuXXz2 sagte in jarvis - just another remarkable vis:

      Da ist dann z.B. das Rellay 2x drinne und die Action Elemente fehlen.

      Also die relay0/relay1 und power hast du mit SwitchAction und firmware mit IconButtonAction ausgestattet? Dann kann ich im Importer gerne nachziehen.

      Meine Adapter: https://zefau.github.io/iobroker/

      F 1 Antwort Letzte Antwort
      0
      • M MarkusMac

        @MCU said in jarvis - just another remarkable vis:

        @Zefau v1.1.0-beta.133
        customHTML:

        <!DOCTYPE HTML><html><head><title>TV TABELLE</title></head> <body style = "text-align:center;" id = "body"><table align = "center" id="table" border="1"><tr><th>Zeit</th><th>Sender</th><th>Programm</th></tr><tr><th>11:55</th><th>TELE 5</th><th>Dauerwerbesendung</th></tr><tr><th>12:00</th><th>RTL</th><th>Punkt 12 – Das RTL-Mittagsjournal</th></tr><tr><th>12:35</th><th>ServusTV Deutschland</th><th>Moderne Wunder</th></tr><tr><th>12:50</th><th>ProSieben MAXX</th><th>Border Patrol New Zealand – Einsatz an der Grenze</th></tr><tr><th>12:50</th><th>sixx</th><th>Charmed – Zauberhafte Hexen</th></tr><tr><th>12:55</th><th>NITRO</th><th>Walker, Texas Ranger</th></tr><tr><th>12:55</th><th>ZDFneo</th><th>Monk</th></tr><tr><th>12:55</th><th>ProSieben</th><th>Mom</th></tr><tr><th>13:00</th><th>VOX</th><th>Zwischen Tüll und Tränen</th></tr><tr><th>13:00</th><th>RTL II</th><th>Die Schnäppchenhäuser – Der Traum vom Eigenheim</th></tr><tr><th>13:00</th><th>kabel eins</th><th>The Mentalist</th></tr><tr><th>13:00</th><th>SAT.1</th><th>Auf Streife – Berlin</th></tr><tr><th>13:00</th><th>ZDF</th><th>ZDF-Mittagsmagazin</th></tr><tr><th>13:00</th><th>Das Erste</th><th>ZDF-Mittagsmagazin</th></tr><tr><th>13:05</th><th>SAT.1 Gold</th><th>Unsere kleine Farm</th></tr><tr><th>13:05</th><th>ONE</th><th>In aller Freundschaft</th></tr><tr><th>13:05</th><th>ARTE</th><th>Stadt Land Kunst</th></tr><tr><th>13:15</th><th>DMAX</th><th>Fang des Lebens – Tödliche See vor Oregon</th></tr><tr><th>13:15</th><th>3sat</th><th>Lissabon – die Stadt, der Fluss und das Meer</th></tr><tr><th>13:16</th><th>COMEDY CENTRAL</th><th>Modern Family</th></tr></table></body></html>
        

        Diese HTML ist als DP zugeordnet. Es erscheint aber nur die Tabelle keine Überschrift. Mach ich was falsch, oder wird Sie grundsätzlich nicht angezeigt?

        67fd96aa-7a17-4cb2-934b-36e86125896a-image.png

        Das sieht absolut korrekt aus so. Im body-Tag des HTML-Codes gibt es keine Überschrift, also zeigt Jarvis auch keine an. 😉
        Falls du im HTML dies hier <title>TV TABELLE</title>als die Überschrift ansiehst - das ist leider nur der Titel der HTML-Seite. Das wird normalerweise bei einem normalen Browser im Fenster- oder Tab-Titel angezeigt.

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

        @MarkusMac Danke. Hab es jetzt gefunden. Man müßte <h1>TV TABELLE</h1> verwenden.

        NUC i7 64GB mit Proxmox ---- https://mcuiobroker.gitbook.io/jarvis-infos/ Aktualisierungen der Doku auf Instagram verfolgen -> https://www.instagram.com/mcuiobroker
        Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

        1 Antwort Letzte Antwort
        0
        • stephan1827S stephan1827

          @Zefau mhh sieht immer noch genau so aus, hast Du noch meinen Nachtrag in dem Post gesehen das bei der Küche ein Eintrag fehlt. Ich denke das das Problem ist. Wohnzimmer LevelBodyConfig hat 4 Einträge aber Küche nur 3

          Bildschirmfoto 2020-11-23 um 20.38.29.png

          ZefauZ Offline
          ZefauZ Offline
          Zefau
          schrieb am zuletzt editiert von
          #1996

          @stephan1827 sagte in jarvis - just another remarkable vis:

          mhh sieht immer noch genau so aus, hast Du noch meinen Nachtrag in dem Post gesehen das bei der Küche ein Eintrag fehlt. Ich denke das das Problem ist. Wohnzimmer LevelBodyConfig hat 4 Einträge aber Küche nur 3

          kannst du nochmal in der aktuellen beta schauen? Da ist viel viel (viel viel) extra logging drin. Hast du die bei dir drin?

          Meine Adapter: https://zefau.github.io/iobroker/

          1 Antwort Letzte Antwort
          0
          • FredFF Online
            FredFF Online
            FredF
            Most Active Forum Testing
            schrieb am zuletzt editiert von
            #1997

            @Zefau, sag mal, ist es geplant den Import von Geräten, die mit dem linkeddevices Adapter erstellt wurden, zu ermöglichen?
            Im Vergleich zum alias devices adapter wird dort der Name mit übergeben, was extrem hilfreich z.B. bei Blockly ist.


            2c0d7950-ff44-4b0b-91d6-729b8b80429c-grafik.png

            {
              "type": "state",
              "common": {
                "name": "EG_Bad Sensoren Bewegung",
                "type": "boolean",
                "read": true,
                "write": false,
                "role": "sensor.motion",
                "custom": {
                  "linkeddevices.0": {
                    "enabled": true,
                    "parentId": "zigbee.0.ec1bbdfffea30275.occupancy",
                    "parentType": "boolean",
                    "isLinked": true
                  }
                },
                "icon": "linkeddevices_small.png",
                "desc": "Created by linkeddevices"
              },
              "from": "system.adapter.linkeddevices.0",
              "user": "system.user.admin",
              "ts": 1606148728042,
              "_id": "linkeddevices.0.EG_Bad.Sensoren.Bewegung.occupancy",
              "acl": {
                "object": 1636,
                "state": 1636,
                "owner": "system.user.admin",
                "ownerGroup": "system.group.administrator"
              },
              "native": {}
            }
            

            Blockly mit linkeddevices:
            db531b9a-a4d9-4fb9-bcff-34ac28e76513-grafik.png
            Blockly mit alias devices:
            39a48789-b7a0-4b6e-883c-af23b90afcd3-grafik.png

            ZefauZ 1 Antwort Letzte Antwort
            0
            • FredFF FredF

              @Zefau, sag mal, ist es geplant den Import von Geräten, die mit dem linkeddevices Adapter erstellt wurden, zu ermöglichen?
              Im Vergleich zum alias devices adapter wird dort der Name mit übergeben, was extrem hilfreich z.B. bei Blockly ist.


              2c0d7950-ff44-4b0b-91d6-729b8b80429c-grafik.png

              {
                "type": "state",
                "common": {
                  "name": "EG_Bad Sensoren Bewegung",
                  "type": "boolean",
                  "read": true,
                  "write": false,
                  "role": "sensor.motion",
                  "custom": {
                    "linkeddevices.0": {
                      "enabled": true,
                      "parentId": "zigbee.0.ec1bbdfffea30275.occupancy",
                      "parentType": "boolean",
                      "isLinked": true
                    }
                  },
                  "icon": "linkeddevices_small.png",
                  "desc": "Created by linkeddevices"
                },
                "from": "system.adapter.linkeddevices.0",
                "user": "system.user.admin",
                "ts": 1606148728042,
                "_id": "linkeddevices.0.EG_Bad.Sensoren.Bewegung.occupancy",
                "acl": {
                  "object": 1636,
                  "state": 1636,
                  "owner": "system.user.admin",
                  "ownerGroup": "system.group.administrator"
                },
                "native": {}
              }
              

              Blockly mit linkeddevices:
              db531b9a-a4d9-4fb9-bcff-34ac28e76513-grafik.png
              Blockly mit alias devices:
              39a48789-b7a0-4b6e-883c-af23b90afcd3-grafik.png

              ZefauZ Offline
              ZefauZ Offline
              Zefau
              schrieb am zuletzt editiert von
              #1998

              @FredF aktuell nicht geplant. Bin mir nicht sicher, inwiefern der Adapter noch entwickelt wird, wenn es diese Funktionalität nun "zentral" in ioBroker gibt.

              Meine Adapter: https://zefau.github.io/iobroker/

              1 Antwort Letzte Antwort
              0
              • B Bloody

                @Zefau
                Ich habe mit der Beta 129 das Problem beim verschieben der Geräte in der Widget Konfiguration, dass dann alle Geräte so heißen, wie das was ich verschoben habe. Im Beispiel halt Briefkasten.

                Vorher:
                6344e0e4-3e2d-45da-ac67-90bf09d8d1ac-image.png

                Nachher:
                f3d29854-6d3d-47cf-9f57-ef891b4a157b-image.png

                ZefauZ Offline
                ZefauZ Offline
                Zefau
                schrieb am zuletzt editiert von
                #1999

                @Bloody sagte in jarvis - just another remarkable vis:

                Ich habe mit der Beta 129 das Problem beim verschieben der Geräte in der Widget Konfiguration, dass dann alle Geräte so heißen, wie das was ich verschoben habe. Im Beispiel halt Briefkasten.

                Kannst du das mal in der v1.1.0-beat.134 testen?

                Meine Adapter: https://zefau.github.io/iobroker/

                B 1 Antwort Letzte Antwort
                0
                • ZefauZ Zefau

                  @FuXXz2 sagte in jarvis - just another remarkable vis:

                  Da ist dann z.B. das Rellay 2x drinne und die Action Elemente fehlen.

                  Also die relay0/relay1 und power hast du mit SwitchAction und firmware mit IconButtonAction ausgestattet? Dann kann ich im Importer gerne nachziehen.

                  F Offline
                  F Offline
                  FuXXz2
                  schrieb am zuletzt editiert von
                  #2000

                  @Zefau Ja, super!

                  Aber das betrifft ja alle Imports von allen Usern. Wenn ein Gerät halt einen Button hat, wäre es auch cool, wenn dieser in den Geräteeinstellungen hinterlegt ist. Das ist bei den Steckdosen, Dimmern ,Heizungen, ich glaube überall so.

                  ZefauZ 1 Antwort Letzte Antwort
                  0
                  • F FuXXz2

                    @Zefau Ja, super!

                    Aber das betrifft ja alle Imports von allen Usern. Wenn ein Gerät halt einen Button hat, wäre es auch cool, wenn dieser in den Geräteeinstellungen hinterlegt ist. Das ist bei den Steckdosen, Dimmern ,Heizungen, ich glaube überall so.

                    ZefauZ Offline
                    ZefauZ Offline
                    Zefau
                    schrieb am zuletzt editiert von
                    #2001

                    @FuXXz2 je nach Gewerk ist es im Standard mit drin

                    Meine Adapter: https://zefau.github.io/iobroker/

                    F 1 Antwort Letzte Antwort
                    0
                    • ZefauZ Zefau

                      @FuXXz2 je nach Gewerk ist es im Standard mit drin

                      F Offline
                      F Offline
                      FuXXz2
                      schrieb am zuletzt editiert von FuXXz2
                      #2002

                      @Zefau Bei einigen, ja.
                      Bei Sonoff z.B. nicht. Da sieht ein importiertes Gerät so aus:
                      Aufnahme5.png

                      Eine Hue Lampe sieht so aus:
                      Aufnahme6.png

                      Heizungen sehen so aus:
                      Aufnahme3.png

                      Wenn die Konfiguration angepasst ist, sehen Heizungen so aus:
                      Aufnahme4.png
                      Heizung_json export.json

                      ZefauZ 1 Antwort Letzte Antwort
                      0
                      • ZefauZ Zefau

                        @DNC74 sagte in jarvis - just another remarkable vis:

                        Die hue-Lampen sind an, der LevelBody zeigt jedoch den aktuellen Wert im Layout nicht an.

                        Das ist im Widget? Kannst du mir die Widget und Device Config von dem Datenpunkt screenshoten?

                        DNC74D Offline
                        DNC74D Offline
                        DNC74
                        schrieb am zuletzt editiert von DNC74
                        #2003

                        @Zefau Ja, das Problem tritt nur im Widget auf, nicht im Geräte-Popup.
                        Hier eines der Devices, tritt leider bei allen hue-Lichtern auf

                           "wohnzimmerambiente_4feb3": {
                              "id": "wohnzimmerambiente_4feb3",
                              "name": "Wohnzimmer Ambiente",
                              "function": "light",
                              "states": {
                                 "on": {
                                    "state": {
                                       "node": "hue.0.Wohnzimmer_Ambiente_inkl_Wände.on"
                                    },
                                    "action": "hue.0.Wohnzimmer_Ambiente_inkl_Wände.on",
                                    "icon": {
                                       "true": "lightbulb-group",
                                       "false": "lightbulb-group-off-outline"
                                    }
                                 },
                                 "level": {
                                    "state": {
                                       "node": "hue.0.Wohnzimmer_Ambiente_inkl_Wände.level"
                                    },
                                    "action": "hue.0.Wohnzimmer_Ambiente_inkl_Wände.level",
                                    "icon": {
                                       "0": "lightbulb-group-off-outline",
                                       "default": "lightbulb-group"
                                    }
                                 },
                                 "colorTemperature": {
                                    "state": {
                                       "node": "hue.0.Wohnzimmer_Ambiente_inkl_Wände.ct"
                                    },
                                    "action": "hue.0.Wohnzimmer_Ambiente_inkl_Wände.ct"
                                 },
                                 "hue": {
                                    "state": {
                                       "node": "hue.0.Wohnzimmer_Ambiente_inkl_Wände.hue"
                                    },
                                    "action": "hue.0.Wohnzimmer_Ambiente_inkl_Wände.hue"
                                 }
                              },
                              "options": {},
                              "attributes": {
                                 "imported": true,
                                 "manufacturer": {
                                    "name": "hue",
                                    "namespace": "hue"
                                 },
                                 "_updated": 1604529488506
                              }
                           }
                        

                        und hier die Widget Config

                                       [
                                          {
                                             "moduleConfig": {},
                                             "devices": [
                                                {
                                                   "type": "device",
                                                   "deviceId": "wohnzimmerambiente_4feb3",
                                                   "label": "Ambiente",
                                                   "actionType": "action",
                                                   "actionElement": "SwitchAction",
                                                   "bodyStateKey": "on",
                                                   "bodyElement": "LevelBody",
                                                   "primaryStateKey": "on"
                                                },
                                                {
                                                   "type": "device",
                                                   "deviceId": "couch_1b15a",
                                                   "bodyStateKey": "on",
                                                   "actionType": "action",
                                                   "actionElement": "SwitchAction",
                                                   "bodyElement": "LevelBody",
                                                   "primaryStateKey": "on",
                                                   "label": "Couch/Leselicht"
                                                },
                                                {
                                                   "type": "device",
                                                   "deviceId": "kugel_ba3c3",
                                                   "actionType": "action",
                                                   "actionElement": "SwitchAction",
                                                   "secondaryStatesKeys": [],
                                                   "bodyStateKey": "on",
                                                   "bodyElement": null,
                                                   "primaryStateKey": "on",
                                                   "label": "Kugel"
                                                },
                                                {
                                                   "type": "device",
                                                   "deviceId": "fenster_00e36",
                                                   "bodyStateKey": "on",
                                                   "actionType": "action",
                                                   "actionElement": "SwitchAction",
                                                   "bodyElement": null,
                                                   "primaryStateKey": "on",
                                                   "label": "Fenster"
                                                },
                                                {
                                                   "type": "divider"
                                                },
                                                {
                                                   "type": "device",
                                                   "deviceId": "wohnzimmerWände_311c5",
                                                   "label": "Wände",
                                                   "primaryStateKey": "on",
                                                   "bodyStateKey": "on",
                                                   "bodyElement": "LevelBody",
                                                   "actionType": "action",
                                                   "actionElement": "SwitchAction"
                                                },
                                                {
                                                   "type": "device",
                                                   "deviceId": "highboard_00c0f",
                                                   "bodyStateKey": "on",
                                                   "bodyElement": null,
                                                   "primaryStateKey": "on",
                                                   "label": "Highboard",
                                                   "actionType": "action",
                                                   "actionElement": "SwitchAction"
                                                },
                                                {
                                                   "type": "device",
                                                   "deviceId": "lowboard_7c184",
                                                   "bodyStateKey": "on",
                                                   "bodyElement": null,
                                                   "primaryStateKey": "on",
                                                   "label": "Lowboard",
                                                   "actionType": "action",
                                                   "actionElement": "SwitchAction"
                                                },
                                                {
                                                   "type": "device",
                                                   "deviceId": "couchambiente_d61f4",
                                                   "label": "Couch",
                                                   "bodyElement": null,
                                                   "actionType": "action",
                                                   "actionElement": "SwitchAction",
                                                   "primaryStateKey": "on"
                                                },
                                                {
                                                   "type": "divider"
                                                },
                                                {
                                                   "type": "device",
                                                   "deviceId": "wohnzimmerdecke_21b1d",
                                                   "actionType": "action",
                                                   "actionElement": "SwitchAction",
                                                   "primaryStateKey": "on",
                                                   "label": "Decke",
                                                   "bodyStateKey": "on",
                                                   "bodyElement": "LevelBody"
                                                },
                                                {
                                                   "type": "device",
                                                   "deviceId": "decke1_759cc",
                                                   "bodyStateKey": "on",
                                                   "bodyElement": null,
                                                   "actionType": "action",
                                                   "actionElement": "SwitchAction",
                                                   "primaryStateKey": "on",
                                                   "label": "Decke 1"
                                                },
                                                {
                                                   "type": "device",
                                                   "deviceId": "decke2_487bd",
                                                   "bodyStateKey": "on",
                                                   "bodyElement": null,
                                                   "actionType": "action",
                                                   "actionElement": "SwitchAction",
                                                   "primaryStateKey": "on",
                                                   "label": "Decke 2"
                                                },
                                                {
                                                   "type": "device",
                                                   "deviceId": "decke3_b4499",
                                                   "bodyStateKey": "on",
                                                   "bodyElement": null,
                                                   "actionType": "action",
                                                   "actionElement": "SwitchAction",
                                                   "primaryStateKey": "on",
                                                   "label": "Decke 3"
                                                },
                                                {
                                                   "type": "device",
                                                   "deviceId": "decke4_c385e",
                                                   "bodyStateKey": "on",
                                                   "bodyElement": null,
                                                   "actionType": "action",
                                                   "actionElement": "SwitchAction",
                                                   "primaryStateKey": "on",
                                                   "label": "Decke 4"
                                                }
                                             ],
                                             "module": "StateList",
                                             "title": "Wohnzimmer",
                                             "icon": "sofa-outline",
                                             "id": "6fa187a2-b416-4773-9a87-142affb4ed45",
                                             "index": 0
                                          }
                                       ]
                        
                        ZefauZ 1 Antwort Letzte Antwort
                        0
                        • DNC74D DNC74

                          @Zefau Ja, das Problem tritt nur im Widget auf, nicht im Geräte-Popup.
                          Hier eines der Devices, tritt leider bei allen hue-Lichtern auf

                             "wohnzimmerambiente_4feb3": {
                                "id": "wohnzimmerambiente_4feb3",
                                "name": "Wohnzimmer Ambiente",
                                "function": "light",
                                "states": {
                                   "on": {
                                      "state": {
                                         "node": "hue.0.Wohnzimmer_Ambiente_inkl_Wände.on"
                                      },
                                      "action": "hue.0.Wohnzimmer_Ambiente_inkl_Wände.on",
                                      "icon": {
                                         "true": "lightbulb-group",
                                         "false": "lightbulb-group-off-outline"
                                      }
                                   },
                                   "level": {
                                      "state": {
                                         "node": "hue.0.Wohnzimmer_Ambiente_inkl_Wände.level"
                                      },
                                      "action": "hue.0.Wohnzimmer_Ambiente_inkl_Wände.level",
                                      "icon": {
                                         "0": "lightbulb-group-off-outline",
                                         "default": "lightbulb-group"
                                      }
                                   },
                                   "colorTemperature": {
                                      "state": {
                                         "node": "hue.0.Wohnzimmer_Ambiente_inkl_Wände.ct"
                                      },
                                      "action": "hue.0.Wohnzimmer_Ambiente_inkl_Wände.ct"
                                   },
                                   "hue": {
                                      "state": {
                                         "node": "hue.0.Wohnzimmer_Ambiente_inkl_Wände.hue"
                                      },
                                      "action": "hue.0.Wohnzimmer_Ambiente_inkl_Wände.hue"
                                   }
                                },
                                "options": {},
                                "attributes": {
                                   "imported": true,
                                   "manufacturer": {
                                      "name": "hue",
                                      "namespace": "hue"
                                   },
                                   "_updated": 1604529488506
                                }
                             }
                          

                          und hier die Widget Config

                                         [
                                            {
                                               "moduleConfig": {},
                                               "devices": [
                                                  {
                                                     "type": "device",
                                                     "deviceId": "wohnzimmerambiente_4feb3",
                                                     "label": "Ambiente",
                                                     "actionType": "action",
                                                     "actionElement": "SwitchAction",
                                                     "bodyStateKey": "on",
                                                     "bodyElement": "LevelBody",
                                                     "primaryStateKey": "on"
                                                  },
                                                  {
                                                     "type": "device",
                                                     "deviceId": "couch_1b15a",
                                                     "bodyStateKey": "on",
                                                     "actionType": "action",
                                                     "actionElement": "SwitchAction",
                                                     "bodyElement": "LevelBody",
                                                     "primaryStateKey": "on",
                                                     "label": "Couch/Leselicht"
                                                  },
                                                  {
                                                     "type": "device",
                                                     "deviceId": "kugel_ba3c3",
                                                     "actionType": "action",
                                                     "actionElement": "SwitchAction",
                                                     "secondaryStatesKeys": [],
                                                     "bodyStateKey": "on",
                                                     "bodyElement": null,
                                                     "primaryStateKey": "on",
                                                     "label": "Kugel"
                                                  },
                                                  {
                                                     "type": "device",
                                                     "deviceId": "fenster_00e36",
                                                     "bodyStateKey": "on",
                                                     "actionType": "action",
                                                     "actionElement": "SwitchAction",
                                                     "bodyElement": null,
                                                     "primaryStateKey": "on",
                                                     "label": "Fenster"
                                                  },
                                                  {
                                                     "type": "divider"
                                                  },
                                                  {
                                                     "type": "device",
                                                     "deviceId": "wohnzimmerWände_311c5",
                                                     "label": "Wände",
                                                     "primaryStateKey": "on",
                                                     "bodyStateKey": "on",
                                                     "bodyElement": "LevelBody",
                                                     "actionType": "action",
                                                     "actionElement": "SwitchAction"
                                                  },
                                                  {
                                                     "type": "device",
                                                     "deviceId": "highboard_00c0f",
                                                     "bodyStateKey": "on",
                                                     "bodyElement": null,
                                                     "primaryStateKey": "on",
                                                     "label": "Highboard",
                                                     "actionType": "action",
                                                     "actionElement": "SwitchAction"
                                                  },
                                                  {
                                                     "type": "device",
                                                     "deviceId": "lowboard_7c184",
                                                     "bodyStateKey": "on",
                                                     "bodyElement": null,
                                                     "primaryStateKey": "on",
                                                     "label": "Lowboard",
                                                     "actionType": "action",
                                                     "actionElement": "SwitchAction"
                                                  },
                                                  {
                                                     "type": "device",
                                                     "deviceId": "couchambiente_d61f4",
                                                     "label": "Couch",
                                                     "bodyElement": null,
                                                     "actionType": "action",
                                                     "actionElement": "SwitchAction",
                                                     "primaryStateKey": "on"
                                                  },
                                                  {
                                                     "type": "divider"
                                                  },
                                                  {
                                                     "type": "device",
                                                     "deviceId": "wohnzimmerdecke_21b1d",
                                                     "actionType": "action",
                                                     "actionElement": "SwitchAction",
                                                     "primaryStateKey": "on",
                                                     "label": "Decke",
                                                     "bodyStateKey": "on",
                                                     "bodyElement": "LevelBody"
                                                  },
                                                  {
                                                     "type": "device",
                                                     "deviceId": "decke1_759cc",
                                                     "bodyStateKey": "on",
                                                     "bodyElement": null,
                                                     "actionType": "action",
                                                     "actionElement": "SwitchAction",
                                                     "primaryStateKey": "on",
                                                     "label": "Decke 1"
                                                  },
                                                  {
                                                     "type": "device",
                                                     "deviceId": "decke2_487bd",
                                                     "bodyStateKey": "on",
                                                     "bodyElement": null,
                                                     "actionType": "action",
                                                     "actionElement": "SwitchAction",
                                                     "primaryStateKey": "on",
                                                     "label": "Decke 2"
                                                  },
                                                  {
                                                     "type": "device",
                                                     "deviceId": "decke3_b4499",
                                                     "bodyStateKey": "on",
                                                     "bodyElement": null,
                                                     "actionType": "action",
                                                     "actionElement": "SwitchAction",
                                                     "primaryStateKey": "on",
                                                     "label": "Decke 3"
                                                  },
                                                  {
                                                     "type": "device",
                                                     "deviceId": "decke4_c385e",
                                                     "bodyStateKey": "on",
                                                     "bodyElement": null,
                                                     "actionType": "action",
                                                     "actionElement": "SwitchAction",
                                                     "primaryStateKey": "on",
                                                     "label": "Decke 4"
                                                  }
                                               ],
                                               "module": "StateList",
                                               "title": "Wohnzimmer",
                                               "icon": "sofa-outline",
                                               "id": "6fa187a2-b416-4773-9a87-142affb4ed45",
                                               "index": 0
                                            }
                                         ]
                          
                          ZefauZ Offline
                          ZefauZ Offline
                          Zefau
                          schrieb am zuletzt editiert von
                          #2004

                          @DNC74 bodyStateKey": "on",
                          "bodyElement": "LevelBody", geht nicht. Falscher Datenpunkt

                          Meine Adapter: https://zefau.github.io/iobroker/

                          DNC74D M 2 Antworten Letzte Antwort
                          0
                          • ZefauZ Zefau

                            @DNC74 bodyStateKey": "on",
                            "bodyElement": "LevelBody", geht nicht. Falscher Datenpunkt

                            DNC74D Offline
                            DNC74D Offline
                            DNC74
                            schrieb am zuletzt editiert von DNC74
                            #2005

                            @Zefau das macht Sinn. Mir ist aktuell nur nicht klar, wie es dazu kam.
                            Geändert habe ich das so zumindest nicht wissentlich. Es betrifft alle Widgets, die in der Kombination LevelBody + SwitchAction konfiguriert sind. Ich schau gleich mal in meiner Git-History, in der ich meine Changes protokolliere. Vielleicht sehe ich dort, wann der Change rein kam.

                            Nachtrag:
                            kann es sein, dass das durch ein Update von der Beta 131 auf die 133 verändert wurde?
                            2020-11-24 23_29_18-layout.json (1d56a68) ⟷ layout.json - jarvis - Visual Studio Code.png

                            1 Antwort Letzte Antwort
                            0
                            • ZefauZ Zefau

                              @DNC74 bodyStateKey": "on",
                              "bodyElement": "LevelBody", geht nicht. Falscher Datenpunkt

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

                              @Zefau v1.1.0-beta.134

                              Farbwerte für HUE werden nicht richtig umgesetzt:

                              80e19256-b56f-425e-b839-b4353baf9293-image.png

                              Blau und Grün sind anscheinend vertauscht.
                              In der HUE-App (Handy) sind die Farben richtig zugeordnet.

                              hue-Werte ändern sich im hue-extended-Adapter nach Änderung plötzlich.
                              Also, wenn man 100° (blau) eingegeben hat, steht nach kurzer Zeit 26° drin. Woran kann das liegen?

                              NUC i7 64GB mit Proxmox ---- https://mcuiobroker.gitbook.io/jarvis-infos/ Aktualisierungen der Doku auf Instagram verfolgen -> https://www.instagram.com/mcuiobroker
                              Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                              ZefauZ 2 Antworten Letzte Antwort
                              0
                              • ZefauZ Zefau

                                Gibt es jetzt noch irgendwelche Bugs ?

                                Außer

                                1. das mit den Charts (in Klärung mit @creatsher)
                                2. den nicht-aktualisierenden States (in Klärung mit @WW1983 / @MarkusMac)
                                3. den Design Abweichungen (in Klärung mit @simatec).
                                C Offline
                                C Offline
                                creatsher
                                schrieb am zuletzt editiert von creatsher
                                #2007

                                @Zefau said in jarvis - just another remarkable vis:

                                Gibt es jetzt noch irgendwelche Bugs ?

                                Außer

                                1. das mit den Charts (in Klärung mit @creatsher)
                                2. den nicht-aktualisierenden States (in Klärung mit @WW1983 / @MarkusMac)
                                3. den Design Abweichungen (in Klärung mit @simatec).

                                Leider gibt es aus meiner Sicht bis zur aktuellen beta.134 keine Besserung. Das Chart lädt weiterhin unendlich:
                                Bildschirmfoto 2020-11-25 um 08.08.34.png
                                In der Konsole kommt folgendes an:
                                Bildschirmfoto 2020-11-25 um 08.04.19.png
                                Die Konfiguration fürs Chart:

                                Device
                                
                                   "005095b4-db2b-4656-9e86-16468f518c61": {
                                      "id": "005095b4-db2b-4656-9e86-16468f518c61",
                                      "function": "other",
                                      "states": {
                                         "queries_forwarded": {
                                            "state": {
                                               "node": "pi-hole.0.summary.queries_forwarded"
                                            }
                                         },
                                         "queries_cached": {
                                            "state": {
                                               "node": "pi-hole.0.summary.queries_cached"
                                            }
                                         },
                                         "dns_queries_today": {
                                            "state": {
                                               "node": "pi-hole.0.summary.dns_queries_today"
                                            }
                                         },
                                         "ads_blocked_today": {
                                            "state": {
                                               "node": "pi-hole.0.summary.ads_blocked_today"
                                            }
                                         }
                                      },
                                      "options": {},
                                      "attributes": {
                                         "_created": 1606063241695,
                                         "_updated": 1606063385982
                                      },
                                      "name": "Pi-Hole-Stats"
                                   }
                                
                                Layout
                                
                                         {
                                            "title": "Statistiken",
                                            "icon": "finance",
                                            "columns": [
                                               [
                                                  {
                                                     "moduleConfig": {},
                                                     "devices": [
                                                        {
                                                           "type": "device",
                                                           "deviceId": "005095b4-db2b-4656-9e86-16468f518c61",
                                                           "primaryStateKey": "queries_forwarded",
                                                           "label": "Queries forwarded"
                                                        },
                                                        {
                                                           "type": "device",
                                                           "deviceId": "005095b4-db2b-4656-9e86-16468f518c61",
                                                           "primaryStateKey": "queries_cached",
                                                           "label": "Queries cached"
                                                        },
                                                        {
                                                           "type": "device",
                                                           "deviceId": "005095b4-db2b-4656-9e86-16468f518c61",
                                                           "primaryStateKey": "dns_queries_today",
                                                           "label": "Queries total"
                                                        },
                                                        {
                                                           "type": "device",
                                                           "deviceId": "005095b4-db2b-4656-9e86-16468f518c61",
                                                           "primaryStateKey": "ads_blocked_today",
                                                           "label": "Ads blocked"
                                                        }
                                                     ],
                                                     "module": "Chart",
                                                     "title": "PiHole-Stats",
                                                     "id": "c4a60f30-41f9-4e88-bd70-f615542c6bc9",
                                                     "index": 0
                                                  }
                                               ]
                                            ],
                                            "id": "a40217ec-a64f-4e37-b860-3f9ce5222cbb",
                                            "index": 1
                                         }
                                
                                ZefauZ 2 Antworten Letzte Antwort
                                0
                                • ZefauZ Zefau

                                  @Bloody sagte in jarvis - just another remarkable vis:

                                  Ich habe mit der Beta 129 das Problem beim verschieben der Geräte in der Widget Konfiguration, dass dann alle Geräte so heißen, wie das was ich verschoben habe. Im Beispiel halt Briefkasten.

                                  Kannst du das mal in der v1.1.0-beat.134 testen?

                                  B Offline
                                  B Offline
                                  Bloody
                                  schrieb am zuletzt editiert von
                                  #2008

                                  @Zefau said in jarvis - just another remarkable vis:

                                  @Bloody sagte in jarvis - just another remarkable vis:

                                  Ich habe mit der Beta 129 das Problem beim verschieben der Geräte in der Widget Konfiguration, dass dann alle Geräte so heißen, wie das was ich verschoben habe. Im Beispiel halt Briefkasten.

                                  Kannst du das mal in der v1.1.0-beat.134 testen?

                                  Moin @Zefau
                                  Leider mit der 134 blank Screen. Bei Refresh wird kurz die Startseite angezeigt und dann alles leer.
                                  fb874bef-4a68-4bac-9297-d01277fa1642-image.png

                                  ZefauZ 1 Antwort Letzte Antwort
                                  0
                                  • B Bloody

                                    @Zefau said in jarvis - just another remarkable vis:

                                    @Bloody sagte in jarvis - just another remarkable vis:

                                    Ich habe mit der Beta 129 das Problem beim verschieben der Geräte in der Widget Konfiguration, dass dann alle Geräte so heißen, wie das was ich verschoben habe. Im Beispiel halt Briefkasten.

                                    Kannst du das mal in der v1.1.0-beat.134 testen?

                                    Moin @Zefau
                                    Leider mit der 134 blank Screen. Bei Refresh wird kurz die Startseite angezeigt und dann alles leer.
                                    fb874bef-4a68-4bac-9297-d01277fa1642-image.png

                                    ZefauZ Offline
                                    ZefauZ Offline
                                    Zefau
                                    schrieb am zuletzt editiert von
                                    #2009

                                    @Bloody sagte in jarvis - just another remarkable vis:

                                    Leider mit der 134 blank Screen. Bei Refresh wird kurz die Startseite angezeigt und dann alles leer.

                                    Versuch mal v1.1.0-beta.135.

                                    Meine Adapter: https://zefau.github.io/iobroker/

                                    B 1 Antwort Letzte Antwort
                                    0
                                    • ZefauZ Zefau

                                      @Bloody sagte in jarvis - just another remarkable vis:

                                      Leider mit der 134 blank Screen. Bei Refresh wird kurz die Startseite angezeigt und dann alles leer.

                                      Versuch mal v1.1.0-beta.135.

                                      B Offline
                                      B Offline
                                      Bloody
                                      schrieb am zuletzt editiert von Bloody
                                      #2010

                                      @Zefau said in jarvis - just another remarkable vis:

                                      @Bloody sagte in jarvis - just another remarkable vis:

                                      Leider mit der 134 blank Screen. Bei Refresh wird kurz die Startseite angezeigt und dann alles leer.

                                      Versuch mal v1.1.0-beta.135.

                                      Hast du die schon freigegeben? Hab gerade die Installation durchgeführt aber ioBroker zeigt immer noch die 134.
                                      64da358d-2a70-469a-8cf8-a6c64e18f8c5-image.png

                                      ZefauZ 1 Antwort Letzte Antwort
                                      0
                                      • ZefauZ Zefau

                                        @simatec sagte in jarvis - just another remarkable vis:

                                        Hilft dir das etwas?

                                        Jo, hilft sehr. Bin sehr verwundert, dass bei dir -Infinity steht. Sehr merkwürdig. Prüf mal bitte die v1.1.0-beta.129.

                                        simatecS Offline
                                        simatecS Offline
                                        simatec
                                        Developer Most Active
                                        schrieb am zuletzt editiert von
                                        #2011

                                        @Zefau sagte in jarvis - just another remarkable vis:

                                        @simatec sagte in jarvis - just another remarkable vis:

                                        Hilft dir das etwas?

                                        Jo, hilft sehr. Bin sehr verwundert, dass bei dir -Infinity steht. Sehr merkwürdig. Prüf mal bitte die v1.1.0-beta.129.

                                        So nach ei paar Tagen Test, kann ich ab Beta 130 berichten, dass sich der Inhalt der Widgets nicht mehr verschiebt.

                                        • Besuche meine Github Seite
                                        • Beitrag hat geholfen oder willst du mich unterstützen
                                        • HowTo Restore ioBroker
                                        1 Antwort Letzte Antwort
                                        0
                                        • B Bloody

                                          @Zefau said in jarvis - just another remarkable vis:

                                          @Bloody sagte in jarvis - just another remarkable vis:

                                          Leider mit der 134 blank Screen. Bei Refresh wird kurz die Startseite angezeigt und dann alles leer.

                                          Versuch mal v1.1.0-beta.135.

                                          Hast du die schon freigegeben? Hab gerade die Installation durchgeführt aber ioBroker zeigt immer noch die 134.
                                          64da358d-2a70-469a-8cf8-a6c64e18f8c5-image.png

                                          ZefauZ Offline
                                          ZefauZ Offline
                                          Zefau
                                          schrieb am zuletzt editiert von
                                          #2012

                                          @Bloody sagte in jarvis - just another remarkable vis:

                                          Hast du die schon freigegeben? Hab gerade die Installation durchgeführt aber ioBroker zeigt immer noch die 134.

                                          Jetzt. Ist heute morgen im build hängen geblieben.

                                          Meine Adapter: https://zefau.github.io/iobroker/

                                          B 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          576

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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