Skip to content
  • Home
  • 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
ioBroker Logo

Community Forum

donate donate
  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.8k

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

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

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.
  • dslraserD dslraser

    @Zefau

    am HmIP AccessPoint

    Edit: (von @w00dst0ck )
    Ich glaube sie States sehen anders aus ?

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

    @dslraser sagte in jarvis - just another remarkable vis:

    Ich glaube sie States sehen anders aus ?

    ah jo, hab ich überlesen. Das ist ja ein anderer Adapter, kein hm-rpc, oder?
    @w00dst0ck Könntest du mir das Mapping der Datenpunkte auflisten?

    Nachfolgend das Mapping des hm-rpc:

    {
    
    	// lights
    	"light": {
    		"hmip-brc2": {
    			"power": {
    				"state": ".3.STATE",
    				"action": ".4.STATE"
    			}
    		},
    		"hmip-bdt": {
    			"level": {
    				"state": ".3.LEVEL",
    				"action": ".4.LEVEL"
    			}
    		},
    		"hm-lc-sw1pbu-fm": {
    			"power": {
    				"state": ".1.STATE",
    				"action": ".1.STATE"
    			}
    		}
    	},
    
    	// heatings
    	"heating": {
    		"hmip-bwth": {
    			"temperature": {
    				"state": ".1.ACTUAL_TEMPERATURE"
    			},
    			"setTemperature": {
    				"state": ".1.SET_POINT_TEMPERATURE",
    				"action": ".1.SET_POINT_TEMPERATURE"
    			},
    			"humidity": {
    				"state": ".1.HUMIDITY"
    			},
    			"boost": {
    				"state": ".1.BOOST_MODE",
    				"action": ".1.BOOST_MODE"
    			}
    		},
    		"hmip-wth-2": {
    			"temperature": {
    				"state": ".1.ACTUAL_TEMPERATURE"
    			},
    			"setTemperature": {
    				"state": ".1.SET_POINT_TEMPERATURE",
    				"action": ".1.SET_POINT_TEMPERATURE"
    			},
    			"humidity": {
    				"state": ".1.HUMIDITY"
    			},
    			"boost": {
    				"state": ".1.BOOST_MODE",
    				"action": ".1.BOOST_MODE"
    			}
    		},
    		"hm-cc-rt-dn": {
    			"temperature": {
    				"state": ".4.ACTUAL_TEMPERATURE"
    			},
    			"setTemperature": {
    				"state": ".4.SET_TEMPERATURE",
    				"action": ".4.SET_TEMPERATURE"
    			},
    			"boost": {
    				"state": ".4.BOOST_MODE",
    				"action": ".4.BOOST_MODE"
    			}
    		}
    	},
    
    	// blinds
    	"blind": {
    		"hmip-broll": {
    			"level": {
    				"state": ".3.LEVEL",
    				"action": ".4.LEVEL"
    			},
    			"level2": {
    				"state": ".3.LEVEL2",
    				"action": ".4.LEVEL2"
    			},
    			"activity": {
    				"state": ".3.ACTIVITY_STATE",
    				"action": ".4.STOP"
    			}
    		},
    		"hm-lc-bl1-fm": {
    			"level": {
    				"state": ".1.LEVEL",
    				"action": ".1.LEVEL"
    			},
    			"activity": {
    				"state": ".1.WORKING",
    				"action": ".1.STOP"
    			}
    		},
    		"hm-lc-bl1pbu-fm": {
    			"level": {
    				"state": ".1.LEVEL",
    				"action": ".1.LEVEL"
    			},
    			"activity": {
    				"state": ".1.WORKING",
    				"action": ".1.STOP"
    			}
    		}
    	},
    	
    	// windows
    	"window": {
    		"hmip-swdo": {
    			"open": {
    				"state": ".1.STATE",
    				"display": {
    					"0": "CLOSED",
    					"1": "OPEN"
    				}
    			}
    		},
    		"hmip-srh": {
    			"open": {
    				"state": ".1.STATE",
    				"display": {
    					"0": "CLOSED",
    					"1": "TILTED",
    					"2": "OPEN"
    				}
    			}
    		},
    		"hm-sec-sco": {
    			"open": {
    				"state": ".1.STATE"
    			}
    		},
    		"hm-sec-sc-2": {
    			"open": {
    				"state": ".1.STATE"
    			}
    		}
    	},
    	
    	// sockets
    	"socket": {
    		"hmip-ps": {
    			"power": {
    				"state": ".3.STATE"
    			}
    		},
    		"hmip-psm": {
    			"power": {
    				"state": ".3.STATE"
    			},
    			"meter": {
    				"state": ".6.POWER"
    			}
    		}
    	},
    	
    	// motions or presence
    	"motion": {
    		"hmip-smi55": {
    			"motion": {
    				"state": ".3.MOTION"
    			},
    			"illumination": {
    				"state": ".3.ILLUMINATION"
    			}
    		},
    		"hmip-smi": {
    			"motion": {
    				"state": ".1.MOTION"
    			},
    			"illumination": {
    				"state": ".1.ILLUMINATION"
    			}
    		},
    		"hmip-smo-a": {
    			"motion": {
    				"state": ".1.MOTION"
    			},
    			"illumination": {
    				"state": ".1.ILLUMINATION"
    			}
    		},
    		"hmip-sam": {
    			"motion": {
    				"state": ".1.MOTION"
    			},
    			"illumination": {
    				"state": ".1.ILLUMINATION"
    			}
    		},
    		"hmip-spi": {
    			"presence": {
    				"state": ".1.PRESENCE_DETECTION_STATE"
    			},
    			"illumination": {
    				"state": ".1.ILLUMINATION"
    			}
    		}
    	},
    	
    	// weather station
    	"weather-station": {
    		"hmip-stho-a": {
    			"temperature": {
    				"state": ".1.ACTUAL_TEMPERATURE"
    			},
    			"humidity": {
    				"state": ".1.HUMIDITY"
    			}
    		},
    		"hmip-swo-b": {
    			"humidity": {
    				"state": ".1.HUMIDITY"
    			},
    			"wind": {
    				"state": ".1.WIND_SPEED"
    			},
    			"temperature": {
    				"state": ".1.ACTUAL_TEMPERATURE"
    			},
    			"illumination": {
    				"state": ".1.ILLUMINATION"
    			},
    			"sunshineduration": {
    				"state": ".1.SUNSHINEDURATION"
    			}
    		}
    	},
    	
    	// other
    	"other": {
    		"hmip-wrc2": {
    			"PRESS_LONG_BOTTOM": {
    				"state": ".1.PRESS_LONG",
    				"action": ".1.PRESS_LONG"
    			},
    			"PRESS_SHORT_BOTTOM": {
    				"state": ".1.PRESS_SHORT",
    				"action": ".1.PRESS_SHORT"
    			},
    			"PRESS_LONG_TOP": {
    				"state": ".2.PRESS_LONG",
    				"action": ".2.PRESS_LONG"
    			},
    			"PRESS_SHORT_TOP": {
    				"state": ".2.PRESS_SHORT",
    				"action": ".2.PRESS_SHORT"
    			}
    		}
    	}
    }
    

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

    w00dst0ckW 1 Reply Last reply
    0
    • ZefauZ Zefau

      @dslraser sagte in jarvis - just another remarkable vis:

      Ich glaube sie States sehen anders aus ?

      ah jo, hab ich überlesen. Das ist ja ein anderer Adapter, kein hm-rpc, oder?
      @w00dst0ck Könntest du mir das Mapping der Datenpunkte auflisten?

      Nachfolgend das Mapping des hm-rpc:

      {
      
      	// lights
      	"light": {
      		"hmip-brc2": {
      			"power": {
      				"state": ".3.STATE",
      				"action": ".4.STATE"
      			}
      		},
      		"hmip-bdt": {
      			"level": {
      				"state": ".3.LEVEL",
      				"action": ".4.LEVEL"
      			}
      		},
      		"hm-lc-sw1pbu-fm": {
      			"power": {
      				"state": ".1.STATE",
      				"action": ".1.STATE"
      			}
      		}
      	},
      
      	// heatings
      	"heating": {
      		"hmip-bwth": {
      			"temperature": {
      				"state": ".1.ACTUAL_TEMPERATURE"
      			},
      			"setTemperature": {
      				"state": ".1.SET_POINT_TEMPERATURE",
      				"action": ".1.SET_POINT_TEMPERATURE"
      			},
      			"humidity": {
      				"state": ".1.HUMIDITY"
      			},
      			"boost": {
      				"state": ".1.BOOST_MODE",
      				"action": ".1.BOOST_MODE"
      			}
      		},
      		"hmip-wth-2": {
      			"temperature": {
      				"state": ".1.ACTUAL_TEMPERATURE"
      			},
      			"setTemperature": {
      				"state": ".1.SET_POINT_TEMPERATURE",
      				"action": ".1.SET_POINT_TEMPERATURE"
      			},
      			"humidity": {
      				"state": ".1.HUMIDITY"
      			},
      			"boost": {
      				"state": ".1.BOOST_MODE",
      				"action": ".1.BOOST_MODE"
      			}
      		},
      		"hm-cc-rt-dn": {
      			"temperature": {
      				"state": ".4.ACTUAL_TEMPERATURE"
      			},
      			"setTemperature": {
      				"state": ".4.SET_TEMPERATURE",
      				"action": ".4.SET_TEMPERATURE"
      			},
      			"boost": {
      				"state": ".4.BOOST_MODE",
      				"action": ".4.BOOST_MODE"
      			}
      		}
      	},
      
      	// blinds
      	"blind": {
      		"hmip-broll": {
      			"level": {
      				"state": ".3.LEVEL",
      				"action": ".4.LEVEL"
      			},
      			"level2": {
      				"state": ".3.LEVEL2",
      				"action": ".4.LEVEL2"
      			},
      			"activity": {
      				"state": ".3.ACTIVITY_STATE",
      				"action": ".4.STOP"
      			}
      		},
      		"hm-lc-bl1-fm": {
      			"level": {
      				"state": ".1.LEVEL",
      				"action": ".1.LEVEL"
      			},
      			"activity": {
      				"state": ".1.WORKING",
      				"action": ".1.STOP"
      			}
      		},
      		"hm-lc-bl1pbu-fm": {
      			"level": {
      				"state": ".1.LEVEL",
      				"action": ".1.LEVEL"
      			},
      			"activity": {
      				"state": ".1.WORKING",
      				"action": ".1.STOP"
      			}
      		}
      	},
      	
      	// windows
      	"window": {
      		"hmip-swdo": {
      			"open": {
      				"state": ".1.STATE",
      				"display": {
      					"0": "CLOSED",
      					"1": "OPEN"
      				}
      			}
      		},
      		"hmip-srh": {
      			"open": {
      				"state": ".1.STATE",
      				"display": {
      					"0": "CLOSED",
      					"1": "TILTED",
      					"2": "OPEN"
      				}
      			}
      		},
      		"hm-sec-sco": {
      			"open": {
      				"state": ".1.STATE"
      			}
      		},
      		"hm-sec-sc-2": {
      			"open": {
      				"state": ".1.STATE"
      			}
      		}
      	},
      	
      	// sockets
      	"socket": {
      		"hmip-ps": {
      			"power": {
      				"state": ".3.STATE"
      			}
      		},
      		"hmip-psm": {
      			"power": {
      				"state": ".3.STATE"
      			},
      			"meter": {
      				"state": ".6.POWER"
      			}
      		}
      	},
      	
      	// motions or presence
      	"motion": {
      		"hmip-smi55": {
      			"motion": {
      				"state": ".3.MOTION"
      			},
      			"illumination": {
      				"state": ".3.ILLUMINATION"
      			}
      		},
      		"hmip-smi": {
      			"motion": {
      				"state": ".1.MOTION"
      			},
      			"illumination": {
      				"state": ".1.ILLUMINATION"
      			}
      		},
      		"hmip-smo-a": {
      			"motion": {
      				"state": ".1.MOTION"
      			},
      			"illumination": {
      				"state": ".1.ILLUMINATION"
      			}
      		},
      		"hmip-sam": {
      			"motion": {
      				"state": ".1.MOTION"
      			},
      			"illumination": {
      				"state": ".1.ILLUMINATION"
      			}
      		},
      		"hmip-spi": {
      			"presence": {
      				"state": ".1.PRESENCE_DETECTION_STATE"
      			},
      			"illumination": {
      				"state": ".1.ILLUMINATION"
      			}
      		}
      	},
      	
      	// weather station
      	"weather-station": {
      		"hmip-stho-a": {
      			"temperature": {
      				"state": ".1.ACTUAL_TEMPERATURE"
      			},
      			"humidity": {
      				"state": ".1.HUMIDITY"
      			}
      		},
      		"hmip-swo-b": {
      			"humidity": {
      				"state": ".1.HUMIDITY"
      			},
      			"wind": {
      				"state": ".1.WIND_SPEED"
      			},
      			"temperature": {
      				"state": ".1.ACTUAL_TEMPERATURE"
      			},
      			"illumination": {
      				"state": ".1.ILLUMINATION"
      			},
      			"sunshineduration": {
      				"state": ".1.SUNSHINEDURATION"
      			}
      		}
      	},
      	
      	// other
      	"other": {
      		"hmip-wrc2": {
      			"PRESS_LONG_BOTTOM": {
      				"state": ".1.PRESS_LONG",
      				"action": ".1.PRESS_LONG"
      			},
      			"PRESS_SHORT_BOTTOM": {
      				"state": ".1.PRESS_SHORT",
      				"action": ".1.PRESS_SHORT"
      			},
      			"PRESS_LONG_TOP": {
      				"state": ".2.PRESS_LONG",
      				"action": ".2.PRESS_LONG"
      			},
      			"PRESS_SHORT_TOP": {
      				"state": ".2.PRESS_SHORT",
      				"action": ".2.PRESS_SHORT"
      			}
      		}
      	}
      }
      
      w00dst0ckW Offline
      w00dst0ckW Offline
      w00dst0ck
      wrote on last edited by
      #526

      @Zefau
      Das kann ich heute Abend gerne nachreichen.
      Bin noch unterwegs und auf dem Smartphone ist mir das zu mühsam. 😀

      Kann es eigentlich sein, dass die Auswahl der Gewerke noch nicht komplett verfügbar ist? Mir werden im Dropdown-Menü viel weniger angezeigt als die im Wiki aufgelisteten.

      ZefauZ 1 Reply Last reply
      0
      • W Offline
        W Offline
        WW1983
        wrote on last edited by
        #527

        Danke für den Darkmode!

        Ich habe mal im Wiki geschaut wie ich einzelne Punkte (Hintergrund, Hintergrund der Widgets) selbst definieren kann. Leider finde ich konkreten Befehle dafür nicht

        ZefauZ 1 Reply Last reply
        0
        • W WW1983

          Danke für den Darkmode!

          Ich habe mal im Wiki geschaut wie ich einzelne Punkte (Hintergrund, Hintergrund der Widgets) selbst definieren kann. Leider finde ich konkreten Befehle dafür nicht

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

          @WW1983 sagte in jarvis - just another remarkable vis:

          Ich habe mal im Wiki geschaut wie ich einzelne Punkte (Hintergrund, Hintergrund der Widgets) selbst definieren kann. Leider finde ich konkreten Befehle dafür nicht

          Ne, geht auch nicht. War laut Feature Request auch nicht angefragt. ;)

          Ich mach mal ein neues auf: https://github.com/Zefau/ioBroker.jarvis/issues/147

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

          W 1 Reply Last reply
          0
          • ZefauZ Zefau

            @WW1983 sagte in jarvis - just another remarkable vis:

            Ich habe mal im Wiki geschaut wie ich einzelne Punkte (Hintergrund, Hintergrund der Widgets) selbst definieren kann. Leider finde ich konkreten Befehle dafür nicht

            Ne, geht auch nicht. War laut Feature Request auch nicht angefragt. ;)

            Ich mach mal ein neues auf: https://github.com/Zefau/ioBroker.jarvis/issues/147

            W Offline
            W Offline
            WW1983
            wrote on last edited by
            #529

            @Zefau said in jarvis - just another remarkable vis:

            @WW1983 sagte in jarvis - just another remarkable vis:

            Ich habe mal im Wiki geschaut wie ich einzelne Punkte (Hintergrund, Hintergrund der Widgets) selbst definieren kann. Leider finde ich konkreten Befehle dafür nicht

            Ne, geht auch nicht. War laut Feature Request auch nicht angefragt. ;)

            Ich mach mal ein neues auf: https://github.com/Zefau/ioBroker.jarvis/issues/147

            Ne ne. War es auch nicht. Dachte ich kann das über die Experteneinstellung anpassen

            ZefauZ 1 Reply Last reply
            0
            • W WW1983

              @Zefau said in jarvis - just another remarkable vis:

              @WW1983 sagte in jarvis - just another remarkable vis:

              Ich habe mal im Wiki geschaut wie ich einzelne Punkte (Hintergrund, Hintergrund der Widgets) selbst definieren kann. Leider finde ich konkreten Befehle dafür nicht

              Ne, geht auch nicht. War laut Feature Request auch nicht angefragt. ;)

              Ich mach mal ein neues auf: https://github.com/Zefau/ioBroker.jarvis/issues/147

              Ne ne. War es auch nicht. Dachte ich kann das über die Experteneinstellung anpassen

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

              @WW1983 sagte in jarvis - just another remarkable vis:

              Ne ne. War es auch nicht. Dachte ich kann das über die Experteneinstellung anpassen

              Das geht theoretisch, das ist richtig. Die benutzerspezifischen Angaben überschreiben das Standard-Theme (https://material-ui.com/customization/default-theme/#explore).

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

              W 1 Reply Last reply
              0
              • ZefauZ Zefau

                @WW1983 sagte in jarvis - just another remarkable vis:

                Ne ne. War es auch nicht. Dachte ich kann das über die Experteneinstellung anpassen

                Das geht theoretisch, das ist richtig. Die benutzerspezifischen Angaben überschreiben das Standard-Theme (https://material-ui.com/customization/default-theme/#explore).

                W Offline
                W Offline
                WW1983
                wrote on last edited by
                #531

                @Zefau said in jarvis - just another remarkable vis:

                @WW1983 sagte in jarvis - just another remarkable vis:

                Ne ne. War es auch nicht. Dachte ich kann das über die Experteneinstellung anpassen

                Das geht theoretisch, das ist richtig. Die benutzerspezifischen Angaben überschreiben das Standard-Theme (https://material-ui.com/customization/default-theme/#explore).

                Komisch. Irgendwie funktioniert das nicht:
                91DC140E-6E36-4006-A51C-BDB912A082E5.jpeg

                ZefauZ 1 Reply Last reply
                0
                • D dos1973

                  @Zefau

                  Hochkant Ansicht
                  Current width: sm

                  Queransicht
                  Current width: md

                  Ich hoffe du meinst das.?
                  Es wird immer nur die halbe Breite angezeigt

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

                  @dos1973 sagte in jarvis - just another remarkable vis:

                  Ich hoffe du meinst das.?
                  Es wird immer nur die halbe Breite angezeigt

                  Jo, das meinte ich. Ich hab jetzt mit 1.1.0-beta.16 die Einstellungen erweitern (https://github.com/Zefau/ioBroker.jarvis/issues/134). Du kannst nun selbst die maximalen Spalten je Bildschirmgröße definieren. Sofern mehr Spalten in der Layout-Konfiguration sind, werden diese bei der jeweilgen Layout-Größe umgebrochen.

                  e671b527-7463-40bf-b6b8-ba9fcff57bbd-image.png

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

                  D 2 Replies Last reply
                  0
                  • W WW1983

                    @Zefau said in jarvis - just another remarkable vis:

                    @WW1983 sagte in jarvis - just another remarkable vis:

                    Ne ne. War es auch nicht. Dachte ich kann das über die Experteneinstellung anpassen

                    Das geht theoretisch, das ist richtig. Die benutzerspezifischen Angaben überschreiben das Standard-Theme (https://material-ui.com/customization/default-theme/#explore).

                    Komisch. Irgendwie funktioniert das nicht:
                    91DC140E-6E36-4006-A51C-BDB912A082E5.jpeg

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

                    @WW1983 sagte in jarvis - just another remarkable vis:

                    Komisch. Irgendwie funktioniert das nicht:

                    Versuch mal die 1.1.0-beta.17 und dann wie im Wiki (https://github.com/Zefau/ioBroker.jarvis/wiki/de-Settings#einstellung-theme-) beschrieben:

                    {
                       ... andere Einstellungen ...
                       "theme":{
                          "palette":{
                             "background":{
                                "default":"#f00"
                             }
                          }
                       }
                    }
                    

                    Also nicht mit Punkt, sondern als Objekt.

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

                    1 Reply Last reply
                    1
                    • w00dst0ckW w00dst0ck

                      @Zefau
                      Das kann ich heute Abend gerne nachreichen.
                      Bin noch unterwegs und auf dem Smartphone ist mir das zu mühsam. 😀

                      Kann es eigentlich sein, dass die Auswahl der Gewerke noch nicht komplett verfügbar ist? Mir werden im Dropdown-Menü viel weniger angezeigt als die im Wiki aufgelisteten.

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

                      @w00dst0ck sagte in jarvis - just another remarkable vis:

                      Kann es eigentlich sein, dass die Auswahl der Gewerke noch nicht komplett verfügbar ist? Mir werden im Dropdown-Menü viel weniger angezeigt als die im Wiki aufgelisteten.

                      Das Wiki bezieht sich bereits auf v1.1.x. Dort kommen einige neue Gewerke hinzu.

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

                      w00dst0ckW 1 Reply Last reply
                      0
                      • ZefauZ Zefau

                        @WW1983 sagte in jarvis - just another remarkable vis:

                        Hab einen Darstellungsfehler

                        Du nutzt da Safari, oder?

                        W Offline
                        W Offline
                        WW1983
                        wrote on last edited by
                        #535

                        @Zefau said in jarvis - just another remarkable vis:

                        @WW1983 sagte in jarvis - just another remarkable vis:

                        Hab einen Darstellungsfehler

                        Du nutzt da Safari, oder?

                        Hast du wegen dem Darstellungsfehler der Map vom Vacuum Cleaner schauen können?

                        1 Reply Last reply
                        0
                        • SWE1008S Offline
                          SWE1008S Offline
                          SWE1008
                          wrote on last edited by SWE1008
                          #536

                          @Zefau Ist es möglich die Größe der Icons von den Geräten zu ändern? Ich dachte es könnte über Icon Stil funktionieren. Habe da folgendes eingetragen:
                          {"0":{"color":"black","fontSize":"48"},"1":{"color":"red","fontSize":"48"},"2":{"color":"green","fontSize":"48"}}
                          Die Farbe ändert sich, die Größe leider nicht.
                          Oder ist das gar nicht vorgesehen?

                          Edit: Ich habe „px“ hinter den Zahlen vergessen. Es muss 48px heisen. Jetzt funktioniert es.

                          1 Reply Last reply
                          0
                          • ZefauZ Zefau

                            @dos1973 sagte in jarvis - just another remarkable vis:

                            Ich hoffe du meinst das.?
                            Es wird immer nur die halbe Breite angezeigt

                            Jo, das meinte ich. Ich hab jetzt mit 1.1.0-beta.16 die Einstellungen erweitern (https://github.com/Zefau/ioBroker.jarvis/issues/134). Du kannst nun selbst die maximalen Spalten je Bildschirmgröße definieren. Sofern mehr Spalten in der Layout-Konfiguration sind, werden diese bei der jeweilgen Layout-Größe umgebrochen.

                            e671b527-7463-40bf-b6b8-ba9fcff57bbd-image.png

                            D Offline
                            D Offline
                            dos1973
                            wrote on last edited by dos1973
                            #537

                            @Zefau
                            Ich weiss leider nicht wie ich Beta 16 installieren kann. Also was ich bei der „Katze“ als Link/ Adresse angeben soll. Ansonsten wird mir als letzte die 1.06 angeboten

                            Edit:
                            Hat sich wohl erledigt, habe einfach nochmals die aktuellste drüberinstalliert...

                            1 Reply Last reply
                            0
                            • SWE1008S Offline
                              SWE1008S Offline
                              SWE1008
                              wrote on last edited by
                              #538

                              @Zefau Ist es möglich die Anzeige wann ein Datenpunkt das letzte mal aktualisiert wurde, zu unterdrücken?

                              dslraserD ZefauZ 2 Replies Last reply
                              0
                              • SWE1008S SWE1008

                                @Zefau Ist es möglich die Anzeige wann ein Datenpunkt das letzte mal aktualisiert wurde, zu unterdrücken?

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

                                @SWeimar sagte in jarvis - just another remarkable vis:

                                @Zefau Ist es möglich die Anzeige wann ein Datenpunkt das letzte mal aktualisiert wurde, zu unterdrücken?

                                Würde ich z.Teil auch besser finden, da sich die Anzeigen sonst verschieben.

                                1 Reply Last reply
                                0
                                • SWE1008S SWE1008

                                  @Zefau Ist es möglich die Anzeige wann ein Datenpunkt das letzte mal aktualisiert wurde, zu unterdrücken?

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

                                  @SWeimar sagte in jarvis - just another remarkable vis:

                                  Ist es möglich die Anzeige wann ein Datenpunkt das letzte mal aktualisiert wurde, zu unterdrücken?

                                  @dslraser sagte in jarvis - just another remarkable vis:

                                  Würde ich z.Teil auch besser finden, da sich die Anzeigen sonst verschieben.

                                  Funktioniert mit v1.1.0-beta.18.

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

                                  1 Reply Last reply
                                  0
                                  • W WW1983

                                    @Zefau said in jarvis - just another remarkable vis:

                                    @WW1983 CustomHTML Modul, da es HTML ist und kein reines Image

                                    Hab einen Darstellungsfehler

                                    60D256F3-ADC2-4C7A-8C7F-2243059AC16E.png

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

                                    @WW1983 sagte in jarvis - just another remarkable vis:

                                    Hab einen Darstellungsfehler

                                    Ich kann es bei mir nicht nachstellen (iPad Air mit Safari). Wenn du das Widget "Map" raus nimmst, dann sieht es ganz normal aus? Also die Konfiguration des Widgets "Verschleiß" hat auf die fehlerhafte Anzeige keinen Einfluss?

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

                                    W ZefauZ 2 Replies Last reply
                                    0
                                    • ZefauZ Zefau

                                      @WW1983 sagte in jarvis - just another remarkable vis:

                                      Hab einen Darstellungsfehler

                                      Ich kann es bei mir nicht nachstellen (iPad Air mit Safari). Wenn du das Widget "Map" raus nimmst, dann sieht es ganz normal aus? Also die Konfiguration des Widgets "Verschleiß" hat auf die fehlerhafte Anzeige keinen Einfluss?

                                      W Offline
                                      W Offline
                                      WW1983
                                      wrote on last edited by
                                      #542

                                      @Zefau said in jarvis - just another remarkable vis:

                                      @WW1983 sagte in jarvis - just another remarkable vis:

                                      Hab einen Darstellungsfehler

                                      Ich kann es bei mir nicht nachstellen (iPad Air mit Safari). Wenn du das Widget "Map" raus nimmst, dann sieht es ganz normal aus? Also die Konfiguration des Widgets "Verschleiß" hat auf die fehlerhafte Anzeige keinen Einfluss?

                                      Ja genau. Das liegt tatsächlich an dem HTML Widget

                                      1 Reply Last reply
                                      0
                                      • ZefauZ Zefau

                                        @WW1983 sagte in jarvis - just another remarkable vis:

                                        Hab einen Darstellungsfehler

                                        Ich kann es bei mir nicht nachstellen (iPad Air mit Safari). Wenn du das Widget "Map" raus nimmst, dann sieht es ganz normal aus? Also die Konfiguration des Widgets "Verschleiß" hat auf die fehlerhafte Anzeige keinen Einfluss?

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

                                        @WW1983 sagte in jarvis - just another remarkable vis:

                                        Ja genau. Das liegt tatsächlich an dem HTML Widget

                                        Versuch nochmal mit v1.1.0-beta.19

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

                                        W 1 Reply Last reply
                                        0
                                        • ZefauZ Zefau

                                          @WW1983 sagte in jarvis - just another remarkable vis:

                                          Ja genau. Das liegt tatsächlich an dem HTML Widget

                                          Versuch nochmal mit v1.1.0-beta.19

                                          W Offline
                                          W Offline
                                          WW1983
                                          wrote on last edited by
                                          #544

                                          @Zefau said in jarvis - just another remarkable vis:

                                          @WW1983 sagte in jarvis - just another remarkable vis:

                                          Ja genau. Das liegt tatsächlich an dem HTML Widget

                                          Versuch nochmal mit v1.1.0-beta.19

                                          Leider noch nicht funktioniert
                                          2C8C7B3D-869B-4E7B-9CB2-8FC8C32BB4C4.png

                                          ZefauZ 2 Replies 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

                                          846

                                          Online

                                          32.4k

                                          Users

                                          81.5k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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