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

Juno mioty® TH TILT  Payload Description

Looking for payload details of the Juno mioty® TH TILT?

📄 View the PDF above or download it here .

1. Version History

VersionDateRevision
1.0.0April 30, 2026Created

2. Overview

JUNO TH TILT IFM PAYLOAD DESCRIPTION EN – ZJF201

This chapter describes the structure of the telemetry data. The number of bytes in the payload depends on the sensor configuration. The data structure depends on which sensors are present in your product.

In principle, every version has a header. This header contains information about the version and status of the sensor, as well as a master measurement value. This measurement value can simply be assumed to be the current measurement value.

The header is followed by an additional payload section that contains further information, such as specific parameters for the measurement principle or settings for position and opening detection. Not every sensor has an additional payload section.

TermsDescription
Byte No.Byte number starting at 1
AliasDescriptive name of the variable
DescriptionDescription of the variable
LabelLabel in the data converter
UnitUnit of the variable
Datahub .json keyKey in .json when using the Datahub

3. Structure of the Module Key

Byte 1Byte 2
Bits 7-4Bits 3-0Bits 7-4Bit 3-0
Base ID module, e.g., Sentiface, Senticom, SentivisorMajor version (SW/HW version)Minor version (SW/HW version)Product version (sensors, e.g., TH, THL, ACC, ...)

The module key of the SENTIFACE module can be extracted from the first 2 bytes of each uplink. The module key is required for the downlink.

Uplink example (not applicable to Juno)

Uplink payload decoding example Figure 1: Uplink payload decoding.

This example describes how to read and interpret the payload:

Given is the following payload example for the Helios pressure sensor:

11 11 FE 1A D5 95 06 03 00 23 BE

Bytes1234567891011
HEX1111FE1AD59506030023BE
DescriptionModule keyModule KeyUplink CounterBattery VoltageBattery VoltageTemperatureAlarm FlagAlarm FlagMeasurement StatusPressure mbarPressure mbar

4. JUNO Payload Description

Byte NumberAlias NameDescriptionUnitName in Payload DecoderModule keyDatahub .json Key
1 - 2Module keyByte 1:
• 4-bit MSB: Module code. For Mioty, exclusively the "Sentiface" telemetry module, i.e., always 0x1.
• 4-bit LSB: Major version. Firmware of the same major version but a higher minor version remains compatible with older decoders. However, the number of bytes may change!

Byte 2:
• 4-bit MSB: Minor version. New software versions may incrementally add new telemetry data to the data packet.
• 4 LSB bits: Sub/Product version. In Helios, these bits encode the specific configuration of the connected sensors.

module_keyXXX1module_key
3Uplink CounterUplink Counter: Protocol-independent uplink counter with a maximum value of 255. After reaching 255, the counter resets to 0.
uplink_counterXXX1uplink_counter
4 - 5Battery voltageCurrent battery voltage in millivolts. Voltage in volts battery_voltage: (dataBytes[3] << 8 | dataBytes[4])/1000.0mVbattery_voltageXXX1battery_voltage
6Internal temperatureSensor temperature: Internal_temperature = | bytes[6] - 128;
For this sensor, this value represents the controller's temperature reading and is an inaccurate temperature value of +/-2°C
°Cinternal_temperatureXXX1internal_temperature
7AlarmsThe alarms are coded as follows. Caution: Multiple alarms may be active at the same time!

DEC 1, BIN 0000 0001: High temperature limit exceeded
DEC 2, BIN 0000 0010: Temperature has fallen below the low limit
DEC 4, BIN 0000 0100: Temperature delta alarm
DEC 8, BIN 0000 1000: Relative humidity high limit exceeded
DEC 16, BIN 0001 0000: Relative humidity limit low not reached
DEC 32, BIN 0010 0000: Relative humidity alarm delta

humidityXXX1humidity
8 - 9TemperatureExact temperature from the SHT40, as described in the datasheet. decoded.temperature = ((bytes[idx++] << 8) | bytes[idx++]) / 10 - 100;°CtemperatureXXX1temperature
10Relative humidityRelative humidity from the SHT40, as described in the datasheet.%RHhumidityXXX1humidity
11Accelerometer status0: Acceleration sensor without error
• Other: Acceleration sensor error

acc_statusXXX1acc_status
12Sensor orientationDisplays the orientation of the sensor
0: Vertical: Lying on its side
1: Face Up
2: Face Down
3: Error

orientationXXX1orientation
13AngleReturns the angle in degrees, resolution 1°°angleXXX1angle
14OpenIndicates whether the flap is open or closed
is_openXXX1is_open
15Relative opening counterIndicates how many openings have been performed since the last uplink
open_cnt_relXXX1open_cnt_rel
16Open counter lifetimeIndicates how many openings have been performed during the entire operation
open_cnt_totalXXX1open_cnt_total
mioty / LoRa / NB-IoT / LTE
CE and WEEE compliance marks