I have a SenseCap S2120 and I used the payload form Tago. But for some reason Im not getting all the variables. these are the only variables Im getting. Bellow. I need the others like wind_direction, rain_gauge. Can someone help me on how can I get those variables?
Thank you.
14:59:58:
Log from [Seeed SenseCap S2120 8-in-1 Weather Sensor] payload parser:
{ "err": 0, "payload": "01010A5B0001C86160000902007E00000000278C", "valid": true, "messages": [ [ { "measurementValue": 26.6, "measurementId": "4097", "type": "Air Temperature" }, { "measurementValue": 91, "measurementId": "4098", "type": "Air Humidity" }, { "measurementValue": 116833, "measurementId": "4099", "type": "Light Intensity" }, { "measurementValue": 9.6, "measurementId": "4190", "type": "UV Index" }, { "measurementValue": 0.9, "measurementId": "4105", "type": "Wind Speed" } ], [ { "measurementValue": 126, "measurementId": "4104", "type": "Wind Direction Sensor" }, { "measurementValue": 0, "measurementId": "4113", "type": "Rain Gauge" }, { "measurementValue": 101240, "measurementId": "4101", "type": "Barometric Pressure" } ] ] }
{
"err": 0,
"payload": "01010A5B0001C86160000902007E00000000278C",
"valid": true,
"messages": [
[
{
"measurementValue": 26.6,
"measurementId": "4097",
"type": "Air Temperature"
},
{
"measurementValue": 91,
"measurementId": "4098",
"type": "Air Humidity"
},
{
"measurementValue": 116833,
"measurementId": "4099",
"type": "Light Intensity"
},
{
"measurementValue": 9.6,
"measurementId": "4190",
"type": "UV Index"
},
{
"measurementValue": 0.9,
"measurementId": "4105",
"type": "Wind Speed"
}
],
[
{
"measurementValue": 126,
"measurementId": "4104",
"type": "Wind Direction Sensor"
},
{
"measurementValue": 0,
"measurementId": "4113",
"type": "Rain Gauge"
},
{
"measurementValue": 101240,
"measurementId": "4101",
"type": "Barometric Pressure"
}
]
]
}