Obtaining communication device signal strength
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
}
Fox H1-G2 5kW
Fox EP5
13x Aiko 2S 460w
Re: Obtaining communication device signal strength
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.
H1-6.0-E hybrid inverter
6 x HV2600 v2 batteries
16 x JA Solar 405w panels
7 x Tigo TS4-A-O optimisers
Re: Obtaining communication device signal strength
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! :)
Fox H1-G2 5kW
Fox EP5
13x Aiko 2S 460w
Post Reply