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

New device type for cover #73

Closed
Kane610 opened this issue Sep 19, 2018 · 3 comments
Closed

New device type for cover #73

Kane610 opened this issue Sep 19, 2018 · 3 comments

Comments

@Kane610
Copy link
Member

Kane610 commented Sep 19, 2018

My plan is to add more specific controls for (to begin with) Keen Zigbee vents through deCONZ. Most special device types are today exposed as lights (power plugs, sirens, vents, curtains) and I want to make this more neatly integrated with Home assistant with the proper platform.

This device has got on/off plus brightness which would be same features as

SUPPORT_OPEN = 1
SUPPORT_CLOSE = 2
SUPPORT_SET_POSITION = 4

Suggested device type would be damper or something similar.

@balloob
Copy link
Member

balloob commented Sep 19, 2018

what do you mean with device got brightness?

@Kane610
Copy link
Member Author

Kane610 commented Sep 19, 2018

It is exposed as a ZHALight, so it has got brightness range which would be translated over to set_position for a cover

@balloob
Copy link
Member

balloob commented Sep 21, 2018

I think cover is the right place for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants