Node Red, Alexa

Hello,

I am sharing a need that could lead to an integration.

I use Alexa for:
1- Talking to Gladys v4
2- Its AI is really powerful and works quite intuitively.
You can send a percentage or a color.

Here is the plugin that works best :slight_smile:

There is also a Node Red skill:

Finally, on Home Assistant, they integrate Node Red

Advantage: Instead of developing many integrations, you can rely on all the nodes already created, especially Alexa but there are many others.

Since Node Red already works with npm and Docker containers, it looks very similar.
As Gladys V4 does not have all its features, I am trying to use this in the meantime to create simple automations.

Great! So you managed to integrate them together, huh? :slight_smile: Don’t hesitate to write a little tutorial if so!

No, it’s a need but I don’t master module creation enough, mainly because I don’t know JavaScript.

Actually, it works directly: Alexa → NodeRed → Device. But as a result, there is no global management of devices (scenarios, etc.).

Another small blockage: Alexa dot 3rd gen works on port 80, which cannot be listened to if Node Red is not in administrator: you therefore need to redirect the port. And in a Docker container, it’s still complex for me.