-
Notifications
You must be signed in to change notification settings - Fork 8
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
Shutter/blind capability schema #27
Comments
@jarod68 I think this a great idea. In the next version of our Web of Things implementation I think we're going to move out all of the Web Thing Types into an external schema repository of "capabilities". We should probably hold off and create a schema for this in that repository. |
From a discussion in Slack:
|
First, I'm building a blind and I'd really like to see this added to the existing schema. (I don't know if it's possible, or how to, make Mozilla's Gateway handle things that aren't defined in the schema.) My open questions are about modelling. This has a strong directionality -- UP/DOWN -- that might not age well. I wonder about OPEN/CLOSED or EXTENDED/RETRACTED, which would work for horizontal blinds, and might generalize to other types of motion (garage doors were suggested in other discussions). I noticed that there were "pass through schema definitions" that said that an underlying boolean corresponded to ON/OFF, so maybe what is wanted is something very specific and then layers of additional semantic interpretations? I'm new to this game! |
You don't have to include anything in the
This is why I suggested a |
For vertical blinds, Up/Down doesn't make sense. I think that open/close could be applied to both position and slat angle. |
Hi all. I'm trying to discover through wifi my new blinds/shutters switch, but it doesn't appear when I click the things add button. I don't know what might be going wrong, or what else I must do to be able to command it from my gateway. Any help or hint will be highly appreciated. Thanks beforehand. |
(Originally from WebThingsIO/gateway#995)
This more a feature request than an issue, but would be great to natively support and standardize the shutters and/or blinds devices.
For a shutter we have the position and for the blinds we have in addition the slat angle in % (this could be in degres or radian too, but conversion would be easy)
Basically, the properties are:
and the actions:
As events :
What do you think ?
The text was updated successfully, but these errors were encountered: