Configuration File not Implementing
callieclark opened this issue · 0 comments
callieclark commented
I have uncommented the bind and listen values in my config.py file and inserted the IP address I want it to refer to and the original port given for both (192.168.10.40:9090) . Yet, when I run my script it uses a different IP address. I need to specify an IP address because I am using an Intwine Gateway device for the wifi network, and the IP address it defaults to is the mac address instead of the wemo device address. Currently my wemo plug is not discoverable, and I believe it is due an IP address issue.
Is there a better way to specify the IP address, and is the format above correct for both bind and listen?