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

Tuya Fan Controller Buttons not activating correctly #47

Open
fin05 opened this issue Aug 9, 2024 · 2 comments
Open

Tuya Fan Controller Buttons not activating correctly #47

fin05 opened this issue Aug 9, 2024 · 2 comments

Comments

@fin05
Copy link

fin05 commented Aug 9, 2024

I have a Tuya Fan controller - there are 3 speed settings. 1%, 50% and 100%. When I press "off" or "High" the buttons work correctly. However if I press "low" it will turn the fan on 1% which is correct but the OFF button shows active. When I press "Med" it turns the fan to 50% whisch is also correct but it shows the LOW button as active. I have tried adjusting the speed in your file from 33 and 66 to 10 and 50 but it still does not fix the issue

@mihatsu
Copy link

mihatsu commented Aug 9, 2024

have you tried to match speeds to settings like
customSetpoints: true
lowPercentage: 1
medPercentage: 50
hiPercentage: 100
sendStateWithSpeed: true

@finity69x2
Copy link
Owner

the problem is that there is a range in which I determine the state of the fan speed. that range is calculated based on your speed setpoints.

I'll have to look into how I set the off button active.

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

3 participants