vintlabs / fauxmoESP

Add voice control of your ESP32 and ESP8266 devices using Amazon Alexa
MIT License
375 stars 70 forks source link

Strange behavior with command #249

Closed sotana22 closed 1 year ago

sotana22 commented 1 year ago

Hello, first I want to say many thanks to this great lib.

I have an issue with the voice command. I'm german, so my commands are normaly "an/aus" In english it should be "on/off" I use an ESP32 WROOM device. Currently I use only one LED for testing at PIN 23. So the Problem is:

For a Philips HUE lamp I can use the comands "on/off" and with fauxmoESP I have to use "on/turn off". Why?

barneyz commented 1 year ago

I use ESP_Alexa_Library, but it is the same concept behind. Sometimes I had have a similar issue. It helps then to rename the device to a "same" name, in my example Küchenschranklicht to Kuechenschranklicht or Couchlicht_3 to Couchlicht_drei in the Alexa App.

sotana22 commented 1 year ago

Hello, thanks a lot for your comment. Yes, I would understand it, if I have an Ö Ä Ü or a number, but which name should I use instead of BESTA_Schalfzimmer?

barneyz commented 1 year ago

It depends not to Umlaute, Couchlicht_3 to Couchlicht_drei was a real issue in the past.... Try to renaming a device in the alexa app is a 10 sec try, you can rename it back...

sotana22 commented 1 year ago

Ok, I do not changed the name in the alexa app, but I changed the device name in the source code. But at the end, it has the same effect, the name was changed. I tried "Lego" and "Lego_Schlafzimmer". Both worked fine. So it looks like, that there is a problem with BESTA?