-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add support for ExteriorScreen (rts:ExteriorBlindRTSComponent) #43
Comments
@gieljnssns if I am correct, this model is already supported, however you faced issues with the stop function?
|
In my custom component I used this def stop_cover(self, **kwargs):
"""Stop the cover."""
if (
self.tahoma_device.type
== "io:RollerShutterWithLowSpeedManagementIOComponent"
):
self.apply_action("setPosition", "secured")
elif self.tahoma_device.type in (
"rts:BlindRTSComponent",
"io:ExteriorVenetianBlindIOComponent",
"rts:VenetianBlindRTSComponent",
"rts:DualCurtainRTSComponent",
"rts:ExteriorVenetianBlindRTSComponent",
-> "rts:HorizontalAwningRTSComponent",
"rts:BlindRTSComponent",
-> "rts:ExteriorBlindRTSComponent",
):
self.apply_action("my")
elif self.tahoma_device.type in (
"io:HorizontalAwningIOComponent",
"io:RollerShutterGenericIOComponent",
"io:VerticalExteriorAwningIOComponent",
):
self.apply_action("stop")
else:
self.apply_action("stopIdentify") I think my |
I can hardcoded an exception to use |
'There hasn't been any activity on this issue recently. Is this issue still present? |
Tracked in #204 |
Copied from vlebourl/tahoma_extended#8 by @gieljnssns
Device details
The text was updated successfully, but these errors were encountered: