Skip to main content
Version: 1.0

Shelly H&T

Shelly H&T Gen3 is a battery-operated device with built-in temperature and humidity sensors.

The following components are available in Shelly H&T Gen3:

HT_UI

The HT_UI component handles the settings of a H&T device's screen.

Status

The HT_UI component does not own any status properties.

Example status object
{}

Configuration

The configuration of the HT_UI component allows to set the temperature unit (C/F) and clock type.

Properties:

PropertyTypeDescription

temperature_unit

string

Unit of temperature C or F

clock

string

Clock type of time shown on screen 12, 24, disabled

Example configuration object
{
"clock": "24",
"temperature_unit": "C"
}

HT_UI.SetConfig example

curl -X POST -d '{"id":1, "method": "HT_UI.SetConfig", "params": {"config": {"temperature_unit":"C"}}}}' http://${SHELLY}/rpc