Skip to content

Commit

Permalink
Update 929003017102 direct control docs. Koenkk/zigbee2mqtt#10740
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jul 13, 2023
1 parent 12accf2 commit 7f05e31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/devices/929003017102.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The red LED begins to flash every two seconds indicating pairing mode.

### Directly control Zigbee groups
It's possible to configure this switch to directly control Zigbee groups. In this way the switch can control e.g. a group of light bulbs even when Zigbee2MQTT is not running. To accomplish this:
1. In the Zigbee2MQTT frontend go to the switch -> *Bind* tab and click *Unbind* in the row where destination is `Coordinator`. If this fails, wake-up the switch by triggering it and try again.
1. In the Zigbee2MQTT frontend go to the switch -> *Bind* tab. Uncheck **all** clusters **except** `manuSpecificPhilips` (so only `manuSpecificPhilips` is checked) and click *Unbind* in the row where destination is `Coordinator`. If this fails, wake-up the switch by triggering it and try again.
1. Go to the *Logs* tab and trigger the switch, this will log the group ID which this switch controls:
```
MQTT publish: topic 'zigbee2mqtt/0x001788010cc53971', payload '{"action":"toggle","action_group":16606,"battery":100,"linkquality":110}'
Expand All @@ -42,6 +42,7 @@ It's possible to configure this switch to directly control Zigbee groups. In thi
Notes:
- This device does not support direct binding (to a device instead of a group) and you cannot change the group ID it controls.
- After doing this, no actions will be send to the coordinator anymore. To revert this (and stop the switch from directly controlling the group), press the yellow reconfigure button in the *About* tab.
- Actions are only send for input 1 of the device, for input 2 no actions will be send (so a double rocker is **not** supported).
<!-- Notes END: Do not edit below this line -->


Expand Down

0 comments on commit 7f05e31

Please sign in to comment.