fauxmo icon indicating copy to clipboard operation
fauxmo copied to clipboard

Cant find devices after alexa update

Open Thiru97 opened this issue 6 years ago • 6 comments

Hai Sir .. After alexa's new update alexa can't find devices, But raspberry pi is responding to alexa device search.. did they change the xml file .. ? Help me out Please..

Thiru97 avatar Mar 30 '18 05:03 Thiru97

It continues to work for me. I have a first generation Echo, and it's possible that other Echo devices are different.

makermusings avatar Apr 03 '18 00:04 makermusings

I replaced a different xml file of belkin international and modified its model number now it is working fine...

On Tue 3 Apr, 2018, 5:34 AM makermusings, [email protected] wrote:

It continues to work for me. I have a first generation Echo, and it's possible that other Echo devices are different.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/makermusings/fauxmo/issues/31#issuecomment-378085986, or mute the thread https://github.com/notifications/unsubscribe-auth/Aj1eRunVGp0nIZE3O5TxgR1BbuWFDSsoks5tkryhgaJpZM4TBUv- .

Thiru97 avatar Apr 03 '18 01:04 Thiru97

Hi is it possible I could see a copy of this different XML file as I can't get it to work for me?

debdalerich avatar May 27 '18 17:05 debdalerich

No I just changed the model number in xml to 1.0

Thiru97 avatar May 27 '18 17:05 Thiru97

Oh ok..thanks...i.will.give it a go

debdalerich avatar May 27 '18 19:05 debdalerich

Dear all, I had the same problem.

I changed

if data.find('M-SEARCH') == 0 and data.find('urn:Belkin:device:**') != -1: to if data.find('M-SEARCH') == 0 and data.find('upnp:rootdevice') != -1:

and it works again. However this is most likely quite dirty hack?

Cheers Alecks

alecks68 avatar Oct 17 '19 19:10 alecks68