mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Add static host:port config for Wemo (#5401)
* Update wemo.markdown Static configuration port * Make it a title
This commit is contained in:
parent
a655f61286
commit
4a3850d1e3
@ -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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user