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

Add support for tap-to-run scenes from Tuya Smart app. #43

Closed
ekobres opened this issue Nov 4, 2022 · 3 comments · Fixed by #118
Closed

Add support for tap-to-run scenes from Tuya Smart app. #43

ekobres opened this issue Nov 4, 2022 · 3 comments · Fixed by #118
Labels
enhancement New feature or request
Milestone

Comments

@ekobres
Copy link

ekobres commented Nov 4, 2022

Is your feature request related to a problem? Please describe:

I have scenes in the Tuya Smart app that can do things that HomeKit cannot. For example set white mode or set a smart scene.

Describe the solution you'd like:

I would like for the plugin to expose Tuya Smart App scenes as switches in HomeKit so they can be incorporated into HomeKit scenes. It would also be nice if the switches could remain triggered after they are set so that HomeKit can recognize that the scene has been set. If they quickly revert back to "off" after the scene is set, HomeKit will think the scene set has failed.

Describe alternatives you've considered:

Trying to create scenes in HomeKit is not practical for features that are not explore to HomeKit, such as white light and Tuya Smart Scenes.

Additional context:

There is an old Tuya Web plugin that exposes scenes, which works well, but it has numerous other problems.

@ekobres ekobres added the enhancement New feature or request label Nov 4, 2022
@0x5e
Copy link
Owner

0x5e commented Nov 4, 2022

Already have plans to add scene support, maybe after 1.6.0 release, depends on how much spare time I have. Thanks for the feedback.

@0x5e
Copy link
Owner

0x5e commented Nov 6, 2022

Remain switch triggered may not possible because the scene doesn't have status, it's just an action. It is like a wireless button, or tv remote. Techinally I can keep the switch on but I will never know when should I change it to off.

@0x5e 0x5e added this to the 1.7.0 milestone Nov 6, 2022
@0x5e 0x5e linked a pull request Dec 3, 2022 that will close this issue
@0x5e
Copy link
Owner

0x5e commented Dec 3, 2022

Supported on 1.7.0-beta.1, please try :)

@0x5e 0x5e closed this as completed Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants