-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
4ch pro - control all 4 dry relays simultaneously #4625
Comments
Perhaps I asked my question poorly - here is the short version. Can Tasmota be configured to open/close all 4 channels on a Sonoff 4ch pro simultaneously with a single command? Ideally with a 433mhz switch. Thanks much for any insight. |
Sorry, There is not that option. You can do a rule with backlog to run a series of commands but will not be at the same time. Between each relay will be a 50ms delay.
Anyway, if you want 4 outputs to be the same, why you can't connect everything in the same relay? too much power? |
Please, remember that general questions can be addresed faster and better in the Tasmota Support Chat. Github issues are meant for bug reporting. Thanks |
The 50ms is a great option - thanks! Too much juice for single channel.
…On Fri, Dec 14, 2018 at 12:29 PM Adrian Scillato ***@***.***> wrote:
Sorry, There is not that option.
You can do a rule with backlog to run a series of commands but will not be
at the same time. Between each relay will be a 50ms delay.
backlog power1 1; power2 1; power3 1; power4 1;
Anyway, if you want 4 outputs to be the same, why you can't connect
everything in the same relay? too much power?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4625 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ArqK5cJcoOSqcdkzueHpZlZ5pcuzHDVOks5u4-AFgaJpZM4ZT09r>
.
|
No description provided.
The text was updated successfully, but these errors were encountered: