-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added an additional test cases for loriot integration(elsys devices)
- Loading branch information
1 parent
4c32451
commit 9530be3
Showing
17 changed files
with
498 additions
and
10 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"cmd": "gw", | ||
"seqno": 4, | ||
"EUI": "0102030405060708", | ||
"ts": 1690901260493, | ||
"fcnt": 3, | ||
"port": 207, | ||
"freq": 868300000, | ||
"toa": 1319, | ||
"dr": "SF12 BW125 4/5", | ||
"ack": false, | ||
"gws": [ | ||
{ | ||
"rssi": -38, | ||
"snr": 8.5, | ||
"ts": 1690901260493, | ||
"time": "2023-08-01T14:47:40.493Z", | ||
"gweui": "1020304080706050", | ||
"ant": 0 | ||
}, | ||
{ | ||
"rssi": -42, | ||
"snr": 8.8, | ||
"ts": 1690901260495, | ||
"time": "2023-08-01T14:47:40.495Z", | ||
"gweui": "1020304081716151", | ||
"ant": 0 | ||
} | ||
], | ||
"bat": 143, | ||
"data": "0100e202290400270506060308070d62" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
[{ | ||
"deviceName": "ERS2 0102030405060708", | ||
"deviceType": "ERS2", | ||
"attributes": { | ||
"eui": "0102030405060708", | ||
"fPort": 207, | ||
"frequency": 868300000 | ||
}, | ||
"telemetry": [{ | ||
"ts": 1690901260493, | ||
"values": { | ||
"temperature": 22.6, | ||
"humidity": 41, | ||
"light": 39, | ||
"pir": 6, | ||
"vdd": 3426 | ||
} | ||
}] | ||
}, { | ||
"deviceName": "Gateway 1020304080706050", | ||
"deviceType": "Lora gateway", | ||
"telemetry": [{ | ||
"ts": 1690901260493, | ||
"values": { | ||
"rssi": -38, | ||
"snr": 8.5 | ||
} | ||
}], | ||
"attributes": { | ||
"eui": "1020304080706050" | ||
} | ||
}, { | ||
"deviceName": "Gateway 1020304081716151", | ||
"deviceType": "Lora gateway", | ||
"telemetry": [{ | ||
"ts": 1690901260495, | ||
"values": { | ||
"rssi": -42, | ||
"snr": 8.8 | ||
} | ||
}], | ||
"attributes": { | ||
"eui": "1020304081716151" | ||
} | ||
}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"cmd": "gw", | ||
"seqno": 4, | ||
"EUI": "0102030405060708", | ||
"ts": 1690901260493, | ||
"fcnt": 3, | ||
"port": 207, | ||
"freq": 868300000, | ||
"toa": 1319, | ||
"dr": "SF12 BW125 4/5", | ||
"ack": false, | ||
"gws": [ | ||
{ | ||
"rssi": -38, | ||
"snr": 8.5, | ||
"ts": 1690901260493, | ||
"time": "2023-08-01T14:47:40.493Z", | ||
"gweui": "1020304080706050", | ||
"ant": 0 | ||
}, | ||
{ | ||
"rssi": -42, | ||
"snr": 8.8, | ||
"ts": 1690901260495, | ||
"time": "2023-08-01T14:47:40.495Z", | ||
"gweui": "1020304081716151", | ||
"ant": 0 | ||
} | ||
], | ||
"bat": 143, | ||
"data": "0100e202290400270506060308070d62" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
[{ | ||
"deviceName": "ERS2 CO2 0102030405060708", | ||
"deviceType": "ERS2 CO2", | ||
"attributes": { | ||
"eui": "0102030405060708", | ||
"fPort": 207, | ||
"frequency": 868300000 | ||
}, | ||
"telemetry": [{ | ||
"ts": 1690901260493, | ||
"values": { | ||
"temperature": 22.6, | ||
"humidity": 41, | ||
"light": 39, | ||
"pir": 6, | ||
"co2": 776, | ||
"vdd": 3426 | ||
} | ||
}] | ||
}, { | ||
"deviceName": "Gateway 1020304080706050", | ||
"deviceType": "Lora gateway", | ||
"telemetry": [{ | ||
"ts": 1690901260493, | ||
"values": { | ||
"rssi": -38, | ||
"snr": 8.5 | ||
} | ||
}], | ||
"attributes": { | ||
"eui": "1020304080706050" | ||
} | ||
}, { | ||
"deviceName": "Gateway 1020304081716151", | ||
"deviceType": "Lora gateway", | ||
"telemetry": [{ | ||
"ts": 1690901260495, | ||
"values": { | ||
"rssi": -42, | ||
"snr": 8.8 | ||
} | ||
}], | ||
"attributes": { | ||
"eui": "1020304081716151" | ||
} | ||
}] |
Oops, something went wrong.