Skip to content

erikvangils/experia-v10-device-tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Experia V10 Device Tracker for Home Assistant

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.

Setup

  1. Clone this repository to your local machine.
  2. Copy the directory named experiaboxv10 to /config/custom_components/ on your Home Assistant Samba/SSH share.
  3. Configure the module with the credentials as listed below.
  4. Reboot Home Assistant. A new file called known_devices.yaml will be created in your /config directory. This will contain all known devices.

Configuration

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.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Sjaak Meulen - Migration from Experia v8 to v10 - sjaakiejj

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

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.

About

KPN Experia v10 Router Device Tracker for Home Assistant

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%