Skip to content

Commit

Permalink
Update ZNCLDJ11LM.md (#189)
Browse files Browse the repository at this point in the history
* Update ZNCLDJ11LM.md

Pull: Koenkk/zigbee-herdsman-converters#835
Issue: Koenkk/zigbee2mqtt#1639

* Update ZNCLDJ11LM.md

Co-authored-by: Koen Kanters <[email protected]>
  • Loading branch information
yozik04 and Koenkk committed Jan 14, 2020
1 parent de44733 commit f8dfadc
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion docs/devices/ZNCLDJ11LM.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,25 @@ description: "Integrate your Xiaomi ZNCLDJ11LM via Zigbee2mqtt with whatever sma

## Notes

None
### Configuration of device attributes
By publishing to `zigbee2mqtt/[FRIENDLY_NAME]/set` various device attributes can be configured:
```json
{
"options":{
"reverse_direction": xxx,
"hand_open": xxx,
"reset_move": xxx
}
}
```

- **reverse_direction**: (`true`/`false`, default: `false`). Device can be configured to act in an opposite direction.
- **hand_open**: (`true`/`false`, default: `true`). By default motor starts rotating when you pull the curtain by hand. You can disable this behaviour.
- **reset_move**: (`true`/`false`, default: `false`). Reset the motor. When a path was cleared from obstacles.

You can send a subset of options, all options that won't be specified will be revered to default.

After changing `reverse_direction` you will need to fully open and fully close the curtain so the motor will redetect edges. `reverse_direction` will get new state only after this recalibration.

## Manual Home Assistant configuration
Although Home Assistant integration through [MQTT discovery](../integration/home_assistant) is preferred,
Expand Down

0 comments on commit f8dfadc

Please sign in to comment.