@cbrocker Moin
ich nutze in Grafana das Plug In JSON API. Damit kann dann mittels dem Simple API Adapter im ioBroker mir direkt Datenpunkte ohne sie in die Historie zu packen in Grafana anzeigen lassen. Funktioniert sehr gut.
NEWS
Best posts made by intruder7
-
RE: inflxudb kurze Speicherdauer einstellen
-
RE: [Vorlage] todoist.com To-Do-Listen Script für VIS
@haselchen
ersetze die Adresse in dem Skript durch die Neue dann sollte wieder alles gehenvar APIprojectsURL = "https://api.todoist.com/rest/v1/projects?token=" + APItoken; var APItaskURL = "https://api.todoist.com/rest/v1/tasks?token=" + APItoken;
-
RE: Sonos Script
@Andre-R
Probiere es mal so .....on({id: "zigbee.0.00158d00027d9e36.rotate_left", val: true }, function(obj) { // leiser 10% var volume_ist = parseInt(getState("sonos.0.root.192_168_178_9.volume").val);//volume/ setState("sonos.0.root.192_168_178_9.volume", volume_ist - Math.ceil(volume_ist/5)); log('Sonos Wohnzimmer leiser ' + getState("sonos.0.root.192_168_178_9.volume").val,'info'); }); on({ id: "zigbee.0.00158d00027d9e36.rotate_right", val: true }, function(obj) { // lauter 10% var volume_ist = parseInt(getState("sonos.0.root.192_168_178_9.volume").val); if (getState("sonos.0.root.192_168_178_9.muted").val === true) { setState("sonos.0.root.192_168_178_9.muted",false); // falls MUTE eingeschaltet war, MUTE ausschalten } setState("sonos.0.root.192_168_178_9.volume", volume_ist + Math.ceil(volume_ist/5)); log('Sonos Wohnzimmer lauter ' + getState("sonos.0.root.192_168_178_9.volume").val,'info'); });
-
RE: Alexa2 Adapter 3.13/3.14/3.15/3.16/3.17 (Beta)
@apollon77 die neuen preferences finde ich echt sinnvoll. Erspart mir einige Skriptzeilen.
Top
-
RE: Test Adapter Material Design Widgets v0.2.x
Hier mal ganz schnell mit dem Telegram Adapter getestet. Alles was ich an mein zuhause schicke wird dann angezeigt.
var instanz = 'javascript.0'; instanz = instanz + '.'; // Instanz fuer die Datenpunkte definieren var pfad = 'VIS.'; var AlertText = instanz + pfad + "Alerts.AlertText"; createState(AlertText, "", { type: 'string', name: '', read: true, write: true }); let Alert = []; on({id: 'telegram.0.communicate.request', change: 'any'}, function (obj) { var stateval = getState('telegram.0.communicate.request').val; // Statevalue in Variable schreiben var benutzer = stateval.substring(1,stateval.indexOf("]")); // Benutzer aus Statevalue extrahieren var befehl = stateval.substring(stateval.indexOf("]")+1,stateval.length); // Befehl/Text aus Statevalue extrahieren Alert.push({ text: befehl, backgroundColor: '', borderColor: 'darkred', icon: 'message-alert-outline', iconColor: 'darkred', fontColor: 'blue' }) setState(AlertText, JSON.stringify(Alert), true); Alert = [] });
-
RE: Hilfe bei Gardena API
danke euch.... bin jetzt tatsächlich schon soweit, dass ich die Mäherdaten auslesen kann. jetzt muss ich sie nur strukturiert ablegen.
-
RE: Photovoltaik - Hoymiles HM-1200 Balkonkraftwerk Daten
@sky bin auch erst letzte Septemberwoche wieder in Deutschland. Also ich würde dir dann gerne 2 abnehmen. Gib mir einfach Bescheid wie es für dich dann am besten ist.
Grüße -
RE: [!!! Das Project !!!] Einen Adapter bauen ist nicht schwer
@Dutchman ich bin gespannt wie Sau. Habe auch zwei drei größere Skripte die sich perfekt in einem Adapter machen würden. Mir fehlte bisher nur eine Anleitung für Anfänger.
Ich freu mich.... -
RE: [Vorlage] Generisches Fensteroffenskript + Vis
@qqolli leg doch bei alexa mehrere Geräte zusammen als Gruppe. Diese Gruppe taucht dann auch beim alexa adapter unter devices auf.
-
RE: Test Adapter deConz v2.0.x
@Steff75 die werden beim Löschen vom Adapter automatisch mit gelöscht
Latest posts made by intruder7
-
RE: [neuer Adapter] smartgarden adapter for Gardena smart system
@mcbirne okay, dann muss ich schauen... danke dir
-
RE: [neuer Adapter] smartgarden adapter for Gardena smart system
@jpgorganizer oder alle anderen....
Hat hier aktuell jemand auch Probleme mit dem Adapter? Seit einigen Tagen kann er bei mir keine Verbindung mehr aufbauen.
Error: request returned 429
kommt bei mir immer.
Habe keine Updates oder ähnliches gemacht. Einfach ausgestiegen. -
RE: jarvis v3.2.x - just another remarkable vis
@mcu sagte in jarvis v3.2.x - just another remarkable vis:
@intruder7 Pro hast du ja?
Mitscripts
kennst du Dich aus? Import-Variante usw.Probier mal
Funktioniert super
Danke dir
-
RE: jarvis v3.2.x - just another remarkable vis
@mcu
Layout"61641b4b-c88a-4a92-bfb4-c50de05c6d6a": { "id": "61641b4b-c88a-4a92-bfb4-c50de05c6d6a", "config": { "dense": false, "horizontal": false, "stacked": false, "filter": "(value, val) => val === val" }, "_created": 1720353565053, "module": "StateList", "items": [ { "type": "device", "deviceId": "c92d2c36-65be-4d54-900c-3a3b274a0ecd", "id": "915820e4-a97e-42b8-acc0-f6ea329eff42", "primaryStateKey": "Bewegungsmelder Offline", "bodyStateKey": "Bewegungsmelder Offline", "isInGroup": false, "label": "Offline", "showState": false }, { "type": "divider", "id": "286e6038-f400-4682-a693-f0460b4e6a66", "isInGroup": false }, { "type": "list", "id": "21064db1-a4b5-48a3-8783-dc84decba131", "isInGroup": false, "function": null, "tags": [ "alias", "Bewegungsmelder" ], "bodyStateKey": "NAME", "bodyElement": null, "primaryStateKey": "OCCUPANCY", "secondaryStatesConfig": { "useLabel": false, "useDeviceLabel": false, "hideEmpty": false, "useColor": true }, "showState": true, "sortBy": "value", "CustomTextBodyConfig": { "Battery": { "text": "dddd" }, "Name": { "text": "{Name}" } }, "secondaryStatesKeys": [ "BATTERY", "LETZTER KONTAKT" ], "actionElement": "IconState", "IconStateConfig": { "OCCUPANCY": { "iconTurnOn": "mdi-alert", "val": "value" } }, "sortDirection": "descending" } ], "title": "Bewegungsmelder", "revision": "22b65", "_updated": 1746381480136, "link": "http://192.168.100.17:8080/#/", "_copied": 1744394240219 },
<div class="box" style="grid-area: 1 / 4 / span 8 / span 5;"><div class="jarvis-widget-container jarvis-widget-container-61641b4b-c88a-4a92-bfb4-c50de05c6d6a paper"><!----><div class="q-card q-card--dark q-dark q-card--flat no-shadow jarvis-widget full-width full-height jarvis-widget-module-StateList jarvis-widget-61641b4b-c88a-4a92-bfb4-c50de05c6d6a"><!----><div class="q-item q-item-type row no-wrap q-item--dark jarvis-widget-header" role="listitem"><!----><div class="q-item__section column q-item__section--main justify-center"><div class="q-item__label text-h6 cursor-pointer">Bewegungsmelder</div></div></div><hr class="q-separator q-separator--horizontal q-separator--dark" aria-orientation="horizontal"><div class="q-card__section q-card__section--horiz row no-wrap jarvis-widget-content" style="overflow-y: auto;"><!----><div class="jarvis-widget-scaler full-width"><div data-v-89675fee="" class="q-list q-list--dark jarvis-StateList full-width" role="list" options="[object Object]" fullscreen="false" alignment="[object Object]" container-size="[object Object]" style="max-height: 386px;"><div data-v-253c8a3a="" data-v-89675fee="" class="q-item q-item-type row no-wrap q-item--dark q-item--clickable q-link cursor-pointer q-focusable q-hoverable jarvis-StateListItem" role="listitem" tabindex="0" v-ripple="true"><div class="q-focus-helper" tabindex="-1"></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--side justify-center q-item__section--avatar jarvis-StateListItem-Icon"><span data-v-253c8a3a="" class="jarvis-icon icon"><!----><span><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="mdi:toggle-switch-outline" style="vertical-align: text-bottom; color: rgb(25, 118, 210);" class="iconify icon-sm iconify--mdi"><path fill="currentColor" d="M17 6H7c-3.31 0-6 2.69-6 6s2.69 6 6 6h10c3.31 0 6-2.69 6-6s-2.69-6-6-6m0 10H7c-2.21 0-4-1.79-4-4s1.79-4 4-4h10c2.21 0 4 1.79 4 4s-1.79 4-4 4m0-7c-1.66 0-3 1.34-3 3s1.34 3 3 3s3-1.34 3-3s-1.34-3-3-3"></path></svg></span></span></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--main justify-center jarvis-StateListItem-Body"><div data-v-253c8a3a="" class="q-item__label">Offline</div><!----></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--side justify-center jarvis-StateListItem-Action"><div data-v-253c8a3a="" class="jarvis-StateListItem-Action-primaryStateKey"><!----><div data-v-253c8a3a=""><div><div class="q-toggle cursor-pointer no-outline row inline no-wrap items-center q-toggle--dark q-toggle--dense jarvis-SwitchAction" tabindex="0" role="switch" aria-checked="true"><div class="q-toggle__inner relative-position non-selectable q-toggle__inner--truthy text-primary" aria-hidden="true"><input class="hidden q-toggle__native absolute q-ma-none q-pa-none" type="checkbox"><div class="q-toggle__track"></div><div class="q-toggle__thumb absolute flex flex-center no-wrap"></div></div><span class="no-outline" tabindex="-1"></span></div></div></div></div><div data-v-253c8a3a="" class="jarvis-StateListItem-Action-secondaryStatesKeys"><!----></div></div></div><hr data-v-89675fee="" class="q-separator q-separator--horizontal q-separator--dark jarvis-StateListSeparator" aria-orientation="horizontal"><!----><div data-v-253c8a3a="" data-v-89675fee="" class="q-item q-item-type row no-wrap q-item--dark q-item--clickable q-link cursor-pointer q-focusable q-hoverable jarvis-StateListItem" role="listitem" tabindex="0" v-ripple="true"><div class="q-focus-helper" tabindex="-1"></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--side justify-center q-item__section--avatar jarvis-StateListItem-Icon"><span data-v-253c8a3a="" class="jarvis-icon icon"><!----><span><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="mdi:motion-detector" style="vertical-align: text-bottom; color: green;" class="iconify icon-sm iconify--mdi"><path fill="currentColor" d="M10 .2C9 .2 8.2 1 8.2 2S9 3.8 10 3.8S11.8 3 11.8 2S11 .2 10 .2m5.67.8A7.33 7.33 0 0 0 23 8.33V7a6 6 0 0 1-6-6zm2.66 0c0 2.58 2.09 4.67 4.67 4.67V4.33c-1.84 0-3.33-1.49-3.33-3.33zM21 1a2 2 0 0 0 2 2V1zM7.92 4.03c-.17 0-.34.03-.5.08L2 5.8V11h1.8V7.33l2.11-.66L2 22h1.8l2.87-8.11L9 17v5h1.8v-6.41l-2.49-4.54l.73-2.87L10.12 10H15V8.2h-3.62l-2-3.33c-.3-.5-.84-.84-1.46-.84"></path></svg></span></span></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--main justify-center jarvis-StateListItem-Body"><div data-v-253c8a3a="" class="q-item__label">Test</div><!----></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--side justify-center jarvis-StateListItem-Action"><div data-v-253c8a3a="" class="jarvis-StateListItem-Action-primaryStateKey"><div data-v-253c8a3a="" class="jarvis-State" style="margin: auto;"><div class="q-item__label text-wrap"><!----><!----><span class="jarvis-State-Value">aus</span></div></div><div data-v-253c8a3a="" style="margin-left: 8px;"><span class="jarvis-icon icon"><!----><span><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="mdi:power-off" style="vertical-align: middle;" class="iconify icon-sm iconify--mdi"><path fill="currentColor" d="M12 3a9 9 0 0 0-9 9a9 9 0 0 0 9 9a9 9 0 0 0 9-9a9 9 0 0 0-9-9m0 16a7 7 0 0 1-7-7a7 7 0 0 1 7-7a7 7 0 0 1 7 7a7 7 0 0 1-7 7"></path></svg></span></span></div></div><div data-v-253c8a3a="" class="jarvis-StateListItem-Action-secondaryStatesKeys"><div data-v-253c8a3a="" class="secondaryStatesKeys wrap" state-key="OCCUPANCY" state="[object Object]"><div class="q-list--dark secondaryStatesKey jarvis-secondaryStatesKey"><div class="jarvis-State q-item__label q-item__label--caption text-caption" style="margin: auto;"><div class="q-item__label text-wrap"><!----><!----><span class="jarvis-State-Value">50 %, </span></div></div></div><div class="q-list--dark secondaryStatesKey jarvis-secondaryStatesKey"><div class="jarvis-State q-item__label q-item__label--caption text-caption" style="margin: auto;"><div class="q-item__label text-wrap"><!----><!----><span class="jarvis-State-Value">2025-05-04 19:17:17</span></div></div></div></div></div></div></div><div data-v-253c8a3a="" data-v-89675fee="" class="q-item q-item-type row no-wrap q-item--dark q-item--clickable q-link cursor-pointer q-focusable q-hoverable jarvis-StateListItem" role="listitem" tabindex="0" v-ripple="true"><div class="q-focus-helper" tabindex="-1"></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--side justify-center q-item__section--avatar jarvis-StateListItem-Icon"><span data-v-253c8a3a="" class="jarvis-icon icon"><!----><span><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="mdi:motion-detector" style="vertical-align: text-bottom; color: green;" class="iconify icon-sm iconify--mdi"><path fill="currentColor" d="M10 .2C9 .2 8.2 1 8.2 2S9 3.8 10 3.8S11.8 3 11.8 2S11 .2 10 .2m5.67.8A7.33 7.33 0 0 0 23 8.33V7a6 6 0 0 1-6-6zm2.66 0c0 2.58 2.09 4.67 4.67 4.67V4.33c-1.84 0-3.33-1.49-3.33-3.33zM21 1a2 2 0 0 0 2 2V1zM7.92 4.03c-.17 0-.34.03-.5.08L2 5.8V11h1.8V7.33l2.11-.66L2 22h1.8l2.87-8.11L9 17v5h1.8v-6.41l-2.49-4.54l.73-2.87L10.12 10H15V8.2h-3.62l-2-3.33c-.3-.5-.84-.84-1.46-.84"></path></svg></span></span></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--main justify-center jarvis-StateListItem-Body"><div data-v-253c8a3a="" class="q-item__label">08 Offline</div><!----></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--side justify-center jarvis-StateListItem-Action"><div data-v-253c8a3a="" class="jarvis-StateListItem-Action-primaryStateKey"><div data-v-253c8a3a="" class="jarvis-State" style="margin: auto;"><div class="q-item__label text-wrap"><!----><!----><span class="jarvis-State-Value">aus</span></div></div><div data-v-253c8a3a="" style="margin-left: 8px;"><span class="jarvis-icon icon"><!----><span><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="mdi:power-off" style="vertical-align: middle;" class="iconify icon-sm iconify--mdi"><path fill="currentColor" d="M12 3a9 9 0 0 0-9 9a9 9 0 0 0 9 9a9 9 0 0 0 9-9a9 9 0 0 0-9-9m0 16a7 7 0 0 1-7-7a7 7 0 0 1 7-7a7 7 0 0 1 7 7a7 7 0 0 1-7 7"></path></svg></span></span></div></div><div data-v-253c8a3a="" class="jarvis-StateListItem-Action-secondaryStatesKeys"><div data-v-253c8a3a="" class="secondaryStatesKeys wrap" state-key="OCCUPANCY" state="[object Object]"><div class="q-list--dark secondaryStatesKey jarvis-secondaryStatesKey"><div class="jarvis-State q-item__label q-item__label--caption text-caption" style="margin: auto;"><div class="q-item__label text-wrap"><!----><!----><span class="jarvis-State-Value">50 %, </span></div></div></div><div class="q-list--dark secondaryStatesKey jarvis-secondaryStatesKey"><div class="jarvis-State q-item__label q-item__label--caption text-caption" style="margin: auto;"><div class="q-item__label text-wrap"><!----><!----><span class="jarvis-State-Value">2025-05-04 19:56:57</span></div></div></div></div></div></div></div><div data-v-253c8a3a="" data-v-89675fee="" class="q-item q-item-type row no-wrap q-item--dark q-item--clickable q-link cursor-pointer q-focusable q-hoverable jarvis-StateListItem" role="listitem" tabindex="0" v-ripple="true"><div class="q-focus-helper" tabindex="-1"></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--side justify-center q-item__section--avatar jarvis-StateListItem-Icon"><span data-v-253c8a3a="" class="jarvis-icon icon"><!----><span><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="mdi:motion-detector" style="vertical-align: text-bottom; color: green;" class="iconify icon-sm iconify--mdi"><path fill="currentColor" d="M10 .2C9 .2 8.2 1 8.2 2S9 3.8 10 3.8S11.8 3 11.8 2S11 .2 10 .2m5.67.8A7.33 7.33 0 0 0 23 8.33V7a6 6 0 0 1-6-6zm2.66 0c0 2.58 2.09 4.67 4.67 4.67V4.33c-1.84 0-3.33-1.49-3.33-3.33zM21 1a2 2 0 0 0 2 2V1zM7.92 4.03c-.17 0-.34.03-.5.08L2 5.8V11h1.8V7.33l2.11-.66L2 22h1.8l2.87-8.11L9 17v5h1.8v-6.41l-2.49-4.54l.73-2.87L10.12 10H15V8.2h-3.62l-2-3.33c-.3-.5-.84-.84-1.46-.84"></path></svg></span></span></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--main justify-center jarvis-StateListItem-Body"><div data-v-253c8a3a="" class="q-item__label">07 Flur</div><!----></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--side justify-center jarvis-StateListItem-Action"><div data-v-253c8a3a="" class="jarvis-StateListItem-Action-primaryStateKey"><div data-v-253c8a3a="" class="jarvis-State" style="margin: auto;"><div class="q-item__label text-wrap"><!----><!----><span class="jarvis-State-Value">aus</span></div></div><div data-v-253c8a3a="" style="margin-left: 8px;"><span class="jarvis-icon icon"><!----><span><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="mdi:power-off" style="vertical-align: middle;" class="iconify icon-sm iconify--mdi"><path fill="currentColor" d="M12 3a9 9 0 0 0-9 9a9 9 0 0 0 9 9a9 9 0 0 0 9-9a9 9 0 0 0-9-9m0 16a7 7 0 0 1-7-7a7 7 0 0 1 7-7a7 7 0 0 1 7 7a7 7 0 0 1-7 7"></path></svg></span></span></div></div><div data-v-253c8a3a="" class="jarvis-StateListItem-Action-secondaryStatesKeys"><div data-v-253c8a3a="" class="secondaryStatesKeys wrap" state-key="OCCUPANCY" state="[object Object]"><div class="q-list--dark secondaryStatesKey jarvis-secondaryStatesKey"><div class="jarvis-State q-item__label q-item__label--caption text-caption" style="margin: auto;"><div class="q-item__label text-wrap"><!----><!----><span class="jarvis-State-Value">100 %, </span></div></div></div><div class="q-list--dark secondaryStatesKey jarvis-secondaryStatesKey"><div class="jarvis-State q-item__label q-item__label--caption text-caption" style="margin: auto;"><div class="q-item__label text-wrap"><!----><!----><span class="jarvis-State-Value">2025-05-04 19:58:15</span></div></div></div></div></div></div></div><div data-v-253c8a3a="" data-v-89675fee="" class="q-item q-item-type row no-wrap q-item--dark q-item--clickable q-link cursor-pointer q-focusable q-hoverable jarvis-StateListItem" role="listitem" tabindex="0" v-ripple="true"><div class="q-focus-helper" tabindex="-1"></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--side justify-center q-item__section--avatar jarvis-StateListItem-Icon"><span data-v-253c8a3a="" class="jarvis-icon icon"><!----><span><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="mdi:motion-detector" style="vertical-align: text-bottom; color: green;" class="iconify icon-sm iconify--mdi"><path fill="currentColor" d="M10 .2C9 .2 8.2 1 8.2 2S9 3.8 10 3.8S11.8 3 11.8 2S11 .2 10 .2m5.67.8A7.33 7.33 0 0 0 23 8.33V7a6 6 0 0 1-6-6zm2.66 0c0 2.58 2.09 4.67 4.67 4.67V4.33c-1.84 0-3.33-1.49-3.33-3.33zM21 1a2 2 0 0 0 2 2V1zM7.92 4.03c-.17 0-.34.03-.5.08L2 5.8V11h1.8V7.33l2.11-.66L2 22h1.8l2.87-8.11L9 17v5h1.8v-6.41l-2.49-4.54l.73-2.87L10.12 10H15V8.2h-3.62l-2-3.33c-.3-.5-.84-.84-1.46-.84"></path></svg></span></span></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--main justify-center jarvis-StateListItem-Body"><div data-v-253c8a3a="" class="q-item__label">06 Flur</div><!----></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--side justify-center jarvis-StateListItem-Action"><div data-v-253c8a3a="" class="jarvis-StateListItem-Action-primaryStateKey"><div data-v-253c8a3a="" class="jarvis-State" style="margin: auto;"><div class="q-item__label text-wrap"><!----><!----><span class="jarvis-State-Value">aus</span></div></div><div data-v-253c8a3a="" style="margin-left: 8px;"><span class="jarvis-icon icon"><!----><span><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="mdi:power-off" style="vertical-align: middle;" class="iconify icon-sm iconify--mdi"><path fill="currentColor" d="M12 3a9 9 0 0 0-9 9a9 9 0 0 0 9 9a9 9 0 0 0 9-9a9 9 0 0 0-9-9m0 16a7 7 0 0 1-7-7a7 7 0 0 1 7-7a7 7 0 0 1 7 7a7 7 0 0 1-7 7"></path></svg></span></span></div></div><div data-v-253c8a3a="" class="jarvis-StateListItem-Action-secondaryStatesKeys"><div data-v-253c8a3a="" class="secondaryStatesKeys wrap" state-key="OCCUPANCY" state="[object Object]"><div class="q-list--dark secondaryStatesKey jarvis-secondaryStatesKey"><div class="jarvis-State q-item__label q-item__label--caption text-caption" style="margin: auto;"><div class="q-item__label text-wrap"><!----><!----><span class="jarvis-State-Value">100 %, </span></div></div></div><div class="q-list--dark secondaryStatesKey jarvis-secondaryStatesKey"><div class="jarvis-State q-item__label q-item__label--caption text-caption" style="margin: auto;"><div class="q-item__label text-wrap"><!----><!----><span class="jarvis-State-Value">2025-05-04 19:43:03</span></div></div></div></div></div></div></div><div data-v-253c8a3a="" data-v-89675fee="" class="q-item q-item-type row no-wrap q-item--dark q-item--clickable q-link cursor-pointer q-focusable q-hoverable jarvis-StateListItem" role="listitem" tabindex="0" v-ripple="true"><div class="q-focus-helper" tabindex="-1"></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--side justify-center q-item__section--avatar jarvis-StateListItem-Icon"><span data-v-253c8a3a="" class="jarvis-icon icon"><!----><span><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="mdi:motion-detector" style="vertical-align: text-bottom; color: green;" class="iconify icon-sm iconify--mdi"><path fill="currentColor" d="M10 .2C9 .2 8.2 1 8.2 2S9 3.8 10 3.8S11.8 3 11.8 2S11 .2 10 .2m5.67.8A7.33 7.33 0 0 0 23 8.33V7a6 6 0 0 1-6-6zm2.66 0c0 2.58 2.09 4.67 4.67 4.67V4.33c-1.84 0-3.33-1.49-3.33-3.33zM21 1a2 2 0 0 0 2 2V1zM7.92 4.03c-.17 0-.34.03-.5.08L2 5.8V11h1.8V7.33l2.11-.66L2 22h1.8l2.87-8.11L9 17v5h1.8v-6.41l-2.49-4.54l.73-2.87L10.12 10H15V8.2h-3.62l-2-3.33c-.3-.5-.84-.84-1.46-.84"></path></svg></span></span></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--main justify-center jarvis-StateListItem-Body"><div data-v-253c8a3a="" class="q-item__label">05 Wohnzimmer</div><!----></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--side justify-center jarvis-StateListItem-Action"><div data-v-253c8a3a="" class="jarvis-StateListItem-Action-primaryStateKey"><div data-v-253c8a3a="" class="jarvis-State" style="margin: auto;"><div class="q-item__label text-wrap" style=""><!----><!----><span class="jarvis-State-Value">aus</span></div></div><div data-v-253c8a3a="" style="margin-left: 8px;"><span class="jarvis-icon icon" style=""><!----><span><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="mdi:power-off" style="vertical-align: middle;" class="iconify icon-sm iconify--mdi"><path fill="currentColor" d="M12 3a9 9 0 0 0-9 9a9 9 0 0 0 9 9a9 9 0 0 0 9-9a9 9 0 0 0-9-9m0 16a7 7 0 0 1-7-7a7 7 0 0 1 7-7a7 7 0 0 1 7 7a7 7 0 0 1-7 7"></path></svg></span></span></div></div><div data-v-253c8a3a="" class="jarvis-StateListItem-Action-secondaryStatesKeys"><div data-v-253c8a3a="" class="secondaryStatesKeys wrap" state-key="OCCUPANCY" state="[object Object]"><div class="q-list--dark secondaryStatesKey jarvis-secondaryStatesKey"><div class="jarvis-State q-item__label q-item__label--caption text-caption" style="margin: auto;"><div class="q-item__label text-wrap"><!----><!----><span class="jarvis-State-Value">100 %, </span></div></div></div><div class="q-list--dark secondaryStatesKey jarvis-secondaryStatesKey"><div class="jarvis-State q-item__label q-item__label--caption text-caption" style="margin: auto;"><div class="q-item__label text-wrap"><!----><!----><span class="jarvis-State-Value">2025-05-04 19:56:36</span></div></div></div></div></div></div></div><div data-v-253c8a3a="" data-v-89675fee="" class="q-item q-item-type row no-wrap q-item--dark q-item--clickable q-link cursor-pointer q-focusable q-hoverable jarvis-StateListItem" role="listitem" tabindex="0" v-ripple="true"><div class="q-focus-helper" tabindex="-1"></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--side justify-center q-item__section--avatar jarvis-StateListItem-Icon"><span data-v-253c8a3a="" class="jarvis-icon icon"><!----><span><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="mdi:motion-detector" style="vertical-align: text-bottom; color: green;" class="iconify icon-sm iconify--mdi"><path fill="currentColor" d="M10 .2C9 .2 8.2 1 8.2 2S9 3.8 10 3.8S11.8 3 11.8 2S11 .2 10 .2m5.67.8A7.33 7.33 0 0 0 23 8.33V7a6 6 0 0 1-6-6zm2.66 0c0 2.58 2.09 4.67 4.67 4.67V4.33c-1.84 0-3.33-1.49-3.33-3.33zM21 1a2 2 0 0 0 2 2V1zM7.92 4.03c-.17 0-.34.03-.5.08L2 5.8V11h1.8V7.33l2.11-.66L2 22h1.8l2.87-8.11L9 17v5h1.8v-6.41l-2.49-4.54l.73-2.87L10.12 10H15V8.2h-3.62l-2-3.33c-.3-.5-.84-.84-1.46-.84"></path></svg></span></span></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--main justify-center jarvis-StateListItem-Body"><div data-v-253c8a3a="" class="q-item__label">Bewegungsmelder_04</div><!----></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--side justify-center jarvis-StateListItem-Action"><div data-v-253c8a3a="" class="jarvis-StateListItem-Action-primaryStateKey"><div data-v-253c8a3a="" class="jarvis-State" style="margin: auto;"><div class="q-item__label text-wrap"><!----><!----><span class="jarvis-State-Value">aus %</span></div></div><div data-v-253c8a3a="" style="margin-left: 8px;"><span class="jarvis-icon icon"><!----><span><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="mdi:power-off" style="vertical-align: middle;" class="iconify icon-sm iconify--mdi"><path fill="currentColor" d="M12 3a9 9 0 0 0-9 9a9 9 0 0 0 9 9a9 9 0 0 0 9-9a9 9 0 0 0-9-9m0 16a7 7 0 0 1-7-7a7 7 0 0 1 7-7a7 7 0 0 1 7 7a7 7 0 0 1-7 7"></path></svg></span></span></div></div><div data-v-253c8a3a="" class="jarvis-StateListItem-Action-secondaryStatesKeys"><div data-v-253c8a3a="" class="secondaryStatesKeys wrap" state-key="OCCUPANCY" state="[object Object]"><div class="q-list--dark secondaryStatesKey jarvis-secondaryStatesKey"><div class="jarvis-State q-item__label q-item__label--caption text-caption" style="margin: auto;"><div class="q-item__label text-wrap"><!----><!----><span class="jarvis-State-Value">74 %, </span></div></div></div><div class="q-list--dark secondaryStatesKey jarvis-secondaryStatesKey"><div class="jarvis-State q-item__label q-item__label--caption text-caption" style="margin: auto;"><div class="q-item__label text-wrap"><!----><!----><span class="jarvis-State-Value">2025-04-21 22:27:59</span></div></div></div></div></div></div></div><div data-v-253c8a3a="" data-v-89675fee="" class="q-item q-item-type row no-wrap q-item--dark q-item--clickable q-link cursor-pointer q-focusable q-hoverable jarvis-StateListItem" role="listitem" tabindex="0" v-ripple="true"><div class="q-focus-helper" tabindex="-1"></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--side justify-center q-item__section--avatar jarvis-StateListItem-Icon"><span data-v-253c8a3a="" class="jarvis-icon icon"><!----><span><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="mdi:motion-detector" style="vertical-align: text-bottom; color: green;" class="iconify icon-sm iconify--mdi"><path fill="currentColor" d="M10 .2C9 .2 8.2 1 8.2 2S9 3.8 10 3.8S11.8 3 11.8 2S11 .2 10 .2m5.67.8A7.33 7.33 0 0 0 23 8.33V7a6 6 0 0 1-6-6zm2.66 0c0 2.58 2.09 4.67 4.67 4.67V4.33c-1.84 0-3.33-1.49-3.33-3.33zM21 1a2 2 0 0 0 2 2V1zM7.92 4.03c-.17 0-.34.03-.5.08L2 5.8V11h1.8V7.33l2.11-.66L2 22h1.8l2.87-8.11L9 17v5h1.8v-6.41l-2.49-4.54l.73-2.87L10.12 10H15V8.2h-3.62l-2-3.33c-.3-.5-.84-.84-1.46-.84"></path></svg></span></span></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--main justify-center jarvis-StateListItem-Body"><div data-v-253c8a3a="" class="q-item__label">Bewegungsmelder_03</div><!----></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--side justify-center jarvis-StateListItem-Action"><div data-v-253c8a3a="" class="jarvis-StateListItem-Action-primaryStateKey"><div data-v-253c8a3a="" class="jarvis-State" style="margin: auto;"><div class="q-item__label text-wrap"><!----><!----><span class="jarvis-State-Value">aus</span></div></div><div data-v-253c8a3a="" style="margin-left: 8px;"><span class="jarvis-icon icon"><!----><span><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="mdi:power-off" style="vertical-align: middle;" class="iconify icon-sm iconify--mdi"><path fill="currentColor" d="M12 3a9 9 0 0 0-9 9a9 9 0 0 0 9 9a9 9 0 0 0 9-9a9 9 0 0 0-9-9m0 16a7 7 0 0 1-7-7a7 7 0 0 1 7-7a7 7 0 0 1 7 7a7 7 0 0 1-7 7"></path></svg></span></span></div></div><div data-v-253c8a3a="" class="jarvis-StateListItem-Action-secondaryStatesKeys"><div data-v-253c8a3a="" class="secondaryStatesKeys wrap" state-key="OCCUPANCY" state="[object Object]"><div class="q-list--dark secondaryStatesKey jarvis-secondaryStatesKey"><div class="jarvis-State q-item__label q-item__label--caption text-caption" style="margin: auto;"><div class="q-item__label text-wrap"><!----><!----><span class="jarvis-State-Value">94 %, </span></div></div></div><div class="q-list--dark secondaryStatesKey jarvis-secondaryStatesKey"><div class="jarvis-State q-item__label q-item__label--caption text-caption" style="margin: auto;"><div class="q-item__label text-wrap"><!----><!----><span class="jarvis-State-Value">2025-05-04 19:09:30</span></div></div></div></div></div></div></div><div data-v-253c8a3a="" data-v-89675fee="" class="q-item q-item-type row no-wrap q-item--dark q-item--clickable q-link cursor-pointer q-focusable q-hoverable jarvis-StateListItem" role="listitem" tabindex="0" v-ripple="true"><div class="q-focus-helper" tabindex="-1"></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--side justify-center q-item__section--avatar jarvis-StateListItem-Icon"><span data-v-253c8a3a="" class="jarvis-icon icon"><!----><span><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="mdi:motion-detector" style="vertical-align: text-bottom; color: green;" class="iconify icon-sm iconify--mdi"><path fill="currentColor" d="M10 .2C9 .2 8.2 1 8.2 2S9 3.8 10 3.8S11.8 3 11.8 2S11 .2 10 .2m5.67.8A7.33 7.33 0 0 0 23 8.33V7a6 6 0 0 1-6-6zm2.66 0c0 2.58 2.09 4.67 4.67 4.67V4.33c-1.84 0-3.33-1.49-3.33-3.33zM21 1a2 2 0 0 0 2 2V1zM7.92 4.03c-.17 0-.34.03-.5.08L2 5.8V11h1.8V7.33l2.11-.66L2 22h1.8l2.87-8.11L9 17v5h1.8v-6.41l-2.49-4.54l.73-2.87L10.12 10H15V8.2h-3.62l-2-3.33c-.3-.5-.84-.84-1.46-.84"></path></svg></span></span></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--main justify-center jarvis-StateListItem-Body"><div data-v-253c8a3a="" class="q-item__label">Bewegungsmelder_02</div><!----></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--side justify-center jarvis-StateListItem-Action"><div data-v-253c8a3a="" class="jarvis-StateListItem-Action-primaryStateKey"><div data-v-253c8a3a="" class="jarvis-State" style="margin: auto;"><div class="q-item__label text-wrap"><!----><!----><span class="jarvis-State-Value">aus</span></div></div><div data-v-253c8a3a="" style="margin-left: 8px;"><span class="jarvis-icon icon"><!----><span><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="mdi:power-off" style="vertical-align: middle;" class="iconify icon-sm iconify--mdi"><path fill="currentColor" d="M12 3a9 9 0 0 0-9 9a9 9 0 0 0 9 9a9 9 0 0 0 9-9a9 9 0 0 0-9-9m0 16a7 7 0 0 1-7-7a7 7 0 0 1 7-7a7 7 0 0 1 7 7a7 7 0 0 1-7 7"></path></svg></span></span></div></div><div data-v-253c8a3a="" class="jarvis-StateListItem-Action-secondaryStatesKeys"><div data-v-253c8a3a="" class="secondaryStatesKeys wrap" state-key="OCCUPANCY" state="[object Object]"><div class="q-list--dark secondaryStatesKey jarvis-secondaryStatesKey"><div class="jarvis-State q-item__label q-item__label--caption text-caption" style="margin: auto;"><div class="q-item__label text-wrap"><!----><!----><span class="jarvis-State-Value">100 %, </span></div></div></div><div class="q-list--dark secondaryStatesKey jarvis-secondaryStatesKey"><div class="jarvis-State q-item__label q-item__label--caption text-caption" style="margin: auto;"><div class="q-item__label text-wrap"><!----><!----><span class="jarvis-State-Value">2024-06-14 09:34:24</span></div></div></div></div></div></div></div><div data-v-253c8a3a="" data-v-89675fee="" class="q-item q-item-type row no-wrap q-item--dark q-item--clickable q-link cursor-pointer q-focusable q-hoverable jarvis-StateListItem" role="listitem" tabindex="0" v-ripple="true"><div class="q-focus-helper" tabindex="-1"></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--side justify-center q-item__section--avatar jarvis-StateListItem-Icon"><span data-v-253c8a3a="" class="jarvis-icon icon"><!----><span><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="mdi:motion-detector" style="vertical-align: text-bottom; color: green;" class="iconify icon-sm iconify--mdi"><path fill="currentColor" d="M10 .2C9 .2 8.2 1 8.2 2S9 3.8 10 3.8S11.8 3 11.8 2S11 .2 10 .2m5.67.8A7.33 7.33 0 0 0 23 8.33V7a6 6 0 0 1-6-6zm2.66 0c0 2.58 2.09 4.67 4.67 4.67V4.33c-1.84 0-3.33-1.49-3.33-3.33zM21 1a2 2 0 0 0 2 2V1zM7.92 4.03c-.17 0-.34.03-.5.08L2 5.8V11h1.8V7.33l2.11-.66L2 22h1.8l2.87-8.11L9 17v5h1.8v-6.41l-2.49-4.54l.73-2.87L10.12 10H15V8.2h-3.62l-2-3.33c-.3-.5-.84-.84-1.46-.84"></path></svg></span></span></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--main justify-center jarvis-StateListItem-Body"><div data-v-253c8a3a="" class="q-item__label">Bewegungsmelder_01</div><!----></div><div data-v-253c8a3a="" class="q-item__section column q-item__section--side justify-center jarvis-StateListItem-Action"><div data-v-253c8a3a="" class="jarvis-StateListItem-Action-primaryStateKey"><div data-v-253c8a3a="" class="jarvis-State" style="margin: auto;"><div class="q-item__label text-wrap"><!----><!----><span class="jarvis-State-Value">aus</span></div></div><div data-v-253c8a3a="" style="margin-left: 8px;"><span class="jarvis-icon icon"><!----><span><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="mdi:power-off" style="vertical-align: middle;" class="iconify icon-sm iconify--mdi"><path fill="currentColor" d="M12 3a9 9 0 0 0-9 9a9 9 0 0 0 9 9a9 9 0 0 0 9-9a9 9 0 0 0-9-9m0 16a7 7 0 0 1-7-7a7 7 0 0 1 7-7a7 7 0 0 1 7 7a7 7 0 0 1-7 7"></path></svg></span></span></div></div><div data-v-253c8a3a="" class="jarvis-StateListItem-Action-secondaryStatesKeys"><div data-v-253c8a3a="" class="secondaryStatesKeys wrap" state-key="OCCUPANCY" state="[object Object]"><div class="q-list--dark secondaryStatesKey jarvis-secondaryStatesKey"><div class="jarvis-State q-item__label q-item__label--caption text-caption" style="margin: auto;"><div class="q-item__label text-wrap"><!----><!----><span class="jarvis-State-Value">87 %, </span></div></div></div><div class="q-list--dark secondaryStatesKey jarvis-secondaryStatesKey"><div class="jarvis-State q-item__label q-item__label--caption text-caption" style="margin: auto;"><div class="q-item__label text-wrap"><!----><!----><span class="jarvis-State-Value">2024-06-11 18:54:40</span></div></div></div></div></div></div></div></div></div></div></div></div></div>
-
RE: jarvis v3.2.x - just another remarkable vis
@mcu Hmm, das ist doof. Dann werde ich lieber auf die andere Variante zurückgreifen wo ich mir in einer Extraliste nur die mit true anzeigen lasse. Der Filter funktioniert zumindest.
Trotzdem Danke dir. -
RE: jarvis v3.2.x - just another remarkable vis
@mcu du meinst, wie in meinem Fall dann nur Occupancy?
-
RE: jarvis v3.2.x - just another remarkable vis
@mcu ja genau, wenn du nur die Richtung änderst wirkt sich das auf den Name aus
-
RE: jarvis v3.2.x - just another remarkable vis
@mcu funktioniert dein Skript über das ganze StateList Widget ? Oder nur innerhalb der dynamischen Liste. Ich habe in dem Widget noch ein Gerät ganz oben mir Divider der mir die Offline Geräte wegschaltet.