Replies: 1 comment 5 replies
-
Simple one: do it electrically. Instead of sending your control signal to A0, use it to feed the common pin of your switches instead of ground. Now with Tasmota rules, if this is not happening to often you could use another rule set to enable/disable Rule1 (and also send a 'Power 0' to all WebSend destinations) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, guys!
Could you please help me with such a problem?
Tasmota 14.4.1 on Wemos D1 mini.
I have switches (mechanical) but there are no relays as I use rules to send WebSend commands.
SwitchMode set to 1 for all switches
Switches connected to GPOOs: 4,5,12,13,14
So all free pins except A0 (GPIO17) are occupied
Rules:
So all is ok:
I pulled A0 up to 3.3v by the 10k resistor.
I need to block all switch's commands in case A0 is HIGH and allow them in case A0 is LOW.
Is it possible?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions