Skip to the content.

THALEOS TWC-R01

Smart thermostat for electric heater with pilot wire

Unsupported

This device is currently UNSUPPORTED. Want to have this device supported? Please check the GitHub issue section to see if a request already exists for this device. If it doesn’t exist yet, you can open a new request by filling in the Device support issue template.

Exposes

This is the information provided by Zigbee2MQTT for this device:

[
  {
    "name": "pilot_wire_mode",
    "label": "Pilot wire mode",
    "access": 7,
    "type": "enum",
    "property": "pilot_wire_mode",
    "description": "Controls the target temperature of the heater, with respect to the temperature set on that heater. Possible values: comfort (target temperature = heater set temperature) eco (target temperature = heater set temperature - 3.5°C), frost_protection (target temperature = 7 to 8°C), off (heater stops heating), and the less commonly used comfort_-1 (target temperature = heater set temperature - 1°C), comfort_-2 (target temperature = heater set temperature - 2°C),.",
    "values": [
      "comfort",
      "eco",
      "antifrost",
      "off",
      "comfort_1",
      "comfort_2"
    ]
  },
  {
    "name": "local_temperature",
    "label": "Local temperature",
    "access": 5,
    "type": "numeric",
    "property": "local_temperature",
    "description": "Current temperature measured on the device",
    "unit": "°C"
  },
  {
    "name": "local_temperature_calibration",
    "label": "Local temperature calibration",
    "access": 3,
    "type": "numeric",
    "property": "local_temperature_calibration",
    "description": "Set temperature calibration",
    "unit": "°C",
    "value_max": 8,
    "value_min": -8,
    "value_step": 0.5
  },
  {
    "name": "eco_mode",
    "label": "Eco mode",
    "access": 3,
    "type": "binary",
    "property": "eco_mode",
    "description": "Enables/disables the weekly program.",
    "value_on": "ON",
    "value_off": "OFF"
  },
  {
    "name": "open_window",
    "label": "Open window",
    "access": 3,
    "type": "binary",
    "property": "open_window",
    "description": "Enables/disables the status on the device",
    "value_on": "ON",
    "value_off": "OFF"
  },
  {
    "name": "open_window_temperature",
    "label": "Open window temperature",
    "access": 3,
    "type": "numeric",
    "property": "open_window_temperature",
    "description": "Open window temperature",
    "unit": "°C",
    "value_max": 35,
    "value_min": 0
  },
  {
    "name": "power",
    "label": "Power",
    "access": 1,
    "type": "numeric",
    "property": "power",
    "description": "Instantaneous measured power",
    "unit": "W"
  },
  {
    "name": "voltage",
    "label": "Voltage",
    "access": 1,
    "type": "numeric",
    "property": "voltage",
    "description": "Measured electrical potential value",
    "unit": "V"
  },
  {
    "name": "current",
    "label": "Current",
    "access": 1,
    "type": "numeric",
    "property": "current",
    "description": "Instantaneous measured electrical current",
    "unit": "A"
  },
  {
    "name": "energy",
    "label": "Energy",
    "access": 1,
    "type": "numeric",
    "property": "energy",
    "description": "Sum of consumed energy",
    "unit": "kWh"
  },
  {
    "name": "energy_today",
    "label": "Energy today",
    "access": 1,
    "type": "numeric",
    "property": "energy_today",
    "description": "Energy consumed today",
    "unit": "kWh"
  },
  {
    "name": "energy_yesterday",
    "label": "Energy yesterday",
    "access": 1,
    "type": "numeric",
    "property": "energy_yesterday",
    "description": "Energy consumed yesterday",
    "unit": "kWh"
  },
  {
    "name": "device_mode_type",
    "label": "Device mode type",
    "access": 3,
    "type": "binary",
    "property": "device_mode_type",
    "description": "Set pilot wire mode to 6 modes (includes comfort 1 & 2).",
    "value_on": "ON",
    "value_off": "OFF"
  }
]

Related