Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Cover Tilt Support #349

Closed
3 tasks done
florianfiby opened this issue Dec 23, 2024 · 1 comment
Closed
3 tasks done

[Feature]: Cover Tilt Support #349

florianfiby opened this issue Dec 23, 2024 · 1 comment
Labels
feature Feature Request

Comments

@florianfiby
Copy link

Requested feature

This add-on is working perfectly in my KNX based house with Home Assistant and google nest audio
My covers also support tilt. As far as I can see, matter js also supports tilt.

As an workaround, I'm using HA Scene for setting tilt on my covers.

Documentation & Issues

@florianfiby florianfiby added the feature Feature Request label Dec 23, 2024
@mt0321
Copy link

mt0321 commented Dec 26, 2024

Sharing this example of the iBlinds v3 Z-Wave device, which only supports tilt (not open/close), in case it helps.

cover.main_bedroom_blinds:

current_tilt_position: 0
device_class: blind
supported_features: 240

240 is open_tilt + close_tilt + stop_tilt + set_tilt_position:

SUPPORT_OPEN = 1
SUPPORT_CLOSE = 2
SUPPORT_SET_POSITION = 4
SUPPORT_STOP = 8
SUPPORT_OPEN_TILT = 16
SUPPORT_CLOSE_TILT = 32
SUPPORT_STOP_TILT = 64
SUPPORT_SET_TILT_POSITION = 128

t0bst4r added a commit that referenced this issue Dec 28, 2024
t0bst4r added a commit that referenced this issue Dec 28, 2024
t0bst4r added a commit that referenced this issue Dec 28, 2024
t0bst4r added a commit that referenced this issue Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature Request
Projects
None yet
Development

No branches or pull requests

2 participants