NEWS
Test Adapter lovelace v1.2.x
-
Das ist ja noch komfortabel ^^.
Kinder krank, Frau krank, Katze krank.
Somit hab ich Urlaub um alle zu umsorgen ^^.
Was aber, hoffentlich ohne dass es komisch klingt, auch mal schön ist.
Sich als Vater um die anderen alle zu kommen. -
Überhaupt nicht!
-
@david-g
Ich habe mit dir Card angesehen und muss zugeben, dass ich dafür nicht genug Kenne habe.
Keine Ahnung welchen Befehl ich da eintragen müsste.
Trotzdem danke. -
@m1r0o
Warum? Du musst die Karte runterladen und hinzufügen (Dann irgendwo als tap_action dann den Befehl ausführen, hier als Beispiel mit einem Button, der irgendwo drin ist:
- type: button icon: mdi:reload tap_action: action: fire-dom-event browser_mod: command: lovelace_reload
Das lädt die lovelace_konfiguration neu. Wenn du wirklich alles neu laden willst (wobei der cache dabei immer noch dazwischen funken kann), dann statt
lovelace_reload
window_reload
nehmen. -
@garfonso
Das wäre perfekt. Danke. Ich wusste nur nicht, welchen Code ich eintragen muss. Ich probiere es morgen aus- THX! -
@garfonso ![Bildschirmfoto 2022-01-29 um 18.55.32.png]
Irgendwas mache ich falsch.
Karte heruntergeladen, browser_mod.js aus der ZIP in eigene Entitäten, wie folgt eingetragen:
Wo ist der Fehler?
In Git steht etwas von:
service: browser_mod.lovelace_reload
Danke vorab.
-
Hast du den Adapter neu gestartet?
Oder ggf. gibt es dort die .js Datei direkt zum Download - nicht im .zip !? -
@nukleuz
Neu gestartet habe ich. Die notwendige Datei ist nicht ohne download des zip.Containers möglich.
Danke -
Hast die js aber aus dem zip rauskommen und hochgeladen?
Braucht die Karte mehrere Dateien?
Copy the contents of custom_components/browser_mod/ to <your config dir>/custom_components/browser_mod/.
-
@david-g sagte in Test Adapter lovelace v1.2.x:
Hast die js aber aus dem zip rauskommen und hochgeladen?
Braucht die Karte mehrere Dateien?
Copy the contents of custom_components/browser_mod/ to <your config dir>/custom_components/browser_mod/.
ZIP entpackt und browser_mod eingefügt.
Ob weitere Datien benötigt werden: Kann sein. Aber welche und vor allem wohin? -
Hallo,
nutz jemand die Home_mod Funktion mit Device?Ich versuche schon lange per script auf einem Anzeigegerät die Views zu wechseln.
Bis jetzt kann ich nur die lovelace.0.control.instance pro Gerät feststellen, leider reagiert die Anzeige auf keine lovelace.0.control.command wie changeView.Leider wird mir bei den Objecten auch keine aktuell Ausgewählten views oder Instancen angezeigt.
Danke
VG -
Ich glaube …tools oder ähnlich sind da noch drin
-
@nukleuz
Das ist so, aber ich habe keine Ahnung, wo die hin müssen -
Auch zu den Cards hochladen
-
-
@schienw said in Test Adapter lovelace v1.2.x:
nutz jemand die Home_mod Funktion mit Device?
Was ist das? Hast du einen Link?
Ansonsten gibt es aktuell keinen Weg den View vom ioBroker aus zu ändern.
Meine Versuche das mit browser_mod hinzubekommen sind bisher nicht erfolgreich... da fehlt noch irgendwas im Adapter, aber ich habe noch nicht verstanden was.
-
@garfonso said in Test Adapter lovelace v1.2.x:
Home_mod Funktion mit Device
https://github.com/thomasloven/hass-browser_mod
hier steht:
Example uses
Make the camera feed from your front door pop up on the tablet in your kitchen when someone rings the doorbell.
Have a message pop up on every screen in the house when it's bedtime.
Make the browser on your workstation switch to a specific tab when the kitchen light is on after midnight
Play a TTS message on your work computer when the traffic sensor tells you it's time to go home.
Display a full screen clock on your screen if no one's touched it for five minutes
For more usage examples, see the cookbook. -
und noch dies:
Devices
The most important concept of browser_mod is the device.A device is a machine-browser combination identified by a unique deviceID. The deviceID is randomly generated and may look like ded3b4dc-abedd098.
Chrome on your desktop and Chrome on your laptop are two different devices.
Chrome on your laptop and Safari on your laptop are two different devices.
Two tabs in Firefox on the same computer is one device.
Two windows in Edge on the same computer is one device.
In the two latter cases, the last loaded tab/window will be the active one.Note: Incognito mode will generate a new deviceID and thus a new device every time it's started.
-
Schau mal ins Kochbuch - da ist ein Beispiel:
https://github.com/thomasloven/hass-browser_mod/wiki/Cookbook
Würde mich auch interessieren
-
@nukleuz
wüsste nicht, wo ich das eintragen sollte.Unter VIS mache ich es so:
setState("vis.0.control.data","Wetter");wie und wo kann ich solch ein Scipt im ioBroker eingeben?
test_popup:
sequence:
- service: browser_mod.popup
data_template:
deviceID: "{{ deviceID }}"
title: Testing script
card:
type: entities
entities:
- light.bed_light