Skip to content

Commit c21ac62

Browse files
authored
Update docs/devices/FUT089Z.md (Koenkk#1819)
There is an extra group commended by Master ON/OFF: Debug 2023-01-12 14:38:33Received Zigbee message from 'Miboxer Remote', type 'commandOff', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 108 Debug 2023-01-12 14:38:33No converter available for 'FUT089Z' with cluster 'genOnOff' and type 'commandOff' and data '{}' Debug 2023-01-12 14:38:34Received Zigbee message from 'Miboxer Remote', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 108 Debug 2023-01-12 14:38:34No converter available for 'FUT089Z' with cluster 'genOnOff' and type 'commandOn' and data '{}' Even without Zigbee radio controller, the remote send commands wich are properly interpreted by groups members... So I bought this remote expecting to be able to command my hue lights iand other switches in case of a disaster on my system (even if I have a PI3 standalone backup). It is eve,n better thant I was excpecting ...
1 parent 8239e89 commit c21ac62

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

docs/devices/FUT089Z.md

+21-4
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,37 @@ pageClass: device-page
2626
## Notes
2727

2828
### Pairing
29-
To pair the device, press the ON and OFF buttons simultaneously until the central red LED flashes quickly.
29+
To pair the device:
30+
- Allow Zigbee2MQTT pairing
31+
- Press the Master ON and OFF buttons simultaneously until the central red LED flashes quickly.
3032

3133
### Working principle
32-
The remote has 7 zone switches plus an eighth zone being controlled by the ON and OFF buttons. Each zone sends commands to a ZigBee group which is currently hardcoded. Zone 1 is mapped to ZigBee group 101, Zone 2 to 102 and so forth. This means that currently each remote controls the same ZigBee groups. To control a light, first create a ZigBee group with the correct ID (10X), then add the device you intend to control to that group. Do NOT add the remote itself.
3334

34-
There is no support for sending events instead of commands.
35+
The remote has 7 zone switches plus an eighth zone being controlled by the ON and OFF buttons + 1 Master zone ON and OFF buttons.
36+
Each zone sends commands to a ZigBee group which is currently hardcoded. Zone 1 is mapped to ZigBee group 101, Zone 2 to 102 and so forth. This means that currently each remote controls the same ZigBee groups. To control lights or smartplugs, first create a ZigBee group with the correct ID (10X), name it like you wish then add the devices you intend to control to that group (pay attention to use the right termination point).
37+
38+
Very important : do NOT add the remote itself to the group.
39+
40+
ON and OFF Master Button on top of the remote will command an extra zone with Group ID 108.
41+
You can for instance use it as a master switch or just as an add on zone.
42+
43+
Obviously you can only have 1 FUT089Z remote per Zigbee network as it always command groups with 101 to 108 ID
44+
45+
There is no support for sending events instead of commands. Which means that there is no other automation you can build out of the group assignement described above.
46+
47+
Beauty is that after you pair remote and define up to 8 zones, the command will work even with Zigbee2MQTT down, ... even better without any alive Zigbee controller.
48+
It looks like a perfect emergency backup.
49+
3550

3651
### Quirks
37-
The remote does not seem to respond to any ZigBee commands sent after initial configuration without taking out the battery and putting it back in. To send any command to it (like a Leave or configure command), take out the battery, send the command and quickly put it back in.
52+
Like most of battery powered devices, the remote does not respond to any ZigBee commands sent after initial configuration without taking out the battery and putting it back in.
53+
To send any command to it (like a Leave or configure command), take out the battery, send the command and quickly put it back in.
3854

3955
It does also not support binding its light output clusters or manually joining it to a group.
4056

4157
### Touchlink
4258
The remote supports Touchlink. It is unclear how the Touchlink configuration interacts with the regular group configuration so if you intend to use Touchlink it would probably best not to pair it to a network.
59+
4360
<!-- Notes END: Do not edit below this line -->
4461

4562

0 commit comments

Comments
 (0)