Skip to content

[New device support]: Alchemy VIII AL8TC13W-AP #10966

Closed
@ManfredBartz

Description

Link

https://urneeds.com.au/13w-90mm-smart-zigbee-tri-colour-led-downlight-kit-for-echo-plus-smartthings-hub-hue/

Database entry

{"id":8,"type":"Router","ieeeAddr":"0x00124b0019d319a6","nwkAddr":18138,"manufId":0,"manufName":"ALCHEMY_VIII","powerSource":"Mains (single phase)","modelId":"AL8TC13W-AP","epList":[11,13],"endpoints":{"11":{"profId":49246,"epId":11,"devId":544,"inClusterList":[0,3,4,5,\ 6,8,768],"outClusterList":[],"clusters":{"genBasic":{"attributes":{"modelId":"AL8TC13W-AP","manufacturerName":"ALCHEMY_VIII","powerSource":1,"zclVersion":1,"appVersion":1,"stackVersion":2,"hwVersion":1,"dateCode":"20170724","swBuildId":"1.0.3"}},"lightingColorCtrl":{"at\ tributes":{"colorCapabilities":16}},"genOnOff":{"attributes":{"onOff":1}},"genLevelCtrl":{"attributes":{}}},"binds":[{"cluster":8,"type":"endpoint","deviceIeeeAddress":"0x00124b0024c9ec49","endpointID":1}],"configuredReportings":[],"meta":{}},"13":{"profId":49246,"epId"\ :13,"devId":57694,"inClusterList":[4096],"outClusterList":[4096],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":1,"stackVersion":2,"hwVersion":1,"dateCode":"20170724","swBuildId":"1.0.3","zclVersion":1,"interviewCompleted":false,"meta":{},"l\ astSeen":1642761656532,"useImplicitCheckin":true}

Comments

I could not find the original manufacturer's website. Supplied link was the best I could find.
Does not seem to respond to "colorTempPhysicalMin" or "...Max".
The separate driver for the light has model number "GW-ZLTH10W01" and it uses a Zigbee module with a "CC2530F256" on it.

Downlight_150x150

External converter

const fz = require('zigbee-herdsman-converters/converters/fromZigbee');
const tz = require('zigbee-herdsman-converters/converters/toZigbee');
const exposes = require('zigbee-herdsman-converters/lib/exposes');
const reporting = require('zigbee-herdsman-converters/lib/reporting');
const extend = require('zigbee-herdsman-converters/lib/extend');
const e = exposes.presets;
const ea = exposes.access;                                                                                                                                 

const definition = {
    zigbeeModel: ['AL8TC13W-AP'],
    model: 'AL8TC13W-AP', // Vendor model number                                                                                                                                          
    vendor: 'ALCHEMY_VIII', // Vendor of the device                                                                                                                                       
    description: 'Alchemy-VIII AL8TC13W-AP downlight w tuneable white',
    extend: extend.light_onoff_brightness_colortemp({colorTempRange: [153, 370]}),
};

module.exports = definition;

Supported color modes

tuneable white, no RGB

Color temperature range

2700K - 6500K,

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions