Sensor: Laird RS191
Gateway: Femto IoT Internal Gateway(test), Laird RG191 (Production)
Distance: 10m (lab), 50m(production)
I am facing the following issue on chirpstack (v4 in test,v3 in production) with laird sensors
v3 error:
“type”: “error”,
“payload”: {
“applicationID”: “16”,
“applicationName”: “sen-7”,
“deviceName”: “sen-7”,
“devEUI”: “***”,
“type”: “UPLINK_FCNT_RETRANSMISSION”,
“error”: “frame-counter did not increment”,
“fCnt”: 217,
“tags”: {},
“publishedAt”: “2024-06-12T19:05:22.645543605Z”
v4 error:
{
“time”: “2024-06-12T19:14:11.184668413+00:00”,
“deviceInfo”: {
“tenantId”: “52f14cd4-c6f1-4fbd-8f87-4025e1d49242”,
“tenantName”: “ChirpStack”,
“applicationId”: “799f8080-8f92-439b-bd78-ca2987b15950”,
“applicationName”: “sen-1”,
“deviceProfileId”: “96a8e18e-db2b-4e95-8486-2c4d507869b4”,
“deviceProfileName”: “Sentrius RS1xx Temp-RH Sensor”,
“deviceName”: “sen1”,
“devEui”: “***”,
“deviceClassEnabled”: “CLASS_A”,
“tags”: {}
},
“level”: “WARNING”,
“code”: “UPLINK_F_CNT_RETRANSMISSION”,
“description”: “Uplink was flagged as re-transmission / frame-counter did not increment”,
“context”: {
“deduplication_id”: “81a7b638-3344-4234-83b3-bdd9bafe5543”
}
}
Remedy Tried:
In v4 increased rx0 time to 3 seconds, and then 8 seconds. Making no impact to the issues faced. After error 4 or 5 error transmissions, subsequent transmission goes on DR0 and the next transmission goes back to DR3 which is DR used by other RS191 on chirpstack v4.
Any insight or suggestions are most welcome.