Page 1 of 1

Obtaining communication device signal strength

Posted: Tue Aug 26, 2025 4:48 pm
by jkpe
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?

Code: Select all

/op/v0/module/getSignal
I've tried sending both my deviceSN and moduleSN.

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
}
with moduleSN the response:

Code: Select all

Response status: 200
Response data: {
  "errno": 41200,
  "msg": "Failed to load data. Please check your network or retry",
  "result": null
}

Re: Obtaining communication device signal strength

Posted: Tue Aug 26, 2025 5:03 pm
by tony.matthews1
What data logger do you have - Wifi or LAN?

With a LAN data logger, using the moduleSN, I get the same result as you - 41200: Failed to load data. Don't know if this is because the call doesn't work or because it only works on specific types of data logger.

If you call get data logger list instead, you do get a signal value as part of the result though. With the LAN data logger, this is normally 0.

Re: Obtaining communication device signal strength

Posted: Tue Aug 26, 2025 5:29 pm
by jkpe
I have a Wifi version. type: WW firmware: 2.00.

didn't realise it was also in the /op/v0/module/list endpoint, thank you for pointing that out! :)