Replies: 4 comments 3 replies
-
I just set up a system to open and close my garage door using a simple relay connected to a WEMOS D1 (esp8266). The 'button' on the Alexa app is sporadic, it flips itself to 'off' a few seconds after you press it, 'on'. And I get that message on the Alexa app, "devises doesn't support requested value". HOWEVER. I created a Routine, "Alexa, Open the Garage Door" and "Alexa, Close the Garage Door" and this works GREAT. My system also has an HC-SR04 ultrasonic distance sensor to see if the door is currently open or shut. |
Beta Was this translation helpful? Give feedback.
-
When I started the software wouldn’t work at all on an ESP32 or an ESP8266. I deleted the fauxmo library from my libraries then downloaded the fresh on from GitHub.
After loading the simple example from the FauxmoESP library all 5 ‘colors’ sort of worked. It takes Alexa some time to sort them out. Be patient.
That’s all I know!
Frank
Cell (214) 477 4722
… On May 26, 2021, at 10:19 PM, Rumbaar ***@***.***> wrote:
Thanks for the reply, the button within Alexa works fine when I activate it and doesn't switch to off (which I want too) and I can't seem to get routine to work via Voice or via directly activating them within Alexa.
Did you use the current versions of the project?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
I have the same issue with Alexa stating "Device doesn't support requested value". I have multiple ESP8266 D1 mini devices using fauxmoESP. Some control a single "light" while others control multiple "lights". Alexa can turn all of the devices on and off without any problems. HOWEVER, periodically Alexa asks for the status of the device, and the response from the Alexa app on an iPhone is "Device doesn't support requested value". I've traced the communications to / from the fauxmoESP devices using WireShark. I can see the HTTP request to turn on a device and the fauxmoESP HTTP response. So far so good. However, after around 1 to 2 seconds there is an Alexa request (HTTP GET) for the device status and the fauxmoESP device formats and sends what looks like a correctly formatted HTTP/JSON response. However, Alexa apparently doesn't like the response as when using the iPhone Alexa app to turn the "light" on, the light turns on but as noted above, after 1 to 2 seconds the error"Device doesn't support requested value" shows on the iPhone app. The above is repeatable on multiple ESP8266 devices running fauxmoESP code. Is there any documentation on what the response message for a device status request SHOULD look like? I've reviewed the fauxmoESP's templates.h file. This file defines both the response to send after receiving a turn on/off request, and the response to send after receiving a device status request. Can anyone suggest what I can try next? Would the WireShark logs help anyone? |
Beta Was this translation helpful? Give feedback.
-
Does anyone think this is related to this latest problem in Discussion #169? Cause fixing that is highly essential, it's super annoying when it takes twice to make Alexa turn the lights off/on |
Beta Was this translation helpful? Give feedback.
-
I've used this project to connect a ESP8266 that I'm using the control some transistors to activate some dumb switches. So it's a light pretending to be a switch.
Now I can set them up and they show up in Alexa, manually turn them on and it works. But at times the devices disapear and show in Alexa as 'devices doesn't support response" (or something to that affect). I've also setup a routine that triggers this switches, but when I activate them, nothing happens.
Is this a limitation to the code in regards to me using this on a non-light device? Using the default example, it toggles ON/OFF states, how can I get it to just toggle ON every time and set itself to OFF immediately?
Beta Was this translation helpful? Give feedback.
All reactions