mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-06 12:41:37 +02:00
update issue templates
This commit is contained in:
parent
1bc2d2551c
commit
597f8a089d
2 changed files with 35 additions and 139 deletions
42
.github/ISSUE_TEMPLATE/report-ahoy.md
vendored
42
.github/ISSUE_TEMPLATE/report-ahoy.md
vendored
|
@ -22,58 +22,22 @@ Retailer URL: ______
|
||||||
|
|
||||||
### Antenna:
|
### Antenna:
|
||||||
* [ ] circuit board
|
* [ ] circuit board
|
||||||
* [ ] external antenna
|
* [ ] external antenna (SMA)
|
||||||
|
|
||||||
### Power Stabilization:
|
### Power Stabilization:
|
||||||
* [ ] 100uF Electrolytic Capacitor
|
* [ ] 100uF Electrolytic Capacitor
|
||||||
connected between +3.3V and GND (Pin 1 & 2) of the NRF Module
|
connected between +3.3V and GND (Pin 1 & 2) of the NRF Module
|
||||||
* [ ] Voltage stabilizing motherboard
|
* [ ] Voltage stabilizing motherboard
|
||||||
|
|
||||||
### Connection diagram:
|
|
||||||
* [ ] Image of the your wiring attached
|
|
||||||
|
|
||||||
### Connection diagram I used:
|
|
||||||
| nRF24L01+ Pin | ESP8266 GPIO |
|
|
||||||
| ------------- | -------------- |
|
|
||||||
| Pin 1 GND [*] | GND |
|
|
||||||
| Pin 2 +3.3V | +3.3V |
|
|
||||||
| Pin 3 CE | GPIO2 CE D4 |
|
|
||||||
| Pin 4 CSN | GPIO15 CS D8 |
|
|
||||||
| Pin 5 SCK | GPIO14 SCLK D5 |
|
|
||||||
| Pin 6 MOSI | GPIO13 MOSI D7 |
|
|
||||||
| Pin 7 MISO | GPIO12 MISO D6 |
|
|
||||||
| Pin 8 IRQ | GPIO0 IRQ D3 |
|
|
||||||
|
|
||||||
| nRF24L01+ Pin | ESP32 GPIO |
|
|
||||||
| ------------- | --------------- |
|
|
||||||
| Pin 1 GND [*] | GND |
|
|
||||||
| Pin 2 +3.3V | +3.3V |
|
|
||||||
| Pin 3 CE | GPIO4 CE D4 |
|
|
||||||
| Pin 4 CSN | GPIO5 CS D5 |
|
|
||||||
| Pin 5 SCK | GPIO18 SCLK D18 |
|
|
||||||
| Pin 6 MOSI | GPIO23 MOSI D23 |
|
|
||||||
| Pin 7 MISO | GPIO19 MISO D19 |
|
|
||||||
| Pin 8 IRQ | GPIO0 IRQ D0 |
|
|
||||||
|
|
||||||
Note: [*] GND Pin 1 has a square mark on the nRF24L01+ module
|
|
||||||
|
|
||||||
## Software
|
|
||||||
* [ ] AhoyDTU
|
|
||||||
* [ ] OpenDTU
|
|
||||||
|
|
||||||
### Version / Git SHA:
|
### Version / Git SHA:
|
||||||
Version: _._.__
|
Version: _._.__
|
||||||
Github Hash: _______
|
Github Hash: _______
|
||||||
|
|
||||||
### Build & Flash Method:
|
### Build & Flash Method:
|
||||||
|
* [ ] AhoyDTU Webinstaller
|
||||||
|
* [ ] VSCode - Platform IO
|
||||||
* [ ] Arduino
|
* [ ] Arduino
|
||||||
* [ ] ESP Tools
|
* [ ] ESP Tools
|
||||||
* [ ] Platform IO
|
|
||||||
|
|
||||||
### Desktop OS:
|
|
||||||
* [ ] Linux
|
|
||||||
* [ ] Windows
|
|
||||||
* [ ] Mac OS
|
|
||||||
|
|
||||||
### Debugging:
|
### Debugging:
|
||||||
* [ ] USB Serial Log (attached)
|
* [ ] USB Serial Log (attached)
|
||||||
|
|
132
.github/ISSUE_TEMPLATE/report.yaml
vendored
132
.github/ISSUE_TEMPLATE/report.yaml
vendored
|
@ -1,18 +1,20 @@
|
||||||
name: "AhoyDTU bug"
|
name: "AhoyDTU bug"
|
||||||
description: "File a bug report"
|
description: "File a bug report"
|
||||||
title: "[ESP8266/ESP32/RaspberryPi] Problem Description / Beschreibung"
|
title: "[Bug]"
|
||||||
labels: ["bug", "needs-triage"]
|
labels: ["bug", "needs-triage"]
|
||||||
assignees:
|
assignees:
|
||||||
- stefan123t
|
- lumapu
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Bitte die Posting Guide lines lesen, Vorlage kopieren und ausfüllen und in Eurem Support Forum Eintrag posten.
|
Bitte die Posting Guide lines lesen, Vorlage kopieren und ausfüllen und in Eurem Support Forum Eintrag posten.
|
||||||
Wir lesen auch gerne Deutsch, bitte fülle die u.a. Fragen aus damit wir Dir bestmöglich helfen können Danke!
|
Wir lesen auch gerne Deutsch, bitte fülle die u.a. Fragen aus damit wir Dir bestmöglich helfen können Danke!
|
||||||
|
Bitte unser FAQ als Hilfestellung prüfen: https://ahoydtu.de/faq
|
||||||
|
|
||||||
Please read, copy & fill in the template from our Posting Guide lines into your Support Forum post.
|
Please read, copy & fill in the template from our Posting Guide lines into your Support Forum post.
|
||||||
We do enjoy the english language, but we need a couple of things to best support you in your goal, please fill in all / most of the details given below. Thanks!
|
We do enjoy the english language, but we need a couple of things to best support you in your goal, please fill in all / most of the details given below. Thanks!
|
||||||
|
Check our FAQ: https://ahoydtu.de/faq
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: "## Hardware"
|
value: "## Hardware"
|
||||||
|
@ -35,11 +37,21 @@ body:
|
||||||
placeholder:
|
placeholder:
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
- type: dropdown
|
||||||
|
id: assembly-type
|
||||||
|
attributes:
|
||||||
|
label: Assembly
|
||||||
|
description:
|
||||||
|
options:
|
||||||
|
- I did the assebly by myself
|
||||||
|
- the DTU was already assembled
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: nrf24l01-module
|
id: nrf24l01-module
|
||||||
attributes:
|
attributes:
|
||||||
label: nRF24L01+ Module
|
label: nRF24L01+ Module
|
||||||
description: |
|
description: |
|
||||||
What type of nRF24L01+ chip is on your nRF24L01+ module ?
|
What type of nRF24L01+ chip is on your nRF24L01+ module ?
|
||||||
* you verified this is a **nRF24L01+ plus** model capable of the required 256kBit/s mode ?
|
* you verified this is a **nRF24L01+ plus** model capable of the required 256kBit/s mode ?
|
||||||
* **square dot** indicates original Nordic Semicon chip ?
|
* **square dot** indicates original Nordic Semicon chip ?
|
||||||
|
@ -69,43 +81,11 @@ body:
|
||||||
* special **voltage stabilizing board**
|
* special **voltage stabilizing board**
|
||||||
* **nothing** (yet)
|
* **nothing** (yet)
|
||||||
options:
|
options:
|
||||||
- ~100uF Elko
|
- Elko (~100uF)
|
||||||
- board
|
- board
|
||||||
- nothing
|
- nothing
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
|
||||||
id: connection-diagram
|
|
||||||
attributes:
|
|
||||||
label: Connection diagram
|
|
||||||
description: Tell us which connection diagram you used?
|
|
||||||
value: |
|
|
||||||
## Connection diagram I used:
|
|
||||||
| nRF24L01+ Pin | ESP8266 GPIO |
|
|
||||||
| ------------- | -------------- |
|
|
||||||
| Pin 1 GND [*] | GND |
|
|
||||||
| Pin 2 +3.3V | +3.3V |
|
|
||||||
| Pin 3 CE | GPIO2 CE D4 |
|
|
||||||
| Pin 4 CSN | GPIO15 CS D8 |
|
|
||||||
| Pin 5 SCK | GPIO14 SCLK D5 |
|
|
||||||
| Pin 6 MOSI | GPIO13 MOSI D7 |
|
|
||||||
| Pin 7 MISO | GPIO12 MISO D6 |
|
|
||||||
| Pin 8 IRQ | GPIO0 IRQ D3 |
|
|
||||||
|
|
||||||
| nRF24L01+ Pin | ESP32 GPIO |
|
|
||||||
| ------------- | --------------- |
|
|
||||||
| Pin 1 GND [*] | GND |
|
|
||||||
| Pin 2 +3.3V | +3.3V |
|
|
||||||
| Pin 3 CE | GPIO4 CE D4 |
|
|
||||||
| Pin 4 CSN | GPIO5 CS D5 |
|
|
||||||
| Pin 5 SCK | GPIO18 SCLK D18 |
|
|
||||||
| Pin 6 MOSI | GPIO23 MOSI D23 |
|
|
||||||
| Pin 7 MISO | GPIO19 MISO D19 |
|
|
||||||
| Pin 8 IRQ | GPIO0 IRQ D0 |
|
|
||||||
|
|
||||||
Note: [*] GND Pin 1 has a square mark on the nRF24L01+ module
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: connection-picture
|
id: connection-picture
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -123,7 +103,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
label: Version
|
||||||
description: What version of our software are you running ?
|
description: What version of our software are you running ?
|
||||||
placeholder: 0.5.17
|
placeholder: 0.6.0
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
@ -131,7 +111,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Github Hash
|
label: Github Hash
|
||||||
description: Which GitHub hash has the build of our software ?
|
description: Which GitHub hash has the build of our software ?
|
||||||
placeholder: 5402e9b
|
placeholder: 0000000
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
@ -140,19 +120,11 @@ body:
|
||||||
label: Build & Flash Method
|
label: Build & Flash Method
|
||||||
description: What software do you use to flash / build & flash our firmware images ?
|
description: What software do you use to flash / build & flash our firmware images ?
|
||||||
options:
|
options:
|
||||||
|
- AhoyDTU Webinstaller
|
||||||
|
- VSCode - Platform IO (build & flash)
|
||||||
- ESP Tools (flash)
|
- ESP Tools (flash)
|
||||||
- Platform IO (build & flash)
|
- Arduino IDE
|
||||||
validations:
|
- was already installed
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: desktop-os
|
|
||||||
attributes:
|
|
||||||
label: Desktop
|
|
||||||
description: Which operating system are you using on your desktop to build & flash ?
|
|
||||||
options:
|
|
||||||
- Linux
|
|
||||||
- Mac OS
|
|
||||||
- Windows
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -160,49 +132,12 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Setup
|
label: Setup
|
||||||
description: |
|
description: |
|
||||||
Which settings are configured under http://ahoy-dtu/setup ?
|
Which settings were modified to which values? Check this page on your DTU: http://ahoy-dtu/setup
|
||||||
Document any relevant setup values correctly.
|
Do not post private data here (SSID / passwords / serial numbers)!
|
||||||
Copy and paste the Inverter Section if you have multiple Inverters.
|
placeholder: |
|
||||||
value: |
|
Some examples:
|
||||||
### Device Host Name
|
- MqTT: only broker was added
|
||||||
- Device Name: AHOY-DTU
|
- Inverter: set intervall to 5 seconds ..
|
||||||
### WiFi
|
|
||||||
- SSID: YOUR_WIFI_SSID *don't paste here*
|
|
||||||
- Password: YOUR_WIFI_PWD *don't paste here*
|
|
||||||
### Inverter
|
|
||||||
#### Inverter 0
|
|
||||||
- Address: 1141752123456
|
|
||||||
- Name: HM-600
|
|
||||||
- Active Power Limit: 65535
|
|
||||||
- Active Power Limit Control Type: no powerlimit
|
|
||||||
- Max Module Power (Wp): 375, 375
|
|
||||||
- Module Name: link, rech
|
|
||||||
### General
|
|
||||||
- Interval [s]: 30
|
|
||||||
- Max retries per Payload: 5
|
|
||||||
### NTP Server
|
|
||||||
- NTP Server / IP: pool.ntp.org
|
|
||||||
- NTP Port: 123
|
|
||||||
### MQTT
|
|
||||||
- Broker / Server IP:
|
|
||||||
- Port: 1883
|
|
||||||
- Username (optional):
|
|
||||||
- Password (optional):
|
|
||||||
- Topic: inverter
|
|
||||||
### System Config
|
|
||||||
#### Pinout (Wemos)
|
|
||||||
- CS: D8 (GPIO15)
|
|
||||||
- CE: D4 (GPIO2)
|
|
||||||
- IRQ: D3 (GPIO0)
|
|
||||||
#### Radio (NRF24L01+)
|
|
||||||
- Amplifier Power Level: LOW
|
|
||||||
#### Serial Console
|
|
||||||
- print inverter data: [x]
|
|
||||||
- Serial Debug: [x]
|
|
||||||
- Interval [s]: 5
|
|
||||||
|
|
||||||
- Reboot device after successful save: [x]
|
|
||||||
- SAVE
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -219,12 +154,9 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Error description
|
label: Error description
|
||||||
description: Please describe what you expected and what happened instead.
|
description: Please describe what you expected and what happened instead.
|
||||||
value: |
|
placeholder: |
|
||||||
1) Go to http://ahoy-dtu/setup
|
1) I went to https://ahoy-dtu.de/web_install and installed latest release
|
||||||
2) configure above settings
|
2) I did some configurations, especially ...
|
||||||
3) Reboot
|
...
|
||||||
4) I did this
|
|
||||||
5) I expected that
|
|
||||||
6) and something completely differen happened
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue