WiFi stats via MQTT & Web API

Could you please send WiFi statistics (IP, MAC, RSSI and so on) via MQTT and Web API?

Like this (found that in wifi.json file after creating a bug report via Nuki App)

"report_result": {
    "rssi": -74,
    "wifi_quality": 15,
    "sse_connection_status": "connected",
    "wifi_connection_status": "connected",
    "ip": "x.x.x.x",
    "mac": "XX:XX:XX:XX:XX:XX"
},
"expert_settings": {
    "mode": "automatic",
    "broadcastfilter": "maximum",
    "dtim_skip": "maximum",
    "server_signal_skip": "undefined",
    "power_saving_mode": "power saving",
    "server_signal_response": "disabled"
}

or is there any endpoint where I can request those data easily?

If you are asking for a new feature, please add a feature request and start collecting votes for it.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.