Orbi Netgear device tracker

Hello communities !
I’m a newbie to HA and try to integrate my Netgear Orbi router as a device tracker.
The configuration I put is the following:

device_tracker:
  - platform: netgear
    port: 80
    password: <my paswword>
    accesspoints: 
     - 10:0C:6B:27:87:1D # Router
     - 10:0C:6B:29:56:26 # Satellite_1
    devices:
     - EA:B8:7D:E3:91:A6 # device 1 to track
     - EE:1F:89:03:5C:A8 # device 2 to track
     - CA:CE:81:07:AA:D3 # device 3 to track
    new_device_defaults:
      track_new_devices: true
    interval_seconds: 8
    consider_home: 240

Problem is that none of the 3 devices set above does appear in HA.
Can someone tell me what is wrong with the above configuration or what step is missing ?
TIA.

mine stopped working and I just rebooted my router and sats, all working again. Odd

Have you tried putting the user name in as well?

device_tracker:  
 - platform: netgear
   host: 192.168.0.1
   port: 80
   username: admin
   password: xxx
   track_new_devices: yes
   consider_home: 60
   accesspoints: true

Yes, I put host and username, but no change.