Does anyone know of any nodes that interface nicely into Alexa such that I can do a flow that depends on which echo device was spoken to, and by extension which room it was spoken in. Currently I do this using Echo Speaks and the wasLastSpokenToDevice
attribute, but that involves a delay of 5+ seconds, which is fine for some applications, but imo lighting is not one of them.
I have been having a hell of time using the Device Type
attribute for a given device exposed to Alexa, specifically the determination between Light and Switch, if you want to see more of my issues or have a fix, check the thread below out. But in that thread I was recommended to take a look at Node-RED as a circumvention fix so here I am.