arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
22.03k stars 4.78k forks source link

Switch at Gpio3 (RX) #22225

Open bananajoe86 opened 1 day ago

bananajoe86 commented 1 day ago

PROBLEM DESCRIPTION

A clear and concise description of what the problem is. Connect a Reed-Contact at Sonoff Basic R3 at GPIO3 RX. I´m sure it work very well for few month and didn´t know what happend, that it didn´t work anymore. Using GPIO1 TX will work, so wiring is fine. Permanently using GPIO1 isn´t possible because at startup you got problems wenn Pin is high.

REQUESTED INFORMATION

Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!

- [ ] If using rules, provide the output of this command: `Backlog Rule1; Rule2; Rule3`:
```lua
  Rules output here:
- [ ] Set `weblog` to 4 and then, when you experience your issue, provide the output of the Console log:
```lua
  Console output here:

TO REPRODUCE

Steps to reproduce the behavior:

EXPECTED BEHAVIOUR

A clear and concise description of what you expected to happen.

SCREENSHOTS

If applicable, add screenshots to help explain your problem.

ADDITIONAL CONTEXT

Add any other context about the problem here.

(Please, remember to close the issue when the problem has been addressed)

sfromis commented 1 day ago

If it suddenly no longer works, you may have fried the hardware. The "antenna" (wire from the reed) might pick up electrical noise, including static electricity, or whatever, blasting the gpio input signal handling.

Your config looks odd, 3 Relay pins configured, and your Switch is badly configured, you should always start numbers with 1; you cannot control what Relay a Switch acts on.

More generally, you skipped an important step, as you did not provide a log with details. Those questions are asked for good reasons.