This error has just started to occur since upgrading to 0.92.1 today.
I have a number of Sonoff switches utilizing emulated hue to work with my Amazon Echos. Every call to turn one on now gives me the “Isn’t responding” error, however, the switch does turn on.
It is also happening with Belkin Wemo switches that are natively supported. It is not happening with any lights, however.
I have followed all the normal steps, forgotten devices, re-run discovery, deleted the emaulted_hue.json file, re-booted HA, etc etc. The issue still persists.
Yeah I saw the issue once going to 92.0. Some lights would turn on fine but would say it when I turned them off, Still worked as expected just had to listen to Alexa carry on each time.
I am having the same issue. I have several flavors of tasmota (6.5, 6.0, 5.14) running on sonoff switches. all having the same issue that was not there on .91.4
yes - I have a sonoff basic running esphome - same issue - alexa will turn it on but say the device is not responding… I have 3 zwave lights, they work with no issue.
only switches by chance? I noticed this morning that my physical switches work fine but template switches appear to have the issue. Could just be an intermittent issue with switches in general. It hasn’t occurred for me on lights at all and that could just be a fluke on my end.
updated to 0.92.2 - same issue. ask alexa to turn on the switch - switch turns on, alexa responds “switch is not responding, please check its network…” if I set up a routine, switch will turn on and off without complaint from alexa.
I have rolled back to 0.91.1, the issue has gone away, so it’s something that has been changed between 0.91.x and 0.92.x, perhaps to do with this change made in 0.92.0;
I think it is. A guy mentioned in some PR that he debugged into a similar issue and alexa will send a get at after a put when setting a state. If the state doesn’t match the put, then she responds with “item” isn’t responding etc. I did some digging and found out that in my system only switches have this issue. They also only have this issue when the switch is on. They do not have the issue when the switch is off. So with switch domains only i get:
on to off -> message
on to on -> message
off to on -> no message
off to off -> no message
So this clearly has to do with the on state. And the section of code that covers it does look different. I’ll see if I can get my dev env working with alexa, not making any promises though.
EDIT: I think I may have found the issue. I won’t be able to look into it until tomorrow night. I’ll update if it actually works.