Product name
SmartLocks with WiFi and maybe others
Summary
API enhancements
Features
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?
Reason
Logging and monitoring WiFi and maybe change / optimize environment