Home Assistant device_tracker implementation for Altice Fiber Gateway GR241AG
It's recommended to install this via HACS. It isn't part of the defaults but you can add it by going to:
HACS > Integrations > Custom repositories (on the top-right corner 3 dots)
and adding:
Repository:
queimadus/fgw_router
Category:
Integration
device_tracker:
- platform: fgw_router
host: 192.168.1.254
port: 23
username: !secret fgw_router_username
password: !secret fgw_router_password
interval_seconds: 60
new_device_defaults:
track_new_devices: false
If you haven't changed the default credentials, these are the default ones
fgw_router_username: meo
fgw_router_password: meo
This file gets populated over time, as devices are tracked by the router.
Change the devices you're interested in tracking to track: true
.
ea_60_b2_1b_cd_23:
name: ea_60_b2_1b_cd_23
mac: EA:60:B2:1B:CD:23
icon:
picture:
track: true
Restart so the changes can take place.