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
21.96k stars 4.77k forks source link

RfRaw 177 stops reporting after a while #21898

Closed GijsTimmers closed 1 week ago

GijsTimmers commented 1 month ago

PROBLEM DESCRIPTION

On my RfBridge flashed with Portisch firmware RF-Bridge-EFM8BB1-20190220.hex, after a while (I had it happen within 24 hours today) RfRaw 177 just stops receiving RF codes in the log.

REQUESTED INFORMATION

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

- [x] If using rules, provide the output of this command: `Backlog Rule1; Rule2; Rule3`:
```lua
03:08:32.845 CMD: Backlog Rule1; Rule2; Rule3
03:08:32.864 MQT: stat/deurbel/RESULT = {"Rule1":{"State":"ON","Once":"OFF","StopOnError":"OFF","Length":33,"Free":478,"Rules":"on system#boot do rfraw 177 endon"}}
03:08:33.101 MQT: stat/deurbel/RESULT = {"Rule2":{"State":"ON","Once":"OFF","StopOnError":"OFF","Length":35,"Free":476,"Rules":"ON Clock#Timer=1 DO Restart 1 ENDON"}}
03:08:33.346 MQT: stat/deurbel/RESULT = {"Rule3":{"State":"OFF","Once":"OFF","StopOnError":"OFF","Length":0,"Free":511,"Rules":""}}
- [x] Set `weblog` to 4 and then, when you experience your issue, provide the output of the Console log:
```lua
N/A

TO REPRODUCE

Issue RfRaw 177 and wait.

EXPECTED BEHAVIOUR

Keep showing RF codes

SCREENSHOTS

N/A

ADDITIONAL CONTEXT

There has been a similar discussion over here and here but both of them didn't really lead to isolating the problem so let's try again.

Jason2866 commented 1 month ago

Saw this behaviour with RfRaw too. The code responsible for decoding the RF protocols (extra MCU) is not maintained from the author (Portisch) anymore. Furthermore the RF-Bridges with this MCU type are EoL. The actual have a different not compatible MCU. Long story short. This issue will probably not fixed. A PR to fix this issue is welcome.

GijsTimmers commented 1 month ago

Alright, thanks for the info. As a workaround, I set up timers to have my device reboot every 4 hours now. If anybody knows a better workaround, please let me know.

github-actions[bot] commented 2 weeks ago

This issue has been automatically marked as stale because it hasn't any activity in last few weeks. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 1 week ago

This issue was automatically closed because of being stale. Feel free to open a new one if you still experience this problem.