KevinHaendel / ha-ubee

This platform integrates Ubee Routers into Home Assistant.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ha-ubee

hacs_badge

This platform integrates Ubee routers into Home Assistant.

Configuration

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

Configuration Variables

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.

Supported models:

  • Ambit EVW320B
  • Ambit EVW321B
  • Ubee DDW36C
  • Ubee DVW32CB
  • Ubee EVW32C-0S
  • Ubee EVW32C-0N
  • Ubee EVW3200-Wifi
  • Ubee EVW3226 (UPC)
  • Ubee UBC1303BA00

Note

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.

Credits

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.

About

This platform integrates Ubee Routers into Home Assistant.

License:Apache License 2.0


Languages

Language:Python 100.0%