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.
Show/Hide measured temperature
Check whether the measured temperature is shown/hidden.
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.
Example command: 0x41;
Example response: 0x4100 β The measured temperature is hidden.
Show/Hide measured humidity
Full display refresh
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).
Last updated
Was this helpful?