I am using the fully kiosk integration, so i have 4 tablets configured. I have a rest call to play a sound on the tablets. Since I have 4 tablets currently and possibly more in the future, the rest call takes in the ip/hostname of the tablet to send the rest call to.
My question is, is it possible through HA to pass that ip or hostname? I have an automation when the door bell rings I would like all the tablets to play the sound, so by doing a group i don’t know how to programmatically in the automation (or yaml) to pass the ip addresses of all the devices in that group.
I could do a list of the ip’s, but ideally i would like this to just work as I add tablets to the group.
Not sure if i can use a data template, and still get the “tablet” var somehow out of the entities in a group. I am using the fully kiosk browser integration so i do have the entities created. SO hopefully I can figure out how to add them all to a group, and using the data template maybe get their ip.
right, but the fully kiosk browser integration doesn’t have a play video. and my rest service needs to know which ip to send the command to. I don’t think it will work since there is no mechanism there (that i can see) that will populate the “tablet” variable with the ip address of that device.
Well, that will solve part of it. Just need to figure out how to get it work with sending video URL. I was looking at it, and trying to see if I could contribute to it, but not quite there yet.