-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
device is unresponsive #228
Comments
I have a similar problem. I just setup my ESP8266 and am seeing either unresponsive message or Device doesn't support requested value message. I can see via debug that I am returning the correct state. I can also navigate to the URL and it is returning the expected JSON. I can also use the app to turn the device on and off, but it still goes to unresponsive or not supported value.
Really curious how to fix it or if there is a new JSON format Alexa is expecting. I am assuming "ON:false,"bri":0 is brightness at 0% and power is off. When I use setState or the app I can change it and confirm via the JSON message buy the app doesn't reflect it correctly. |
I'm seeing a similar problem. On the Alexa App I am seeing either unresponsive message or Device doesn't support requested value message some of the time on 1 or 2 of my lights on esp8266. It clears up by itself and message come back. In the esp8266 I limit the min and max brightness to 3 to 254 thinking it might be a rounding error....but no noticeable improvement. Running Gen4, esp8266 with core 2.74, fauxmo 3.4, and v2 Lower memory. Mark |
I think it's because, current library doesn't supports onGetState. please check #236 |
everything was working fine until recently, the device set value commands appear to be working, As from about a month ago all ESP devices now show on the Alexa app as unresponsive every few seconds, voice commands are ok, after a few days they disappear altogether from the alexa app, and no voice commands, all devices will rediscover ok, then show as unresponsive again, voice ok, I have 6 devices on 1 fauxmo ESP32 and other devices using espalexa on ESP32 doing exactly the same, tried deleting all devices and rediscovering, just the same.
I wonder if amazon have done any changes recently.
Anyone any ideas?
The text was updated successfully, but these errors were encountered: