Febris CO₂ mioty Blueprint in JSON
Are you looking for the mioty blueprint for the Febris CO₂ sensor?
📄 Download the blueprint as a
JSON file
The JSON below defines the mioty blueprint for the Febris CO₂ sensor. It specifies the uplink payload structure, component definitions, value scaling, and units required for accurate decoding of environmental measurements such as temperature, humidity, CO₂ concentration, pressure, and alarm states.
{
"component": {
"version": {
"littleEndian": false,
"size": 4,
"type": "uint",
"unit": ""
},
"uplink_counter": {
"littleEndian": false,
"size": 8,
"type": "uint",
"unit": ""
},
"bat_voltage": {
"func": "$ / 1000",
"littleEndian": false,
"size": 16,
"type": "uint",
"unit": "V"
},
"temperature": {
"func": "($ / 10) - 100",
"littleEndian": false,
"size": 16,
"type": "int",
"unit": "°C"
},
"humidity": {
"littleEndian": false,
"size": 8,
"type": "uint",
"unit": "%"
},
"co2": {
"littleEndian": false,
"size": 16,
"type": "uint",
"unit": "ppm"
},
"pressure": {
"littleEndian": false,
"size": 16,
"type": "uint",
"unit": "hPa"
},
"alarm": {
"littleEndian": false,
"size": 8,
"type": "uint",
"unit": ""
},
"fifo": {
"littleEndian": false,
"size": 16,
"type": "uint",
"unit": ""
},
"dew_point": {
"func": "$ - 100",
"littleEndian": false,
"size": 8,
"type": "uint",
"unit": "°C"
}
},
"meta": {
"firmwareVersion": "1.3",
"hardwareVersion": "1.0",
"name": "Febris CO2",
"vendor": "sentinum"
},
"typeEui": "FCA84A0300000001",
"uplink": [
{
"id": 0,
"payload": [
{
"component": "version",
"name": "Modulecode"
},
{
"component": "version",
"name": "Major_Version"
},
{
"component": "version",
"name": "Minor_Version"
},
{
"component": "version",
"name": "Product_Version"
},
{
"component": "uplink_counter",
"name": "Uplink_Counter"
},
{
"component": "bat_voltage",
"name": "Battery_Voltage"
},
{
"component": "temperature",
"name": "Temperature"
},
{
"component": "humidity",
"name": "Humidity"
},
{
"component": "pressure",
"name": "Pressure"
},
{
"component": "co2",
"name": "CO2"
},
{
"component": "alarm",
"name": "Alarm"
},
{
"component": "fifo",
"name": "FIFO"
},
{
"component": "dew_point",
"name": "Dew_Point"
}
]
}
],
"version": "1.0"
}
📝 Prefer a plain text version?
Download the blueprint as a TXT document
Specifications subject to change without notice. All information provided without guarantee.
![]()
![]()
![]()
![]()
![]()