I have a strange problem on iOS where if I call the browser_mod.popup service with a double_tap_action it will instead overwrite the tap_action and the popup will appear on single tap. On my computer if I click the button with my mouse the double tap action works as it should.
having only recently started using Browser-mod, I had been extremely happy using it to have all my tts intercom announcements played on my iPhone. Ive set that up using the following config:
and that worked fine until, well, I donāt really know. Had a few other issues, and then suddenly realized I hadnāt heard my messages over the iPhone anymore. searched for the device_id in the states and it was gone. Apparently, somehow my device_id had changed into another, and I was able to find it with the browser debug service .
Why would the device_id have changed? There hasnt been an update to the iPhone app lately, nor has an iOS update taken place.
would appreciate any pointers in this matter.
not really no. I think.
My chrome-mac combination has stayed the same, using the exact same address and network. My Rpiās have a fixed IP address on the router.
btw are you saying that it would make a difference for the browser-mod ID if one connects over another wifi network (I have a few in the houseā¦)?
Not the network, but the URL youāre connecting to. Some people use like hassio.local at home and mydomain.duckdns.org away. That would give two different ids.
In your case, it could just be your browsers cache resetting for some reason. Iād imagine an iphone would do that from time to timeā¦
ah ok, thanks, I didnāt realize that.
well, I indeed forced a few āReset Frontend cachesā because Iām debugging error floods between custom header and card-modā¦ and the browser behaving unexpectedly, see Custom Header
so that might have caused the browser-id to have changedā¦
thing is, it could be related, hence my cross post here, wouldnāt have dared if I would have been sure it wasnāt related of course.
reloading the cache (which is very much related to this thread apparently, my browser_id just got reset once more unfortunately) is needed in the other issue to show the frontend correctly, until the error mentioned in the link hits againā¦
maybe these issues are symptoms of another issue, the constant disconnects I see pop up. donāt know which causes which. only thing I see in the home assistant log is endless amounts of:
Is it possible (and if so, how) to have multiple cards display in a popup? For example, I have four sensors each displayed in their own mini-graph-card. Iād like to have the four of their graphs stacked top to bottom in a popup. I currently can only get one to show up:
That was it, man, I swear I tried everything but a vertical stack card. Thank you; sometimes itās the simplest solution that gets over looked the most.
Thank you very much for this mod @thomasloven ! Love it so far.
Just one question:
Iām using Fully Kiosk browser on an android tablet and would like to turn off the screen (light.tablet) 5 minutes after no interaction on the device. Havenāt found which trigger I need to use to get it done.
Could you please help?
First-things-first, thanks for this wonderful plugin! I realy love it, but I have a little problem with camera.
Iām using Hass.io with browser_mod on a Huawei tablet Fully (PLUS) with enabled camera access, javascript frontend, and almost everything what i can enable. In the HA configuration.yaml:
In the HA log, browser terminal there is no error, and I can reach every other sensor, binary sensor from this device. Even motion detection!
I have several other generic cameras and those are configured and present in system. Only the camera.my_terminal_device is not showing.
Of course Iāve rebooting the Hass.io and the tablet after every change.
In the Fully, (or even in Chrome) the HomeAssistant website is not asking permission for the webcam and/or the microphone. I use it on http.
What am I missing, what I can do to access camera?