This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1) Press button for > 1 second to enter setup mode | |
# 2) Press button again to start the blind closing | |
# 3) Press button again when closed and blind starts to open (actually resets the stepper position to 0) | |
# 4) Press button again when blind is fully open | |
# 5) Job Done | |
# Button is also used to open/close the blind (must be fully open/closed first) | |
esphome: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Shutter Remote with Ikea Tradfri 2B | |
description: | | |
Control a shutter with an Ikea Tradfri two button remote over deconz. | |
Tested with this esphome code: https://gist.github.com/boelle/b08c2c78948f243f9a44a551cb0f4775 | |
Short press on I button will toggle the shutter state. | |
Short press on 0 button will stop the shutter. | |
Long press on I button will open the shutter. |