Adds device tracking support for Tenda AC23 to Home Assistant.
- Install using HACS or manually copy the files
- Add tenda_tracker to your configuration.yaml
- Restart Home Assistant
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
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>
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
.
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!