Skip to content

Commit

Permalink
Update TS130F.md (Koenkk#472)
Browse files Browse the repository at this point in the history
Calibration process described
  • Loading branch information
luismalddonado authored Nov 30, 2020
1 parent c435bd3 commit fa7b168
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/devices/TS130F.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ description: "Integrate your TuYa TS130F via Zigbee2MQTT with whatever smart hom

* `invert_cover`: By default the position/tilt values mean: open = 100, closed = 0. This can be inverted by setting this option to true (so open = 0, close = 100).

### Calibration

* Open curtains completly
* Send calibration command to the switch: mosquitto_pub -d -m 'on' -t 'zigbee2mqtt/Living_Room_Sunblind_Switch/set/calibration'
* Press on close button on the switch, wait until curtains are fully closed
* Send calibration command to the switch: mosquitto_pub -d -m 'off' -t 'zigbee2mqtt/Living_Room_Sunblind_Switch/set/calibration'


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

0 comments on commit fa7b168

Please sign in to comment.