Hiding data from the display
In this page you will learn how to show/hide specific data from the display of the device. Even though the data is hidden from the display, you still receive it in the keepalive.
Last updated
In this page you will learn how to show/hide specific data from the display of the device. Even though the data is hidden from the display, you still receive it in the keepalive.
Last updated
Example downlink: 0x4000 β Hide the measured temperature.
Example downlink: 0x4200 β Hide the measured humidity
Example downlink: 0x4400 β Hide the light intensity.
By Default all 3 metrics are displayed at the same time (temperature, humidity, and light intensity).
You can set how the CO2 measurement is represented on the display. You can select to either see a chart, a value and/or an emoji.
Select one of the 3 options for displaying the CO2 level.
Example command: 0x8203 β when we separate the command code value we get 0x03. Converting it to binary we get 00000011. Utilizing the last 3 bits we have 011, thus the value will be displayed in digits together with an emoji.
The Default all 3 metrics are displayed at the same time (CO2 chart, CO2 value, and CO2 emoji).
Byte index
Hex value β Meaning
0
40 β The command code.
1
00 β Hide the measured temperature;
01 β Show the measured temperature. Default state.
Byte index
Sent request
Received response
0
41 β Command code
41 β Command code
1
00 - The measured temperature is hidden; 01 - The measured temperature is shown.
Byte index
Hex value β Meaning
0
42 β The command code.
1
00 β Hide humidity;
01 β Show humidity. Default state.
Byte index
Sent request
Received response
0
43 β Command code
43 β Command code
1
00 - The measured humidity is hidden; 01 - The measured humidity is shown.
Byte index
Hex value β Meaning
0
44 β The command code.
1
00 β Hide light intensity;
01 β Show light intensity. Default state.
Byte index
Sent request
Received response
0
45 β Command code
45 β Command code
1
00 - The light intensity is hidden; 01 - The light intensity is shown.
Byte index
Bit index
Hex value β Meaning
0
-
82 β The command code.
1
7:3
Reserved.
2
1 to show the CO2 chart on the display. 0 to hide it.
1
1 to show the CO2 value on the display with digits. 0 to hide it.
0
1 to show the CO2 emoji and level on the display. 0 to hide it.
Byte index
Bit index
Hex value β Meaning
0
-
83 β The command code.
1
7:3
Reserved.
2
1 if the CO2 chart is shown on the display. 0 if hidden.
1
1 if the CO2 digital value is shown on the display. 0 if hidden.
0
1 if the CO2 emoji is shown on the display. 0 if hidden.