mcrossley wrote: ↑Sat 08 Jan 2022 12:13 pm
Ah ha! There is currently no decode of the Health data for Soil/Leaf transmitters in CMX. I'll have to add that for the next release!
Currently it is only decoding WLL and ISS health data
Crikey, that's confused me even more!
I'm getting data for all of these:
Code: Select all
<td class="text-left">RSSI</td>
<td class="text-left">WiFi: <#DavisTxRssi> dB</td>
<td class="text-left"><#DavisTxRssi tx=0> dB</td>
<td class="text-left"><#DavisTxRssi tx=1> dB</td>
<td class="text-left"><#DavisTxRssi tx=2> dB</td>
<td class="text-left">WiFi: <#AirLinkWifiRssiOut> dB</td>
<#DavisTxRssi tx=0> must be the odd one out? What RSSI value is that for? I have it as the ISS lol
mcrossley wrote: ↑Sat 08 Jan 2022 12:13 pm
If you switch on debug and data logging, you should see a dump of the health values for each transmitter in the MXdiags log once every 15 minutes.
Could you send me the lines that include of the raw health JSON data from your log please, and I'll make sure it matches the documented values. Thanks.
Code: Select all
2022-01-08 12:31:53.463 WLL Health - found health data for WLL device
2022-01-08 12:31:53.463 WLL Battery Voltage = 6V
2022-01-08 12:31:53.463 WLL Input Voltage = 4.61V
2022-01-08 12:31:53.463 WLL Uptime = 1d:20h:33m:16s
2022-01-08 12:31:53.463 WLL WiFi RSSI = -53dB
2022-01-08 12:31:53.463 WLL Link Uptime = 1d:20h:33m:00s
2022-01-08 12:31:53.463 WLL FW version = 2021-05-22
2022-01-08 12:31:53.464 WLL Health - found health data for ISS device TxId = 2
2022-01-08 12:31:53.464 WLL Health: ISS 2: Battery state is OK
2022-01-08 12:31:53.464 WLL Health: IIS 2: Errors=0, CRCs=0, Resyncs=0, Streak=574, %=100, RSSI=-54
2022-01-08 12:31:53.464 WLL Health - found health data for ISS device TxId = 1
2022-01-08 12:31:53.464 WLL Health: ISS 1: Battery state is OK
2022-01-08 12:31:53.464 WLL Health: IIS 1: Errors=0, CRCs=0, Resyncs=0, Streak=1008, %=100, RSSI=-53
2022-01-08 12:31:53.464 WLL: Percentage good packets received from WLL 100.00% - (0,21795)
So where is the third transmitter data coming from? Or have I got it in the wrong columns?
https://postimg.cc/gXkWJd9p