#WEMO support of Static IP and Ports for Devices?

1 messages · Page 1 of 1 (latest)

peak bronze
#

The problem

I have an environment where I have both physical Belkn WEMO devices that are being controlled locally successfully with HA and I have emulated WEMO devices via the Fauxmo utility running on. a RaspberryPi Zero (RPi-0) device on my network. The problem I am experiencing is that the RPi-0 is providing WEMO emulationion for about 14 devices all on the RPi-0's IP address but with unique port numbers. When I configure WEMO in my config YSML for HA it only instantiates the last two items in my list of statically defined devices!

For example, my setup looks like the following:

wemo:
discovery: true
static:

  • 192.168.100.59:12302
  • 192.168.100.59:12303
  • 192.168.100.59:12304
  • 192.168.100.59:12305
  • 192.168.100.59:12306
  • 192.168.100.59:12307
  • 192.168.100.59:12308
  • 192.168.100.59:12309
  • 192.168.100.59:12310
  • 192.168.100.59:12311
  • 192.168.100.59:12312
  • 192.168.100.59:12313
  • 192.168.100.59:12316

The only devies that are 'provisioned' correctly and made available in my HA environment are the last two at port 12313 and 12316.

This works if I only enable a couple devices at a time! Amazon Alexa/Echo had no problem enumerating these devices and making them ALL available and controlledle.

Please provide guidance on getting ALL of the defined devices being emulated working properly within HA!

Thanks!