Page 4 of 8

Re: WLL Questions

Posted: Sat 08 Jan 2022 12:13 pm
by mcrossley
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! :bash:
Currently it is only decoding WLL and ISS health data

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.

Re: WLL Questions

Posted: Sat 08 Jan 2022 12:45 pm
by Mapantz
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! :bash:
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

Re: WLL Questions

Posted: Sat 08 Jan 2022 1:14 pm
by SJG1976
My Firmware Version has now been updated.

Now the same level as you, but behind Mark etc...

Code: Select all

2022-01-08 13:01:33.534 WLL FW version = 2021-05-22
Not had a very good day today.
My USB Stick that was running CMX died and lost all my Data.

I had a backup from a few days ago, but changes I've made since have been lost :(

Re: WLL Questions

Posted: Sat 08 Jan 2022 1:26 pm
by dazza1223
how do u update the fimware

WLL Firmware Version 2020-07-30

god there all ways something to do in this tec world :D :D :D

Re: WLL Questions

Posted: Sat 08 Jan 2022 1:38 pm
by SJG1976
dazza1223 wrote: Sat 08 Jan 2022 1:26 pm how do u update the fimware

WLL Firmware Version 2020-07-30

god there all ways something to do in this tec world :D :D :D
As far as I'm aware it does it when the Gods at Davis says push the update out...

I don't think you can do anything to update it. It just happens when they feel it should.

But I'm sure someone will correct me if I'm wrong.

Re: WLL Questions

Posted: Sat 08 Jan 2022 1:43 pm
by dazza1223
ok thank u just seat back and pray :lol: :lol: :lol:

Re: WLL Questions

Posted: Sun 09 Jan 2022 12:10 pm
by mcrossley
Mapantz wrote: Sat 08 Jan 2022 12:45 pm
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
OK, back to basics. I thought you had three transmitters?
An ISS (2), and anny (1), and a soil/leaf (8)?

I need the bit of log for health data with data logging enabled so I can see the raw JSON - but if you are in recovery mode now!...

Re: WLL Questions

Posted: Sun 09 Jan 2022 12:29 pm
by Mapantz
mcrossley wrote: Sun 09 Jan 2022 12:10 pm OK, back to basics. I thought you had three transmitters?
An ISS (2), and anny (1), and a soil/leaf (8)?

I need the bit of log for health data with data logging enabled so I can see the raw JSON - but if you are in recovery mode now!...
Yep - Exactly that, on those channels.

20220109-075000.zip

Re: WLL Questions

Posted: Sun 09 Jan 2022 2:11 pm
by mcrossley
Great thanks, health data for soil/leaf transmitters now added to the next release

Re: WLL Questions

Posted: Sun 09 Jan 2022 2:13 pm
by Mapantz
mcrossley wrote: Sun 09 Jan 2022 2:11 pm Great thanks, health data for soil/leaf transmitters now added to the next release
Great stuff!

All them Tx's confused me :lol:

Re: WLL Questions

Posted: Wed 19 Jan 2022 12:14 pm
by Mapantz
I've given up with Davis' customer services..

I had to wait two weeks to get a reply back to an email! The reply I get, is to instruct me to power cycle the WLL for 15 minutes, which is what I did when I first got it, and I told them that in the first email..

Either way, it makes zero difference, the firmware still doesn't upgrade, and health data on their bulletin board is still missing.

Davis are crap!

Re: WLL Questions

Posted: Fri 21 Jan 2022 1:12 pm
by SJG1976
I'm still in the same boat as well.
The 1st Firmware Update applied by itself.

However the 2nd failed to update.

I've also E-mailed Davis, but I'm not holding my breath.

Re: WLL Questions

Posted: Fri 21 Jan 2022 4:08 pm
by Mapantz
mcrossley wrote: Sat 08 Jan 2022 11:43 am The web tags you should be using for your remote transmitters are: <#DavisTxRssi tx=1>, <#DavisTxRssi tx=2>, <#DavisTxRssi tx=8>.
<#DavisTxRssi tx=0> is showing the WLL WiFi RSSI value.
OK, now we have <#DavisTxRssi tx=8> working, I just need to clarify one more thing..


<#DavisTxRssi tx=0> is the WLL WiFi RSSI?
<#DavisTxRssi tx=1> is the ISS RSSI?
<#DavisTxRssi tx=2> is my Wind tx RSSI?
<#DavisTxRssi tx=8> is my Soil tx RSSI?

What is <#DavisTxRssi>? I get 6 values altogether

Re: WLL Questions

Posted: Fri 21 Jan 2022 4:56 pm
by mcrossley
The tag on its own defaults to tx=1

Re: WLL Questions

Posted: Fri 21 Jan 2022 5:19 pm
by mcrossley
See example...
Screenshot 2022-01-21 171840.jpg