Netgear device_tracker phone stuck at "home"

My netgear device_tracker has been working well for quite a while, but all of a sudden its not updating. I have my phone set up, and at the moment it is stuck at “home”. I deleted the “known_devices.yaml” and on restart it created a new one so I know its working. Any ideas? below is my config.

  - platform: netgear
    host: 192.168.0.1
    username: admin
    password: !secret device_tracker_password
    port: 80
    interval_seconds: 30
    consider_home: 180
    new_device_defaults:
      track_new_devices: True
      hide_if_away: False

Any thoughts, I still have this issue, after multiple reboots (for other reasons) my phone still shows “Home” even though I am at work.

Hey! I’m having the same issue. I was using the netgear and asuswrt (in access point mode) components since I have two routers in our house and yesterday, all the scripts started reporting that all of my roommates and I were home even when we’re not.

I did the same thing and deleted all known devices and let the component recreate them. I also stopped using asuswrt. I tried updating to the newest version of Home Assisstant (0.77.3) and that didn’t help solve the issue.

I also tried setting the consider_home interval to zero it looks like all the bits are flipped on the statuses. However, when I comment out the consider_home field, it all goes back to us all being home. I don’t know if that helps with debugging if any developer sees this.

I rebooted my router and its working now.