From adfc8fb0a34436f34a3db9a15b0241a8dc49cbd2 Mon Sep 17 00:00:00 2001 From: lumapu Date: Wed, 19 Oct 2022 22:32:05 +0200 Subject: [PATCH 1/6] Create FUNDING.yml --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..e87aae7f --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +custom: "https://paypal.me/lupusch" From 0630e684713e434f0402c33dc0d2fde840c1536f Mon Sep 17 00:00:00 2001 From: stefan123t Date: Thu, 20 Oct 2022 00:20:38 +0200 Subject: [PATCH 2/6] upgrade actions/cache@v try to fix #355 --- .github/workflows/compile_esp8266.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile_esp8266.yml b/.github/workflows/compile_esp8266.yml index 8e076f36..552e735f 100644 --- a/.github/workflows/compile_esp8266.yml +++ b/.github/workflows/compile_esp8266.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 with: ref: main - - uses: benjlevesque/short-sha@v1.2 + - uses: benjlevesque/short-sha@v2 id: short-sha with: length: 7 From f63977a7f25e6733067bbaa37d364e2627002b4d Mon Sep 17 00:00:00 2001 From: stefan123t Date: Thu, 20 Oct 2022 00:48:31 +0200 Subject: [PATCH 3/6] update actions short-sha@v2 and setup-python@v4 fix #355 in dev03 --- .github/workflows/compile_development.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile_development.yml b/.github/workflows/compile_development.yml index 64c05bfd..3d32111d 100644 --- a/.github/workflows/compile_development.yml +++ b/.github/workflows/compile_development.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 with: ref: development03 - - uses: benjlevesque/short-sha@v1.2 + - uses: benjlevesque/short-sha@v2 id: short-sha with: length: 7 @@ -30,7 +30,7 @@ jobs: path: ~/.platformio key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} - name: setup-python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 - name: install-platformio run: | python -m pip install --upgrade pip From 85ac1dec7dc76c8ef224e602624a233a191053d0 Mon Sep 17 00:00:00 2001 From: stefan123t Date: Thu, 20 Oct 2022 23:44:10 +0200 Subject: [PATCH 4/6] Update report.yaml --- .github/ISSUE_TEMPLATE/report.yaml | 63 ++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/report.yaml b/.github/ISSUE_TEMPLATE/report.yaml index ef080af7..9acc6f62 100644 --- a/.github/ISSUE_TEMPLATE/report.yaml +++ b/.github/ISSUE_TEMPLATE/report.yaml @@ -144,6 +144,55 @@ body: - Windows validations: required: true + - type: textarea + id: setup + attributes: + label: Setup + description: | + Which settings are configured under http://ahoy-dtu/setup ? + Document any relevant setup values correctly. + Copy and paste the Inverter Section if you have multiple Inverters. + placeholder: | + - *Device Host Name* + - Device Name: AHOY-DTU + - *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: + required: true - type: textarea id: debugging attributes: @@ -153,3 +202,17 @@ body: - USB Serial Log (attached) - Setup settings (use our templates ... to be added) render: shell + - type: textarea + id: description + attributes: + label: Error description + description: Please describe what you expected and what happened instead. + placeholder: | + 1) Go to http://ahoy-dtu/setup + 2) configure above settings + 3) Reboot + 4) I did this + 5) I expected that + 6) and something completely differen happened + validations: + required: true From 80b9c0c64ea6686ddac04a980a3bcd811d32ac25 Mon Sep 17 00:00:00 2001 From: stefan123t Date: Thu, 20 Oct 2022 23:46:08 +0200 Subject: [PATCH 5/6] Update report.yaml --- .github/ISSUE_TEMPLATE/report.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report.yaml b/.github/ISSUE_TEMPLATE/report.yaml index 9acc6f62..880425ac 100644 --- a/.github/ISSUE_TEMPLATE/report.yaml +++ b/.github/ISSUE_TEMPLATE/report.yaml @@ -152,7 +152,7 @@ body: Which settings are configured under http://ahoy-dtu/setup ? Document any relevant setup values correctly. Copy and paste the Inverter Section if you have multiple Inverters. - placeholder: | + value: | - *Device Host Name* - Device Name: AHOY-DTU - *WiFi* @@ -207,7 +207,7 @@ body: attributes: label: Error description description: Please describe what you expected and what happened instead. - placeholder: | + value: | 1) Go to http://ahoy-dtu/setup 2) configure above settings 3) Reboot From 0dac291154e9719cf2084fa70770d01dc5b2c8c4 Mon Sep 17 00:00:00 2001 From: stefan123t Date: Thu, 20 Oct 2022 23:52:16 +0200 Subject: [PATCH 6/6] Update report.yaml --- .github/ISSUE_TEMPLATE/report.yaml | 47 +++++++++++++++--------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report.yaml b/.github/ISSUE_TEMPLATE/report.yaml index 880425ac..9f81e554 100644 --- a/.github/ISSUE_TEMPLATE/report.yaml +++ b/.github/ISSUE_TEMPLATE/report.yaml @@ -153,42 +153,43 @@ body: Document any relevant setup values correctly. Copy and paste the Inverter Section if you have multiple Inverters. value: | - - *Device Host Name* - - Device Name: AHOY-DTU - - *WiFi* - - SSID: YOUR_WIFI_SSID *don't paste here* - - Password: YOUR_WIFI_PWD *don't paste here* - - *Inverter* - - *Inverter 0* + ### Device Host Name + - Device Name: AHOY-DTU + ### 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) + ### 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+) + #### Radio (NRF24L01+) - Amplifier Power Level: LOW - - Serial Console + #### Serial Console - print inverter data: [x] - Serial Debug: [x] - Interval [s]: 5 + - Reboot device after successful save: [x] - SAVE validations: