Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Track your devices via Tenda AC23 router using Home Assistant's device tracker

Notifications You must be signed in to change notification settings

sakowicz/home-assistant-tenda-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tenda AC23 Router Device Tracker

Adds device tracking support for Tenda AC23 to Home Assistant.

Setup Process

  1. Install using HACS or manually copy the files
  2. Add tenda_tracker to your configuration.yaml
  3. Restart Home Assistant

Step 1: Installation

Installation with Home Assistant Community Store (HACS)

For easy updates whenever a new version is released, use the Home Assistant Community Store (HACS) and add the following Integration in the Settings tab:

sakowicz/home-assistant-tenda-tracker

Step 2: Add Tracker to Home Assistant's Configuration

Now that that installation and authentication are done, all that is left is to add the device_tracker to your configuration.yaml.

The minimum required configuration:

device_tracker:
  - platform: tenda_tracker
    host: 192.168.1.1
    password: <password to admin panel>

Step 3: Restart and Test

You should see new devices in your entities. Their names will appear as you configured them before in Tenda admin panel or as their hostname or mac address. You can manipulate them in known_devices.yaml.

Disclamer

I am not a python developer so code can be not as clean as I would want to. Feel free to contribute and do refactor!