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?

📄 Download the blueprint as a JSON file

The JSON below defines the mioty blueprint for the Febris TH sensor. It specifies the uplink payload structure, component definitions, scaling rules, and measurement units required for accurate decoding of temperature, humidity, dew point, battery status, and alarm data.

{
    "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"
 }
📝 Prefer a plain text version? Download the blueprint as a TXT document

 

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