Home Assistant device tracker integration for Movistar's Askey RFT8115VW router.
This integration tracks devices connected to a Movistar's Askey RFT8115VW router.
Any device connected is recorded in known_devices.yaml file and tracked properly. Once a device is tracked, it can be assigned to a person to enable its presence state.
In order to correctly identify the devices, the host name is used as device name if it's available, if it isn't then the MAC address is used instead.
The integration can be deployed using HACS or manually. It's highly recommended to use HACS for managing custom integrations, so please consider using it.
Open HACS in Home Assistant and search for Movistar device tracker integration, or just click next button:
Download all content from movistar_rft8115vw
folder, and place it in a new custom component folder as config/custom_component/movistar_rft8115vw
.
To set up the integration, place the following snippet in configuration.yaml file.
# Movistar Askey RFT8115VW
device_tracker:
- platform: movistar_rft8115vw
host: <router address>
password: <router password>
interval_seconds: 60
consider_home: 360
new_device_defaults:
track_new_devices: false
Change the following parameters accordingly:
- host: Router's hostname or IP address, usually 192.168.1.1 or 192.168.0.1.
- password: Router's user login password.
- interval_seconds: Seconds between each scan for new devices, default
12
. - consider_home: Seconds to consider a device as
not home
after not being seen, default180
. - track_new_devices: Track by default every discovered device, either way will be recorded in known_devices.yaml file.
For more information about the device tracker parameters check the official Home Assistant Documentation.
Finally, restart Home Assistant to load and start the integration.
This integration is based on askey_rft3505 integration from Jotacor.
Did you find this integration useful? Please let me know it.
Still want to thank it? Just invite me a beer!