Replies: 2 comments 1 reply
-
You cannot configure both relay pins with the same index; you need a proper config instead. Using the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you @sfromis for your advise. Could you please help me to find the documentation that prohibits assigning the same index to multiple relay pins? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
PROBLEM DESCRIPTION
I'm encountering a problem configuring my Sonoff Dual R3 (ESP32 based) with Tasmota32 (version 14.4.1) to achieve inverted relay states. My goal is to control both relays with a single web button, ensuring that when one relay is ON, the other is OFF, and vice-versa.
REQUESTED INFORMATION
Backlog Template; Module; GPIO 255
:Backlog Rule1; Rule2; Rule3
:NOT using rules at all.
Status 0
:weblog
to 4 and then, when you experience your issue, provide the output of the Console log:TO REPRODUCE
Relay 1
and GPIO27 asRelay_i 1
.EXPECTED BEHAVIOUR
I expect the relays operate in opposite states.
When GPIO14 is ON, GPIO27 should be inverted (OFF) and vice-versa.
Every time I press the "Toggle" button on web interface, I expect both relays change their states, always one opposite the other.
ADDITIONAL CONTEXT
Configuring GPIO14 as
Relay 1
and GPIO27 asLed_i 1
brings the device to work as I want.However, this is not the configuration I expected to use. Could someone explain me why the solution with Relay/Relay_i doesn't work? I haven't found any answers online.
Issue 8857 seems very similar to mine, but has been marked as a "question" and closed probably because it lacks information.
Beta Was this translation helpful? Give feedback.
All reactions