Hello. Iāve installed via HAC, added browser_mod:
to my config, and restarted HA, but Iām not getting any new media_player entities. Iām running Chrome browser on a win 10 machine. Am I missing something?
Oops. I forgot that one.
I was sure I added it, but while writing the documentation I accidentally rm -rf
ed the whole projectā¦ and apparently I forgot to add that back the second timeā¦
Will fix. Browser-commander is deprecated.
Make sure you have cleared your cache: https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins#clearing-cache
lovelace-reload
has been reintroduced.
out with the oldā¦in with the new
browser-commander
was ground breaking, but browser-mod
is ground shaking Thanks for all the time and effort!!!
Okayā¦this was the last piece of the puzzle to have a totally navigation free wall mount interfaceā¦a full screen clock popup
that opens and auto-closes via motion detected in room. Thanks! (again) @thomaslovenā¦ clock screensaver code
I am soooā¦ lost. I have been trying to test by posting JSON to the browser_mod.command service with no luckā¦ I just want to get something to happen prior to building out automations. Am I even close?
service_data:
command: popup
title: Popup example
card:
- entity: camera.front_door
name: Frontdoor
show_state: false
title: Frontdoor
type: picture-entity
deviceID:
- 63677d42_8f462a81
- DeviceID should be just the deviceID of the browser, not the entity_id of the mediaPlayer.
- Thereās a difference between
popup
andclose-popup
.
There is no need for service_data when you are calling a service from the dev panel.
{
"command": "popup",
"title": "Popup example",
"card": {
"entity": "camera.front_door",
"type": "picture-entity"
},
"deviceID": ["63677d42-8f462a81"]
}
Hi Thomas, cannot find in the installation instructions how to get the browser ID, can you please document it for us ?
As well can see a JS folder on GitHub, what we suppose to do with it?
Thanks a lot.
Is there any way to make it work on android chrome browser?
Thank You
Oh ok. Could you tell me how to check what id is my phone as i have uniqeids only without any description please? Thank You
The directions are very detailed and in the docs provided by Thomas. After installing, you need to add the player to a view and the I.D. will show.
Thank you.
Yep, I tried it that way as well and still no Joyā¦
Make sure you have cleared your cache, start with no deviceID, and start with a simpler command, like blackout
or navigate
. Does the media player for the browser show up in your entities list?
Yes, the media player shows up. Thatās how i got the device_ID.
also nothing in the logsā¦
That works for me:
{
"command": "popup",
"title": "Popup example",
"card": {
"entity": "camera.front",
"type": "picture-entity",
"camera_view": "live"
},
"deviceID": [
"67e7aca5-59360939"
]
}