Obtaining communication device signal strength
Posted: Tue Aug 26, 2025 4:48 pm
in V1.1.5 of the API, fox added: Add interface for obtaining communication device signal strength
Anybody have any luck in using this new endpoint?
I've tried sending both my deviceSN and moduleSN.
with inverter SN the response is:
with moduleSN the response:
Anybody have any luck in using this new endpoint?
Code: Select all
/op/v0/module/getSignal
with inverter SN the response is:
Code: Select all
Response status: 200
Response data: {
"errno": 41935,
"msg": "Device offline, Please connect and retry",
"result": null
}
Code: Select all
Response status: 200
Response data: {
"errno": 41200,
"msg": "Failed to load data. Please check your network or retry",
"result": null
}