Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
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

Scheduled Pinned Locked Moved Tester
jarvismaterialmaterial uimaterialdesignvisvisualisierungvisualization
6.1k Posts 316 Posters 4.2m Views 273 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ZefauZ Zefau

    @dslraser danke für das Feedback. Den Dank gebe ich gerne auch an braindead weiter, der viel getestet und Feedback gegebenen hat.

    Es werden nicht alle HmIP aktuell unterstützt, da ich hier auf Input angewiesen bin. Welche genau fehlen dir (Bezeichner) und welche States brauchst du jeweils konkret? Dann füge ich das hinzu.

    Siehe https://github.com/Zefau/jarvis/blob/922653da8308e437eae404fd86453d69da23d5f6/src/config/adapters/hm-prc.js#L38

    dslraserD Offline
    dslraserD Offline
    dslraser
    Forum Testing Most Active
    wrote on last edited by dslraser
    #155

    @Zefau sagte in jarvis - just another remarkable vis:

    Es werden nicht alle HmIP aktuell unterstützt, da ich hier auf Input angewiesen bin. Welche genau fehlen dir (Bezeichner) und welche States brauchst du jeweils konkret? Dann füge ich das hinzu.

    Hier wäre ein einfacher Fenster Sensor von HMIP (nur zu und auf)---(Kanal 1 .STATE)
    HMIP-SWDO

    {
     "type": "state",
     "common": {
       "def": "CLOSED",
       "type": "number",
       "read": true,
       "write": false,
       "min": 0,
       "max": 1,
       "states": {
         "0": "CLOSED",
         "1": "OPEN"
       },
       "unit": "\"\"",
       "role": "value.window",
       "name": "Wohnzimmer Fenster links.STATE"
     },
     "native": {
       "MIN": "CLOSED",
       "UNIT": "\"\"",
       "OPERATIONS": 5,
       "MAX": "OPEN",
       "FLAGS": 1,
       "ID": "STATE",
       "TAB_ORDER": 0,
       "TYPE": "ENUM",
       "DEFAULT": "CLOSED",
       "VALUE_LIST": [
         "CLOSED",
         "OPEN"
       ],
       "CONTROL": "DOOR_SENSOR.STATE"
     },
     "from": "system.adapter.hm-rega.0",
     "user": "system.user.admin",
     "ts": 1596734867743,
     "_id": "hm-rpc.0.xxx.1.STATE",
     "acl": {
       "object": 1636,
       "state": 1636,
       "owner": "system.user.admin",
       "ownerGroup": "system.group.administrator"
     }
    }
    

    Das hier ist ein HMIP Fensterdrehgriff mit zu/kipp und auf ( Kanal 1.STATE )
    HmIP-SRH

    {
     "type": "state",
     "common": {
       "def": "CLOSED",
       "type": "number",
       "read": true,
       "write": false,
       "min": 0,
       "max": 2,
       "states": {
         "0": "CLOSED",
         "1": "TILTED",
         "2": "OPEN"
       },
       "role": "state",
       "name": "Keller Werkstatt Fenster.STATE"
     },
     "native": {
       "MIN": "CLOSED",
       "OPERATIONS": 5,
       "MAX": "OPEN",
       "FLAGS": 1,
       "ID ": "STATE",
       "TYPE": "ENUM",
       "DEFAULT": "CLOSED",
       "VALUE_LIST": [
         "CLOSED",
         "TILTED",
         "OPEN"
       ],
       "CONTROL": "RHS.STATE",
       "ID": "STATE"
     },
     "from": "system.adapter.hm-rega.0",
     "user": "system.user.admin",
     "ts": 1596734879223,
     "_id": "hm-rpc.0.xxx.1.STATE",
     "acl": {
       "object": 1636,
       "state": 1636,
       "owner": "system.user.admin",
       "ownerGroup": "system.group.administrator"
     }
    }
    

    Das hier ist ein HMIP Schaltsteckdose ( Kanal 3.STATE)
    HMIP-PS

    {
     "type": "state",
     "common": {
       "def": false,
       "type": "boolean",
       "read": true,
       "write": true,
       "role": "switch",
       "name": "Kaminlampe.STATE",
       "smartName": {
         "de": "Kaminlampe,Kaminlicht",
         "smartType": "LIGHT"
       }
     },
     "native": {
       "MIN": false,
       "OPERATIONS": 7,
       "MAX": true,
       "FLAGS": 1,
       "ID": "STATE",
       "TYPE": "BOOL",
       "DEFAULT": false,
       "CONTROL": "SWITCH.STATE"
     },
     "from": "system.adapter.hm-rega.0",
     "user": "system.user.admin",
     "ts": 1596734858553,
     "_id": "hm-rpc.0.xxx.3.STATE",
     "acl": {
       "object": 1636,
       "state": 1636,
       "owner": "system.user.admin",
       "ownerGroup": "system.group.administrator"
     }
    }
    

    Das hier ist eine HMIP Schalt-Messsteckdose (Kanal 3.STATE und Kanal 6.POWER)
    HMIP-PSM

    {
     "type": "state",
     "common": {
       "def": 0,
       "type": "number",
       "read": true,
       "write": false,
       "min": 0,
       "max": 163830,
       "unit": "W",
       "name": "HMIP-PSM xxx:6.POWER"
     },
     "native": {
       "MIN": 0,
       "UNIT": "W",
       "OPERATIONS": 5,
       "MAX": 163830,
       "FLAGS": 1,
       "ID": "POWER",
       "TYPE": "FLOAT",
       "DEFAULT": 0,
       "CONTROL": "POWERMETER_PSM.POWER"
     },
     "from": "system.adapter.hm-rega.0",
     "user": "system.user.admin",
     "ts": 1596734890274,
     "_id": "hm-rpc.0.xxx.6.POWER",
     "acl": {
       "object": 1636,
       "state": 1636,
       "owner": "system.user.admin",
       "ownerGroup": "system.group.administrator"
     }
    }
    

    Das ist ein HMIP Bewegungsmelder (Kanal 1.MOTION)

    • HmIP-SMI55
    • HmIP-SMI
    • HmIP-SMO-A
    • HmIP-SMI
    • HmIP-SAM (Erschütterungssensor/Beschleunigungssensor)

    {
     "type": "state",
     "common": {
       "def": false,
       "type": "boolean",
       "read": true,
       "write": false,
       "role": "sensor.motion",
       "name": "Bewegungsmelder Heizungskeller.MOTION"
     },
     "native": {
       "MIN": false,
       "OPERATIONS": 5,
       "MAX": true,
       "FLAGS": 1,
       "ID": "MOTION",
       "TYPE": "BOOL",
       "DEFAULT": false,
       "CONTROL": "MOTIONDETECTOR_TRANSCEIVER.MOTION_DETECTION_STATE"
     },
     "from": "system.adapter.hm-rega.0",
     "user": "system.user.admin",
     "ts": 1596734892836,
     "_id": "hm-rpc.0.xxx.1.MOTION",
     "acl": {
       "object": 1636,
       "state": 1636,
       "owner": "system.user.admin",
       "ownerGroup": "system.group.administrator"
     }
    }
    

    Das hier ist ein Präsenzmelder (Kanal 1.PRESENCE_DETECTION_STATE)
    HmIP-SPI

    {
     "type": "state",
     "common": {
       "def": false,
       "type": "boolean",
       "read": true,
       "write": false,
       "name": "Präsenzmelder Badezimmer.PRESENCE_DETECTION_STATE",
       "role": "sensor.motion"
     },
     "native": {
       "MIN": false,
       "OPERATIONS": 5,
       "MAX": true,
       "FLAGS": 1,
       "ID": "PRESENCE_DETECTION_STATE",
       "TYPE": "BOOL",
       "DEFAULT": false,
       "CONTROL": "MOTIONDETECTOR_TRANSCEIVER.MOTION_DETECTION_STATE"
     },
     "from": "system.adapter.hm-rega.0",
     "user": "system.user.admin",
     "ts": 1596734878100,
     "_id": "hm-rpc.0.xxx.1.PRESENCE_DETECTION_STATE",
     "acl": {
       "object": 1636,
       "state": 1636,
       "owner": "system.user.admin",
       "ownerGroup": "system.group.administrator"
     }
    }
    

    Ausserdem hätte ich noch diese hier anzubieten

    • HMIP Temperatursensoren aussen / HmIP-STHO-A
    • HMIP Heizkörperthermostate / HmIP-eTRV-2
    • HMIP Wandthermostate / HmIP-WTH-2
    • HMIP Rauchmelder / HmIP-SWSD
    • HMIP Klingel / HmIP-DBB
    • HMIP Taster Unterputz 4-fach / HM-PBI-4-FM
    • HMIP Fernbedienung / HmIP-KRC4
    • HMIP Schalter 2-fach / HMIP-WRC2
    • HMIP Schaltplatine / HmIP-PCBS

    HM-Geräte

    • MP3 Funkgong / HM-OU-CFM-TW
    ZefauZ 2 Replies Last reply
    0
    • dslraserD Offline
      dslraserD Offline
      dslraser
      Forum Testing Most Active
      wrote on last edited by dslraser
      #156

      @Zefau

      Ich habe jetzt mal alle meine Lampen eingefügt. Auf dem Mac sieht es dann so aus...?

      Bildschirmfoto 2020-09-19 um 21.45.40.png

      Bildschirmfoto 2020-09-19 um 21.45.52.png

      Wenn ich die Seite schmaler schiebe, dann sieht es wieder aus wie es sein soll.

      Bildschirmfoto 2020-09-19 um 21.49.05.png

      Muß ich da etwas anders einstellen ?

      ZefauZ 2 Replies Last reply
      0
      • dslraserD dslraser

        @Zefau sagte in jarvis - just another remarkable vis:

        @dslraser

        Ich habe die auch als Alias für die Fenster, aber irgendwie hat der Adapter beim Import Versuch ewig gedreht, oder dauert das halt einfach länger ? Ich habe es dann abgebrochen.

        Klingt nach einem Bug. Kannst du das nochmal machen und schauen, ob ein Fehler in der Browser Konsole angezeigt wird?

        Alias findet er gar nicht bei mir (ohne Fehler, aber 0 Geräte). Meine Alias sind per Script erstellt, nicht mit dem Adapter, falls das wichtig ist. Aber alle Alias funktionieren wie sie sollen.

        Bildschirmfoto 2020-09-19 um 20.49.30.png

        und so kommt ein Fehler

        Bildschirmfoto 2020-09-19 um 20.50.01.png

        ZefauZ Offline
        ZefauZ Offline
        Zefau
        wrote on last edited by Zefau
        #157

        @dslraser sagte in jarvis - just another remarkable vis:

        Alias findet er gar nicht bei mir (ohne Fehler, aber 0 Geräte). Meine Alias sind per Script erstellt, nicht mit dem Adapter, falls das wichtig ist. Aber alle Alias funktionieren wie sie sollen.

        Den Bug kann ich in jarvis beheben, aber du hast dann wohl die Channels nicht angelegt. jarvis lädt den Gerätenamen aus der Channel-Bezeichnung.

        EDIT: das gilt auch für die Rolle des Geräts.

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

        1 Reply Last reply
        0
        • dslraserD dslraser

          @Zefau

          Ich habe jetzt mal alle meine Lampen eingefügt. Auf dem Mac sieht es dann so aus...?

          Bildschirmfoto 2020-09-19 um 21.45.40.png

          Bildschirmfoto 2020-09-19 um 21.45.52.png

          Wenn ich die Seite schmaler schiebe, dann sieht es wieder aus wie es sein soll.

          Bildschirmfoto 2020-09-19 um 21.49.05.png

          Muß ich da etwas anders einstellen ?

          ZefauZ Offline
          ZefauZ Offline
          Zefau
          wrote on last edited by Zefau
          #158

          @dslraser sagte in jarvis - just another remarkable vis:

          Ich habe jetzt mal alle meine Lampen eingefügt. Auf dem Mac sieht es dann so aus...?

          Welchen Browser nutzt du auf dem Mac und sieht es in anderen Browsern (auf dem Mac oder Windows) korrekt aus?

          https://github.com/Zefau/ioBroker.jarvis/issues/86

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

          dslraserD 2 Replies Last reply
          0
          • dslraserD dslraser

            @Zefau

            Ich habe jetzt mal alle meine Lampen eingefügt. Auf dem Mac sieht es dann so aus...?

            Bildschirmfoto 2020-09-19 um 21.45.40.png

            Bildschirmfoto 2020-09-19 um 21.45.52.png

            Wenn ich die Seite schmaler schiebe, dann sieht es wieder aus wie es sein soll.

            Bildschirmfoto 2020-09-19 um 21.49.05.png

            Muß ich da etwas anders einstellen ?

            ZefauZ Offline
            ZefauZ Offline
            Zefau
            wrote on last edited by
            #159

            @dslraser sagte in jarvis - just another remarkable vis:

            Ich habe jetzt mal alle meine Lampen eingefügt. Auf dem Mac sieht es dann so aus...?

            kannst du einen Screenshot deiner Layout Konfiguration machen bzw. das json mal teilen?

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

            1 Reply Last reply
            0
            • ZefauZ Zefau

              @dslraser sagte in jarvis - just another remarkable vis:

              Ich habe jetzt mal alle meine Lampen eingefügt. Auf dem Mac sieht es dann so aus...?

              Welchen Browser nutzt du auf dem Mac und sieht es in anderen Browsern (auf dem Mac oder Windows) korrekt aus?

              https://github.com/Zefau/ioBroker.jarvis/issues/86

              dslraserD Offline
              dslraserD Offline
              dslraser
              Forum Testing Most Active
              wrote on last edited by
              #160

              @Zefau sagte in jarvis - just another remarkable vis:

              Welchen Browser nutzt du auf dem Mac und sieht es in anderen Browsern (auf dem Mac oder Windows) korrekt aus?

              Chrome.
              Andere Browser habe ich nicht probiert.
              ich habe mir meine bisherige Konfig zerstört. Ich wolltte eine Map anlegen, nun wurde gar nichts mehr geladen und ich fange wieder von vorn an.

              ZefauZ 2 Replies Last reply
              0
              • dslraserD dslraser

                @Zefau sagte in jarvis - just another remarkable vis:

                Welchen Browser nutzt du auf dem Mac und sieht es in anderen Browsern (auf dem Mac oder Windows) korrekt aus?

                Chrome.
                Andere Browser habe ich nicht probiert.
                ich habe mir meine bisherige Konfig zerstört. Ich wolltte eine Map anlegen, nun wurde gar nichts mehr geladen und ich fange wieder von vorn an.

                ZefauZ Offline
                ZefauZ Offline
                Zefau
                wrote on last edited by
                #161

                @dslraser sagte in jarvis - just another remarkable vis:

                ich habe mir meine bisherige Konfig zerstört. Ich wolltte eine Map anlegen, nun wurde gar nichts mehr geladen und ich fange wieder von vorn an.

                Du findest deine Konfiguration im ioBroker unter jarvis.0.layout. Die kannst du bearbeiten und neu setzen. Musst also nicht von vorne anfangen.

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

                dslraserD 1 Reply Last reply
                0
                • dslraserD dslraser

                  @Zefau sagte in jarvis - just another remarkable vis:

                  Welchen Browser nutzt du auf dem Mac und sieht es in anderen Browsern (auf dem Mac oder Windows) korrekt aus?

                  Chrome.
                  Andere Browser habe ich nicht probiert.
                  ich habe mir meine bisherige Konfig zerstört. Ich wolltte eine Map anlegen, nun wurde gar nichts mehr geladen und ich fange wieder von vorn an.

                  ZefauZ Offline
                  ZefauZ Offline
                  Zefau
                  wrote on last edited by
                  #162

                  @dslraser sagte in jarvis - just another remarkable vis:

                  nun wurde gar nichts mehr geladen

                  Gibt es einen Fehler in der Browser Konsole?

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

                  1 Reply Last reply
                  0
                  • ZefauZ Zefau

                    @dslraser sagte in jarvis - just another remarkable vis:

                    ich habe mir meine bisherige Konfig zerstört. Ich wolltte eine Map anlegen, nun wurde gar nichts mehr geladen und ich fange wieder von vorn an.

                    Du findest deine Konfiguration im ioBroker unter jarvis.0.layout. Die kannst du bearbeiten und neu setzen. Musst also nicht von vorne anfangen.

                    dslraserD Offline
                    dslraserD Offline
                    dslraser
                    Forum Testing Most Active
                    wrote on last edited by
                    #163

                    @Zefau sagte in jarvis - just another remarkable vis:

                    jarvis.0.layout

                    Die habe ich gefunden, aber da habe ich irgendwas zerstört, so das sie nicht gelesen werden kann.

                    ZefauZ 1 Reply Last reply
                    0
                    • dslraserD dslraser

                      @Zefau sagte in jarvis - just another remarkable vis:

                      jarvis.0.layout

                      Die habe ich gefunden, aber da habe ich irgendwas zerstört, so das sie nicht gelesen werden kann.

                      ZefauZ Offline
                      ZefauZ Offline
                      Zefau
                      wrote on last edited by
                      #164

                      @dslraser sagte in jarvis - just another remarkable vis:

                      Die habe ich gefunden, aber da habe ich irgendwas zerstört, so das sie nicht gelesen werden kann.

                      Zeig mal, ggf. kann ich's fixen. Syntaktisch kannst du es über https://jsonformatter.curiousconcept.com/ prüfen. Inhaltlich kann ich gerne rüber gucken.

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

                      dslraserD 1 Reply Last reply
                      0
                      • ZefauZ Zefau

                        @dslraser sagte in jarvis - just another remarkable vis:

                        Die habe ich gefunden, aber da habe ich irgendwas zerstört, so das sie nicht gelesen werden kann.

                        Zeig mal, ggf. kann ich's fixen. Syntaktisch kannst du es über https://jsonformatter.curiousconcept.com/ prüfen. Inhaltlich kann ich gerne rüber gucken.

                        dslraserD Offline
                        dslraserD Offline
                        dslraser
                        Forum Testing Most Active
                        wrote on last edited by dslraser
                        #165

                        @Zefau
                        da fehlt schon was ....(leider nicht gesichert vor dem bearbeiten)

                        "index":0}],"module":"StateList","title":"Wohnzimmer","devices":[{"type":"group","name":"Wohnzimmer"},{"type":"divider"},{"type":"device","deviceId":"wohnzimmer_37209","actionType":"state","actionElement":""},{"type":"group","name":"Fernsehlicht"},{"type":"divider"},{"type":"device","deviceId":"fernsehlampelinks_a21c8","actionType":"action","actionElement":"SwitchAction"},{"type":"device","deviceId":"fernsehlamperechts_a3da3","actionType":"action","actionElement":"SwitchAction"},{"type":"group","name":"Sofalicht"},{"type":"divider"},{"type":"device","deviceId":"sofalampelinks_c7e1f","actionType":"action","actionElement":"SwitchAction"},{"type":"device","deviceId":"sofalamperechts_d1765","actionType":"action","actionElement":"SwitchAction"}],"icon":"lightbulb-group","index":0}],[{"moduleConfig":{},"module":"StateList","title":"Badezimmer","icon":"lightbulb-group","devices":[{"type":"group","name":"Badezimmer"},{"type":"divider"},{"type":"device","deviceId":"badezimmer_cf949"},{"type":"device","deviceId":"badezimmerlampelinks_7f4e3","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"},{"type":"device","deviceId":"badezimmerlamperechts_aba77","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Küche","devices":[{"type":"group","name":"Küche"},{"type":"divider"},{"type":"device","deviceId":"küche_425fa","bodyStateKey":"power","actionType":"state","actionElement":"","secondaryStatesKeys":[]},{"type":"device","deviceId":"küchenlampe_2317e","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"icon":"lightbulb-group","index":0}],[{"moduleConfig":{},"module":"StateList","title":"Flur","icon":"lightbulb-group","devices":[{"type":"group","name":"Flur"},{"type":"divider"},{"type":"device","deviceId":"flurvorn_19aee","bodyStateKey":"power","secondaryStatesKeys":["level"],"actionType":"action","actionElement":"SwitchAction"},{"type":"device","deviceId":"flurhinten_125fa","bodyStateKey":"power","secondaryStatesKeys":["level"],"actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Schlafzimmer","icon":"lightbulb-group","devices":[{"type":"group","name":"Schlafzimmer"},{"type":"divider"},{"type":"device","deviceId":"schlafzimmer_cbbcb"},{"type":"device","deviceId":"schlafzimmerlampelinks_32b78","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"},{"type":"device","deviceId":"schlafzimmerlamperechts_08787","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Kellertreppe","icon":"lightbulb-group","devices":[{"type":"group","name":"Kellertreppe"},{"type":"divider"},{"type":"device","deviceId":"kellertreppe_c9b6c","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Kellerflur","icon":"lightbulb-group","devices":[{"type":"group","name":"Kellerflur"},{"type":"divider"},{"type":"device","deviceId":"kellerflurvorn_011df","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"},{"type":"device","deviceId":"kellerflurhinten_00b9b","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Sauna","icon":"lightbulb-group","devices":[{"type":"group","name":"Sauna"},{"type":"divider"},{"type":"device","deviceId":"sauna_0de37","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"WBaumkeller","icon":"lightbulb-group","devices":[{"type":"group","name":"Weihnachtsbaumkeller"},{"type":"divider"},{"type":"device","deviceId":"weihnachtsbaumkeller_bbb0b","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Heizungskeller","icon":"lightbulb-group","devices":[{"type":"group","name":"Heizungskeller"},{"type":"divider"},{"type":"device","deviceId":"heizung_0971f","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Vorratskeller","icon":"lightbulb-group","devices":[{"type":"group","name":"Vorratskeller"},{"type":"divider"},{"type":"device","deviceId":"vorratskeller_e7436","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Haustür","icon":"lightbulb-group","devices":[{"type":"group","name":"Haustür"},{"type":"divider"},{"type":"device","deviceId":"haustür_99b54","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Garten","icon":"lightbulb-group","devices":[{"type":"group","name":"Garten"},{"type":"divider"},{"type":"device","deviceId":"garten_9b822","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Zufahrt","icon":"lightbulb-group","devices":[{"type":"group","name":"Zufahrt"},{"type":"divider"},{"type":"device","deviceId":"zufahrt_bc719","bodyStateKey":"power"},{"type":"divider"},{"type":"device","deviceId":"zufahrtlampeinnen_44bea","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"},{"type":"device","deviceId":"zufahrtlampeaussen_59719","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}]]},{"title":"Fenster","icon":"window-closed-variant","columns":[[{"moduleConfig":{"actions":false},"module":"StateList","title":"Fenster","icon":"window-closed-variant","devices":[{"type":"group","name":"Badezimmer"},{"type":"device","deviceId":"badezimmerfensterlinks_dev_12041"},{"type":"device","deviceId":"badezimmerfensterrechts_dev_f3379"},{"type":"divider"},{"type":"group","name":"Küche"},{"type":"device","deviceId":"küchefensterrechts_dev_4047c"}],"index":0}]]},{"title":"Türen","icon":"door","columns":[[{"moduleConfig":{},"module":"StateList","title":"Türen","icon":"door","devices":[],"index":0}]]}]}]
                        

                        ZefauZ 2 Replies Last reply
                        0
                        • dslraserD dslraser

                          @Zefau
                          da fehlt schon was ....(leider nicht gesichert vor dem bearbeiten)

                          "index":0}],"module":"StateList","title":"Wohnzimmer","devices":[{"type":"group","name":"Wohnzimmer"},{"type":"divider"},{"type":"device","deviceId":"wohnzimmer_37209","actionType":"state","actionElement":""},{"type":"group","name":"Fernsehlicht"},{"type":"divider"},{"type":"device","deviceId":"fernsehlampelinks_a21c8","actionType":"action","actionElement":"SwitchAction"},{"type":"device","deviceId":"fernsehlamperechts_a3da3","actionType":"action","actionElement":"SwitchAction"},{"type":"group","name":"Sofalicht"},{"type":"divider"},{"type":"device","deviceId":"sofalampelinks_c7e1f","actionType":"action","actionElement":"SwitchAction"},{"type":"device","deviceId":"sofalamperechts_d1765","actionType":"action","actionElement":"SwitchAction"}],"icon":"lightbulb-group","index":0}],[{"moduleConfig":{},"module":"StateList","title":"Badezimmer","icon":"lightbulb-group","devices":[{"type":"group","name":"Badezimmer"},{"type":"divider"},{"type":"device","deviceId":"badezimmer_cf949"},{"type":"device","deviceId":"badezimmerlampelinks_7f4e3","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"},{"type":"device","deviceId":"badezimmerlamperechts_aba77","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Küche","devices":[{"type":"group","name":"Küche"},{"type":"divider"},{"type":"device","deviceId":"küche_425fa","bodyStateKey":"power","actionType":"state","actionElement":"","secondaryStatesKeys":[]},{"type":"device","deviceId":"küchenlampe_2317e","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"icon":"lightbulb-group","index":0}],[{"moduleConfig":{},"module":"StateList","title":"Flur","icon":"lightbulb-group","devices":[{"type":"group","name":"Flur"},{"type":"divider"},{"type":"device","deviceId":"flurvorn_19aee","bodyStateKey":"power","secondaryStatesKeys":["level"],"actionType":"action","actionElement":"SwitchAction"},{"type":"device","deviceId":"flurhinten_125fa","bodyStateKey":"power","secondaryStatesKeys":["level"],"actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Schlafzimmer","icon":"lightbulb-group","devices":[{"type":"group","name":"Schlafzimmer"},{"type":"divider"},{"type":"device","deviceId":"schlafzimmer_cbbcb"},{"type":"device","deviceId":"schlafzimmerlampelinks_32b78","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"},{"type":"device","deviceId":"schlafzimmerlamperechts_08787","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Kellertreppe","icon":"lightbulb-group","devices":[{"type":"group","name":"Kellertreppe"},{"type":"divider"},{"type":"device","deviceId":"kellertreppe_c9b6c","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Kellerflur","icon":"lightbulb-group","devices":[{"type":"group","name":"Kellerflur"},{"type":"divider"},{"type":"device","deviceId":"kellerflurvorn_011df","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"},{"type":"device","deviceId":"kellerflurhinten_00b9b","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Sauna","icon":"lightbulb-group","devices":[{"type":"group","name":"Sauna"},{"type":"divider"},{"type":"device","deviceId":"sauna_0de37","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"WBaumkeller","icon":"lightbulb-group","devices":[{"type":"group","name":"Weihnachtsbaumkeller"},{"type":"divider"},{"type":"device","deviceId":"weihnachtsbaumkeller_bbb0b","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Heizungskeller","icon":"lightbulb-group","devices":[{"type":"group","name":"Heizungskeller"},{"type":"divider"},{"type":"device","deviceId":"heizung_0971f","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Vorratskeller","icon":"lightbulb-group","devices":[{"type":"group","name":"Vorratskeller"},{"type":"divider"},{"type":"device","deviceId":"vorratskeller_e7436","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Haustür","icon":"lightbulb-group","devices":[{"type":"group","name":"Haustür"},{"type":"divider"},{"type":"device","deviceId":"haustür_99b54","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Garten","icon":"lightbulb-group","devices":[{"type":"group","name":"Garten"},{"type":"divider"},{"type":"device","deviceId":"garten_9b822","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Zufahrt","icon":"lightbulb-group","devices":[{"type":"group","name":"Zufahrt"},{"type":"divider"},{"type":"device","deviceId":"zufahrt_bc719","bodyStateKey":"power"},{"type":"divider"},{"type":"device","deviceId":"zufahrtlampeinnen_44bea","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"},{"type":"device","deviceId":"zufahrtlampeaussen_59719","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}]]},{"title":"Fenster","icon":"window-closed-variant","columns":[[{"moduleConfig":{"actions":false},"module":"StateList","title":"Fenster","icon":"window-closed-variant","devices":[{"type":"group","name":"Badezimmer"},{"type":"device","deviceId":"badezimmerfensterlinks_dev_12041"},{"type":"device","deviceId":"badezimmerfensterrechts_dev_f3379"},{"type":"divider"},{"type":"group","name":"Küche"},{"type":"device","deviceId":"küchefensterrechts_dev_4047c"}],"index":0}]]},{"title":"Türen","icon":"door","columns":[[{"moduleConfig":{},"module":"StateList","title":"Türen","icon":"door","devices":[],"index":0}]]}]}]
                          

                          ZefauZ Offline
                          ZefauZ Offline
                          Zefau
                          wrote on last edited by
                          #166

                          @dslraser hast du das komplett kopiert? Da hat der Anfang schon eine falsche Syntax.

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

                          dslraserD 1 Reply Last reply
                          0
                          • ZefauZ Zefau

                            @dslraser hast du das komplett kopiert? Da hat der Anfang schon eine falsche Syntax.

                            dslraserD Offline
                            dslraserD Offline
                            dslraser
                            Forum Testing Most Active
                            wrote on last edited by
                            #167

                            @Zefau sagte in jarvis - just another remarkable vis:

                            @dslraser hast du das komplett kopiert? Da hat der Anfang schon eine falsche Syntax.

                            da fehlt schon was ....(leider nicht gesichert vor dem bearbeiten)

                            1 Reply Last reply
                            0
                            • dslraserD dslraser

                              @Zefau
                              da fehlt schon was ....(leider nicht gesichert vor dem bearbeiten)

                              "index":0}],"module":"StateList","title":"Wohnzimmer","devices":[{"type":"group","name":"Wohnzimmer"},{"type":"divider"},{"type":"device","deviceId":"wohnzimmer_37209","actionType":"state","actionElement":""},{"type":"group","name":"Fernsehlicht"},{"type":"divider"},{"type":"device","deviceId":"fernsehlampelinks_a21c8","actionType":"action","actionElement":"SwitchAction"},{"type":"device","deviceId":"fernsehlamperechts_a3da3","actionType":"action","actionElement":"SwitchAction"},{"type":"group","name":"Sofalicht"},{"type":"divider"},{"type":"device","deviceId":"sofalampelinks_c7e1f","actionType":"action","actionElement":"SwitchAction"},{"type":"device","deviceId":"sofalamperechts_d1765","actionType":"action","actionElement":"SwitchAction"}],"icon":"lightbulb-group","index":0}],[{"moduleConfig":{},"module":"StateList","title":"Badezimmer","icon":"lightbulb-group","devices":[{"type":"group","name":"Badezimmer"},{"type":"divider"},{"type":"device","deviceId":"badezimmer_cf949"},{"type":"device","deviceId":"badezimmerlampelinks_7f4e3","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"},{"type":"device","deviceId":"badezimmerlamperechts_aba77","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Küche","devices":[{"type":"group","name":"Küche"},{"type":"divider"},{"type":"device","deviceId":"küche_425fa","bodyStateKey":"power","actionType":"state","actionElement":"","secondaryStatesKeys":[]},{"type":"device","deviceId":"küchenlampe_2317e","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"icon":"lightbulb-group","index":0}],[{"moduleConfig":{},"module":"StateList","title":"Flur","icon":"lightbulb-group","devices":[{"type":"group","name":"Flur"},{"type":"divider"},{"type":"device","deviceId":"flurvorn_19aee","bodyStateKey":"power","secondaryStatesKeys":["level"],"actionType":"action","actionElement":"SwitchAction"},{"type":"device","deviceId":"flurhinten_125fa","bodyStateKey":"power","secondaryStatesKeys":["level"],"actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Schlafzimmer","icon":"lightbulb-group","devices":[{"type":"group","name":"Schlafzimmer"},{"type":"divider"},{"type":"device","deviceId":"schlafzimmer_cbbcb"},{"type":"device","deviceId":"schlafzimmerlampelinks_32b78","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"},{"type":"device","deviceId":"schlafzimmerlamperechts_08787","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Kellertreppe","icon":"lightbulb-group","devices":[{"type":"group","name":"Kellertreppe"},{"type":"divider"},{"type":"device","deviceId":"kellertreppe_c9b6c","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Kellerflur","icon":"lightbulb-group","devices":[{"type":"group","name":"Kellerflur"},{"type":"divider"},{"type":"device","deviceId":"kellerflurvorn_011df","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"},{"type":"device","deviceId":"kellerflurhinten_00b9b","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Sauna","icon":"lightbulb-group","devices":[{"type":"group","name":"Sauna"},{"type":"divider"},{"type":"device","deviceId":"sauna_0de37","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"WBaumkeller","icon":"lightbulb-group","devices":[{"type":"group","name":"Weihnachtsbaumkeller"},{"type":"divider"},{"type":"device","deviceId":"weihnachtsbaumkeller_bbb0b","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Heizungskeller","icon":"lightbulb-group","devices":[{"type":"group","name":"Heizungskeller"},{"type":"divider"},{"type":"device","deviceId":"heizung_0971f","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Vorratskeller","icon":"lightbulb-group","devices":[{"type":"group","name":"Vorratskeller"},{"type":"divider"},{"type":"device","deviceId":"vorratskeller_e7436","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Haustür","icon":"lightbulb-group","devices":[{"type":"group","name":"Haustür"},{"type":"divider"},{"type":"device","deviceId":"haustür_99b54","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Garten","icon":"lightbulb-group","devices":[{"type":"group","name":"Garten"},{"type":"divider"},{"type":"device","deviceId":"garten_9b822","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}],[{"moduleConfig":{},"module":"StateList","title":"Zufahrt","icon":"lightbulb-group","devices":[{"type":"group","name":"Zufahrt"},{"type":"divider"},{"type":"device","deviceId":"zufahrt_bc719","bodyStateKey":"power"},{"type":"divider"},{"type":"device","deviceId":"zufahrtlampeinnen_44bea","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"},{"type":"device","deviceId":"zufahrtlampeaussen_59719","bodyStateKey":"power","actionType":"action","actionElement":"SwitchAction"}],"index":0}]]},{"title":"Fenster","icon":"window-closed-variant","columns":[[{"moduleConfig":{"actions":false},"module":"StateList","title":"Fenster","icon":"window-closed-variant","devices":[{"type":"group","name":"Badezimmer"},{"type":"device","deviceId":"badezimmerfensterlinks_dev_12041"},{"type":"device","deviceId":"badezimmerfensterrechts_dev_f3379"},{"type":"divider"},{"type":"group","name":"Küche"},{"type":"device","deviceId":"küchefensterrechts_dev_4047c"}],"index":0}]]},{"title":"Türen","icon":"door","columns":[[{"moduleConfig":{},"module":"StateList","title":"Türen","icon":"door","devices":[],"index":0}]]}]}]
                              

                              ZefauZ Offline
                              ZefauZ Offline
                              Zefau
                              wrote on last edited by Zefau
                              #168

                              @dslraser sagte in jarvis - just another remarkable vis:

                              da fehlt schon was ....(leider nicht gesichert vor dem bearbeiten)

                              [
                                 {
                                    "title":"",
                                    "tabs":[
                                       {
                                          "title":"Dashboard",
                                          "icon":"monitor-dashboard",
                                          "columns":[
                                             [
                                                {
                                                   "module":"StateList",
                                                   "title":"Wohnzimmer",
                                                   "devices":[
                                                      {
                                                         "type":"group",
                                                         "name":"Wohnzimmer"
                                                      },
                                                      {
                                                         "type":"divider"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"wohnzimmer_37209",
                                                         "actionType":"state",
                                                         "actionElement":""
                                                      },
                                                      {
                                                         "type":"group",
                                                         "name":"Fernsehlicht"
                                                      },
                                                      {
                                                         "type":"divider"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"fernsehlampelinks_a21c8",
                                                         "actionType":"action",
                                                         "actionElement":"SwitchAction"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"fernsehlamperechts_a3da3",
                                                         "actionType":"action",
                                                         "actionElement":"SwitchAction"
                                                      },
                                                      {
                                                         "type":"group",
                                                         "name":"Sofalicht"
                                                      },
                                                      {
                                                         "type":"divider"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"sofalampelinks_c7e1f",
                                                         "actionType":"action",
                                                         "actionElement":"SwitchAction"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"sofalamperechts_d1765",
                                                         "actionType":"action",
                                                         "actionElement":"SwitchAction"
                                                      }
                                                   ],
                                                   "icon":"lightbulb-group",
                                                   "index":0
                                                }
                                             ],
                                             [
                                                {
                                                   "moduleConfig":{
                                                      
                                                   },
                                                   "module":"StateList",
                                                   "title":"Badezimmer",
                                                   "icon":"lightbulb-group",
                                                   "devices":[
                                                      {
                                                         "type":"group",
                                                         "name":"Badezimmer"
                                                      },
                                                      {
                                                         "type":"divider"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"badezimmer_cf949"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"badezimmerlampelinks_7f4e3",
                                                         "bodyStateKey":"power",
                                                         "actionType":"action",
                                                         "actionElement":"SwitchAction"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"badezimmerlamperechts_aba77",
                                                         "bodyStateKey":"power",
                                                         "actionType":"action",
                                                         "actionElement":"SwitchAction"
                                                      }
                                                   ],
                                                   "index":0
                                                }
                                             ],
                                             [
                                                {
                                                   "moduleConfig":{
                                                      
                                                   },
                                                   "module":"StateList",
                                                   "title":"Küche",
                                                   "devices":[
                                                      {
                                                         "type":"group",
                                                         "name":"Küche"
                                                      },
                                                      {
                                                         "type":"divider"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"küche_425fa",
                                                         "bodyStateKey":"power",
                                                         "actionType":"state",
                                                         "actionElement":"",
                                                         "secondaryStatesKeys":[
                                                            
                                                         ]
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"küchenlampe_2317e",
                                                         "bodyStateKey":"power",
                                                         "actionType":"action",
                                                         "actionElement":"SwitchAction"
                                                      }
                                                   ],
                                                   "icon":"lightbulb-group",
                                                   "index":0
                                                }
                                             ],
                                             [
                                                {
                                                   "moduleConfig":{
                                                      
                                                   },
                                                   "module":"StateList",
                                                   "title":"Flur",
                                                   "icon":"lightbulb-group",
                                                   "devices":[
                                                      {
                                                         "type":"group",
                                                         "name":"Flur"
                                                      },
                                                      {
                                                         "type":"divider"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"flurvorn_19aee",
                                                         "bodyStateKey":"power",
                                                         "secondaryStatesKeys":[
                                                            "level"
                                                         ],
                                                         "actionType":"action",
                                                         "actionElement":"SwitchAction"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"flurhinten_125fa",
                                                         "bodyStateKey":"power",
                                                         "secondaryStatesKeys":[
                                                            "level"
                                                         ],
                                                         "actionType":"action",
                                                         "actionElement":"SwitchAction"
                                                      }
                                                   ],
                                                   "index":0
                                                }
                                             ],
                                             [
                                                {
                                                   "moduleConfig":{
                                                      
                                                   },
                                                   "module":"StateList",
                                                   "title":"Schlafzimmer",
                                                   "icon":"lightbulb-group",
                                                   "devices":[
                                                      {
                                                         "type":"group",
                                                         "name":"Schlafzimmer"
                                                      },
                                                      {
                                                         "type":"divider"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"schlafzimmer_cbbcb"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"schlafzimmerlampelinks_32b78",
                                                         "bodyStateKey":"power",
                                                         "actionType":"action",
                                                         "actionElement":"SwitchAction"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"schlafzimmerlamperechts_08787",
                                                         "bodyStateKey":"power",
                                                         "actionType":"action",
                                                         "actionElement":"SwitchAction"
                                                      }
                                                   ],
                                                   "index":0
                                                }
                                             ],
                                             [
                                                {
                                                   "moduleConfig":{
                                                      
                                                   },
                                                   "module":"StateList",
                                                   "title":"Kellertreppe",
                                                   "icon":"lightbulb-group",
                                                   "devices":[
                                                      {
                                                         "type":"group",
                                                         "name":"Kellertreppe"
                                                      },
                                                      {
                                                         "type":"divider"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"kellertreppe_c9b6c",
                                                         "bodyStateKey":"power",
                                                         "actionType":"action",
                                                         "actionElement":"SwitchAction"
                                                      }
                                                   ],
                                                   "index":0
                                                }
                                             ],
                                             [
                                                {
                                                   "moduleConfig":{
                                                      
                                                   },
                                                   "module":"StateList",
                                                   "title":"Kellerflur",
                                                   "icon":"lightbulb-group",
                                                   "devices":[
                                                      {
                                                         "type":"group",
                                                         "name":"Kellerflur"
                                                      },
                                                      {
                                                         "type":"divider"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"kellerflurvorn_011df",
                                                         "bodyStateKey":"power",
                                                         "actionType":"action",
                                                         "actionElement":"SwitchAction"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"kellerflurhinten_00b9b",
                                                         "bodyStateKey":"power",
                                                         "actionType":"action",
                                                         "actionElement":"SwitchAction"
                                                      }
                                                   ],
                                                   "index":0
                                                }
                                             ],
                                             [
                                                {
                                                   "moduleConfig":{
                                                      
                                                   },
                                                   "module":"StateList",
                                                   "title":"Sauna",
                                                   "icon":"lightbulb-group",
                                                   "devices":[
                                                      {
                                                         "type":"group",
                                                         "name":"Sauna"
                                                      },
                                                      {
                                                         "type":"divider"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"sauna_0de37",
                                                         "bodyStateKey":"power",
                                                         "actionType":"action",
                                                         "actionElement":"SwitchAction"
                                                      }
                                                   ],
                                                   "index":0
                                                }
                                             ],
                                             [
                                                {
                                                   "moduleConfig":{
                                                      
                                                   },
                                                   "module":"StateList",
                                                   "title":"WBaumkeller",
                                                   "icon":"lightbulb-group",
                                                   "devices":[
                                                      {
                                                         "type":"group",
                                                         "name":"Weihnachtsbaumkeller"
                                                      },
                                                      {
                                                         "type":"divider"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"weihnachtsbaumkeller_bbb0b",
                                                         "bodyStateKey":"power",
                                                         "actionType":"action",
                                                         "actionElement":"SwitchAction"
                                                      }
                                                   ],
                                                   "index":0
                                                }
                                             ],
                                             [
                                                {
                                                   "moduleConfig":{
                                                      
                                                   },
                                                   "module":"StateList",
                                                   "title":"Heizungskeller",
                                                   "icon":"lightbulb-group",
                                                   "devices":[
                                                      {
                                                         "type":"group",
                                                         "name":"Heizungskeller"
                                                      },
                                                      {
                                                         "type":"divider"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"heizung_0971f",
                                                         "bodyStateKey":"power",
                                                         "actionType":"action",
                                                         "actionElement":"SwitchAction"
                                                      }
                                                   ],
                                                   "index":0
                                                }
                                             ],
                                             [
                                                {
                                                   "moduleConfig":{
                                                      
                                                   },
                                                   "module":"StateList",
                                                   "title":"Vorratskeller",
                                                   "icon":"lightbulb-group",
                                                   "devices":[
                                                      {
                                                         "type":"group",
                                                         "name":"Vorratskeller"
                                                      },
                                                      {
                                                         "type":"divider"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"vorratskeller_e7436",
                                                         "actionType":"action",
                                                         "actionElement":"SwitchAction"
                                                      }
                                                   ],
                                                   "index":0
                                                }
                                             ],
                                             [
                                                {
                                                   "moduleConfig":{
                                                      
                                                   },
                                                   "module":"StateList",
                                                   "title":"Haustür",
                                                   "icon":"lightbulb-group",
                                                   "devices":[
                                                      {
                                                         "type":"group",
                                                         "name":"Haustür"
                                                      },
                                                      {
                                                         "type":"divider"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"haustür_99b54",
                                                         "bodyStateKey":"power",
                                                         "actionType":"action",
                                                         "actionElement":"SwitchAction"
                                                      }
                                                   ],
                                                   "index":0
                                                }
                                             ],
                                             [
                                                {
                                                   "moduleConfig":{
                                                      
                                                   },
                                                   "module":"StateList",
                                                   "title":"Garten",
                                                   "icon":"lightbulb-group",
                                                   "devices":[
                                                      {
                                                         "type":"group",
                                                         "name":"Garten"
                                                      },
                                                      {
                                                         "type":"divider"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"garten_9b822",
                                                         "bodyStateKey":"power",
                                                         "actionType":"action",
                                                         "actionElement":"SwitchAction"
                                                      }
                                                   ],
                                                   "index":0
                                                }
                                             ],
                                             [
                                                {
                                                   "moduleConfig":{
                                                      
                                                   },
                                                   "module":"StateList",
                                                   "title":"Zufahrt",
                                                   "icon":"lightbulb-group",
                                                   "devices":[
                                                      {
                                                         "type":"group",
                                                         "name":"Zufahrt"
                                                      },
                                                      {
                                                         "type":"divider"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"zufahrt_bc719",
                                                         "bodyStateKey":"power"
                                                      },
                                                      {
                                                         "type":"divider"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"zufahrtlampeinnen_44bea",
                                                         "bodyStateKey":"power",
                                                         "actionType":"action",
                                                         "actionElement":"SwitchAction"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"zufahrtlampeaussen_59719",
                                                         "bodyStateKey":"power",
                                                         "actionType":"action",
                                                         "actionElement":"SwitchAction"
                                                      }
                                                   ],
                                                   "index":0
                                                }
                                             ]
                                          ]
                                       },
                                       {
                                          "title":"Fenster",
                                          "icon":"window-closed-variant",
                                          "columns":[
                                             [
                                                {
                                                   "moduleConfig":{
                                                      "actions":false
                                                   },
                                                   "module":"StateList",
                                                   "title":"Fenster",
                                                   "icon":"window-closed-variant",
                                                   "devices":[
                                                      {
                                                         "type":"group",
                                                         "name":"Badezimmer"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"badezimmerfensterlinks_dev_12041"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"badezimmerfensterrechts_dev_f3379"
                                                      },
                                                      {
                                                         "type":"divider"
                                                      },
                                                      {
                                                         "type":"group",
                                                         "name":"Küche"
                                                      },
                                                      {
                                                         "type":"device",
                                                         "deviceId":"küchefensterrechts_dev_4047c"
                                                      }
                                                   ],
                                                   "index":0
                                                }
                                             ]
                                          ]
                                       },
                                       {
                                          "title":"Türen",
                                          "icon":"door",
                                          "columns":[
                                             [
                                                {
                                                   "moduleConfig":{
                                                      
                                                   },
                                                   "module":"StateList",
                                                   "title":"Türen",
                                                   "icon":"door",
                                                   "devices":[
                                                      
                                                   ],
                                                   "index":0
                                                }
                                             ]
                                          ]
                                       }
                                    ]
                                 }
                              ]
                              

                              EDIT: wird nicht exakt sein wie vorher, da halt schon was fehlte. Hoffe aber, dass es zum restore für dich reicht. Was hast du denn konkret gemacht, dass die Konfiguration jetzt so aussah? Muss ja ein Bug in jarvis sein?

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

                              dslraserD 1 Reply Last reply
                              0
                              • ZefauZ Zefau

                                @dslraser sagte in jarvis - just another remarkable vis:

                                da fehlt schon was ....(leider nicht gesichert vor dem bearbeiten)

                                [
                                   {
                                      "title":"",
                                      "tabs":[
                                         {
                                            "title":"Dashboard",
                                            "icon":"monitor-dashboard",
                                            "columns":[
                                               [
                                                  {
                                                     "module":"StateList",
                                                     "title":"Wohnzimmer",
                                                     "devices":[
                                                        {
                                                           "type":"group",
                                                           "name":"Wohnzimmer"
                                                        },
                                                        {
                                                           "type":"divider"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"wohnzimmer_37209",
                                                           "actionType":"state",
                                                           "actionElement":""
                                                        },
                                                        {
                                                           "type":"group",
                                                           "name":"Fernsehlicht"
                                                        },
                                                        {
                                                           "type":"divider"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"fernsehlampelinks_a21c8",
                                                           "actionType":"action",
                                                           "actionElement":"SwitchAction"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"fernsehlamperechts_a3da3",
                                                           "actionType":"action",
                                                           "actionElement":"SwitchAction"
                                                        },
                                                        {
                                                           "type":"group",
                                                           "name":"Sofalicht"
                                                        },
                                                        {
                                                           "type":"divider"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"sofalampelinks_c7e1f",
                                                           "actionType":"action",
                                                           "actionElement":"SwitchAction"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"sofalamperechts_d1765",
                                                           "actionType":"action",
                                                           "actionElement":"SwitchAction"
                                                        }
                                                     ],
                                                     "icon":"lightbulb-group",
                                                     "index":0
                                                  }
                                               ],
                                               [
                                                  {
                                                     "moduleConfig":{
                                                        
                                                     },
                                                     "module":"StateList",
                                                     "title":"Badezimmer",
                                                     "icon":"lightbulb-group",
                                                     "devices":[
                                                        {
                                                           "type":"group",
                                                           "name":"Badezimmer"
                                                        },
                                                        {
                                                           "type":"divider"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"badezimmer_cf949"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"badezimmerlampelinks_7f4e3",
                                                           "bodyStateKey":"power",
                                                           "actionType":"action",
                                                           "actionElement":"SwitchAction"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"badezimmerlamperechts_aba77",
                                                           "bodyStateKey":"power",
                                                           "actionType":"action",
                                                           "actionElement":"SwitchAction"
                                                        }
                                                     ],
                                                     "index":0
                                                  }
                                               ],
                                               [
                                                  {
                                                     "moduleConfig":{
                                                        
                                                     },
                                                     "module":"StateList",
                                                     "title":"Küche",
                                                     "devices":[
                                                        {
                                                           "type":"group",
                                                           "name":"Küche"
                                                        },
                                                        {
                                                           "type":"divider"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"küche_425fa",
                                                           "bodyStateKey":"power",
                                                           "actionType":"state",
                                                           "actionElement":"",
                                                           "secondaryStatesKeys":[
                                                              
                                                           ]
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"küchenlampe_2317e",
                                                           "bodyStateKey":"power",
                                                           "actionType":"action",
                                                           "actionElement":"SwitchAction"
                                                        }
                                                     ],
                                                     "icon":"lightbulb-group",
                                                     "index":0
                                                  }
                                               ],
                                               [
                                                  {
                                                     "moduleConfig":{
                                                        
                                                     },
                                                     "module":"StateList",
                                                     "title":"Flur",
                                                     "icon":"lightbulb-group",
                                                     "devices":[
                                                        {
                                                           "type":"group",
                                                           "name":"Flur"
                                                        },
                                                        {
                                                           "type":"divider"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"flurvorn_19aee",
                                                           "bodyStateKey":"power",
                                                           "secondaryStatesKeys":[
                                                              "level"
                                                           ],
                                                           "actionType":"action",
                                                           "actionElement":"SwitchAction"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"flurhinten_125fa",
                                                           "bodyStateKey":"power",
                                                           "secondaryStatesKeys":[
                                                              "level"
                                                           ],
                                                           "actionType":"action",
                                                           "actionElement":"SwitchAction"
                                                        }
                                                     ],
                                                     "index":0
                                                  }
                                               ],
                                               [
                                                  {
                                                     "moduleConfig":{
                                                        
                                                     },
                                                     "module":"StateList",
                                                     "title":"Schlafzimmer",
                                                     "icon":"lightbulb-group",
                                                     "devices":[
                                                        {
                                                           "type":"group",
                                                           "name":"Schlafzimmer"
                                                        },
                                                        {
                                                           "type":"divider"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"schlafzimmer_cbbcb"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"schlafzimmerlampelinks_32b78",
                                                           "bodyStateKey":"power",
                                                           "actionType":"action",
                                                           "actionElement":"SwitchAction"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"schlafzimmerlamperechts_08787",
                                                           "bodyStateKey":"power",
                                                           "actionType":"action",
                                                           "actionElement":"SwitchAction"
                                                        }
                                                     ],
                                                     "index":0
                                                  }
                                               ],
                                               [
                                                  {
                                                     "moduleConfig":{
                                                        
                                                     },
                                                     "module":"StateList",
                                                     "title":"Kellertreppe",
                                                     "icon":"lightbulb-group",
                                                     "devices":[
                                                        {
                                                           "type":"group",
                                                           "name":"Kellertreppe"
                                                        },
                                                        {
                                                           "type":"divider"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"kellertreppe_c9b6c",
                                                           "bodyStateKey":"power",
                                                           "actionType":"action",
                                                           "actionElement":"SwitchAction"
                                                        }
                                                     ],
                                                     "index":0
                                                  }
                                               ],
                                               [
                                                  {
                                                     "moduleConfig":{
                                                        
                                                     },
                                                     "module":"StateList",
                                                     "title":"Kellerflur",
                                                     "icon":"lightbulb-group",
                                                     "devices":[
                                                        {
                                                           "type":"group",
                                                           "name":"Kellerflur"
                                                        },
                                                        {
                                                           "type":"divider"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"kellerflurvorn_011df",
                                                           "bodyStateKey":"power",
                                                           "actionType":"action",
                                                           "actionElement":"SwitchAction"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"kellerflurhinten_00b9b",
                                                           "bodyStateKey":"power",
                                                           "actionType":"action",
                                                           "actionElement":"SwitchAction"
                                                        }
                                                     ],
                                                     "index":0
                                                  }
                                               ],
                                               [
                                                  {
                                                     "moduleConfig":{
                                                        
                                                     },
                                                     "module":"StateList",
                                                     "title":"Sauna",
                                                     "icon":"lightbulb-group",
                                                     "devices":[
                                                        {
                                                           "type":"group",
                                                           "name":"Sauna"
                                                        },
                                                        {
                                                           "type":"divider"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"sauna_0de37",
                                                           "bodyStateKey":"power",
                                                           "actionType":"action",
                                                           "actionElement":"SwitchAction"
                                                        }
                                                     ],
                                                     "index":0
                                                  }
                                               ],
                                               [
                                                  {
                                                     "moduleConfig":{
                                                        
                                                     },
                                                     "module":"StateList",
                                                     "title":"WBaumkeller",
                                                     "icon":"lightbulb-group",
                                                     "devices":[
                                                        {
                                                           "type":"group",
                                                           "name":"Weihnachtsbaumkeller"
                                                        },
                                                        {
                                                           "type":"divider"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"weihnachtsbaumkeller_bbb0b",
                                                           "bodyStateKey":"power",
                                                           "actionType":"action",
                                                           "actionElement":"SwitchAction"
                                                        }
                                                     ],
                                                     "index":0
                                                  }
                                               ],
                                               [
                                                  {
                                                     "moduleConfig":{
                                                        
                                                     },
                                                     "module":"StateList",
                                                     "title":"Heizungskeller",
                                                     "icon":"lightbulb-group",
                                                     "devices":[
                                                        {
                                                           "type":"group",
                                                           "name":"Heizungskeller"
                                                        },
                                                        {
                                                           "type":"divider"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"heizung_0971f",
                                                           "bodyStateKey":"power",
                                                           "actionType":"action",
                                                           "actionElement":"SwitchAction"
                                                        }
                                                     ],
                                                     "index":0
                                                  }
                                               ],
                                               [
                                                  {
                                                     "moduleConfig":{
                                                        
                                                     },
                                                     "module":"StateList",
                                                     "title":"Vorratskeller",
                                                     "icon":"lightbulb-group",
                                                     "devices":[
                                                        {
                                                           "type":"group",
                                                           "name":"Vorratskeller"
                                                        },
                                                        {
                                                           "type":"divider"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"vorratskeller_e7436",
                                                           "actionType":"action",
                                                           "actionElement":"SwitchAction"
                                                        }
                                                     ],
                                                     "index":0
                                                  }
                                               ],
                                               [
                                                  {
                                                     "moduleConfig":{
                                                        
                                                     },
                                                     "module":"StateList",
                                                     "title":"Haustür",
                                                     "icon":"lightbulb-group",
                                                     "devices":[
                                                        {
                                                           "type":"group",
                                                           "name":"Haustür"
                                                        },
                                                        {
                                                           "type":"divider"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"haustür_99b54",
                                                           "bodyStateKey":"power",
                                                           "actionType":"action",
                                                           "actionElement":"SwitchAction"
                                                        }
                                                     ],
                                                     "index":0
                                                  }
                                               ],
                                               [
                                                  {
                                                     "moduleConfig":{
                                                        
                                                     },
                                                     "module":"StateList",
                                                     "title":"Garten",
                                                     "icon":"lightbulb-group",
                                                     "devices":[
                                                        {
                                                           "type":"group",
                                                           "name":"Garten"
                                                        },
                                                        {
                                                           "type":"divider"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"garten_9b822",
                                                           "bodyStateKey":"power",
                                                           "actionType":"action",
                                                           "actionElement":"SwitchAction"
                                                        }
                                                     ],
                                                     "index":0
                                                  }
                                               ],
                                               [
                                                  {
                                                     "moduleConfig":{
                                                        
                                                     },
                                                     "module":"StateList",
                                                     "title":"Zufahrt",
                                                     "icon":"lightbulb-group",
                                                     "devices":[
                                                        {
                                                           "type":"group",
                                                           "name":"Zufahrt"
                                                        },
                                                        {
                                                           "type":"divider"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"zufahrt_bc719",
                                                           "bodyStateKey":"power"
                                                        },
                                                        {
                                                           "type":"divider"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"zufahrtlampeinnen_44bea",
                                                           "bodyStateKey":"power",
                                                           "actionType":"action",
                                                           "actionElement":"SwitchAction"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"zufahrtlampeaussen_59719",
                                                           "bodyStateKey":"power",
                                                           "actionType":"action",
                                                           "actionElement":"SwitchAction"
                                                        }
                                                     ],
                                                     "index":0
                                                  }
                                               ]
                                            ]
                                         },
                                         {
                                            "title":"Fenster",
                                            "icon":"window-closed-variant",
                                            "columns":[
                                               [
                                                  {
                                                     "moduleConfig":{
                                                        "actions":false
                                                     },
                                                     "module":"StateList",
                                                     "title":"Fenster",
                                                     "icon":"window-closed-variant",
                                                     "devices":[
                                                        {
                                                           "type":"group",
                                                           "name":"Badezimmer"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"badezimmerfensterlinks_dev_12041"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"badezimmerfensterrechts_dev_f3379"
                                                        },
                                                        {
                                                           "type":"divider"
                                                        },
                                                        {
                                                           "type":"group",
                                                           "name":"Küche"
                                                        },
                                                        {
                                                           "type":"device",
                                                           "deviceId":"küchefensterrechts_dev_4047c"
                                                        }
                                                     ],
                                                     "index":0
                                                  }
                                               ]
                                            ]
                                         },
                                         {
                                            "title":"Türen",
                                            "icon":"door",
                                            "columns":[
                                               [
                                                  {
                                                     "moduleConfig":{
                                                        
                                                     },
                                                     "module":"StateList",
                                                     "title":"Türen",
                                                     "icon":"door",
                                                     "devices":[
                                                        
                                                     ],
                                                     "index":0
                                                  }
                                               ]
                                            ]
                                         }
                                      ]
                                   }
                                ]
                                

                                EDIT: wird nicht exakt sein wie vorher, da halt schon was fehlte. Hoffe aber, dass es zum restore für dich reicht. Was hast du denn konkret gemacht, dass die Konfiguration jetzt so aussah? Muss ja ein Bug in jarvis sein?

                                dslraserD Offline
                                dslraserD Offline
                                dslraser
                                Forum Testing Most Active
                                wrote on last edited by
                                #169

                                @Zefau
                                Ich wollte eine Karte (Map) einfügen, habe aber noch kein "Gerät" dafür gehabt und auf speichern geklickt, danach wurde nix mehr geladen.
                                (ist jetzt fast alles wieder da)
                                Wie ich das mit der Map machen muß weiß ich noch nicht. Standortdaten für zwei User habe ich als Koordinaten. Aber was muß da für ein Gerät eingefügt werden ?

                                1 Reply Last reply
                                0
                                • ZefauZ Zefau

                                  @dslraser sagte in jarvis - just another remarkable vis:

                                  Ich habe jetzt mal alle meine Lampen eingefügt. Auf dem Mac sieht es dann so aus...?

                                  Welchen Browser nutzt du auf dem Mac und sieht es in anderen Browsern (auf dem Mac oder Windows) korrekt aus?

                                  https://github.com/Zefau/ioBroker.jarvis/issues/86

                                  dslraserD Offline
                                  dslraserD Offline
                                  dslraser
                                  Forum Testing Most Active
                                  wrote on last edited by
                                  #170

                                  @Zefau sagte in jarvis - just another remarkable vis:

                                  Welchen Browser nutzt du auf dem Mac und sieht es in anderen Browsern (auf dem Mac oder Windows) korrekt aus?

                                  Ichh habe jetzt Google, Safari und Firefox probiert. Die Darstellung ist überall "verschoben". Das fing so nach der 7/8 oder 9 Spalte an. Mit weniger Spalten war es noch okay.

                                  ZefauZ 1 Reply Last reply
                                  0
                                  • dslraserD dslraser

                                    @Zefau sagte in jarvis - just another remarkable vis:

                                    Welchen Browser nutzt du auf dem Mac und sieht es in anderen Browsern (auf dem Mac oder Windows) korrekt aus?

                                    Ichh habe jetzt Google, Safari und Firefox probiert. Die Darstellung ist überall "verschoben". Das fing so nach der 7/8 oder 9 Spalte an. Mit weniger Spalten war es noch okay.

                                    ZefauZ Offline
                                    ZefauZ Offline
                                    Zefau
                                    wrote on last edited by
                                    #171

                                    @dslraser sagte in jarvis - just another remarkable vis:

                                    Ichh habe jetzt Google, Safari und Firefox probiert. Die Darstellung ist überall "verschoben". Das fing so nach der 7/8 oder 9 Spalte an. Mit weniger Spalten war es noch okay.

                                    Warum so viele Spalten? Einfach 3 Spalten und dann mehrere Widgets in den 3 Spalten. Dass es bei vielen Spalten merkwürdig aussieht, kann ich nur beeinflussen, indem ich die maximalen Spalten limitiere.

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

                                    dslraserD 1 Reply Last reply
                                    0
                                    • ZefauZ Zefau

                                      @dslraser sagte in jarvis - just another remarkable vis:

                                      Ichh habe jetzt Google, Safari und Firefox probiert. Die Darstellung ist überall "verschoben". Das fing so nach der 7/8 oder 9 Spalte an. Mit weniger Spalten war es noch okay.

                                      Warum so viele Spalten? Einfach 3 Spalten und dann mehrere Widgets in den 3 Spalten. Dass es bei vielen Spalten merkwürdig aussieht, kann ich nur beeinflussen, indem ich die maximalen Spalten limitiere.

                                      dslraserD Offline
                                      dslraserD Offline
                                      dslraser
                                      Forum Testing Most Active
                                      wrote on last edited by
                                      #172

                                      @Zefau sagte in jarvis - just another remarkable vis:

                                      Einfach 3 Spalten und dann mehrere Widgets in den 3 Spalten

                                      aha, wußte ich nicht besser

                                      1 Reply Last reply
                                      0
                                      • dslraserD Offline
                                        dslraserD Offline
                                        dslraser
                                        Forum Testing Most Active
                                        wrote on last edited by dslraser
                                        #173

                                        @Zefau
                                        bei mir kommt keine Map. Gibt es da irgendwas wichtiges zu beachten ?

                                        EDIT: es kommt ein graues Feld und unten steht springe zu:

                                        Bildschirmfoto 2020-09-20 um 00.05.59.png

                                        ZefauZ 1 Reply Last reply
                                        0
                                        • dslraserD dslraser

                                          @Zefau
                                          bei mir kommt keine Map. Gibt es da irgendwas wichtiges zu beachten ?

                                          EDIT: es kommt ein graues Feld und unten steht springe zu:

                                          Bildschirmfoto 2020-09-20 um 00.05.59.png

                                          ZefauZ Offline
                                          ZefauZ Offline
                                          Zefau
                                          wrote on last edited by
                                          #174

                                          @dslraser hmm, sollte eigl. eine Map geladen werden. Gibt es einen Fehler in der Konsole? Sonst versuch mal, den Tab auf Vollbild.

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

                                          dslraserD 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          745

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe