Hmmm, that will take my browsers current tab (non-HA) and automatically change the view over to the HA one? I just want to make sure I am reading this correctly.
EDIT: It changes the view/path of that tab, but the browser will not just switch to that tab. Just tested this. Would be pretty neat if you could. This way if you were working in another tab and an event you were interested in took place, the tab would switch to the HA one and youād get instant view of what you wanted to see.
No. That only works from the backend where data_template is supported. So youād have to put that service call in a script and trigger that from the frontend, using deviceID: this.
@thomasloven
Unfortunately I for some reason canāt get this to work for pulling up the calling deviceID. The script starts to run the close_popup and the window closes but the popup for the new window never runs. If I were to add the data_template and deviceID: ā{{ deviceID }}ā to the close_popup it also doesnāt run. Any idea what I might be able to try to get this to work? Soon as that variable from ā-thisā to deviceID ā{{ deviceID }}ā is included it doesnāt seem to work.
Is there a way to ignore or disable devices? For example, I have HA installed on my kidsā iPhones for presence detection and so they they can get in the house when no one else is home. I donāt really need any of the browser_mod functions for their phones.
Browser_mod only works while you are displaying the normal Home Assistant interface.
It might work if you display hadashboard in a panel iframe, but Iām not sureā¦
Any plan to support HaDashboard in the future? Is it possible? If not, do you have any suggestion / idea how to get information from the tablet, such as the motion notification etc?
Was working perfectly on two wall tablet I have Samsung / nvidia shield, fully kiosk
This morning though sensors are unavailable until I woke them up, REST commands are still running as Iām in process of changing over and they are pulling the correct battery reading throughout the night, I need the battery to read all the time as this determines the charger on status.
Are there any tips to keep the tablet alive for browser mod ? I have checked all settings for sleeping and keep wirless alive, turn off Doze etcā¦
Iām trying to get my head around everything here and apologies if this has been answered above. I have successfully set up my phone as a device and I can send TTS from my computer to my phone. My question is, can the RPI hosting HA act as a device? If it can, where can I obtain the deviceID for the RPI please?
Is it possible to disable logging/tracking of motion by adding motion: false to the config? I have a tablet kiosk that is in a very high traffic area and I donāt really need browser_mod to track the motion. I just use the FK app itself to turn off the screen.