Navigation

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

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    jarvis v2.2.0 - just another remarkable vis

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

      @mcu sagte in jarvis v2.2.0 - just another remarkable vis:

      @saibot1981 Zeig mal bitte das Bild, damit man einen Eindruck bekommt, was man umsetzen muss.

      Damit man mal so ca weis was in Spotify wichtig ist. Also links habe ich die Steuerung wie lautstarke, vor zurück und tracklistenauswahl.
      Rechts dann die Trackliste und welcher track gerade läuft und vor allem das man den track anklicken kann und er abgespielt wird.Unbenannt-1.png

      Hab gerade gemerkt das ich im falschen Tread schreibe. bin ja auf version 3

      Bisher habe ich über den html reiter im spotify adapter tracks oder playlists mit die anzeige holen können welche tracks drinne sind oder die playlisten und welche läuft, aber das wars dann auch

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

        @saibot1981 Dann im anderen weiter.

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

          @mcu danke dir für deine Antwort! Der Link zeigt eine Bitmaskierung für 4 Bit auf ein Wort, das ist prinzipiell der richtige Ansatz, allerdings muss ich das ganze für 48 Bits machen, jeweils ein Kontrollelement dafür einfügen und Anzeigestatus verknüpfen, bei Änderung die 48 Bits wieder zusammenführen und in die SPS Variable schreiben. Das könnte man mit einem Script "stumpf" so machen, aber vielleicht kennt jemand einen eleganteren Weg, bzw. vielleicht kennt jemand ein Kontrollelement, bei dem ein Wort in Bits aufgelöst dargestellt wird o.ä.

          Hier die zugesagten Screenshots / Code:

          c4e6cd6b-10d7-4262-90d6-64aeaefc7bcd-image.png

          {
            "type": "state",
            "common": {
              "name": "Intervalle in Halbstundenschritten, die der Heuschieber auffahren darf",
              "role": "",
              "type": "number",
              "unit": "",
              "read": true,
              "write": true
            },
            "native": {
              "cat": "db",
              "type": "WORD",
              "db": "DB410",
              "dbId": 410,
              "address": 68,
              "offsetBit": 0,
              "rw": true,
              "wp": false,
              "len": "2"
            },
            "from": "system.adapter.s7.0",
            "user": "system.user.admin",
            "ts": 1642936549747,
            "_id": "s7.0.DBs.DB410.HeuHalbstundenintervalle1"
          }
          

          (Das ist für die anderen beiden Worte analog)

          Vielleicht ist noch nicht ganz rübergekommen, was ich vorhabe? Hier nochmal ein Live-Screenshot des S7 Panels:
          254c97f9-243a-4848-99b0-c0f44264a9b8-image.png

          Danke schon einmal für die bisherigen Hinweise!

          1 Reply Last reply Reply Quote 0
          • J
            JohannesJahn last edited by

            Hallo,
            ist es eigentlich mittlerweile möglich, einen Datenpunkt, der als Timestamp vorliegt, in jarvis als lesbares Datum / Uhrzeit anzeigen zu lassen?
            Gruß
            Johannes

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

              @johannesjahn https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/beispiele/geraete-einstellungen/datenpunkt-eigenschaften/format-zeiten

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

                @mcu Danke Dir, klappt aber leider nicht. Jarvi's zeigt immer nur 1643054400000 an - egal was ich bei den Datenpunkteigenschaften hinterlege. Ich habe mal {"value":"val => 500} oder {"value":"val => '500'} versucht: ohne Resultat, das Ergebnis bleibt immer 1643054400000. In ioBroker ist der Datenpunkt von Typ Nummer ( "type": "number"). Hast Du noch eine Idee?

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

                  @johannesjahn sagte in jarvis v2.2.0 - just another remarkable vis:

                  1643054400000

                  Welches Datumformat?
                  86077afb-7a34-49a3-b604-3aee4f36185e-image.png
                  https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/beispiele/geraete-einstellungen/datenpunkt-eigenschaften/format-zeiten#ts-zeiten-umsetzen

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

                    @mcu said in jarvis v2.2.0 - just another remarkable vis:

                    Welches Datumformat?

                    https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/beispiele/geraete-einstellungen/datenpunkt-eigenschaften/format-zeiten#ts-zeiten-umsetzen

                    Der Timestamp, der in ioBroker gespeichert wird ist 1643054400000
                    Angezeigt wird der Wert in der Objektliste vom ioBroker als "Mon Jan 24 2022 21:00:00 GMT+0100 (Mitteleuropäische Normalzeit)" (ohne Anführungszeichen).
                    Wenn ich den Datenpunkt in Jarivs in einer StateList anzeigen lassen möchte, erscheint aktuell 1643054400000.
                    Ich würde mir aber "24.01.2022 21:00 Uhr" wünschen.
                    Wie geschrieben, habe ich diverse Dinge in Jarvis ausprobiert, u.a. auch

                    {"value": "val => new Date(val * 1000).toISOString().substr(11, 8)"}
                    

                    , um erst einmal zu prüfen, ob sich überhaupt irgendetwas ändert, was leider nicht der Fall ist.
                    Bei einem anderen Datenpunkt nutze ich {"min": "0", "max":"4"}, was auch gut funktioniert. Aber mit {"value": "irgendwas"} will es einfach nicht klappen.

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

                      @johannesjahn
                      6676bab0-1593-440b-95b4-a3d860e40ef8-image.png
                      Dafür ist der Link.

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

                        @mcu Nochmals danke. In deinem Link (https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/beispiele/geraete-einstellungen/datenpunkt-eigenschaften/format-zeiten#ts-zeiten-umsetzen) habe ich ja mir die ersten Ideen herausgesucht.
                        Auch {"value":"val => new Date(val).toLocaleString()"} funktioniert nicht. Jarivs bleibt stur bei der Anzeige des Timestamps. Liegt es vielleicht an meinen Browser (Firefox) oder der Datenpunktdefinition im ioBroker:

                        {
                          "from": "system.adapter.dwd.0",
                          "ts": 1643049003886,
                          "user": "system.user.admin",
                          "common": {
                            "name": "Warning begin",
                            "type": "number",
                            "role": "value.time",
                            "read": true,
                            "write": false
                          },
                          "native": {},
                          "acl": {
                            "object": 1638,
                            "owner": "system.user.admin",
                            "ownerGroup": "system.group.administrator",
                            "state": 1638
                          },
                          "_id": "dwd.0.warning.begin",
                          "type": "state"
                        }
                        
                        M 1 Reply Last reply Reply Quote 0
                        • M
                          MCU @mpl1338 last edited by MCU

                          @mpl1338
                          v3:
                          https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/besonderheiten-v3/styles/slider/tuneable-white-slider
                          https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/besonderheiten-v3/styles/slider/tuneable-white-slider#grundlage-der-hue-slider

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

                            @johannesjahn Manchmal hilft auch ein Reload der Seite F5 oder Neustart der Instanz? Hab leider kein v2 mehr, kann es nicht prüfen.
                            Der DP: dwd.0.warning.begin enthält doch selbst das Datum-> Mon Jan 24 2022 18:00:00 GMT+0100 (Mitteleuropäische Normalzeit)
                            Wenn du davon die ersten 24 Stellen nimmst?
                            952c3f02-5880-4bc2-98f1-72481abb5abd-image.png
                            https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/beispiele/geraete-einstellungen/datenpunkt-eigenschaften/format-zeiten#zeitwert-abschneiden

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

                              @mcu F5 oder Cache löschen, etc. bringt nichts. Der DP enthält als Wert nur die Nummer. In der Objektanzeige von ioBroker wird der Wert automatisch in "Mon Jan 24 2022 18:00:00 GMT+0100 (Mitteleuropäische Normalzeit)".
                              Auch wenn ich einen anderen Datenpunkt (Typ Number) hinterlege und dann bei "Datenpunkt Eigenschaft" den Wert

                              {"value":"val => 'In ' +String(val)"}
                              

                              hinterlege, passiert auch nichts.
                              Ich habe mittlerweilse den Verdacht, dass vielleicht die Kombination der älteren Versionen vom JS-Controller (noch nicht auf 3.3 upgedated), npm (Version 6.14.14) oder node.js (12.22.4) mit Jarvis V2.2.1 nicht (mehr) kompatibel sind. Es gibt auch wohl Jarvis 2.2.5, die mir aber nicht zum Update angeboten wird. Könnte hier die Ursache liegen?

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

                                @johannesjahn
                                https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/beispiele/allgemeines/installation
                                Eintragen solltest du:

                                {"value":"val => val.substr(0,24)"}
                                
                                J 1 Reply Last reply Reply Quote 0
                                • J
                                  JohannesJahn @MCU last edited by JohannesJahn

                                  @mcu said in jarvis v2.2.0 - just another remarkable vis:

                                  {"value":"val => val.substr(0,24)"}

                                  Ich habe einmal einen anderen Datenpunkt mit gleicher Rolle (value.time) als Test hinzugefügt, da ja nicht immer ein Unwetter ist und somit DWD aktuell gar keine Werte liefert.
                                  Wenn ich Dein Coding einsetze, wird mir lediglich der Timestamp als Zahl angezeigt:

                                  f918600f-8a7a-4b2e-ad0e-97680a20da1b-grafik.png

                                  Datumsoperationen funktioinieren leider nicht:

                                  {"value":"val => (new Date(val)).toLocalDateString()"}
                                  

                                  Ich habe einmal den Alias-Adapter eingebunden und in Jarvis dann den Datenpunkt vom Alias-Adapter hinterlegt. Wenn ich dann dort noch in dem "READ"-Block den folgenden Code eintrage, erhalte ich ein schön formatiertes Datum (die Variante val.toLocalDateString("de-DE") funktioniert zwar, gibt mir aber dennoch nur die englische Formatierung zurück => da fehlt wohl was auf dem Host):

                                  val ? ("0" + (new Date(val)).getDate()).slice(-2) + "." + ("0" + ((new Date(val)).getMonth() + 1)).slice(-2) + "." + (new Date(val)).getFullYear() + " - " + ("0" + (new Date(val)).getHours()).slice(-2) + " Uhr" : ""
                                  

                                  Ergebnis:
                                  1c6a50b7-aeff-404f-bb4a-636dbec088cd-grafik.png

                                  Die Alias-Instanz zwischen zu schalten ist vielleicht ja auch eine gute Sache (falls sich mal die Quelle ändert, muss man nur an einer Stelle ändern).

                                  So lass ich es auch erst einmal - danke trotzdem für Deine Hilfe!

                                  M 1 Reply Last reply Reply Quote 0
                                  • T
                                    Torrid last edited by

                                    Hallo zusammen,

                                    auf einmal habe ich keine Verbindung mehr zur Visu.
                                    Verschiedene Geräte habe ich geprüft.
                                    2022-01-30_21h55_46.png
                                    2022-01-30_21h56_23.png

                                    Ein komplett Backup von iobroker der letzten Tage, hatte ich versucht.

                                    Momentan fehlt mir die Idee.

                                    Besten Dank für eure Hilfe.

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

                                      @johannesjahn Hab es in die Doku aufgenommen.
                                      https://mcuiobroker.gitbook.io/jarvis-infos/jarvis/besonderheiten-v3/geraet/datenpunkt-eigenschaft/ts-wert-umrechnen

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

                                        @torrid
                                        Was ist denn jetzt in den DPs? jarvis.0.css, jarvis.0.devices, jarvis.0.layout?
                                        Sind da noch Daten drin?

                                        • Cache vom Browser löschen.
                                        • Web-Instanz neu starten
                                        • Auf der console iobroker upgrade jarvis@2.2.5
                                          einfach nochmal jarvis installieren.
                                        • danach iobroker upload jarvis
                                        T 1 Reply Last reply Reply Quote 0
                                        • T
                                          Torrid @MCU last edited by

                                          @mcu said in jarvis v2.2.0 - just another remarkable vis:

                                          iobroker upgrade jarvis@2.2.5

                                          Habe deine Anweisungen durchgeführt, leider ohne Erfolg.

                                          in den Datenpunkten ist folgendes drin:

                                          css:

                                          /* Blinken Icons */
                                          .blink {
                                          animation: blinker 1s linear infinite;
                                          }
                                          
                                          @keyframes blinker {
                                          50% { opacity: 0; }
                                          }
                                          
                                          
                                          
                                          
                                          
                                          
                                          /* Kopfzeile Anpassung */
                                          .MuiToolbar-regular {
                                          min-height: 0 !important;
                                          }
                                          
                                          .MuiToolbar-regular button {
                                          padding: 4px 12px 0 12px;
                                          }
                                          
                                          .MuiTab-root {
                                          min-width: 120px;
                                          min-height: 0 !important;
                                          }
                                          
                                          
                                          
                                          
                                          
                                          
                                          /* Smaller ListItems */
                                          .MuiListItemText-root {
                                              min-width: 0;
                                              margin-top: 4px;
                                              margin-bottom: 4px;
                                          }
                                          .MuiListItem-root {
                                              padding-top: 4px;
                                              padding-bottom: 4px;
                                          }
                                          
                                          
                                          
                                          
                                          
                                          /* Smaller Headers */
                                          .MuiCardHeader-root {
                                              /* padding: 16px;  */
                                              padding-top: 16px;
                                              padding-right: 16px;
                                              padding-bottom: 8px;
                                              padding-left: 16px;
                                          }
                                           
                                          .MuiCardContent-root:last-child {
                                              padding-bottom: 8px; /* padding-bottom: 24px; */
                                          }
                                          
                                          
                                          body {
                                            background-color: #000000;
                                            background-image: url("https://img5.goodfon.com/wallpaper/nbig/3/88/ian-smith-by-ian-smith-planet-earth-earth-planet-space-art-1.jpg");
                                          }
                                           
                                          .jarvis-AppBar {background: none}
                                           
                                          .jarvis-Toolbar, .jarvis-Tabs, .jarvis-Widget {
                                            background-color: rgba(255,255,255,0.2)
                                          }
                                           
                                          .jarvis-Tabs {
                                            border-bottom: 0;
                                          }
                                          
                                          
                                          
                                          
                                          
                                          
                                          /* Transparent */
                                          
                                          /* JARVIS Elemente =============================================== */
                                           
                                          .body--dark .jarvis-header {
                                          	background-color: rgba(0,0,0,0.5) !important;
                                          }
                                           
                                          .body--dark .jarvis-tabs-container {
                                          	background-color: transparent !important;
                                          }
                                           
                                          .body--dark .jarvis-widget-container {
                                          	background-color: rgba(0,0,0,0.5) !important;
                                          }
                                           
                                          .body--dark .jarvis-widget {
                                          	background: transparent !important;
                                          }
                                          

                                          layout:

                                          [{"title":"","tabs":[{"title":"Home","icon":"home","columns":[[{"moduleConfig":{"style":{"fontSize":"2.0rem","textAlign":"center"}},"devices":[],"module":"DateTime","title":"Info","icon":"clock","scaleContents":true,"justification":"center","id":"7bfdc284-5923-4738-a9bc-975fad7f9963","fullscreen":true,"minHeight":"","maxHeight":"103","index":0},{"moduleConfig":{"apikey":"rybbnmcc8335","localid":"27535","forecastWind":false,"iconSetWeather":"set3"},"devices":[],"module":"Weather","title":"Wetter","id":"0d773e64-98e3-4ac0-9b33-5f9bd75c4f52","fullscreen":true,"index":1},{"moduleConfig":{},"devices":[{"type":"device","deviceId":"58040914-2305-4122-9b36-f3261394d709","primaryStateKey":"WarnungText","showState":false}],"module":"CustomHTML","title":"Wetterwarnung","id":"cb4cd608-32a6-46e9-8b3a-5e3520f12bfe","fullscreen":true,"justification":"center","scaleContents":true,"iconStyle":"","icon":"weather-lightning","maxHeight":"","minHeight":"","index":2},{"moduleConfig":{},"devices":[{"type":"device","deviceId":"6cf5ce29-4864-4b15-ba4e-ec3c5eb9b0b9","label":"Kehrwoche","lastUpdate":false,"primaryStateKey":"Kehrwoche","showState":true,"actionElement":null},{"type":"device","deviceId":"4ffe1aaa-adba-4d14-869b-06a4ecf8ade2","secondaryStatesKeys":["GelbeTonne"],"label":"Gelbe Tonne","lastUpdate":false,"primaryStateKey":"GelbeTonne_Rest","showState":true,"actionElement":null},{"type":"device","deviceId":"4ffe1aaa-adba-4d14-869b-06a4ecf8ade2","primaryStateKey":"Restmülltonne_Rest","secondaryStatesKeys":["Restmülltonne"],"lastUpdate":false,"label":"Restmülltonne","showState":true,"actionElement":null},{"type":"device","deviceId":"4ffe1aaa-adba-4d14-869b-06a4ecf8ade2","primaryStateKey":"Papiertonne_Rest","secondaryStatesKeys":["Papiertonne"],"actionType":"state","actionElement":null,"lastUpdate":false,"label":"Papiertonne","showState":true},{"type":"device","deviceId":"4855eadb-c1b0-48ff-aa5e-48aa3b7b5272","label":"Türen","primaryStateKey":"open","lastUpdate":false,"showState":true,"actionElement":null},{"type":"device","deviceId":"436f418c-7662-4c79-a15b-33d54d6106b9","primaryStateKey":"temperature","showState":true,"actionElement":null,"label":"Balkon","lastUpdate":false,"secondaryStatesKeys":["humidity"]},{"type":"device","deviceId":"135e76b4-ccce-4259-955c-b013774d6c39","primaryStateKey":"Temperatur","showState":true,"actionElement":null,"lastUpdate":false,"label":"Wohnzimmer","secondaryStatesKeys":["Feuchtigkeit"]},{"type":"device","deviceId":"eebca25b-945e-48dc-8415-9550e45eb079","primaryStateKey":"Günstigste","showState":true,"actionElement":null,"label":"","secondaryStatesKeys":["Günstigste_Preis"]}],"module":"StateListHorizontal","title":"Informationen","fullscreen":true,"id":"6af77268-14ce-4b42-9b4b-aa5463e21f5c","justification":"center","scaleContents":true,"maxHeight":"","index":3}],[{"moduleConfig":{"url":"http://192.168.178.43:3000/d/XnQqo0kRz/news?orgId=1&kiosk","height":"","width":"","refresh":"120"},"devices":[],"module":"iFrame","title":"News","id":"eef95530-2fad-4a3c-9dbf-fa82497fed82","justification":"center","scaleContents":false,"minHeight":"","fullscreen":true,"maxHeight":"600","index":0},{"moduleConfig":{"calendars":[{"name":"Daniel Google Kalender","url":"https://calendar.google.com/calendar/ical/danyrange%40gmail.com/private-3056dfb28b67a6b2735e09dda53be911/basic.ics","user":"danyrange@gmail.com","pass":"ODEyOTExYzY1MTg4NGVjYg==Ek3OaxDz5GTmnCmc5Ar43g==","sslignore":true,"color":"#f10909","filter":"","filterregex":false,"id":"6213b8bf-992f-42ec-9c3d-50afcad27645"}],"calendarView":"listView","daysPreview":"2","daysReview":"0","calendarPreview":false},"devices":[],"module":"Calendar","title":"Kalender","fullscreen":true,"scaleContents":false,"id":"4c10d096-bccb-4229-8ad3-ff11bad64c1c","justification":"center","index":1}]],"id":"home0","index":0},{"id":"regenradar1","title":"Regenradar","icon":"flash","columns":[[{"moduleConfig":{"url":"https://embed.windy.com/embed2.html?lat=48.840&lon=9.335&detailLat=48.830&detailLon=9.320&width=650&height=450&zoom=9&level=surface&overlay=radar&product=radar&menu=&message=true&marker=true&calendar=12&pressure=&type=map&location=coordinates&detail=&metricWind=km%2Fh&metricTemp=%C2%B0C&radarRange=-6\" frameborder=\"0\"","refresh":"60"},"devices":[],"module":"iFrame","title":"Regenradar","fullscreen":true,"id":"c85b4669-e2e4-4c44-8e32-4c381f6b0119","scaleContents":true,"minHeight":"670","justification":"center","index":0},{"moduleConfig":{"url":"https://www.panoramablick.com/embed/30306"},"devices":[],"module":"iFrame","title":"Stuttgart","id":"15075c63-8d06-4f3d-a6b1-6c8a05ac2da6","justification":"center","minHeight":"700","scaleContents":true,"index":1}]],"index":1},{"title":"Spotify","icon":"spotify","id":"spotify2","index":2,"_fullscreen":{"moduleConfig":{"url":"http://192.168.178.43:8082/vis/index.html?Start#Spotify"},"devices":[],"module":"iFrame","title":"Spotify","fullscreen":true,"scaleContents":true,"id":"5a9eb37c-bf4d-49eb-af11-b5b3f57dad4f","minHeight":"700","justification":"center","index":0},"columns":[[{"moduleConfig":{"url":"http://192.168.178.43:8082/vis/index.html?Start#Spotify"},"devices":[],"module":"iFrame","title":"Spotify","fullscreen":true,"scaleContents":true,"id":"5a9eb37c-bf4d-49eb-af11-b5b3f57dad4f","minHeight":"700","justification":"center","index":0}]]},{"title":"Listen/Routinen","icon":"clipboard-list","columns":[[{"moduleConfig":{"url":"http://192.168.178.43:8082/vis/index.html?jarvis_views#jarvis"},"devices":[],"module":"iFrame","title":"Einkäufe","fullscreen":true,"id":"abcc2ebe-5caf-4bc5-a2fd-3af09639e4bc","icon":"cart-outline","minHeight":"430","scaleContents":false,"index":0},{"moduleConfig":{"url":"http://192.168.178.43:8082/vis/index.html?jarvis_views#Lebensmittelwarnung"},"devices":[],"module":"iFrame","title":"Lebensmittel","justification":"center","fullscreen":true,"id":"cc6d8b3f-16e7-4b44-bcd2-b99f48dde206","minHeight":"600","index":1}],[{"moduleConfig":{},"devices":[{"type":"device","deviceId":"745f2473-d75b-40d8-aeee-e1cc3755a441","label":"Kaffeemaschine","actionElement":"ButtonAction","bodyStateKey":"KaffeeAn","bodyElement":null,"primaryStateKey":"KaffeeAn","showState":false,"ButtonActionConfig":{"KaffeeAn-buttonSize":false,"KaffeeAn-label":""},"IconButtonActionConfig":{"AN/AUS-buttonSize":false}},{"type":"divider","bodyStateKey":"AN/AUS","bodyElement":"","primaryStateKey":"AN/AUS","showState":false,"actionElement":"SwitchAction"},{"type":"device","deviceId":"c11608af-835f-46f5-ba7c-70e02efedffd","label":"Morgenroutine","actionType":"action","actionElement":"SwitchAction","primaryStateKey":"AN/AUS","bodyElement":null,"bodyStateKey":"AN/AUS","showState":false},{"type":"device","deviceId":"c11608af-835f-46f5-ba7c-70e02efedffd","label":"Uhrzeit Morgenroutine","primaryStateKey":"Uhrzeit","actionType":"action","actionElement":"InputAction","bodyElement":null,"bodyStateKey":"Uhrzeit","showState":false},{"type":"device","deviceId":"b5c1e26b-77c5-45c3-8d7e-d77163293a62","label":"Abendroutine","actionType":"action","actionElement":"SwitchAction","primaryStateKey":"Abendroutine","bodyElement":null,"bodyStateKey":"Abendroutine","showState":false},{"type":"device","deviceId":"54f01a9e-eba8-4f65-811e-127447544d1b","bodyStateKey":"power","bodyElement":null,"primaryStateKey":"power","showState":false,"actionElement":"SwitchAction"},{"type":"divider","bodyStateKey":"Abendroutine","bodyElement":"","primaryStateKey":"Abendroutine","showState":false,"actionElement":"SwitchAction"},{"type":"device","deviceId":"a749edea-9dc3-46f2-acf8-b96db68dfc2b","label":"Urlaub","bodyElement":"","actionType":"action","actionElement":"SwitchAction","primaryStateKey":"Urlaub","bodyStateKey":"Urlaub","showState":false},{"type":"device","deviceId":"a749edea-9dc3-46f2-acf8-b96db68dfc2b","label":"Wecker 1","bodyStateKey":"Wecker1","bodyElement":"","actionType":"action","actionElement":"InputAction","primaryStateKey":"Wecker1","secondaryStatesKeys":["Wecker1aktiv"],"showState":false},{"type":"device","deviceId":"a749edea-9dc3-46f2-acf8-b96db68dfc2b","label":"Wecker 2","bodyStateKey":"Wecker2","bodyElement":"","primaryStateKey":"Wecker2","actionType":"action","actionElement":"InputAction","secondaryStatesKeys":["Wecker2aktiv"],"showState":false},{"type":"divider","bodyStateKey":"Wecker2","bodyElement":"","primaryStateKey":"Wecker2","showState":false,"actionElement":"InputAction"},{"type":"device","deviceId":"8069b512-7325-468f-bf3f-600c4270e486","label":"Alexa aus","showState":false,"actionElement":"SwitchAction","bodyElement":"","primaryStateKey":"NichtStoeren","bodyStateKey":"NichtStoeren"},{"type":"device","deviceId":"38f7ddca-b8c4-422b-b630-7f8d11b4faed","label":"Benachrichtigung Haustür","bodyElement":"","showState":false,"actionElement":"SwitchAction","bodyStateKey":"AN/AUS","primaryStateKey":"AN/AUS"}],"module":"StateList","title":"Routinen","justification":"center","icon":"toggle-switch-off-outline","id":"ddb8cf94-0e8a-4ede-aeb9-d0b5aecee229","index":0}]],"id":"listen/routinen3","index":3},{"title":"Sensoren","icon":"home-circle","columns":[[{"moduleConfig":{},"devices":[{"type":"device","deviceId":"b40587a7-892b-4986-8a6e-6730ac19440d","label":"Haustüre","bodyStateKey":"door","primaryStateKey":"door","secondaryStatesKeys":["battery"],"bodyElement":null,"showState":true,"actionElement":null},{"type":"device","deviceId":"8a7cc03c-3fed-4b7a-83ee-f1fe529cc89d","bodyStateKey":"temperature","bodyElement":null,"primaryStateKey":"temperature","showState":true,"actionElement":null,"secondaryStatesKeys":["battery"]}],"module":"StateList","title":"Haustüre","id":"d78ab0ca-3087-4baf-b2fa-36ddde8a4370","index":0},{"moduleConfig":{},"devices":[{"type":"device","deviceId":"9d1f6a8c-0994-4316-ad91-ccd87e4150bb","label":"Temperatur","bodyElement":null,"primaryStateKey":"temperature","secondaryStatesKeys":["battery"],"bodyStateKey":"temperature"},{"type":"device","deviceId":"9d1f6a8c-0994-4316-ad91-ccd87e4150bb","label":"Feuchtigkeit","bodyElement":null,"secondaryStatesKeys":["pressure"],"primaryStateKey":"humidity","bodyStateKey":"humidity"}],"module":"StateList","title":"Dachterrasse","icon":"home-thermometer","id":"316b23ec-c44a-44ad-a667-0095c49b345f","index":1},{"moduleConfig":{},"devices":[{"type":"device","deviceId":"436f418c-7662-4c79-a15b-33d54d6106b9","label":"Temperatur","bodyElement":null,"primaryStateKey":"temperature","secondaryStatesKeys":["battery"],"bodyStateKey":"temperature"},{"type":"device","deviceId":"436f418c-7662-4c79-a15b-33d54d6106b9","label":"Feuchtigkeit","bodyElement":null,"secondaryStatesKeys":["pressure"],"primaryStateKey":"humidity","bodyStateKey":"humidity"}],"module":"StateList","title":"Balkon","icon":"home-thermometer","id":"79835bdc-a7c1-4c0a-9de8-1d5bdc0c6cba","index":2}],[{"moduleConfig":{},"devices":[{"type":"device","deviceId":"135e76b4-ccce-4259-955c-b013774d6c39","primaryStateKey":"Temperatur","label":"Temperatur","bodyElement":null,"secondaryStatesKeys":["battery"]},{"type":"device","deviceId":"135e76b4-ccce-4259-955c-b013774d6c39","label":"Feuchtigkeit","primaryStateKey":"Feuchtigkeit","bodyStateKey":"Feuchtigkeit","bodyElement":null},{"type":"device","deviceId":"türewohnzimmer_0dc41","label":"Türe","bodyStateKey":"door","bodyElement":null,"primaryStateKey":"door","actionType":"state","actionElement":"","secondaryStatesKeys":["battery"]}],"module":"StateList","title":"Wohnzimmer","id":"5d660b63-6666-455d-af4e-df1e4bc4ce35","icon":"sofa","index":0},{"moduleConfig":{},"devices":[{"type":"device","deviceId":"363dd7b9-9c0e-46ee-a64f-5b2e008f0236","primaryStateKey":"Temperatur","label":"Temperatur","bodyElement":null,"secondaryStatesKeys":["battery"]},{"type":"device","deviceId":"363dd7b9-9c0e-46ee-a64f-5b2e008f0236","label":"Feuchtigkeit","primaryStateKey":"Feuchtigkeit","bodyStateKey":"Feuchtigkeit","bodyElement":null},{"type":"device","deviceId":"fensterbad_602c2","label":"Fenster","bodyStateKey":"door","bodyElement":null,"primaryStateKey":"door","secondaryStatesKeys":["battery"]}],"module":"StateList","title":"Badezimmer","id":"298d2d31-7535-45cf-8174-f0bb911986b1","icon":"shower","index":1}],[{"moduleConfig":{},"devices":[{"type":"device","deviceId":"7c1150ab-3f49-442f-9dd1-580e7d5309bc","label":"Temperatur","bodyStateKey":"temperature","bodyElement":null,"primaryStateKey":"temperature","actionType":"state","actionElement":"","secondaryStatesKeys":["battery"]},{"type":"device","deviceId":"7c1150ab-3f49-442f-9dd1-580e7d5309bc","label":"Feuchtigkeit","bodyStateKey":"humidity","primaryStateKey":"humidity","bodyElement":null},{"type":"device","deviceId":"türeschlafzimmer_2aa97","label":"Türe","bodyStateKey":"door","bodyElement":null,"primaryStateKey":"door","secondaryStatesKeys":["battery"],"actionType":"state","actionElement":""}],"module":"StateList","title":"Schlafzimmer","icon":"bed","id":"cb76032a-5216-4658-869a-1c9b6d94aef5","index":0},{"moduleConfig":{},"devices":[{"type":"device","deviceId":"97b50713-19b5-48aa-9f64-6945ce7f5e83","label":"Temperatur","bodyElement":null,"primaryStateKey":"temperature","secondaryStatesKeys":["battery"],"bodyStateKey":"temperature","showState":true},{"type":"device","deviceId":"97b50713-19b5-48aa-9f64-6945ce7f5e83","label":"Feuchtigkeit","primaryStateKey":"humidity","bodyElement":null,"bodyStateKey":"humidity"},{"type":"device","deviceId":"türebüro_56fcf","label":"Türe","bodyElement":null,"bodyStateKey":"door","primaryStateKey":"door","secondaryStatesKeys":["battery"]}],"module":"StateList","title":"Büro","icon":"email","id":"34d618a3-ec70-48dc-9013-f3ceafedcd86","index":1}]],"id":"sensoren4","index":4},{"title":"Licht","icon":"lightbulb-on","columns":[[{"moduleConfig":{},"devices":[{"type":"device","deviceId":"alle_lichter_39828","label":"Alle Lichter","bodyElement":null,"actionType":"action","actionElement":"SwitchAction","primaryStateKey":""}],"module":"StateList","title":"Hauptschalter","id":"8a9b81d2-a709-4fd9-8a88-e49377771501","icon":"power","index":0},{"moduleConfig":{"actions":true},"devices":[{"type":"device","deviceId":"esszimmer_c38b6","primaryStateKey":"power","bodyStateKey":null,"actionType":"action","actionElement":"SwitchAction","bodyElement":"LastChangeBody","showState":false},{"type":"divider"},{"type":"device","deviceId":"983a88ed-3640-48c9-bafd-844431253d0c","bodyStateKey":"power","bodyElement":null,"primaryStateKey":"power","showState":false,"actionElement":"SwitchAction","label":"Esszimmer 1"},{"type":"device","deviceId":"b827f318-9b53-421f-a908-0911697c5d4d","bodyStateKey":"power","bodyElement":null,"primaryStateKey":"power","showState":false,"actionElement":"SwitchAction","label":"Esszimmer 2"}],"module":"StateList","title":"Esszimmer","id":"257ee327-32e8-4b2c-97f5-da7f63cd78bc","icon":"food-variant","index":1},{"moduleConfig":{},"devices":[{"type":"device","deviceId":"büro_83bcd","actionType":"action","actionElement":"SwitchAction","primaryStateKey":"","bodyElement":null}],"module":"StateList","title":"Büro","id":"d3882cec-b2df-440d-b980-fa29805aa0e6","icon":"email","index":2}],[{"moduleConfig":{},"devices":[{"type":"device","deviceId":"wohnzimmer_bd00c","actionType":"action","actionElement":"SwitchAction","primaryStateKey":"","bodyElement":null},{"type":"divider"},{"type":"device","deviceId":"sofa_90035","actionType":"action","actionElement":"SwitchAction","primaryStateKey":"","bodyElement":null},{"type":"device","deviceId":"vitrine_67b30","actionType":"action","actionElement":"SwitchAction","primaryStateKey":"","bodyElement":null},{"type":"device","deviceId":"stehlampe_40844","actionType":"action","actionElement":"SwitchAction","primaryStateKey":"","bodyElement":null},{"type":"device","deviceId":"schrank_76238","actionType":"action","actionElement":"SwitchAction","primaryStateKey":"","bodyElement":null},{"type":"device","deviceId":"ecklampe_09020","actionType":"action","actionElement":"SwitchAction","primaryStateKey":"","bodyElement":null}],"module":"StateList","title":"Wohnzimmer","id":"6aff534b-bd56-4ff0-87f4-416b4f1d5993","icon":"sofa","index":0},{"moduleConfig":{},"devices":[{"type":"device","deviceId":"balkon_6694a","actionType":"action","actionElement":"SwitchAction","primaryStateKey":"power","bodyElement":null,"bodyStateKey":"power","showState":false},{"type":"device","deviceId":"bett_03461","bodyStateKey":"power","bodyElement":null,"primaryStateKey":"power","showState":false,"actionElement":"SwitchAction","label":"Steckdose"}],"module":"StateList","title":"Balkon","id":"9c074281-cf7c-40a4-8795-b62fea6a2a0e","icon":"bee-flower","index":1}],[{"moduleConfig":{},"devices":[{"type":"device","deviceId":"schlafzimmer_c694e","actionType":"action","actionElement":"SwitchAction","primaryStateKey":"power","bodyElement":null,"bodyStateKey":"power","showState":false},{"type":"divider"},{"type":"device","deviceId":"schlafzimmer_9de6c","actionType":"action","actionElement":"SwitchAction","primaryStateKey":"power","bodyElement":null,"bodyStateKey":"power","showState":false},{"type":"device","deviceId":"kommode_78da3","actionType":"action","actionElement":"SwitchAction","primaryStateKey":"power","bodyElement":null,"bodyStateKey":"power","showState":false},{"type":"device","deviceId":"39a5230e-44a2-4560-bb7f-48e64a115909","bodyStateKey":"power","bodyElement":null,"primaryStateKey":"power","showState":false,"actionElement":"SwitchAction"}],"module":"StateList","title":"Schlafzimmer","id":"94bc4659-1beb-4ace-a6d9-ad9d958cd5dc","icon":"bed","index":0},{"moduleConfig":{},"devices":[{"type":"device","deviceId":"bad_bed41","actionType":"action","actionElement":"SwitchAction","primaryStateKey":"","bodyElement":null}],"module":"StateList","title":"Bad","id":"82159d91-d4d2-4862-b839-59fea9ae57d1","icon":"shower","index":1},{"moduleConfig":{},"devices":[{"type":"device","deviceId":"küchenzeile_6ea9d","label":"Küchenzeile","primaryStateKey":"","actionType":"action","actionElement":"SwitchAction","bodyElement":null}],"module":"StateList","title":"Küche","icon":"pot-steam","id":"a78a6925-80aa-4fde-899a-db3eaa754685","index":2}]],"id":"licht5","index":5,"widgetsEdges":false},{"title":"Heizung","icon":"radiator","columns":[[{"moduleConfig":{},"devices":[{"type":"device","deviceId":"42e1b636-fb47-4fd2-97fe-0b9e8feea832","label":"Hauptschalter","actionType":"action","actionElement":"SwitchAction","primaryStateKey":"AN/AUS","bodyElement":null,"showState":false},{"type":"divider"},{"type":"device","deviceId":"42e1b636-fb47-4fd2-97fe-0b9e8feea832","label":"Wohnen","bodyStateKey":"HauptschalterWohnen","bodyElement":null,"primaryStateKey":"HauptschalterWohnen","actionElement":"SwitchAction","showState":false},{"type":"device","deviceId":"42e1b636-fb47-4fd2-97fe-0b9e8feea832","label":"Schlafen","bodyElement":null,"actionElement":"SwitchAction","primaryStateKey":"HauptschalterSchlafen","showState":false},{"type":"device","deviceId":"42e1b636-fb47-4fd2-97fe-0b9e8feea832","label":"Bad","bodyStateKey":"HauptschalterBad","bodyElement":null,"primaryStateKey":"HauptschalterBad","actionElement":"SwitchAction","showState":false},{"type":"device","deviceId":"42e1b636-fb47-4fd2-97fe-0b9e8feea832","label":"Büro","bodyStateKey":"HauptschalterBüro","bodyElement":null,"primaryStateKey":"HauptschalterBüro","actionElement":"SwitchAction","showState":false}],"module":"StateList","title":"Hauptschalter Heizung","icon":"radiator-off","id":"a2b022e4-6434-4fc3-8313-abceb5e396e1","fullscreen":false,"index":0},{"moduleConfig":{},"devices":[{"type":"device","deviceId":"ad44b7da-0afd-43fe-bc02-36b866d5179b","primaryStateKey":"temperature","label":"Temperatur","bodyElement":null,"bodyStateKey":"temperature","showState":true,"actionElement":null},{"type":"device","deviceId":"ad44b7da-0afd-43fe-bc02-36b866d5179b","label":"Solltemperatur","primaryStateKey":"settemperature","actionType":"state","actionElement":null,"bodyElement":null,"bodyStateKey":"settemperature","showState":true},{"type":"device","deviceId":"ad44b7da-0afd-43fe-bc02-36b866d5179b","primaryStateKey":"mode","label":"Modus","bodyElement":null,"secondaryStatesKeys":[],"bodyStateKey":"mode","showState":true,"actionElement":null},{"type":"device","deviceId":"ad44b7da-0afd-43fe-bc02-36b866d5179b","primaryStateKey":"valve","label":"Ventilstellung","bodyElement":null,"bodyStateKey":"valve","showState":true,"actionElement":null}],"module":"StateList","title":"Wohnzimmer","id":"6b2fa06c-14c0-45ad-8820-5ac096169d67","scaleContents":false,"justification":"center","icon":"sofa","index":1}],[{"moduleConfig":{},"devices":[{"type":"device","deviceId":"83e34293-ec63-40ca-ae42-1881964ce335","primaryStateKey":"temperature","label":"Temperatur","bodyElement":null,"bodyStateKey":"temperature","showState":true,"actionElement":null},{"type":"device","deviceId":"83e34293-ec63-40ca-ae42-1881964ce335","primaryStateKey":"settemperature","label":"Solltemperatur","bodyElement":null,"bodyStateKey":"settemperature","showState":true,"actionElement":null},{"type":"device","deviceId":"83e34293-ec63-40ca-ae42-1881964ce335","label":"Modus","primaryStateKey":"mode","bodyElement":null,"secondaryStatesKeys":[],"bodyStateKey":"mode","showState":true,"actionElement":null},{"type":"device","deviceId":"83e34293-ec63-40ca-ae42-1881964ce335","label":"Ventilstellung","primaryStateKey":"valve","bodyElement":null,"bodyStateKey":"valve","showState":true,"actionElement":null}],"module":"StateList","title":"Esszimmer","id":"063ea603-d71b-4a9b-b4a4-1a1141dc9a45","icon":"food-variant","index":0},{"moduleConfig":{},"devices":[{"type":"device","deviceId":"cfbb2114-4622-4bfc-b9ea-7ed0dac142d8","label":"Temperatur","primaryStateKey":"temperature","bodyElement":null,"bodyStateKey":"temperature","showState":true,"actionElement":null},{"type":"device","deviceId":"cfbb2114-4622-4bfc-b9ea-7ed0dac142d8","label":"Solltemperatur","primaryStateKey":"settemperature","bodyElement":null,"bodyStateKey":"settemperature","showState":true,"actionElement":null},{"type":"device","deviceId":"cfbb2114-4622-4bfc-b9ea-7ed0dac142d8","label":"Modus","primaryStateKey":"info","bodyElement":null,"secondaryStatesKeys":[],"bodyStateKey":"info","showState":true,"actionElement":null},{"type":"device","deviceId":"cfbb2114-4622-4bfc-b9ea-7ed0dac142d8","label":"Ventilstellung","primaryStateKey":"valve","bodyElement":null,"bodyStateKey":"valve","showState":true,"actionElement":null}],"module":"StateList","title":"Bad","id":"967145ce-f418-4e89-83a5-60309ca97baf","icon":"shower","index":1}],[{"moduleConfig":{},"devices":[{"type":"device","deviceId":"8191b898-98b0-408f-9278-2134d92e10c8","label":"Temperatur","primaryStateKey":"temperature","bodyElement":null,"bodyStateKey":"temperature","showState":true,"actionElement":null},{"type":"device","deviceId":"8191b898-98b0-408f-9278-2134d92e10c8","label":"Solltemperatur","primaryStateKey":"settemperature","bodyElement":null,"bodyStateKey":"settemperature","showState":true,"actionElement":null},{"type":"device","deviceId":"8191b898-98b0-408f-9278-2134d92e10c8","label":"Modus","primaryStateKey":"modus","bodyElement":null,"secondaryStatesKeys":[],"bodyStateKey":"modus","showState":true,"actionElement":null},{"type":"device","deviceId":"8191b898-98b0-408f-9278-2134d92e10c8","label":"Ventilstellung","primaryStateKey":"valve","bodyElement":null,"bodyStateKey":"valve","showState":true,"actionElement":null}],"module":"StateList","title":"Büro","id":"8e6f2eaa-0327-4852-9dd1-078feec0696e","icon":"email","index":0},{"moduleConfig":{},"devices":[{"type":"device","deviceId":"8316fcd7-692a-41da-8ea2-c4acd56bcc7b","label":"Temperatur","primaryStateKey":"temperature","bodyElement":null,"bodyStateKey":"temperature","showState":true,"actionElement":null},{"type":"device","deviceId":"8316fcd7-692a-41da-8ea2-c4acd56bcc7b","label":"Solltemperatur","primaryStateKey":"settemperature","bodyElement":null,"bodyStateKey":"settemperature","showState":true,"actionElement":null},{"type":"device","deviceId":"8316fcd7-692a-41da-8ea2-c4acd56bcc7b","label":"Modus","primaryStateKey":"modus","bodyElement":null,"secondaryStatesKeys":[],"bodyStateKey":"modus","showState":true,"actionElement":null},{"type":"device","deviceId":"8316fcd7-692a-41da-8ea2-c4acd56bcc7b","label":"Ventilstellung","primaryStateKey":"valve","bodyElement":null,"bodyStateKey":"valve","showState":true,"actionElement":null}],"module":"StateList","title":"Schlafzimmer","id":"85d0f3a6-d620-40ff-ade2-b1291d51fcd8","icon":"bed","index":1}]],"id":"heizung6","index":6},{"title":"Geräte","icon":"devices","columns":[[{"moduleConfig":{},"devices":[{"type":"device","deviceId":"bee8281b-937a-46d2-a622-7ca83368980c","bodyElement":null,"label":"Anwesend","primaryStateKey":"Anwesend"}],"module":"StateList","title":"Anwesend","icon":"account-multiple","id":"7ff857ec-7f62-4804-bcc4-0d1b37804462","index":0},{"moduleConfig":{"url":"http://192.168.178.43:3000/d/AViRIXzRz/anwesenheit?orgId=1&kiosk"},"devices":[],"module":"iFrame","title":"Anwesenheit","fullscreen":true,"id":"6d9bc8fc-c87a-4b32-88de-670e7474dc2a","scaleContents":false,"minHeight":"280","justification":"center","index":1},{"moduleConfig":{},"devices":[{"type":"device","deviceId":"75dc85ae-dc36-4af3-80f6-fa76517d7ee7","bodyStateKey":"Awtrix","bodyElement":null,"primaryStateKey":"Awtrix","showState":false,"actionElement":"SwitchAction","label":"Awtrix Anzeige"}],"module":"StateList","title":"Awtrix","icon":"overscan","id":"3a9c0fb5-ec68-4b94-a83a-d965f08dba78","index":2}],[{"moduleConfig":{},"devices":[{"type":"device","deviceId":"4b4108d1-9859-494a-b151-78a41966a130","bodyStateKey":"Waschen_Uhrzeit","bodyElement":null,"primaryStateKey":"Waschen_Uhrzeit","showState":true,"actionElement":null,"label":"Uhrzeit Start"},{"type":"device","deviceId":"4b4108d1-9859-494a-b151-78a41966a130","label":"Leistung","primaryStateKey":"power","bodyElement":"","bodyStateKey":"power","showState":true,"actionElement":null},{"type":"device","deviceId":"4b4108d1-9859-494a-b151-78a41966a130","primaryStateKey":"TotalPower","label":"Gesamtverbrauch","bodyElement":"","bodyStateKey":"TotalPower","showState":true,"actionElement":null},{"type":"device","deviceId":"4b4108d1-9859-494a-b151-78a41966a130","primaryStateKey":"switch","label":"AN/AUS","actionType":"action","actionElement":"SwitchAction","bodyElement":"","bodyStateKey":"switch","showState":false},{"type":"device","deviceId":"4b4108d1-9859-494a-b151-78a41966a130","primaryStateKey":"alive","label":"Verbunden","bodyElement":"","bodyStateKey":"alive","showState":true,"actionElement":null}],"module":"StateList","title":"Waschmaschine","id":"c0d44eef-ed93-419b-95d9-a8e7b8df3ceb","icon":"washing-machine","index":0},{"moduleConfig":{"url":"http://192.168.178.43:3000/d/SR5MPAkgz/leistung-waschmaschine?orgId=1&refresh=5s&theme=dark&kiosk","refresh":"600"},"devices":[],"module":"iFrame","title":"Leistung Waschmaschine","fullscreen":true,"scaleContents":false,"id":"1f290fa2-5bab-4848-b051-7f96efba45bd","minHeight":"280","index":1}],[{"moduleConfig":{},"devices":[{"type":"device","deviceId":"5bf11f99-fedc-4cd7-a41e-4d91ca6ac627","primaryStateKey":"Reboot","actionType":"action","actionElement":"ButtonAction","actionElementConfig":{"triggerOnValue":"true","showState":"true"},"label":"Reboot","bodyElement":null,"bodyStateKey":"Reboot","showState":false,"ButtonActionConfig":{"Reboot-label":"Neustart"}},{"type":"device","deviceId":"5bf11f99-fedc-4cd7-a41e-4d91ca6ac627","label":"Reconnect","actionType":"action","actionElement":"ButtonAction","primaryStateKey":"Reconnect","bodyElement":null,"bodyStateKey":"Reconnect","showState":false,"ButtonActionConfig":{"Reconnect-label":"Neu verbinden"}},{"type":"device","deviceId":"e6578867-74ec-4323-b079-bf4bffa8ede1","label":"Gäste WLAN","actionType":"action","actionElement":"SwitchAction","bodyElement":null,"primaryStateKey":"AN/AUS","bodyStateKey":"AN/AUS","showState":false}],"module":"StateList","title":"FritzBox","icon":"router-wireless","id":"0f4d0b69-ce5b-4e76-b0bd-2b5f36cefd5c","index":0},{"moduleConfig":{"url":"data:image/png;base64,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","height":"30%","width":"30%"},"devices":[],"module":"DisplayImage","title":"Gastzugang","icon":"wifi","scaleContents":true,"fullscreen":false,"id":"76e3278c-59e3-472b-8432-b5f04d19cdf7","justification":"center","maxHeight":"","index":1}]],"id":"geräte7","index":7},{"id":"3d-drucker8","title":"3D-Drucker","icon":"mdi:printer-3d","columns":[[{"moduleConfig":{},"devices":[{"type":"device","deviceId":"81e12293-566c-4320-a2f9-b1ee1695471f","bodyStateKey":"Power","bodyElement":null,"primaryStateKey":"Power","showState":true,"actionElement":"SwitchAction","label":"Power"},{"type":"device","deviceId":"81e12293-566c-4320-a2f9-b1ee1695471f","bodyStateKey":"Automatik","bodyElement":null,"primaryStateKey":"Automatik","showState":true,"actionElement":"SwitchAction","label":"Automatik"},{"type":"device","deviceId":"81e12293-566c-4320-a2f9-b1ee1695471f","bodyStateKey":"Status","bodyElement":"","primaryStateKey":"Status","showState":true,"actionElement":null,"label":"Druckerstatus"},{"type":"device","deviceId":"81e12293-566c-4320-a2f9-b1ee1695471f","bodyStateKey":"Verbindung","bodyElement":"","primaryStateKey":"Verbindung","showState":true,"actionElement":null,"label":"Verbindung"},{"type":"divider"},{"type":"device","deviceId":"81e12293-566c-4320-a2f9-b1ee1695471f","bodyStateKey":"Fortschritt","bodyElement":"","primaryStateKey":"Fortschritt","showState":true,"actionElement":null,"label":"Fortschritt"},{"type":"device","deviceId":"81e12293-566c-4320-a2f9-b1ee1695471f","bodyStateKey":"VerbleibendeZeit","bodyElement":"","primaryStateKey":"VerbleibendeZeit","showState":true,"actionElement":null,"label":"Verbleibende Zeit"},{"type":"divider"},{"type":"device","deviceId":"81e12293-566c-4320-a2f9-b1ee1695471f","bodyStateKey":"BettIst","bodyElement":"","primaryStateKey":"BettIst","showState":true,"actionElement":null,"label":"Temperatur Bett","secondaryStatesKeys":["BettSoll"]},{"type":"device","deviceId":"81e12293-566c-4320-a2f9-b1ee1695471f","bodyStateKey":"DüseIst","bodyElement":"","primaryStateKey":"DüseIst","showState":true,"actionElement":null,"label":"Temperatur Düse","secondaryStatesKeys":["DüseSoll"]},{"type":"divider"},{"type":"device","deviceId":"81e12293-566c-4320-a2f9-b1ee1695471f","bodyStateKey":"Verbrauchmomentan","bodyElement":"","primaryStateKey":"Verbrauchmomentan","showState":true,"actionElement":null,"label":"Verbrauch momentan"},{"type":"device","deviceId":"81e12293-566c-4320-a2f9-b1ee1695471f","bodyStateKey":"Verbrauchheute","bodyElement":"","primaryStateKey":"Verbrauchheute","showState":true,"actionElement":null,"label":"Verbrauch heute"},{"type":"device","deviceId":"81e12293-566c-4320-a2f9-b1ee1695471f","bodyStateKey":"Verbrauchtotal","bodyElement":"","primaryStateKey":"Verbrauchtotal","showState":true,"actionElement":null,"label":"Verbrauch total"}],"module":"StateList","title":"Status","id":"a1217232-13b7-4558-b330-c4c38ab992df","fullscreen":true,"index":0}],[{"moduleConfig":{"url":"http://192.168.178.45:5002/webcam/?action=stream?"},"devices":[],"module":"iFrame","title":"Cam","fullscreen":true,"scaleContents":true,"id":"0ae1d730-7e12-4b38-bca2-58025a82c115","minHeight":"490","index":0}]],"index":8},{"title":"Route","icon":"map-outline","id":"route9","index":9,"columns":[[{"moduleConfig":{"url":"http://192.168.178.43:8082/vis/index.html?jarvis_views#Maps"},"devices":[],"module":"iFrame","title":"Maps","scaleContents":true,"id":"e47c1619-b04f-48c0-831b-bc0c32d4f484","minHeight":"700","fullscreen":true,"index":0}],[{"moduleConfig":{"url":"https://verkehrsinfo-bw.de/kamera?id=S251"},"devices":[],"module":"iFrame","title":"B14 Teiler","fullscreen":true,"id":"d15956d7-9116-4b76-939e-77a333f55476","minHeight":"700","index":0}]]},{"title":"Covid-19","icon":"virus","id":"covid-1910","index":10,"_fullscreen":{"moduleConfig":{"url":"https://experience.arcgis.com/experience/bfe8e5eafb6546a69a1771d11a7ded2e","refresh":""},"devices":[],"module":"iFrame","title":"Covid19","fullscreen":true,"scaleContents":true,"id":"67aaa2eb-17c9-48d0-912b-837b61d39ddd","minHeight":"700","index":0},"columns":[[{"moduleConfig":{"url":"https://experience.arcgis.com/experience/bfe8e5eafb6546a69a1771d11a7ded2e","refresh":""},"devices":[],"module":"iFrame","title":"Covid19","fullscreen":true,"scaleContents":true,"id":"67aaa2eb-17c9-48d0-912b-837b61d39ddd","minHeight":"700","index":0}]]},{"title":"Alexa","icon":"amazon-alexa","columns":[[{"moduleConfig":{},"devices":[{"type":"device","deviceId":"b313ca18-7aea-4a55-b780-64fe36cdf575","bodyStateKey":"Künstler","label":"Künstler","bodyElement":null,"primaryStateKey":"Künstler"},{"type":"device","deviceId":"b313ca18-7aea-4a55-b780-64fe36cdf575","bodyStateKey":"Titel","bodyElement":null,"label":"Titel","primaryStateKey":"Titel"},{"type":"device","deviceId":"b313ca18-7aea-4a55-b780-64fe36cdf575","bodyStateKey":"volume","bodyElement":"LevelBody","label":"Laustärke","primaryStateKey":"volume","actionType":"state","actionElement":""},{"type":"device","deviceId":"b313ca18-7aea-4a55-b780-64fe36cdf575","bodyElement":null,"label":"Stop","actionType":"action","actionElement":"IconButtonAction","primaryStateKey":"stop"},{"type":"device","deviceId":"b313ca18-7aea-4a55-b780-64fe36cdf575","label":"Auswahl","bodyElement":null,"actionType":"action","actionElement":"DropdownAction","primaryStateKey":"Auswahl"}],"module":"StateList","title":"Wohnzimmer","id":"4269a1ff-ed11-4137-b029-a465a81f77a9","icon":"sofa","index":0}],[{"moduleConfig":{},"devices":[{"type":"device","deviceId":"b313ca18-7aea-4a55-b780-64fe36cdf575_268e9","bodyElement":null,"bodyStateKey":"Künstler","label":"Künstler","primaryStateKey":"Künstler"},{"type":"device","deviceId":"b313ca18-7aea-4a55-b780-64fe36cdf575_268e9","bodyStateKey":"Titel","label":"Titel","primaryStateKey":"Titel","bodyElement":null},{"type":"device","deviceId":"b313ca18-7aea-4a55-b780-64fe36cdf575_268e9","bodyStateKey":"volume","label":"Lautstärke","bodyElement":"LevelBody","primaryStateKey":"volume"},{"type":"device","deviceId":"b313ca18-7aea-4a55-b780-64fe36cdf575_268e9","label":"Stop","bodyElement":null,"actionType":"action","actionElement":"IconButtonAction","primaryStateKey":"stop"},{"type":"device","deviceId":"b313ca18-7aea-4a55-b780-64fe36cdf575_268e9","label":"Auswahl","bodyElement":null,"actionType":"action","actionElement":"DropdownAction","primaryStateKey":"Auswahl"}],"module":"StateList","title":"Küche","id":"e1a9f58a-3afc-4136-a5b7-8bebb1cc3416","icon":"pot-steam","index":0}],[{"moduleConfig":{},"devices":[{"type":"device","deviceId":"b313ca18-7aea-4a55-b780-64fe36cdf575_2239d","bodyStateKey":"Künstler","label":"Künstler","primaryStateKey":"Künstler","bodyElement":null},{"type":"device","deviceId":"b313ca18-7aea-4a55-b780-64fe36cdf575_2239d","bodyStateKey":"Titel","label":"Titel","primaryStateKey":"Titel","bodyElement":null},{"type":"device","deviceId":"b313ca18-7aea-4a55-b780-64fe36cdf575_2239d","bodyStateKey":"volume","label":"Laustärke","primaryStateKey":"volume","bodyElement":"LevelBody"},{"type":"device","deviceId":"b313ca18-7aea-4a55-b780-64fe36cdf575_2239d","label":"Stop","bodyElement":null,"actionType":"action","actionElement":"IconButtonAction","primaryStateKey":"stop"},{"type":"device","deviceId":"b313ca18-7aea-4a55-b780-64fe36cdf575_2239d","label":"Auswahl","bodyElement":null,"actionType":"action","actionElement":"DropdownAction","primaryStateKey":"Auswahl"}],"module":"StateList","title":"Musik","id":"8b3fb3af-4ffb-44cb-b3e5-a597f4e0e47a","icon":"music-note","index":0}]],"id":"alexa11","index":11},{"title":"Temperatur","icon":"thermometer-lines","id":"temperatur12","index":12,"_fullscreen":{"moduleConfig":{"url":"http://192.168.178.43:3000/d/g3qD6NWgz/temperaturen?orgId=1&refresh=5s&kiosk"},"devices":[],"module":"iFrame","title":"Temperatur","fullscreen":true,"scaleContents":true,"id":"3b37d8dd-d60a-4fb4-b853-b966ebd1f455","minHeight":"750","index":0},"columns":[[{"moduleConfig":{"url":"http://192.168.178.43:3000/d/g3qD6NWgz/temperaturen?orgId=1&refresh=5s&kiosk"},"devices":[],"module":"iFrame","title":"Temperatur","fullscreen":true,"scaleContents":true,"id":"3b37d8dd-d60a-4fb4-b853-b966ebd1f455","minHeight":"750","index":0}]]},{"title":"Feuchtigkeit","icon":"water-percent","id":"feuchtigkeit13","index":13,"_fullscreen":{"moduleConfig":{"url":"http://192.168.178.43:3000/d/MO-zC2kgk/feuchtigkeit?orgId=1&refresh=5s&kiosk"},"devices":[],"module":"iFrame","title":"Feuchtigkeit","scaleContents":true,"fullscreen":true,"id":"d6c9108b-0789-4d5e-b938-2d53f5a2a8e7","minHeight":"750","index":0},"columns":[[{"moduleConfig":{"url":"http://192.168.178.43:3000/d/MO-zC2kgk/feuchtigkeit?orgId=1&refresh=5s&kiosk"},"devices":[],"module":"iFrame","title":"Feuchtigkeit","scaleContents":true,"fullscreen":true,"id":"d6c9108b-0789-4d5e-b938-2d53f5a2a8e7","minHeight":"750","index":0}]]},{"id":"feinstaub14","title":"Feinstaub","icon":"factory","index":14,"_fullscreen":{"moduleConfig":{"url":"http://192.168.178.43:3000/d/N3dnTgggz/luftqualitat?orgId=1&refresh=5s&theme=dark&kiosk"},"devices":[],"module":"iFrame","title":"Feinstaub","id":"18185c1b-bd02-4a70-98f6-8ef4e9815b8e","minHeight":"750","scaleContents":true,"index":0},"columns":[[{"moduleConfig":{"url":"http://192.168.178.43:3000/d/N3dnTgggz/luftqualitat?orgId=1&refresh=5s&theme=dark&kiosk"},"devices":[],"module":"iFrame","title":"Feinstaub","id":"18185c1b-bd02-4a70-98f6-8ef4e9815b8e","minHeight":"750","scaleContents":true,"index":0}]]},{"title":"Thermostat","icon":"hvac","id":"thermostat15","index":15,"_fullscreen":{"moduleConfig":{"url":"http://192.168.178.43:3000/d/LDagxEWRk/thermostatverlauf?orgId=1&refresh=5s&kiosk"},"devices":[],"module":"iFrame","title":"Thermostat","fullscreen":true,"scaleContents":true,"id":"23f8fdb5-772d-49a3-bd92-1bd9c4c4bd34","minHeight":"750","index":0},"columns":[[{"moduleConfig":{"url":"http://192.168.178.43:3000/d/LDagxEWRk/thermostatverlauf?orgId=1&refresh=5s&kiosk"},"devices":[],"module":"iFrame","title":"Thermostat","fullscreen":true,"scaleContents":true,"id":"23f8fdb5-772d-49a3-bd92-1bd9c4c4bd34","minHeight":"750","index":0}]]},{"title":"Helligkeit","icon":"wall-sconce-round-variant","id":"helligkeit16","index":16,"_fullscreen":{"moduleConfig":{"url":"http://192.168.178.43:3000/d/gMDKnWigz/helligkeit?orgId=1&refresh=5s&theme=dark&kiosk"},"devices":[],"module":"iFrame","title":"Helligkeit","fullscreen":true,"id":"e79796e7-f14d-412a-b5b8-8b3094096ce2","minHeight":"750","index":0},"columns":[[{"moduleConfig":{"url":"http://192.168.178.43:3000/d/gMDKnWigz/helligkeit?orgId=1&refresh=5s&theme=dark&kiosk"},"devices":[],"module":"iFrame","title":"Helligkeit","fullscreen":true,"id":"e79796e7-f14d-412a-b5b8-8b3094096ce2","minHeight":"750","index":0}]]},{"title":"Internet","icon":"cable-data","id":"internet17","index":17,"_fullscreen":{"moduleConfig":{"url":"http://192.168.178.43:3000/d/G4A1gDWgk/internetgeschwindigkeit?orgId=1&refresh=5s&theme=dark&kiosk"},"devices":[],"module":"iFrame","title":"(Vollbild)","fullscreen":true,"scaleContents":true,"id":"2283f50c-f16e-4107-b9be-ff96ee3618d3","minHeight":"750","index":0},"columns":[[{"moduleConfig":{"url":"http://192.168.178.43:3000/d/G4A1gDWgk/internetgeschwindigkeit?orgId=1&refresh=5s&theme=dark&kiosk"},"devices":[],"module":"iFrame","title":"(Vollbild)","fullscreen":true,"scaleContents":true,"id":"2283f50c-f16e-4107-b9be-ff96ee3618d3","minHeight":"750","index":0}]]},{"title":"Info","icon":"cog","columns":[[{"moduleConfig":{"list":""},"module":"AdapterStatus","title":"Adapterstatus","devices":[],"id":"c65ad3e9-4cbb-4a49-94bb-9ae3733dfe76","index":0}],[{"moduleConfig":{},"devices":[{"type":"device","deviceId":"temperaturbalkon_cbad5","label":"Temperatur Balkon","primaryStateKey":"battery","bodyStateKey":"battery","bodyElement":"LastChangeBody","showState":true,"actionElement":null},{"type":"device","deviceId":"135e76b4-ccce-4259-955c-b013774d6c39","label":"Temperatur Wohnzimmer","primaryStateKey":"battery","bodyStateKey":"battery","bodyElement":"LastChangeBody","showState":true,"actionElement":null},{"type":"device","deviceId":"363dd7b9-9c0e-46ee-a64f-5b2e008f0236","label":"Temperatur Bad","primaryStateKey":"battery","bodyStateKey":"battery","bodyElement":"LastChangeBody","showState":true,"actionElement":null},{"type":"device","deviceId":"temperaturdachterrasse_3494a","label":"Temperatur Dachterrasse","primaryStateKey":"battery","bodyStateKey":"battery","bodyElement":"LastChangeBody","showState":true,"actionElement":null},{"type":"device","deviceId":"7c1150ab-3f49-442f-9dd1-580e7d5309bc","label":"Temperatur Schlafzimmer","primaryStateKey":"battery","bodyStateKey":"battery","bodyElement":"LastChangeBody","showState":true,"actionElement":null},{"type":"device","deviceId":"97b50713-19b5-48aa-9f64-6945ce7f5e83","label":"Temperatur Büro","primaryStateKey":"battery","bodyStateKey":"battery","bodyElement":"LastChangeBody","showState":true,"actionElement":null},{"type":"divider"},{"type":"device","deviceId":"61d6e193-7061-47c3-9ef7-6319d22add2b","label":"Bewegungsmelder Küche","primaryStateKey":"battery","bodyStateKey":"battery","bodyElement":"LastChangeBody","showState":true,"actionElement":null},{"type":"device","deviceId":"c14b013b-760e-4c32-89fb-c2b470ce6b71","label":"Bewegunsmelder Bad","primaryStateKey":"battery","bodyStateKey":"battery","bodyElement":"LastChangeBody","showState":true,"actionElement":null},{"type":"device","deviceId":"cdebd8f9-c4c4-4b83-8345-7dd97bd7d5f0","label":"Taster Treppe","primaryStateKey":"battery","bodyStateKey":"battery","bodyElement":"LastChangeBody","showState":true,"actionElement":null},{"type":"device","deviceId":"e26bfb2c-c58f-4283-af31-9afa20b48fee","label":"Taster Schlafen","primaryStateKey":"battery","bodyStateKey":"battery","bodyElement":"LastChangeBody","showState":true,"actionElement":null},{"type":"device","deviceId":"440e14f9-e72a-4488-bdc9-249a15246e28","label":"Taster Kühlschrank","primaryStateKey":"battery","bodyStateKey":"battery","bodyElement":"LastChangeBody","showState":true,"actionElement":null},{"type":"device","deviceId":"tasterbad_1998c","label":"Taster Bad","primaryStateKey":"battery","bodyStateKey":"battery","bodyElement":"LastChangeBody","showState":true,"actionElement":null},{"type":"device","deviceId":"2eb91289-5c7e-4c1b-b05c-74eecbed4b37","label":"Büro Taster","primaryStateKey":"battery","bodyStateKey":"battery","bodyElement":"LastChangeBody","showState":true,"actionElement":null},{"type":"divider"},{"type":"device","deviceId":"fensterbad_602c2","label":"Fenster Bad","primaryStateKey":"battery","bodyStateKey":"battery","bodyElement":"LastChangeBody","showState":true,"actionElement":null},{"type":"device","deviceId":"türewohnzimmer_0dc41","label":"Türe Wohnzimmer","primaryStateKey":"battery","bodyStateKey":"battery","bodyElement":"LastChangeBody","showState":true,"actionElement":null},{"type":"device","deviceId":"türeschlafzimmer_2aa97","label":"Türe Schalfzimmer","primaryStateKey":"battery","bodyStateKey":"battery","bodyElement":"LastChangeBody","showState":true,"actionElement":null},{"type":"device","deviceId":"türebüro_56fcf","label":"Türe Büro","primaryStateKey":"battery","bodyStateKey":"battery","bodyElement":"LastChangeBody","showState":true,"actionElement":null},{"type":"device","deviceId":"bee8281b-937a-46d2-a622-7ca83368980c","label":"Schluesselbrett","bodyStateKey":"battery","primaryStateKey":"battery","bodyElement":"LastChangeBody","showState":true,"actionElement":null},{"type":"device","deviceId":"b40587a7-892b-4986-8a6e-6730ac19440d","label":"Haustüre","bodyStateKey":"battery","primaryStateKey":"battery","bodyElement":"LastChangeBody","showState":true,"actionElement":null},{"type":"divider"},{"type":"device","deviceId":"ad44b7da-0afd-43fe-bc02-36b866d5179b","primaryStateKey":"battery","label":"Thermostat Wohnzimmer","bodyStateKey":"battery","bodyElement":"LastChangeBody","showState":true,"actionElement":null},{"type":"device","deviceId":"83e34293-ec63-40ca-ae42-1881964ce335","primaryStateKey":"battery","label":"Thermostat Esszimmer","bodyStateKey":"battery","bodyElement":"LastChangeBody","showState":true,"actionElement":null},{"type":"device","deviceId":"cfbb2114-4622-4bfc-b9ea-7ed0dac142d8","primaryStateKey":"battery","label":"Thermostat Bad","bodyStateKey":"battery","bodyElement":"LastChangeBody","showState":true,"actionElement":null},{"type":"device","deviceId":"8316fcd7-692a-41da-8ea2-c4acd56bcc7b","primaryStateKey":"battery","label":"Thermostat Schlafzimmer","bodyStateKey":"battery","bodyElement":"LastChangeBody","showState":true,"actionElement":null},{"type":"device","deviceId":"8191b898-98b0-408f-9278-2134d92e10c8","primaryStateKey":"battery","label":"Thermostat Büro","bodyStateKey":"battery","bodyElement":"LastChangeBody","showState":true,"actionElement":null},{"type":"divider"},{"type":"device","deviceId":"efcd643c-5c55-4109-a8a5-7c233b015cbc","label":"Wassersensor 1","primaryStateKey":"battery","bodyStateKey":"battery","bodyElement":"LastChangeBody","showState":true,"actionElement":null},{"type":"device","deviceId":"efcd643c-5c55-4109-a8a5-7c233b015cbc_66750","bodyStateKey":"battery","bodyElement":"LastChangeBody","primaryStateKey":"battery","showState":true,"actionElement":null,"label":"Wassersensor 2"},{"type":"divider"},{"type":"device","deviceId":"57c372fe-b05b-4403-a5f5-3eae414acd20","bodyStateKey":"battery","primaryStateKey":"battery","bodyElement":"LastChangeBody","showState":true,"actionElement":null},{"type":"device","deviceId":"118719d2-8d10-4fb4-8e9f-022279218d5c","bodyStateKey":"battery","bodyElement":"LastChangeBody","primaryStateKey":"battery","showState":true,"actionElement":null},{"type":"device","deviceId":"8a7cc03c-3fed-4b7a-83ee-f1fe529cc89d","bodyStateKey":"battery","bodyElement":"LastChangeBody","primaryStateKey":"battery","showState":true,"actionElement":null}],"module":"StateList","title":"Batteriestatus","icon":"battery-charging","id":"1c1853e2-75ef-4583-b7ab-6128a78549a8","index":0}],[{"moduleConfig":{"url":"https://www.metercustom.net/plugin/","height":"350"},"devices":[],"module":"iFrame","title":"Speedtest","id":"73422b1b-382c-48d1-801a-b75b6b34d3c3","icon":"speedometer","justification":"center","scaleContents":true,"minHeight":"400","index":0},{"moduleConfig":{},"devices":[{"type":"device","deviceId":"74427675-2764-4a47-9454-3ba8d7c6d8d7","label":"Testschalter","actionType":"action","actionElement":"SwitchAction","primaryStateKey":"AN/AUS","bodyElement":null}],"module":"StateList","title":"Testschalter","icon":"test-tube","id":"3399a609-ba91-40f5-9be5-f18e9fff20dc","index":1}]],"id":"info18","index":18,"widgetsEdges":false}],"id":"0","index":0}]
                                          
                                          M 1 Reply Last reply Reply Quote 0
                                          • M
                                            MCU @Torrid last edited by

                                            @torrid und in devices? Auch was drin?

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            857
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            jarvis material material ui materialdesign vis visualisierung visualization
                                            316
                                            6126
                                            3841611
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo