Aircoookie / Espalexa

Alexa voice control for ESP8266/ESP32 (including brightness and color!)
MIT License
548 stars 137 forks source link

Is there a way to send a message(String) from Alexa to ESP32 over LAN #162

Open DeathStrokeAlpha-VA opened 3 years ago

DeathStrokeAlpha-VA commented 3 years ago

I have built a gateway that works on ESP32. The gateway controls the peripheral devices via ESP-NOW protocol. Is there a way by which Alexa can simply forward a string to ESP32, like, if the user says "Alexa, turn on light in kitchen", then, Alexa should forward "TURN ON LIGHT IN KITCHEN" to ESP32.