IKEA E1524/E1810
Model | E1524/E1810 |
Vendor | IKEA |
Description | TRADFRI remote control |
Exposes | identify, battery, action, linkquality |
Picture |
Notes
Pairing
Pair the remote to Zigbee2MQTT by holding it close to the coordinator and pressing the inside button, next to the CR2032 battery, 4 times in 5s. The red light on the (front of the) remote will now flash a few times.
Troubleshooting: no battery level OR not sending messages at all
It may help to remove the battery for a few seconds and after that reconfigure it via Configure. Right before executing the Configure make sure to wake up the device by pressing a button on it.
Troubleshooting: Device didn't respond to OTA request
To resolve the Device didn't respond to OTA request
error, you can try to push a button on it, shortly before you start the update, to wake up the Remote.
Troubleshooting: Automations triggered by button presses throw exceptions
Make sure that automations that are triggered by the 'action' attribute of the remote are not configured in the 'restart' mode. Since there is an event for the button press (e.g. arrow_left_click
) as well as for the release (e.g. arrow_left_release
) the trigger will fire two times in rapid succession which may result in the automation being cancelled before it can finish its first run.
Binding
The binding functionality of this remote varies per firmware version:
- < 2.3.014: binding is not supported, OTA update your device to get binding functionality
- 2.3.014 - 2.3.074: suppports binding to groups only. It can only be bound to 1 group at a time. By default this remote is bound to the default bind group which you first have to unbind it from. This can be done by sending to
zigbee2mqtt/bridge/request/device/unbind
payload{"from": "DEVICE_FRIENDLY_NAME", "to": "default_bind_group"}
. Wake up the device right before sending the commands by pressing a button on it. - 2.3.075 - 2.3.080 : supports binding to devices only
- 24.4.5: supports binding to device or groups
Note: Prior to sending a 'bind' command using an MQTT message directly or through the frontend, push a button on the remote to wake it up. Otherwise, the remote will not be in a receiving state and the bind will fail with a general 'error'.
Once bound to a group/bulb you will notice that the toggle and brightness buttons will work, but scenes/color temperature may not work depending on firmware version.
- < 24.4.5:
- Create a group with ID 65289 (name it ie. Trafri_scenes) and add the device(s) you control with the remote.
- Add/store scenes for the created group
- Once you click left/right on the remote, the scenes will be called sequentially (should there be a device off sync in scenes, hold the toggle button for 3 sec.).
- 24.4.5: Bind the
LevelCtrl
andScenes
clusters to the devices or groups (onlyLevelCtrl
is supported for groups) to be able to control brightness and scenes/color respectively.
Toggle button
When clicking the middle (center) button on the remote it will send a {"click": "toggle"}
, when holding it it will also send a {"click": "toggle_hold"}
. It is not possible to skip the toggle
when the button is hold. Also the remote won't send anything when the button is released. See link for more details.
OTA updates troubleshooting
If you have problems with running firmware update, try following:
- after clicking "Updare firmware" button in Z2M, click every 1-2s any of control buttons on remote
- if remote keeps aborting firmware update, then try with fresh battery and also you can try to reset device (press pair button next to battery 4 times in 5s period)
OTA updates
This device supports OTA updates, for more information see OTA updates.
Options
How to use device type specific configuration
identify_timeout
: Sets the duration of the identification procedure in seconds (i.e., how long the device would flash).The value ranges from 1 to 30 seconds (default: 3). The value must be a number with a minimum value of1
and with a with a maximum value of30
legacy
: Set to false to disable the legacy integration (highly recommended), will change structure of the published payload (default true). The value must betrue
orfalse
Exposes
Identify (enum)
Initiate device identification. This device is asleep by default.You may need to wake it up first before sending the identify command.. Value will not be published in the state. 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 {"identify": NEW_VALUE}
. The possible values are: identify
.
Battery (numeric)
Remaining battery in %. Value can be found in the published state on the battery
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"battery": ""}
. It's not possible to write (/set
) this value. The minimal value is 0
and the maximum value is 100
. The unit of this value is %
.
Action (enum)
Triggered action (e.g. a button click). Value can be found in the published state on the action
property. It's not possible to read (/get
) or write (/set
) this value. The possible values are: toggle
, brightness_up_click
, brightness_down_click
, brightness_up_hold
, brightness_up_release
, brightness_down_hold
, brightness_down_release
, toggle_hold
, arrow_left_click
, arrow_left_hold
, arrow_left_release
, arrow_right_click
, arrow_right_hold
, arrow_right_release
.
Linkquality (numeric)
Link quality (signal strength). Value can be found in the published state on the linkquality
property. It's not possible to read (/get
) or write (/set
) this value. The minimal value is 0
and the maximum value is 255
. The unit of this value is lqi
.