Evanell EZ200
| Model | EZ200 |
| Vendor | Evanell |
| Description | Thermostatic radiator valve |
| Exposes | child_lock, battery, climate (current_heating_setpoint, local_temperature, system_mode) |
| Picture | ![]() |
Notes
Pairing
Remove batteries. Put battery back in, holding the middle button for 5s. Three horizontal lines flash. Push the "up" button. Device should now enter pairing mode (Wifi-symbol flashes).
Exposes
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.
Battery (numeric)
Remaining battery in %, can take up to 24 hours before reported. Value can be found in the published state on the battery property. It's not possible to read (/get) or write (/set) this value. The minimal value is 0 and the maximum value is 100. The unit of this value is %.
Climate
This climate device supports the following features: current_heating_setpoint, local_temperature, system_mode.
current_heating_setpoint: Temperature setpoint. To control publish a message to topiczigbee2mqtt/FRIENDLY_NAME/setwith payload{"current_heating_setpoint": VALUE}whereVALUEis the °C between5and30. 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 topiczigbee2mqtt/FRIENDLY_NAME/setwith payload{"system_mode": VALUE}whereVALUEis one of:off,heat,auto. Reading (/get) this attribute is not possible.

