-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Expose FanSpeed#State for IFAN03/IFAN02 #6636
Comments
You can try the provided firmware. Your rule should work with. Since i didnt have a sonoff ifan i couldnt test it. If it works give me a feedback, and i will do a PR to include it as standard in Tasmota. |
I'll see if I can do it in code. Makes it a lot simpler for the script kiddies ;0) |
Try the latest dev version. Precompiles are available within an hour. |
Oh BTW it is no longer needed to use a script; it will beep anyway. |
So, this adds beeps to the FanSpeed setting; yes? There is still no |
Yes, Right. |
Thanks very much for the quick response. |
The latest commit solves the RC button beeps by providing a longer beep when speed 0 is pressed. In addition al commands are now also fed through the rule processor solving your initial issue. Only change is that you should use So your rule should look like this:
|
Thankyou! Here's a good rule for this in case someone else looks this up and wants some hints...
Thanks again for your help and I sent you a paypal yesterday for your trouble. |
I have spent some time trying to re-create the 1 beep for low, 2 beeps for med, 3 beeps for high that the IFAN02 provides (With Tasmota) but with the IFAN03. My daughter is handicapped and she finds the beeping helps her quite a bit when controlling the fan remotely. I have been trying to isolate the FanSpeed#State and trigger off of that, but that does not appear to be exposed. The rule does not syntax error, however the trigger never happens so I assume it is not exposed.
Trying to control the buzzer triggering off the power commands is not easily doable either as the 3 relays come on at odd times to kick startup of the motor at speed changes. I do not want to go out to an external program like Node Red or Home Assistant to tell the buzzer to go, but that may be where I am headed without FanSpeed#State available.
And no trigger...
The text was updated successfully, but these errors were encountered: