Hello everyone, I just wanted to get this out of the way, I am relatively new to home assistant and yaml coding so please bare with me. Up until this week I was running my home automation environment on a raspi 2 using the hassbian image. I found that the hardware was a bit antiquated and decided to spin up a windows vm on my ESXi host. I took all of my configuration files directly off my raspi and injected them into the new windows environment. Everything came over fine (as expected) except for my wemo switch. On my Windows system I am unable to monitor the status or control my Wemo insight switch. However, it is still working properly on my raspi system. I have tried stopping the service on my raspi thinking that maybe it was holding open the port with no luck, I have tried manually defining the wemo switch in my configuration.yaml file as well. I am stumped as to why it works on my raspi but not my windows vm. Could anyone share any insight? (no pun intended) I have searched for similar topics however I am coming up empty. Thanks in advance.
EDIT I also forgot to mention I am not seeing any errors in the homeassistant.log file regarding this.
e[32m17-02-09 20:31:10 INFO (<concurrent.futures.thread.ThreadPoolExecutor object at 0x040900F0>9) [homeassistant.components.wemo] Adding wemo at REDACTED:49153e[0m
e[32m17-02-09 20:31:10 INFO (MainThread) [homeassistant.core] Bus:Handling <Event platform_discovered[L]: service=belkin_wemo, discovered=('WeMo Insight - Kids Room ', ‘Insight’, ‘REDACTED:49153/setup.xml’, ‘REDACTED’, ‘REDACTED’)>e[0m
e[32m17-02-09 20:31:10 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=wemo>e[0m
e[32m17-02-09 20:31:10 INFO (MainThread) [homeassistant.bootstrap] Setting up apie[0m
e[32m17-02-09 20:31:10 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=api>e[0m
e[32m17-02-09 20:31:10 INFO (MainThread) [homeassistant.bootstrap] Setting up websocket_apie[0m
e[32m17-02-09 20:31:10 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=websocket_api>e[0m
…
[32m17-02-09 20:31:16 INFO (MainThread) [homeassistant.core] Bus:Handling <Event platform_discovered[L]: service=load_platform.switch, platform=wemo, discovered=('WeMo Insight - Kids Room ', ‘Insight’, ‘REDACTED:49153/setup.xml’, ‘REDACTED’, ‘REDACTED’)>e[0m
e[32m17-02-09 20:31:16 INFO (MainThread) [homeassistant.loader] Loaded switch.wemo from homeassistant.components.switch.wemoe[0m
e[32m17-02-09 20:31:16 INFO (MainThread) [homeassistant.components.switch] Setting up switch.wemoe[0m
e[32m17-02-09 20:31:16 INFO (<concurrent.futures.thread.ThreadPoolExecutor object at 0x040900F0>0) [pywemo.subscribe] Subscribing to events from <WeMo Insight "WeMo Insight - Kids Room ">e[0m
e[32m17-02-09 20:31:16 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=switch.wemo_insight__kids_room, old_state=None, new_state=<state switch.wemo_insight__kids_room=unavailable; friendly_name=WeMo Insight - Kids Room @ 2017-02-09T20:31:16.923114-05:00>>e[0m
e[32m17-02-09 20:31:16 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=group.all_switches, old_state=None, new_state=<state group.all_switches=unknown; entity_id=(‘switch.wemo_insight__kids_room_’,), order=6, auto=True, friendly_name=all switches, hidden=True @ 2017-02-09T20:31:16.923114-05:00>>e[0m
e[32m17-02-09 20:31:16 INFO (Wemo Events Thread) [pywemo.subscribe] Resubscribe for <WeMo Insight "WeMo Insight - Kids Room ">e[0m
Windows Server 2016 Standard
2 vcpus
2gb RAM
Home Assistant 0.37.1