Smart Radiator Thermostat

May 16, 2026 · View on GitHub


Device List Information

KeyValue TypeDescription
deviceIdStringdevice ID
deviceNameStringdevice name
deviceTypeStringdevice type. Smart Radiator Thermostat
enableCloudServiceBooleandetermines if Cloud Service is enabled or not for the current device
hubDeviceIdStringdevice's parent Hub ID. 000000000000 when the device itself is a Hub or it is connected through Wi-Fi.

Device Status

KeyValue TypeDescription
batteryIntegerthe current battery level
deviceIdStringdevice ID
deviceTypeStringdevice type. Smart Radiator Thermostat
hubDeviceIdStringdevice's parent Hub ID. 000000000000 when the device itself is a Hub or it is connected through Wi-Fi.
modeIntegterthe current mode. 0, schedule mode; 1,manual mode; 2, power off mode; 3, energy saving mode; 4, comfort mode;5, quick heating mode
temperatureFloattemperature in celsius
versionStringthe current BLE and Wi-Fi firmware version, e.g. V3.1-6.3

Control Commands

deviceTypecommandTypeCommandcommand parameterDescription
Smart Radiator ThermostatcommandturnOndefaultset to ON state
Smart Radiator ThermostatcommandturnOffdefaultset to OFF state
Smart Radiator ThermostatcommandsetMode0~5set the switch mode. 0,0, schedule mode; 1,manual mode; 2, power off mode; 3, energy saving mode; 4, comfort mode;5, quick heating mode
Smart Radiator ThermostatcommandsetManualModeTemperature4~35set the radiator thermostat temperature. Temperature range: 4–35 °C (inclusive)

Webhook Events

Key NameValue TypeDescription
eventTypeStringthe type of events
eventVersionStringthe current event version
contextObjectthe detail info of the event
deviceTypeStringattributes of the context object. the type of the device
deviceMacStringattributes of the context object. the MAC address of the device
modeStringset the current device mode
batteryIntegerthe battery level
timeOfSampleLongattributes of the context object. the time stamp when the event is sent
{
    "eventType": "changeReport",
    "eventVersion": "1",
    "context": {
        "deviceType": "Smart Radiator Thermostat",
        "deviceMac": "94A990502B72",
        "mode": 1,
        "battery": 100,
        "timeOfSample": 123456789
    }
}