Skip to content

[External Converter] RCL 231 T from innr #10400

@DCx91

Description

@DCx91

This is my external converter for RCL 231 T from innr
software_build_id: 1.9.34
date_code: 20250418
endpoints:

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

What works / what doesn't?

This just enables OTA updates.

Converter

const { light } = require('zigbee-herdsman-converters/lib/modernExtend');
const ota = require('zigbee-herdsman-converters/lib/ota');

const definition = {
zigbeeModel: ["RCL 231 T"],
model: "RCL 231 T",
vendor: "Innr",
description: "Round Ceiling Light - Warm to Cool White",
extend: [light({ colorTemp: { range: [153, 500] }, turnsOffAtBrightness1: true })],
ota: true,
};

module.exports = [definition];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions