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

Properties:

  • temperature_unit: string, C or F
Example configuration object
{
"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