Changing the FauxmoESP library so it uses the words "open" instead of turn on
Posted: Thu Dec 24, 2020 11:08 pm
Hi
I built an electrically controllable door that I want to control with Alexa, using ESP32 as the microcontroller. I am therefore using the FauxmoESP library. However, the library was initally meant for lights, and thus in order to access a device using ALexa, the keywords will be "Alexa, turn on/off [insert device name]". Since my device is a door, I want it the keywords to be "Alexa, open/close [insert device name]". Any advice on how to do this? I have searched through the library source code and havent found an easy fix yet.
I built an electrically controllable door that I want to control with Alexa, using ESP32 as the microcontroller. I am therefore using the FauxmoESP library. However, the library was initally meant for lights, and thus in order to access a device using ALexa, the keywords will be "Alexa, turn on/off [insert device name]". Since my device is a door, I want it the keywords to be "Alexa, open/close [insert device name]". Any advice on how to do this? I have searched through the library source code and havent found an easy fix yet.