iancmcc / ouimeaux

Python API to Belkin WeMo devices

Home Page:http://pypi.python.org/pypi/ouimeaux

Repository from Github https://github.comiancmcc/ouimeauxRepository from Github https://github.comiancmcc/ouimeaux

select which network interface to reach wemo devices? [solved]

mboyd1 opened this issue · comments

my wemo Insight switches are on a seperate network reachable on wlan0 interface, But when I run 'wemo list' it is only multicast/broadcasting over eth0 and so it can't see my devices. if I 'ifconfig eth0 down' the wemo switches are reachable as wlan0 is the only remaining interface. Is there a way to tell it which interface to use to look for the devices?

I missed the bind option, this solves my usecase