Hello,
Can anyone identify the meaning of the fields highlighted below in red (delay, ptr, rxCheckPercent and status)
Output is JSON, parsed from output of wee_device --current
{
"id": "1373",
"apiUser": "apiTester",
"ts": "1568996322",
"delay": "26",
"inHumidity": "43",
"inTemp": "25.3",
"outHumidity": "58",
"outTemp": "17.8",
"pressure": "1005.1",
"ptr": "15416",
"radiation": "200.232",
"rain": "0.00",
"rainTotal": "4.350",
"rxCheckPercent": "100",
"status": "0",
"usUnits": "16",
"windDir": "157.5",
"windGust": "20.88",
"windSpeed": "17.28",
"UV": "1"
}
I think...
rxCheckPercentage is signal integrity from sensors to console.
delay never above 26 or so, really not sure what it is.
ptr is todo with console memory.
status 0 (zero) means successful read of console, I have never seen any other code.
The station is an Aercus WS3083. I'm using a raspPi on a cron job to run "wee_device --current" every minute and parsing in Python for onward use. I am not using weewxd.
Any help appreciated and thanks in advance,
Mike