I really loved the popup-cards, this mod seems to be even better though it misses a few thing for me. First the ability to have all stuff on a separate file (e.g. currently I have the popup config in a separate file). To my knowledge anchors donāt work on multiple files.
Second is, when used in conjuction with deep-press nothing happens. The deep-press triggers but no popup shows. (It does work when turning deep-press off).
For me it makes this virtually useless as I use deep-press everywhere. I also tried it with the script example from your docs. The script gets executed but nothing happens (I even tried setting the device-id to the one I use instead of āthisā).
I hope someday this works, as I love your mods. They are great and I donāt like to rely on deprecated addons .
Ah yes that is a fairly good method. Though I had all popup cards in a single file. But this can serve my needs.
The thing is, if you use deep-press (lovelace mod) with popup cards it will work as you just call up a more info window (replaced by the popup card ofc). It seems for some reason that when you do an actual service-call that it will not trigger. It probably has to do with that deep-press mod and itās ability to fade in/out cards.
I will ask the dev of deep-press if he knows what might be the problem. Thank you for your response @thomasloven
Thank you for your fast response Thomas,
Right now I have these 4 buttons associated to 4 Input Boolean and 4 conditional Cards (Card X) associated to the condition of the 4 input_boolean. If I press Button1 Card 1 is shown and the other three are hidden, if I press Button 2 card 2 is shown ā¦
The problem is that if I push one of the button I am changing the interface in all the opened devices, and I want that they work in a separate way (i.e. my laptop is showing card 1 and my phone is showing card 2)
I think that being able to know (and store in a variable) the device it was activated from, I can make a conditional card based on this variable. Maybe there exists a way to make this thing easier, but is the only solution Iāve just found right now.
sure, thanks for chiming in.
I am aware of that, and that the computers might not need it. Itās more that us humans need it would be very nice to be able to distinguish if one has the latest version (check a version number) or has to dl a new version.
That being said, Iāve now set it to the above, release 6, so guess the next version 7 will be unique enough for the computerā¦
If i do in this way i get only the first name āSpotā in the Popup, and if i use the two cards as list i get error with no type card configured. More, why the popup shows only the second card name and not the first one?
I have enabled the following in FullyKiosk settings
Advanced Web Settings > javascript interface
Web Content Settings > Webcam Access
I have restarted FullyKiosk and rebooted the Fire too. Maybe I am stuck on āclearing the cacheā. I have done that from FullyKiosk on the tablets, restarted but never got the prompt from Fully to access my camera. Is there some other setting I need to enable ?
Hi @thomasloven, is there any way to know my actual device, to send a tts in the media_player created for that device? Do you understand what I try to do?
Thanks for this great component!
Yeah, I understand thatā¦ But, is it an āeasy wayā to call a service with that specific media_player, depending of the device where I push a button, for example?
Yes. Itās described how to do this in the Services section of the readme, and several of the examples show the method with description.
Thereās also an example in the cookbook (also linked from the readme).