Skip to content

Commit

Permalink
Update E1524_E1810.md (#2476)
Browse files Browse the repository at this point in the history
Newest 24.4.5 resolves some binding issues!
  • Loading branch information
chemicalstorm authored Jan 8, 2024
1 parent 51a7d92 commit e78908f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/devices/E1524_E1810.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,17 @@ Make sure that automations that are triggered by the 'action' attribute of the r
The [binding](../guide/usage/binding.md) 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 and greater : supports binding to devices only
- 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 most likely won't work. This appears to be a missing piece of functionality ([discussion](https://github.com/Koenkk/zigbee2mqtt/issues/1232)), but via a workaround this can be managed;
1. Create a group with ID **65289** (name it ie. Trafri_scenes) and add the device(s) you control with the remote.
2. Add/store [scenes](../guide/usage/scenes.md) for the created group
3. 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.).
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:
1. Create a group with ID **65289** (name it ie. Trafri_scenes) and add the device(s) you control with the remote.
2. Add/store [scenes](../guide/usage/scenes.md) for the created group
3. 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` and `Scenes` clusters to the devices or groups (only `LevelCtrl` 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
Expand Down

0 comments on commit e78908f

Please sign in to comment.