This module is a device tracker for Home Assistant. It allows customers of KPN and Telfort to enable presence detection with their ZTE H369A (Experia V10) box in Home Assistant.
- Clone this repository to your local machine.
- Copy the directory named experiaboxv10 to /config/custom_components/ on your Home Assistant Samba/SSH share.
- Configure the module with the credentials as listed below.
- Reboot Home Assistant. A new file called known_devices.yaml will be created in your /config directory. This will contain all known devices.
As mentioned in step 3 of the setup, the module needs to be configured for your router before anything happens. Open /config/configuration.yaml and add the following to the bottom of the file:
device_tracker:
- platform: experiaboxv10
host: <IP OF ROUTER>
username: Admin
password: <PASSWORD>
new_device_defaults:
track_new_devices: False
hide_if_away: False
Note that you can store sensitive data like passwords in a separate file called secrets.yaml
, see Storing secrets. More info on how to configure/use tracked devices can be found here.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Sjaak Meulen - Migration from Experia v8 to v10 - sjaakiejj
This project is licensed under the MIT License - see the LICENSE.md file for details
Credit where credit is due. A big thanks to:
- Mark van den Berg for sharing the Experia Box V8 script upon which this script was built.