Iām running 99.2 hass.io on Raspbian. /config/custom_components/browser_mod/ contains the files, and configuration.yaml has ābrowser_mod:ā entry. No config errors and multiple restarts, but there is no trace of browser_mod (in log, in states, or in services). Quite silly. I have other custom components in the same folder that are being found and started.
There is only a single js file in custom_components/browser_mod/ and that should go in <your config dir>/custom_components/browser_mod/ as per the instructions.
The other stuff is source files for building the integration.
Next question: Is it possible to have any other card than entity? I want the live video stream to popup not the iconā¦ pictury-entity was not allowed, nor picture-glance.
I just started using this component, replacing the old fully kiosk component.
I still use a tablet with fully kiosk browser for this.
I have the same problem, the entities keep becoming āunavailableā.
Does anyone know a solution to this? It did not happen with the old component.
And does your device still react to changes in Home Assistant? I.e. if you turn on a light or something from somewhere else, will it change to on on your device without becoming āavailableā?
My panel is locked down to one view at the moment that simply displays some information based on sensors. Iām more than happy to do some extensive testing but it will take some extra time to set up.
What I can tell you now is that, no it does not seem to respond to changes until the motion detection kicks it back into life (that is, currently the Fully Kiosk motion detection, not using browser-mod). At that point it refreshes the screen which includes a picture-element that is simply based on sensor.time.
Interestingly (and maybe unconnected or maybe some useful info?) it usually refreshes all the displayed info to a time that is about 10 or so minutes later than that which it was displaying, before refreshing itself again to reflect the current time and sensor states. If that sounds like it might be useful information, I hope that makes sense!
The browser_mod service is definitely installed and functioning. I can for, example blackout the screen by calling browser_mod.command from /developer-tools/service.
Unfortunately, I have been completely unable to get it to work via lovelace or script. I am clearly doing something wrongā¦ I have spent over 2 hours reading the instructions, reading through this discussion, and I still have been unsuccessful. I think it is time to ask for help.
I installed browser_mod via Community Store.
I added browser_mod: to my configuration.yaml. (I tried both with and without defining devices:.)
I have tried it as a script, and tried calling it both from a lovelace button-card and from Developer Tools > Services. (I have tried both with and without defining a deviceID.