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.2k stars 4.81k forks source link

Tasmota sensors - two rf receivers are not supported in the same time #11888

Closed pawol closed 3 years ago

pawol commented 3 years ago

PROBLEM DESCRIPTION

I did RF gateway using tasmota sensors and popular RF receiver 315MHz. At the beginning I used only one receiver 315 MHz zonnected to port GPIO12. Tasmota had set to this port RFreceiv - it works well

Last time I have added second RF receiver connected to the port GPIO13.

When I switch RFreceiv between GPIO12 and GPIO13 in the configuration menu of tasmota sensors then receivers works properly but when I enable both ones at once then only works the an RF receiver connected to the port GPIO12.

Bug: Cannot use both RF receivers at once despite configuration in tasmota menu

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:
21:17:45.188 MQT: stat/tasmota_F7567F/RESULT = {"Rule1":"OFF","Once":"OFF","StopOnError":"OFF","Length":0,"Free":511,"Rules":""}
21:17:45.399 MQT: stat/tasmota_F7567F/RESULT = {"Rule2":"OFF","Once":"OFF","StopOnError":"OFF","Length":0,"Free":511,"Rules":""}
21:17:45.650 MQT: stat/tasmota_F7567F/RESULT = {"Rule3":"OFF","Once":"OFF","StopOnError":"OFF","Length":0,"Free":511,"Rules":""}
- [ ] Set `weblog` to 4 and then, when you experience your issue, provide the output of the Console log:
```lua
  Console output here:

TO REPRODUCE

connect two rf receivers into the port D12 and D13 and enable RFreceiv for them

EXPECTED BEHAVIOUR

Receive data from two receivers parallely

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)

ascillato2 commented 3 years ago

Moving this to discussions as your request is not supported, hence it is a feature request.