mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-28 22:08:32 +00:00
59 lines
3.6 KiB
YAML
59 lines
3.6 KiB
YAML
name: New device support request
|
|
description: Request support for a new device
|
|
title: '[New device support]: '
|
|
labels: [new device support]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
**IMPORTANT:** Before submitting:
|
|
- Make sure this device is not already supported in the dev branch by checking the [dev branch changelog](https://gist.github.com/Koenkk/bfd4c3d1725a2cccacc11d6ba51008ba#new-supported-devices)
|
|
- Make sure there is no existing issue or PR for this device already, search for your device here: https://github.com/Koenkk/zigbee2mqtt/issues
|
|
- Follow this [guide](https://www.zigbee2mqtt.io/advanced/support-new-devices/01_support_new_devices.html)
|
|
- If you are using the Home Assistant addon and are still on 1.18.1, check the first point of [this](https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.19.0)
|
|
- type: input
|
|
id: link
|
|
attributes:
|
|
label: Link
|
|
description: Link of this device (product page)
|
|
placeholder: https://www.linktomydevice.org
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: database
|
|
attributes:
|
|
label: Database entry
|
|
description: Entry of this device in `data/database.db` after pairing it
|
|
placeholder: '{"id":53,"type":"Router","ieeeAddr":"0x10458d00024284f69","nwkAddr":10148,"manufId":4151,"manufName":"LUMI","powerSource":"DC Source","modelId":"lumi.relay.c2acn01","epList":[1,2],"endpoints":{"1":{"profId":260,"epId":1,"devId":257,"inClusterList":[0,3,4,5,1,2,10,6,16,2820,12],"outClusterList":[25,10],"clusters":{"genBasic":{"attributes":{"modelId":"lumi.relay.c2acn01","appVersion":1,"manufacturerName":"LUMI","powerSource":4,"zclVersion":0,"stackVersion":2,"hwVersion":18,"dateCode":"8-6-2020"}},"genAnalogInput":{"attributes":{"presentValue":129.04425048828125}},"genOnOff":{"attributes":{"61440":117440715,"onOff":1}}},"binds":[],"configuredReportings":[],"meta":{}},"2":{"profId":260,"epId":2,"devId":257,"inClusterList":[6,16,4,5],"outClusterList":[],"clusters":{"genOnOff":{"attributes":{"61440":237478966,"onOff":0}}},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":1,"stackVersion":2,"hwVersion":18,"dateCode":"8-6-2020","zclVersion":0,"interviewCompleted":true,"meta":{},"lastSeen":1640285631405}'
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: z2m_version
|
|
attributes:
|
|
label: Zigbee2MQTT version
|
|
description: Can be found in the frontend -> settings -> about -> Zigbee2MQTT version. Are you running Zigbee2MQTT 1.18.1? Then read [this](https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.19.0).
|
|
placeholder: '1.22.1'
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: external_definition
|
|
attributes:
|
|
label: External definition
|
|
description: See [Creating the external definition](https://www.zigbee2mqtt.io/advanced/support-new-devices/01_support_new_devices.html#_2-creating-the-external-definition)
|
|
render: JavaScript
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: What does/doesn't work with the external definition?
|
|
description: Indicate what works and what doesn't work with the external definition.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: notes
|
|
attributes:
|
|
label: Notes
|
|
description: Any additional information or context that might be helpful
|
|
placeholder: Add any relevant notes or context here
|
|
validations:
|
|
required: false |