Someone gifted an LED light strip that unfortunately is Wifi only, and does not have an open API. It does at least integrate with Alexa through a skill. I might decipher the API eventually to share with everyone but in the meantime I am trying to do my first integration through Node-Red/Alexa. I got it so I can change a virtual device in HE and it sends the corresponding command to Alexa working great.
The part where I am stuck is capturing when the device is changed via direct commands outside of HE (Alexa or its own remote control or app). I think for this palette I am using I need to use this "Alexa Event" node, but it says MQTT must be enabled for my account. Problem is I cannot find any info on how to enable this so the MQTT events get sent to Node-Red. Right now I just have it tied to a debug logger and nothing comes through.
Here is my working sync from Hubitat > Alexa (my first Flow besides my influxDb logger)