From 1d25840b2030d792c5df3d0f6f08682fbcc03124 Mon Sep 17 00:00:00 2001 From: Lukas Junior Date: Wed, 20 Sep 2023 09:39:22 +0200 Subject: [PATCH 1/2] Added NEXENTRO DALI TW control unit Fingerprints --- .../zigbee-switch/fingerprints.yml | 5 ++++ .../profiles/color-temp-bulb-2000K-10000K.yml | 24 +++++++++++++++++++ .../src/white-color-temp-bulb/init.lua | 3 +++ 3 files changed, 32 insertions(+) create mode 100644 drivers/SmartThings/zigbee-switch/profiles/color-temp-bulb-2000K-10000K.yml diff --git a/drivers/SmartThings/zigbee-switch/fingerprints.yml b/drivers/SmartThings/zigbee-switch/fingerprints.yml index 562a6afa4b..22e7af488e 100644 --- a/drivers/SmartThings/zigbee-switch/fingerprints.yml +++ b/drivers/SmartThings/zigbee-switch/fingerprints.yml @@ -2146,6 +2146,11 @@ zigbeeManufacturer: manufacturer: WALL HERO model: ACL-401S8I deviceProfileName: basic-switch + - id: "Insta GmbH/DALI TW control unit" + deviceLabel: NEXENTRO DALI TW control unit + manufacturer: Insta GmbH + model: NEXENTRO DALI TW control unit + deviceProfileName: color-temp-bulb-2000K-10000K zigbeeGeneric: - id: "genericSwitch" deviceLabel: Zigbee Switch diff --git a/drivers/SmartThings/zigbee-switch/profiles/color-temp-bulb-2000K-10000K.yml b/drivers/SmartThings/zigbee-switch/profiles/color-temp-bulb-2000K-10000K.yml new file mode 100644 index 0000000000..295fe3a519 --- /dev/null +++ b/drivers/SmartThings/zigbee-switch/profiles/color-temp-bulb-2000K-10000K.yml @@ -0,0 +1,24 @@ +name: color-temp-bulb-2000K-10000K +components: +- id: main + capabilities: + - id: switch + version: 1 + - id: switchLevel + version: 1 + config: + values: + - key: "level.value" + range: [1, 100] + - id: colorTemperature + version: 1 + config: + values: + - key: "colorTemperature.value" + range: [ 2000, 10000 ] + - id: firmwareUpdate + version: 1 + - id: refresh + version: 1 + categories: + - name: Light \ No newline at end of file diff --git a/drivers/SmartThings/zigbee-switch/src/white-color-temp-bulb/init.lua b/drivers/SmartThings/zigbee-switch/src/white-color-temp-bulb/init.lua index 3113d5bbf3..6c91d09139 100644 --- a/drivers/SmartThings/zigbee-switch/src/white-color-temp-bulb/init.lua +++ b/drivers/SmartThings/zigbee-switch/src/white-color-temp-bulb/init.lua @@ -112,6 +112,9 @@ local WHITE_COLOR_TEMP_BULB_FINGERPRINTS = { }, ["Ajax Online"] = { ["CCT"] = true + }, + ["Insta GmbH"] = { + ["NEXENTRO DALI TW control unit"] = true } } From 203f331fdea960fbdf3e9cb5655c3994c627fd27 Mon Sep 17 00:00:00 2001 From: Lukas Junior Date: Fri, 1 Dec 2023 16:30:16 +0100 Subject: [PATCH 2/2] Added newline at end of files --- drivers/SmartThings/zigbee-switch/fingerprints.yml | 2 +- .../zigbee-switch/profiles/color-temp-bulb-2000K-10000K.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/SmartThings/zigbee-switch/fingerprints.yml b/drivers/SmartThings/zigbee-switch/fingerprints.yml index 6d68e5e810..bda691a13c 100644 --- a/drivers/SmartThings/zigbee-switch/fingerprints.yml +++ b/drivers/SmartThings/zigbee-switch/fingerprints.yml @@ -2233,4 +2233,4 @@ zigbeeGeneric: - 0x0006 #OnOff - 0x0008 #Level - 0x0B04 #Electrical Measurment - deviceProfileName: switch-level-power \ No newline at end of file + deviceProfileName: switch-level-power diff --git a/drivers/SmartThings/zigbee-switch/profiles/color-temp-bulb-2000K-10000K.yml b/drivers/SmartThings/zigbee-switch/profiles/color-temp-bulb-2000K-10000K.yml index 295fe3a519..f5a31fadc6 100644 --- a/drivers/SmartThings/zigbee-switch/profiles/color-temp-bulb-2000K-10000K.yml +++ b/drivers/SmartThings/zigbee-switch/profiles/color-temp-bulb-2000K-10000K.yml @@ -21,4 +21,4 @@ components: - id: refresh version: 1 categories: - - name: Light \ No newline at end of file + - name: Light