I didnt know where to post this. Basically i am trying to run specific scripts in home assistant based on which alexa "turns on" the device.
If i tell my living room alexa to "turn on front door camera", i want it to run a script in home assistant called "FrontDoorCamCast" and utilize the fact that i know (somehow) the living room alexa asked for it and utilize this information in the script to properly choose which endpoint to cast the camera to.
Is this possible? IS their a way in node red to access the requesting alexa devices ID and pass that information to home assistant to use as a variable to an if else statement determining the endpoint device of the camera cast?
You can see the full message available to an alexa node by attaching a debug node to an alexa node and setting it to display the complete message object.
So i tried what you said, and both of my Echo Dot Gen3s give the same appliance ID. I was hoping for something different to make use of some type of constant from either echo dot and make a determination of its location in the house.
I got the information from here. And this is exactly the issue i am having, i did not want to create a new account for every room and potentially a NodeRed server instance for every room, lol