I just got a new router, a Flint 2 (MT-6000), which has Openwrt.
I installed the Openwrt (luci) integration for presence detection, this works perfectly for one smartphone (OnePlus 10), while it’s a bit unreliable with my Pixel 6a, see screenshot.
I set up a Tasker notification when I connect/disconnect to the home wifi and this never fires, so I’m guessing something’s up with the integration, what could it be and how do I fix it?
Config is:
# configuration.yaml
device_tracker:
- platform: luci
host: myhost
username: myuser
password: mypass
interval_seconds: 30
new_device_defaults:
track_new_devices: false
#known_devices.yaml
pixel_mac_addr:
name: Pixel
mac: pixel_mac_addr
icon:
picture:
track: true
oneplus_mac_addr:
name: Oneplus
mac: oneplus_mac_addr
icon:
picture:
track: true