Skip to content
English
  • There are no suggestions because the search field is empty.

Febris TH mioty Blueprint in JSON 

Are you looking for the mioty blueprint for the Febris TH sensor?

This JSON provides the mioty blueprint for the Apollon sensor—it specifies the uplink payload layout, value scaling, and conditional sections required for accurate decoding.

📄 You can view the Febris TH blueprint JSON above or download it here .
{
    "component": {
        "version": {
            "littleEndian": false,
            "size": 4,
            "type": "uint",
            "unit": ""
        },
        "temperature": {
            "func": "($ / 10) - 100",
            "littleEndian": false,
            "size": 16,
            "type": "int",
            "unit": "°C"
        },
        "uplink_counter": {
            "littleEndian": false,
            "size": 8,
            "type": "uint",
            "unit": ""
        },
        "bat_voltage": {
            "func": "$ / 1000.0",
            "littleEndian": false,
            "size": 16,
            "type": "uint",
            "unit": "V"
        },
        "dew_point": {
            "func": "($ / 10) - 100",
            "littleEndian": false,
            "size": 16,
            "type": "uint",
            "unit": "°C"
        },
        "humidity": {
            "littleEndian": false,
            "size": 8,
            "type": "uint",
            "unit": "%"
        },
        "empty": {
            "littleEndian": false,
            "size": 32,
            "type": "uint",
            "unit": ""
        },
        "alarm": {
            "littleEndian": false,
            "size": 8,
            "type": "uint",
            "unit": ""
        },
        "fifo": {
            "littleEndian": false,
            "size": 16,
            "type": "uint",
            "unit": ""
        }
    },
    "meta": {
        "firmwareVersion": "1.3",
        "hardwareVersion": "1.0",
        "name": "Febris TH",
        "vendor": "sentinum"
    },
    "typeEui": "FCA84A0300000000",
    "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": "empty",
                    "name": "Empty"
                },
                {
                    "component": "alarm",
                    "name": "Alarm"
                },
                {
                    "component": "fifo",
                    "name": "FIFO"
                },
                {
                    "component": "dew_point",
                    "name": "Dew_Point"
                }
            ]
        }
    ],
    "version": "1.0"
 }

Specifications subject to change without notice. All information provided without guarantee.