This platform integrates Ubee routers into Home Assistant.
To use a Ubee router in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
device_tracker:
- platform: ubee
host: ROUTER_IP_ADDRESS
username: YOUR_ADMIN_USERNAME
password: YOUR_ADMIN_PASSWORD
Variable | Required | Description |
---|---|---|
model |
✗ | Ubee router model, e.g., EVW32C-0N . If omitted, model will be detected automatically. (Default: detect ) |
host |
✓ | The IP address of your router, e.g., 192.168.1.1 . |
username |
✓ | The username of a user with administrative privileges, usually admin . |
password |
✓ | The password for your given admin account. |
- Ambit EVW320B
- Ambit EVW321B
- Ubee DDW36C
- Ubee DVW32CB
- Ubee EVW32C-0S
- Ubee EVW32C-0N
- Ubee EVW3200-Wifi
- Ubee EVW3226 (UPC)
- Ubee UBC1303BA00
By default, Home Assistant pulls information about connected devices from Ubee router every 5 seconds. See the device tracker integration page for instructions on how to configure the devices to be tracked.
Special thanks goes to @mzdrale, the original author of the Home Assistant integration and current maintainer of the pyUbee library, on which this integration relies on.