Author Topic: wlflexp.json format documentation  (Read 1636 times)

0 Members and 1 Guest are viewing this topic.

Offline doubleohwhatever

  • Senior Contributor
  • ****
  • Posts: 252
wlflexp.json format documentation
« on: October 23, 2022, 01:25:17 PM »
Hi,

Is there documentation for the fields in wlflexp.json? Most of it is self-explanatory. However, I'm not 100% sure about the high/low arrays. For example:

  "hlrainr": [
    0,
    0,
    null,
    null,
    3.11,
    null,
    14.4,
    null
  ],

Offline WiFiLogger

  • Forecaster
  • *****
  • Posts: 731
Re: wlflexp.json format documentation
« Reply #1 on: March 30, 2023, 02:28:40 PM »
:) I did not open WXForum for a long time.
Sorry for that.

Quote
"hlrainr": [
    0,
    0,
    null,
    null,
    3.11,
    null,
    14.4,
    null
  ],

Day Low   Day Hi       Time Day Low   Time Day Hi         Month Hi   Month Low              Year Hi   Year Low

Hilows are special data in the console.
There are HiLows values for DAY, MONTH, YEAR
But Days values have additional time when highest, and lowest values were recorded.

This what you have is RAIN RATE. It has no LOW values, just the highest.
Also on current day there were no rain, so values and times are ZERO. Then you have month highest rain rate = 3.11 and year highest 14.4 probably inch/hour

Offline WiFiLogger

  • Forecaster
  • *****
  • Posts: 731
Re: wlflexp.json format documentation
« Reply #2 on: March 30, 2023, 02:33:48 PM »
Excel file with some description.

Offline doubleohwhatever

  • Senior Contributor
  • ****
  • Posts: 252
Re: wlflexp.json format documentation
« Reply #3 on: March 30, 2023, 06:20:02 PM »
Thanks!

 

anything