Skip to content

[External Converter]: AD-E14RGBW3001 from AduroSmart Eria #31319

@Schimmelreiter

Description

@Schimmelreiter

Link

https://www.zigbee2mqtt.io/devices/81895.html

Database entry

{"id":34,"type":"Router","ieeeAddr":"0x00158d00058b6e1f","nwkAddr":2679,"manufId":4653,"manufName":"AduroSmart Eria","powerSource":"Mains (single phase)","modelId":"AD-E14RGBW3001","epList":[1,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":269,"inClusterList":[0,4,3,6,8,5,768,4096],"outClusterList":[25],"clusters":{"lightingColorCtrl":{"attributes":{"colorCapabilities":31,"colorTempPhysicalMin":153,"colorTempPhysicalMax":500,"colorMode":1,"currentX":24903,"currentY":9961,"colorTemperature":351}},"genOnOff":{"attributes":{"onOff":1}},"genLevelCtrl":{"attributes":{"currentLevel":254}},"genBasic":{"attributes":{"zclVersion":3}}},"binds":[],"configuredReportings":[],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":4,"stackVersion":1,"hwVersion":1,"dateCode":"20200924","swBuildId":"04000012","zclVersion":3,"interviewCompleted":true,"interviewState":"SUCCESSFUL","meta":{"configured":"0.0.0"},"lastSeen":1773057423441}

Zigbee2MQTT version

2.9.1 (85875ae
)

External converter

import {light} from "zigbee-herdsman-converters/lib/modernExtend";

/** @type{import('zigbee-herdsman-converters/lib/types').DefinitionWithExtend | import('zigbee-herdsman-converters/lib/types').DefinitionWithExtend[]} */
export default {
    zigbeeModel: ["AD-E14RGBW3001"],
    model: "81895",
    vendor: "AduroSmart",
    description: "ERIA E14 Candle Color with RedFix",
    extend: [light({colorTemp: {range: [153, 500]}, color: {modes: ["xy", "hs"], applyRedFix: true}})],
};

What does/doesn't work with the external definition?

This fixes the bulb not being able to switch to red.
Tested to work in Home Assistant 2026.3.1

Notes

software_build_id: 04000012
date_code: 20200924
endpoints:

{"1":{"clusters":{"input":["genBasic","genGroups","genIdentify","genOnOff","genLevelCtrl","genScenes","lightingColorCtrl","touchlink"],"output":["genOta"]}},"242":{"clusters":{"input":[],"output":["greenPower"]}}}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions