Fritzbox_netmonitor on multiple fritz boxes

This is an extract from my current config file:

####################################################
#                                                  #
#           DEVICE TRACKER - FRITZBOX              #
#                                                  #
####################################################


device_tracker:
 - platform: fritz
   host: 192.168.2.1
   username: admin
   password: UjEbU4Y7nVxNtz
   interval_seconds: 5
   consider_home: 180
   track_new_devices: yes

####################################################
#                                                  #
#              DEVICE TRACKER - NMAP               #
#                                                  #
####################################################

 - platform: nmap_tracker
   hosts: 192.168.2.0/24
   home_interval: 3
   
####################################################
#                                                  #
#             DEVICE TRACKER - PING                #
#                                                  #
####################################################

 - platform: ping
   hosts:
    fbkeller: 192.168.2.1
    fbeg: 192.168.2.2
    fbjulian: 192.168.2.3
    fbdach: 192.168.2.4
    fbbuero: 192.168.2.5

fritzbox:
  devices:
    - host: 192.168.2.1
      username: admin
      password: UjEbU4Y7nVxNtz

switch:
  - platform: fritzdect
    host: 192.168.2.1
    username: admin
    password: UjEbU4Y7nVxNtz

####################################################
#                                                  #
#            Sensors Section                       #
#                                                  #
####################################################

sensor:
  # Weather prediction
  - platform: yr
  
  - platform: fritzbox_netmonitor
    host: 192.168.2.1
    name: Fritzbox-Keller
    
  - platform: fritzbox_netmonitor
    host: 192.168.2.2
    name: Fritzbox-EG
    
  - platform: fritzbox_netmonitor
    host: 192.168.2.3
    name: Fritzbox-Julian
    
  - platform: fritzbox_netmonitor
    host: 192.168.2.4
    name: Fritzbox-Dach
    
  - platform: fritzbox_netmonitor
    host: 192.168.2.5
    name: Fritzbox-Buero
################################

The HA overview shows only the router online
all the others acting as repeaters are offline, what is not true.

grafik

What is wrong in my config?