n8henrie / fauxmo

Emulated Belkin WeMo devices that work with the Amazon Echo
https://n8henrie.com/2016/02/fauxmo-home-automation-with-the-amazon-echo-raspberry-pi-and-homeassistant/
Other
377 stars 78 forks source link

minor documentation update (troubleshooting) #85

Closed johngo7470 closed 5 years ago

johngo7470 commented 5 years ago

In the protocol notes, you mentioned being able to get the IP address of the Echo, by searching for F0:27:2D, but seems there are more mac addresses that are possible. My Echo is at 18:74:2E:2E:CC:B6

https://www.wireshark.org/tools/oui-lookup.html shows that both are associated with Amazon. Probably many more...

In my particular case, I went to my wifi router and looked for "Amazon..." devices in my wireless clients list, and although I have more than one Amazon device, it was a much smaller list of IP's to select from.

n8henrie commented 5 years ago

It looks like grepping for Amazon picks up a broad number of devices, presumably because nmap keeps an up-to-date mapping of MAC addresses to manufacturers (and seems reasonable to outsource this task to them, as it will likely continue to change in the future).