Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 2.91 KB

File metadata and controls

59 lines (43 loc) · 2.91 KB
title Immax 07703L control via MQTT
description Integrate your Immax 07703L via Zigbee2MQTT with whatever smart home infrastructure you are using without the vendor's bridge or gateway.
addedAt 2020-11-01 12:47:02 UTC
pageClass device-page

Immax 07703L

Model 07703L
Vendor Immax
Description Radiator valve
Exposes battery_low, child_lock, switch (state), climate (current_heating_setpoint, local_temperature, system_mode, running_state)
Picture Immax 07703L

Exposes

Battery low (binary)

Indicates if the battery of this device is almost empty. Value can be found in the published state on the battery_low property. It's not possible to read (/get) or write (/set) this value. If value equals true battery low is ON, if false OFF.

Child lock (binary)

Enables/disables physical input on the device. Value can be found in the published state on the child_lock property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"child_lock": NEW_VALUE}. If value equals LOCK child lock is ON, if UNLOCK OFF.

Away mode (switch)

The current state of this switch is in the published state under the away_mode property (value is ON or OFF). To control this switch publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"away_mode": "ON"}, {"away_mode": "OFF"} or {"away_mode": "undefined"}. It's not possible to read (/get) this value.

Climate

This climate device supports the following features: current_heating_setpoint, local_temperature, system_mode, running_state.

  • current_heating_setpoint: Temperature setpoint. To control publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"current_heating_setpoint": VALUE} where VALUE is the °C between 5 and 35. Reading (/get) this attribute is not possible.
  • local_temperature: Current temperature measured on the device (in °C). Reading (/get) this attribute is not possible.
  • system_mode: Mode of this device. To control publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"system_mode": VALUE} where VALUE is one of: off, heat, auto. Reading (/get) this attribute is not possible.
  • running_state: The current running state. Possible values are: idle, heat. Reading (/get) this attribute is not possible.