From 432bb03c16c759e6f233b027aa340d56234eab54 Mon Sep 17 00:00:00 2001 From: asgothian <45667167+asgothian@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:34:59 +0100 Subject: [PATCH 01/17] Create Device_support_request.yaml --- .../Device_support_request.yaml | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Device_support_request.yaml diff --git a/.github/ISSUE_TEMPLATE/Device_support_request.yaml b/.github/ISSUE_TEMPLATE/Device_support_request.yaml new file mode 100644 index 00000000..896c950a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Device_support_request.yaml @@ -0,0 +1,48 @@ +name: Device Support request +description: Create a issue to support a device which is not currently supported in the zigbee adapter. Note: not supported devices are reported as 'supported:false' during pairing and the only objects generated for the device are 'available', 'link_quality', 'device_query', 'msg_from_zigbee' and 'send_payload'. +labels: [devicesupport] +body: + - type: markdown + attributes: + value: | + **IMPORTANT:** Before submitting: + - check whether your [device](https://www.zigbee2mqtt.io/supported-devices/) is listed as supported at zigbee2mqtt.io. Note: Devices with similar looks or designations may be listed without your specific device being supported. In order for a device to be considered supported, both the manufacturer and the model must match. + - type: input + id: zigbee_version + attributes: + label: Tested with adapter version + validations: + required: true + - type: input + id: model_zigbee + attributes: + label: modelZigbee: + description: Can be found on the info-panel accessible from the backside of the device tile in the Admin GUI / Zigbee Tab + placeholder: 'TS0601' + validations: + required: true + - type: input + id: manufacturer + attributes: + label: manufacturer: + description: Can be found on the info-panel accessible from the backside of the device tile in the Admin GUI / Zigbee Tab + placeholder: '_TZ3000_upgcbody' + validations: + required: true + - type: input + id: coordinator_fwversion + attributes: + label: Coordinator firmware version + description: Can be found on the Device tile for the coordinator in the Admin GUI / Zigbee Tab + placeholder: '20230921' + validations: + required: true + - type: input + id: coordinator_type + attributes: + label: Coordinator + description: Hardware Coordinator + placeholder: Electrolama zig-a-zig-ah! (zzh!), Slaeshs CC2652RB stick, SONOFF Zigbee 3.0 USB Dongle Plus ... + validations: + required: true + From 33ccf9c8d16b5967ceb9d263815ad7f4b5eed4a7 Mon Sep 17 00:00:00 2001 From: asgothian <45667167+asgothian@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:37:36 +0100 Subject: [PATCH 02/17] Update Device_support_request.yaml --- .github/ISSUE_TEMPLATE/Device_support_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Device_support_request.yaml b/.github/ISSUE_TEMPLATE/Device_support_request.yaml index 896c950a..a96761eb 100644 --- a/.github/ISSUE_TEMPLATE/Device_support_request.yaml +++ b/.github/ISSUE_TEMPLATE/Device_support_request.yaml @@ -1,5 +1,5 @@ name: Device Support request -description: Create a issue to support a device which is not currently supported in the zigbee adapter. Note: not supported devices are reported as 'supported:false' during pairing and the only objects generated for the device are 'available', 'link_quality', 'device_query', 'msg_from_zigbee' and 'send_payload'. +description: Create a issue to support a device which is not currently supported in the zigbee adapter. Note: not supported devices are reported as 'supported:false' during pairing and the only objects generated for the device are `available`, `link_quality`, `device_query`, `msg_from_zigbee` and `send_payload`. labels: [devicesupport] body: - type: markdown From 86017193bdf7e62c1c8040aaede1b035c693ac34 Mon Sep 17 00:00:00 2001 From: asgothian <45667167+asgothian@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:38:13 +0100 Subject: [PATCH 03/17] Update Device_support_request.yaml --- .github/ISSUE_TEMPLATE/Device_support_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Device_support_request.yaml b/.github/ISSUE_TEMPLATE/Device_support_request.yaml index a96761eb..1df77942 100644 --- a/.github/ISSUE_TEMPLATE/Device_support_request.yaml +++ b/.github/ISSUE_TEMPLATE/Device_support_request.yaml @@ -1,5 +1,5 @@ name: Device Support request -description: Create a issue to support a device which is not currently supported in the zigbee adapter. Note: not supported devices are reported as 'supported:false' during pairing and the only objects generated for the device are `available`, `link_quality`, `device_query`, `msg_from_zigbee` and `send_payload`. +description: Create a issue to support a device which is not currently supported in the zigbee adapter. Note: not supported devices are reported as `supported:false` during pairing and the only objects generated for the device are `available`, `link_quality`, `device_query`, `msg_from_zigbee` and `send_payload`. labels: [devicesupport] body: - type: markdown From 0461e53bb8f0c156a14cebb5d5af888943bce5de Mon Sep 17 00:00:00 2001 From: asgothian <45667167+asgothian@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:41:32 +0100 Subject: [PATCH 04/17] Update Device_support_request.yaml --- .github/ISSUE_TEMPLATE/Device_support_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Device_support_request.yaml b/.github/ISSUE_TEMPLATE/Device_support_request.yaml index 1df77942..3087bb99 100644 --- a/.github/ISSUE_TEMPLATE/Device_support_request.yaml +++ b/.github/ISSUE_TEMPLATE/Device_support_request.yaml @@ -1,5 +1,5 @@ name: Device Support request -description: Create a issue to support a device which is not currently supported in the zigbee adapter. Note: not supported devices are reported as `supported:false` during pairing and the only objects generated for the device are `available`, `link_quality`, `device_query`, `msg_from_zigbee` and `send_payload`. +description: Create a issue to support a device which is not currently supported in the zigbee adapter. **Note** not supported devices are reported as `supported:false` during pairing and the only objects generated for the device are `available`, `link_quality`, `device_query`, `msg_from_zigbee` and `send_payload`. labels: [devicesupport] body: - type: markdown From c3489ee71ccb25f068a6cd5099fdfe4933f5f7ad Mon Sep 17 00:00:00 2001 From: asgothian <45667167+asgothian@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:42:30 +0100 Subject: [PATCH 05/17] Update Device_support_request.yaml --- .github/ISSUE_TEMPLATE/Device_support_request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Device_support_request.yaml b/.github/ISSUE_TEMPLATE/Device_support_request.yaml index 3087bb99..0ac5eccf 100644 --- a/.github/ISSUE_TEMPLATE/Device_support_request.yaml +++ b/.github/ISSUE_TEMPLATE/Device_support_request.yaml @@ -16,7 +16,7 @@ body: - type: input id: model_zigbee attributes: - label: modelZigbee: + label: `modelZigbee:` description: Can be found on the info-panel accessible from the backside of the device tile in the Admin GUI / Zigbee Tab placeholder: 'TS0601' validations: @@ -24,7 +24,7 @@ body: - type: input id: manufacturer attributes: - label: manufacturer: + label: `manufacturer:` description: Can be found on the info-panel accessible from the backside of the device tile in the Admin GUI / Zigbee Tab placeholder: '_TZ3000_upgcbody' validations: From ba0b192085d8c1b0e89f9e50c2093e337dd17785 Mon Sep 17 00:00:00 2001 From: asgothian <45667167+asgothian@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:43:02 +0100 Subject: [PATCH 06/17] Update Device_support_request.yaml --- .github/ISSUE_TEMPLATE/Device_support_request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Device_support_request.yaml b/.github/ISSUE_TEMPLATE/Device_support_request.yaml index 0ac5eccf..b4e18e3f 100644 --- a/.github/ISSUE_TEMPLATE/Device_support_request.yaml +++ b/.github/ISSUE_TEMPLATE/Device_support_request.yaml @@ -16,7 +16,7 @@ body: - type: input id: model_zigbee attributes: - label: `modelZigbee:` + label: modelZigbee description: Can be found on the info-panel accessible from the backside of the device tile in the Admin GUI / Zigbee Tab placeholder: 'TS0601' validations: @@ -24,7 +24,7 @@ body: - type: input id: manufacturer attributes: - label: `manufacturer:` + label: manufacturer description: Can be found on the info-panel accessible from the backside of the device tile in the Admin GUI / Zigbee Tab placeholder: '_TZ3000_upgcbody' validations: From a5d7939e4620044fca26271ea5be7d1960074074 Mon Sep 17 00:00:00 2001 From: asgothian <45667167+asgothian@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:45:33 +0100 Subject: [PATCH 07/17] Update Device_support_request.yaml --- .github/ISSUE_TEMPLATE/Device_support_request.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Device_support_request.yaml b/.github/ISSUE_TEMPLATE/Device_support_request.yaml index b4e18e3f..238de42c 100644 --- a/.github/ISSUE_TEMPLATE/Device_support_request.yaml +++ b/.github/ISSUE_TEMPLATE/Device_support_request.yaml @@ -1,12 +1,13 @@ name: Device Support request -description: Create a issue to support a device which is not currently supported in the zigbee adapter. **Note** not supported devices are reported as `supported:false` during pairing and the only objects generated for the device are `available`, `link_quality`, `device_query`, `msg_from_zigbee` and `send_payload`. +description: Create a issue to support a device which is not currently supported in the zigbee adapter. **Note** not supported devices are reported as `supported:false` during pairing. labels: [devicesupport] body: - type: markdown attributes: value: | **IMPORTANT:** Before submitting: - - check whether your [device](https://www.zigbee2mqtt.io/supported-devices/) is listed as supported at zigbee2mqtt.io. Note: Devices with similar looks or designations may be listed without your specific device being supported. In order for a device to be considered supported, both the manufacturer and the model must match. + - check whether your [device](https://www.zigbee2mqtt.io/supported-devices/) is listed as supported at zigbee2mqtt.io. + - ensure that both the manufacturer and the model must match between your device and the listed device. - type: input id: zigbee_version attributes: From 096fbf450857442f580be7830c5da326af35cbc5 Mon Sep 17 00:00:00 2001 From: asgothian <45667167+asgothian@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:46:23 +0100 Subject: [PATCH 08/17] Update Device_support_request.yaml --- .github/ISSUE_TEMPLATE/Device_support_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Device_support_request.yaml b/.github/ISSUE_TEMPLATE/Device_support_request.yaml index 238de42c..187dd891 100644 --- a/.github/ISSUE_TEMPLATE/Device_support_request.yaml +++ b/.github/ISSUE_TEMPLATE/Device_support_request.yaml @@ -1,5 +1,5 @@ name: Device Support request -description: Create a issue to support a device which is not currently supported in the zigbee adapter. **Note** not supported devices are reported as `supported:false` during pairing. +description: Create a issue to support a device which is not currently supported in the zigbee adapter. Unsupported devices are reported as `supported:false` during pairing. labels: [devicesupport] body: - type: markdown From 9bdc72c5989694779b5526fab40c3c0cd244073c Mon Sep 17 00:00:00 2001 From: asgothian <45667167+asgothian@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:49:07 +0100 Subject: [PATCH 09/17] Update Device_support_request.yaml --- .../Device_support_request.yaml | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Device_support_request.yaml b/.github/ISSUE_TEMPLATE/Device_support_request.yaml index 187dd891..b09b49b3 100644 --- a/.github/ISSUE_TEMPLATE/Device_support_request.yaml +++ b/.github/ISSUE_TEMPLATE/Device_support_request.yaml @@ -30,14 +30,14 @@ body: placeholder: '_TZ3000_upgcbody' validations: required: true - - type: input - id: coordinator_fwversion + - type: input + id: Link to device attributes: - label: Coordinator firmware version - description: Can be found on the Device tile for the coordinator in the Admin GUI / Zigbee Tab - placeholder: '20230921' + label: Link + description: Post the link of the device listing on zigbee2mqtt.io + placeholder: 'https://www.zigbee2mqtt.io/supported-devices/' validations: - required: true + required: false - type: input id: coordinator_type attributes: @@ -46,4 +46,12 @@ body: placeholder: Electrolama zig-a-zig-ah! (zzh!), Slaeshs CC2652RB stick, SONOFF Zigbee 3.0 USB Dongle Plus ... validations: required: true + - type: input + id: coordinator_fwversion + attributes: + label: Coordinator firmware version + description: Can be found on the Device tile for the coordinator in the Admin GUI / Zigbee Tab + placeholder: '20230921' + validations: + required: false From 12fece1bf0eca4b04085fd0f197c88d9a2556255 Mon Sep 17 00:00:00 2001 From: asgothian <45667167+asgothian@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:50:15 +0100 Subject: [PATCH 10/17] Update Device_support_request.yaml --- .github/ISSUE_TEMPLATE/Device_support_request.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Device_support_request.yaml b/.github/ISSUE_TEMPLATE/Device_support_request.yaml index b09b49b3..322ce8f4 100644 --- a/.github/ISSUE_TEMPLATE/Device_support_request.yaml +++ b/.github/ISSUE_TEMPLATE/Device_support_request.yaml @@ -30,10 +30,10 @@ body: placeholder: '_TZ3000_upgcbody' validations: required: true - - type: input - id: Link to device + - type: input + id: Link_to_device attributes: - label: Link + label: Link to device description: Post the link of the device listing on zigbee2mqtt.io placeholder: 'https://www.zigbee2mqtt.io/supported-devices/' validations: From da31f20ec6cbc2fec0a64df8e0e97f5a1f80bfe7 Mon Sep 17 00:00:00 2001 From: asgothian <45667167+asgothian@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:51:06 +0100 Subject: [PATCH 11/17] Update Device_support_request.yaml --- .github/ISSUE_TEMPLATE/Device_support_request.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/Device_support_request.yaml b/.github/ISSUE_TEMPLATE/Device_support_request.yaml index 322ce8f4..e2cd4dd8 100644 --- a/.github/ISSUE_TEMPLATE/Device_support_request.yaml +++ b/.github/ISSUE_TEMPLATE/Device_support_request.yaml @@ -12,6 +12,7 @@ body: id: zigbee_version attributes: label: Tested with adapter version + placeholder: '1.10.13' validations: required: true - type: input From ec7adc7e8288ea11058f3cf5b6201ab3b12fc21e Mon Sep 17 00:00:00 2001 From: asgothian <45667167+asgothian@users.noreply.github.com> Date: Wed, 13 Nov 2024 20:01:04 +0100 Subject: [PATCH 12/17] Update Device_support_request.yaml --- .github/ISSUE_TEMPLATE/Device_support_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Device_support_request.yaml b/.github/ISSUE_TEMPLATE/Device_support_request.yaml index e2cd4dd8..8d7f31eb 100644 --- a/.github/ISSUE_TEMPLATE/Device_support_request.yaml +++ b/.github/ISSUE_TEMPLATE/Device_support_request.yaml @@ -7,7 +7,7 @@ body: value: | **IMPORTANT:** Before submitting: - check whether your [device](https://www.zigbee2mqtt.io/supported-devices/) is listed as supported at zigbee2mqtt.io. - - ensure that both the manufacturer and the model must match between your device and the listed device. + - ensure that both the manufacturer and the model match between your device and the listed device. - type: input id: zigbee_version attributes: From c93f05bc20a3c7e3b4bebad54bba315c334572de Mon Sep 17 00:00:00 2001 From: asgothian <45667167+asgothian@users.noreply.github.com> Date: Wed, 13 Nov 2024 20:08:31 +0100 Subject: [PATCH 13/17] Update problem.yaml --- .github/ISSUE_TEMPLATE/problem.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/problem.yaml b/.github/ISSUE_TEMPLATE/problem.yaml index 48969281..d90a08a1 100644 --- a/.github/ISSUE_TEMPLATE/problem.yaml +++ b/.github/ISSUE_TEMPLATE/problem.yaml @@ -6,11 +6,13 @@ body: attributes: value: | **IMPORTANT:** Before submitting: - - check whether your [device](https://www.zigbee2mqtt.io/supported-devices/) is supported + - check whether the issue is linked to a single device or a group of devices + - verify that you can recreate the issue by executing a limited number of steps + - do **not** use this issue template to request support for new devices. - type: textarea id: what_problem attributes: - label: what does not work? + label: describe the problem **in Detail**. What do you expect to happen ? What does happen ? validations: required: true - type: input From d8afee3c12226facc64711df20314bbaff14187d Mon Sep 17 00:00:00 2001 From: asgothian <45667167+asgothian@users.noreply.github.com> Date: Wed, 13 Nov 2024 20:09:37 +0100 Subject: [PATCH 14/17] Update problem.yaml --- .github/ISSUE_TEMPLATE/problem.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/problem.yaml b/.github/ISSUE_TEMPLATE/problem.yaml index d90a08a1..5df2c260 100644 --- a/.github/ISSUE_TEMPLATE/problem.yaml +++ b/.github/ISSUE_TEMPLATE/problem.yaml @@ -12,7 +12,7 @@ body: - type: textarea id: what_problem attributes: - label: describe the problem **in Detail**. What do you expect to happen ? What does happen ? + label: describe the problem in Detail. What do you expect to happen ? What does happen ? validations: required: true - type: input @@ -51,7 +51,7 @@ body: id: log attributes: label: Debug log - description: first 50 rows after starting adapter + description: first 50 rows after starting adapter. Encapsulate the log in code tags (<>). placeholder: Click here and drag the file into it or click on "Attach files by.." below validations: required: false From 03b1d888455e55cc077db7ca2e8b0ea19413511e Mon Sep 17 00:00:00 2001 From: asgothian <45667167+asgothian@users.noreply.github.com> Date: Wed, 13 Nov 2024 20:15:38 +0100 Subject: [PATCH 15/17] Update problem.yaml --- .github/ISSUE_TEMPLATE/problem.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/problem.yaml b/.github/ISSUE_TEMPLATE/problem.yaml index 5df2c260..5878b179 100644 --- a/.github/ISSUE_TEMPLATE/problem.yaml +++ b/.github/ISSUE_TEMPLATE/problem.yaml @@ -50,8 +50,8 @@ body: - type: textarea id: log attributes: - label: Debug log - description: first 50 rows after starting adapter. Encapsulate the log in code tags (<>). + label: Protocol of the error (encapsulated in code tags <>). Separate different occurrances into clearly split log sequences + description: At least 50 lines from the iobroker protocol, run in INFO mode. Ensure to include a number of lines before and after the actual error message placeholder: Click here and drag the file into it or click on "Attach files by.." below validations: required: false From d29b4090d429e6b1d1e292f7003e8bbb5a1a5394 Mon Sep 17 00:00:00 2001 From: asgothian <45667167+asgothian@users.noreply.github.com> Date: Wed, 13 Nov 2024 20:16:55 +0100 Subject: [PATCH 16/17] Update problem.yaml --- .github/ISSUE_TEMPLATE/problem.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/problem.yaml b/.github/ISSUE_TEMPLATE/problem.yaml index 5878b179..4f7ac456 100644 --- a/.github/ISSUE_TEMPLATE/problem.yaml +++ b/.github/ISSUE_TEMPLATE/problem.yaml @@ -50,7 +50,7 @@ body: - type: textarea id: log attributes: - label: Protocol of the error (encapsulated in code tags <>). Separate different occurrances into clearly split log sequences + label: Protocol of the error (as text, encapsulated in multiline code tags <>). Separate different occurrances into clearly split log sections description: At least 50 lines from the iobroker protocol, run in INFO mode. Ensure to include a number of lines before and after the actual error message placeholder: Click here and drag the file into it or click on "Attach files by.." below validations: From 9c668fae5a15bec97cfbd01e699ec7cf943662e9 Mon Sep 17 00:00:00 2001 From: asgothian <45667167+asgothian@users.noreply.github.com> Date: Wed, 13 Nov 2024 20:20:23 +0100 Subject: [PATCH 17/17] Update problem.yaml --- .github/ISSUE_TEMPLATE/problem.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/problem.yaml b/.github/ISSUE_TEMPLATE/problem.yaml index 4f7ac456..f4616bd0 100644 --- a/.github/ISSUE_TEMPLATE/problem.yaml +++ b/.github/ISSUE_TEMPLATE/problem.yaml @@ -1,5 +1,5 @@ name: Problem -description: Create a issue +description: Create a generic issue labels: [problem] body: - type: markdown