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.

Hiding/showing specific readings on the display

Measured temperature

Example downlink: 0x4000 – Hide the measured temperature.

Measured humidity

Example downlink: 0x4200 – Hide the measured humidity

Measured light intensity

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).

Last updated