Tasmota/.github/ISSUE_TEMPLATE/Bug_report.md

82 lines
3.3 KiB
Markdown
Raw Normal View History

---
2020-12-18 20:36:13 +00:00
name: Problem Report
about: Create a Report to help us improve
---
<!-- Thanks for reporting a problem for this project. READ THIS FIRST:
This issue template is meant to REPORT Tasmota software PROBLEMS ONLY
Please DO NOT OPEN AN ISSUE:
- If your Tasmota version is not the latest from the development branch, please update your device before submitting your issue. Your problem might already be solved. The latest precompiled binaries of Tasmota can be downloaded from http://ota.tasmota.com/tasmota/
- If you have an issue when flashing was done via Tuya Convert, please address it to Tuya Convert Team
- If your issue is a flashing issue, please address it to the [Tasmota Support Chat](https://discord.gg/Ks2Kzd4)
- If your issue is compilation problem, please address it to the [Tasmota Support Chat](https://discord.gg/Ks2Kzd4)
- If your issue has been addressed before (i.e., duplicated issue), please ask in the original issue
2020-03-29 22:28:41 +01:00
- If your issue is a Wi-Fi problem or MQTT problem, please try the steps provided in the [FAQ](https://tasmota.github.io/docs/FAQ) and [Troubleshooting](https://tasmota.github.io/docs/Troubleshooting)
Please take a few minutes to complete the requested information below. Our ability to provide assistance is greatly hampered without it. The details requested potentially affect which options to pursue. The small amount of time you spend completing the template will also help the volunteers providing the assistance to you to reduce the time required to help you.
DO NOT DELETE ANY TEXT from this template! Otherwise the issue will be auto-closed.
-->
### PROBLEM DESCRIPTION
_A clear and concise description of what the problem is._
### REQUESTED INFORMATION
2019-09-18 03:29:35 +01:00
_Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!_
2019-10-27 11:04:08 +00:00
- [ ] Read the [Contributing Guide and Policy](https://github.com/arendst/Tasmota/blob/development/CONTRIBUTING.md) and [the Code of Conduct](https://github.com/arendst/Tasmota/blob/development/CODE_OF_CONDUCT.md)
- [ ] Searched the problem in [issues](https://github.com/arendst/Tasmota/issues)
2020-12-18 20:36:13 +00:00
- [ ] Searched the problem in [discussions](https://github.com/arendst/Tasmota/discussions)
2020-03-29 22:28:41 +01:00
- [ ] Searched the problem in the [docs](https://tasmota.github.io/docs/FAQ)
2019-09-18 14:25:30 +01:00
- [ ] Searched the problem in the [chat](https://discord.gg/Ks2Kzd4)
2019-09-18 03:41:46 +01:00
- [ ] Device used (e.g., Sonoff Basic): _____
2019-09-18 03:29:35 +01:00
- [ ] Tasmota binary firmware version number used: _____
- [ ] Pre-compiled
- [ ] Self-compiled
- [ ] Flashing tools used: _____
2019-12-05 21:06:17 +00:00
- [ ] Provide the output of command: `Backlog Template; Module; GPIO 255`:
2020-12-18 20:36:13 +00:00
```lua
2019-09-18 03:29:35 +01:00
Configuration output here:
2019-10-27 11:04:08 +00:00
2019-12-05 21:06:17 +00:00
```
- [ ] If using rules, provide the output of this command: `Backlog Rule1; Rule2; Rule3`:
2020-12-18 20:36:13 +00:00
```lua
2019-09-18 03:29:35 +01:00
Rules output here:
2019-10-27 11:04:08 +00:00
2019-12-05 21:06:17 +00:00
```
- [ ] Provide the output of this command: `Status 0`:
2020-12-18 20:36:13 +00:00
```lua
2019-09-18 03:29:35 +01:00
STATUS 0 output here:
2019-10-27 11:04:08 +00:00
2019-12-05 21:06:17 +00:00
```
2020-12-18 20:38:23 +00:00
- [ ] Set `weblog` to 4 and then, when you experience your issue, provide the output of the Console log:
2020-12-18 20:36:13 +00:00
```lua
2019-09-18 03:29:35 +01:00
Console output here:
2019-10-27 11:04:08 +00:00
2019-12-05 21:06:17 +00:00
```
### TO REPRODUCE
2018-06-08 22:47:32 +01:00
_Steps to reproduce the behavior:_
2018-08-25 14:24:09 +01:00
### EXPECTED BEHAVIOUR
2018-06-08 22:47:32 +01:00
_A clear and concise description of what you expected to happen._
2018-08-25 14:24:09 +01:00
### SCREENSHOTS
2018-06-08 22:47:32 +01:00
_If applicable, add screenshots to help explain your problem._
2018-08-25 14:24:09 +01:00
### ADDITIONAL CONTEXT
2018-06-08 22:47:32 +01:00
_Add any other context about the problem here._
2018-05-13 01:03:46 +01:00
2018-08-25 14:24:09 +01:00
2018-05-13 01:03:46 +01:00
**(Please, remember to close the issue when the problem has been addressed)**