home-assistant.io/source/_integrations/arris_tg2492lg.markdown
2024-11-27 18:57:16 +01:00

1.7 KiB

title, description, ha_category, ha_release, ha_domain, ha_codeowners, ha_iot_class, ha_platforms, ha_integration_type, related, ha_quality_scale
title description ha_category ha_release ha_domain ha_codeowners ha_iot_class ha_platforms ha_integration_type related ha_quality_scale
Arris TG2492LG Instructions on how to integrate Arris TG2492LG routers into Home Assistant.
Presence detection
0.109 arris_tg2492lg
@vanbalken
Local Polling
device_tracker
hub
docs title
/docs/configuration/ Configuration file
legacy

This platform allows you to detect presence by looking at connected devices to an Arris TG2492LG router.

This is one of the routers provided by:

  • Ziggo, a cable operator in the Netherlands, to their customers as the Ziggo Connectbox.
  • Virgin Media, a cable operator in the United Kingdom and Ireland, to their customers as the Hub 3.

{% warning %} The router prevents the admin user from logging in twice. This can cause problems with accessing the router's configuration pages while this platform is active. {% endwarning %}

To use this device tracker in your installation, add the following to your {% term "configuration.yaml" %} file. {% include integrations/restart_ha_after_config_inclusion.md %}

# Example configuration.yaml entry
device_tracker:
  - platform: arris_tg2492lg
    password: YOUR_ADMIN_PASSWORD

{% configuration %} host: description: The IP address of your router. The default value is 192.168.178.1. required: false type: string password: description: The password for your admin account. required: true type: string {% endconfiguration %}

See the device tracker integration page for instructions how to configure the people to be tracked.