Skip to content

thiagoeolima/home-assistant-tenda-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tenda W30E Router Device Tracker

Adds device tracking support for Tenda W30E 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:

thiagoeolima/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.

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!

About

Adds device tracking support for Tenda W30E to Home Assistant.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages