You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ...
Copy file name to clipboardExpand all lines: docs/devices/FUT089Z.md
+21-4
Original file line number
Diff line number
Diff line change
@@ -26,20 +26,37 @@ pageClass: device-page
26
26
## Notes
27
27
28
28
### 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.
30
32
31
33
### 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.
33
34
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
+
35
50
36
51
### 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.
38
54
39
55
It does also not support binding its light output clusters or manually joining it to a group.
40
56
41
57
### Touchlink
42
58
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.
0 commit comments