Hiding data from the display & settings
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
In order to protect the display of the device from the so-called "ghosting", where an image becomes permanently imprinted on the e-ink display, we have to refresh it fully every max. 24 hours. If you decide, you can lower the full-refresh period, which can remove some dim artefacts from the display's partial refreshes.
Note: Acceptable values: 1...24 hours (1 hour resolution).
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
33 β The command code.
1
XX - Full display refresh in hours. Default value: 0x0C (12 hours)
Byte index
Sent request
Received response
0
34 β Command code
34 β Command code
1
XX - Display refresh period in hours.