Decoupling switch and relay on esp8266 hw-622 hardware #24499
Replies: 1 comment
-
|
In general, you should have your index per component type start with 1, and no skips, and do not expect breaking this as a way to decouple. Not clear what your config is, but having Hence what you describe about the relay not acting for anything is not explained by what you post, but maybe you have been faffing around with other settings, and have gotten to an unknown combinations of failed attempts? The command Note that the standard template for HW-622 does not have a Switch input, but instead a Button. Mechanisms to decouple a Switch input from the Relay output are:
Also see: https://tasmota.github.io/docs/Buttons-and-Switches/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
On hw-622 there is a relay and a switch. If they are both same numbered, i.e. switch1 and relay1, relay is controlled by the switch. If switch1 is changed to switch2, relay stops responding. Neither from app, not from web console or from rule, the relay status does not change. I want the switch (gpio5) and relay(gpio4) to be independent from internal logic and be controlled from rules. IS it possible? It is frustrating to try different solutions with no result.
Beta Was this translation helpful? Give feedback.
All reactions