From 4a3850d1e39ad16700e4bf249ea147c6fbadcae2 Mon Sep 17 00:00:00 2001 From: Max Prokhorov Date: Sun, 20 May 2018 13:02:36 +0300 Subject: [PATCH] Add static host:port config for Wemo (#5401) * Update wemo.markdown Static configuration port * Make it a title --- source/_components/wemo.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/_components/wemo.markdown b/source/_components/wemo.markdown index ab0f345bf7d..af752d9e99a 100644 --- a/source/_components/wemo.markdown +++ b/source/_components/wemo.markdown @@ -36,3 +36,14 @@ Any WeMo devices that are not statically configured but reachable via discovery Note that if you use this, you may want to set up your router (or whatever runs your DHCP server) to force your WeMo devices to use a static IP address. Check the DHCP section of your router configuration for this ability. If the device doesn't seem to work and all you see is the state "unavailable" on your dashboard, check that your firewall doesn't block incoming request on port 8989 since this is the address to which the WeMo devices send their update. + +## {% linkable_title Emulated devices %} + +Various software that emulates WeMo devices often uses alternative ports. Static configuration should include the port value: + +```yaml +wemo: + static: + - 192.168.1.23:52001 + - 192.168.52.172:52002 +```