WLAN diagnostic (doesnt show up)

Hello fellows!
Currently im stuck at Displaying “Neighbor’s SSIDs” near the customer’s router.

how i started that diagnostic ?
(I changed the Value to “Requested”)
InternetGatewayDevice.WIFI.NeighboringWiFiDiagnostic.DiagnosticsState
after a minut IDiagnosticsState change to Complete/Error/Canceled
Here we have that (parameter): which pop up with neighbors SSIDs
InternetGatewayDevice.WiFi.NeighboringWiFiDiagnostic.Result. {i} ( i represent each SSID)

In Admin > Config > Edit Device page > Added:

  • label: “‘SSID neighbors’”
    parameter: InternetGatewayDevice.WiFi.NeighboringWiFiDiagnostic.Result.*.
    type: “‘parameter-table’”
    childParameters:
    • label: “‘SSID’”
      parameter: SSID
    • label: “‘BSSID’”
      parameter: BSSID
    • label: “‘RSI’”
      parameter: SignalStrength
    • label: “‘Channel’”
      parameter: Channel
    • label: “‘Bandwidth Mhz’”
      parameter: OperatingChannelBandwidth
    • label: “‘Interval’”
      parameter: BeaconPeriod
    • label: “‘Security Type’”
      parameter: SecurityModeEnabled

But Device page doesnt care about that…

That parameter represent how many SSID we catch up.

InternetGatewayDevice.WIFI.NeighboringWiFiDiagnostic.ResultNumberOfEntries
currently router catch 42 SSIDs.

Maybe that’s why ? bc that too much to display that output in Device Page ?

That Strange Thing
after 1 > 10 up 19
then 2 > 20 up to 29
and so on …

I found the issue. it was the syntax. After NeighboringWiFiDiagnostic i Needed just to put RESULT.

- label: "'Neighbors'"
  parameter: InternetGatewayDevice.WIFI.NeighboringWiFiDiagnostic.Result
  type: "'parameter-table'"
  childParameters:
    - label: "'SSID'"
      parameter: SSID
    - label: "'Channel'"
      parameter: Channel
    - label: "'SignalStrength'"
      parameter: SignalStrength
    - label: "'Mhz Width'"
      parameter: OperatingChannelBandwidth
    - label: "'BeaconPeriod'"
      parameter: BeaconPeriod
    - label: "'SecurityMode'"
      parameter: SecurityModeEnabled

Here i get my list of neighbors SSIDs…
BTW about the box itself that was the SNR ME2-Lite model.