UNPKG

zigbee-herdsman-converters

Version:

Collection of device converters to be used with zigbee-herdsman

1,160 lines • 55 kB
"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { Object.defineProperty(o, "default", { enumerable: true, value: v }); }) : function(o, v) { o["default"] = v; }); var __importStar = (this && this.__importStar) || (function () { var ownKeys = function(o) { ownKeys = Object.getOwnPropertyNames || function (o) { var ar = []; for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; return ar; }; return ownKeys(o); }; return function (mod) { if (mod && mod.__esModule) return mod; var result = {}; if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); __setModuleDefault(result, mod); return result; }; })(); Object.defineProperty(exports, "__esModule", { value: true }); exports.definitions = void 0; const zigbee_herdsman_1 = require("zigbee-herdsman"); const constants_1 = require("../lib/constants"); const ikea_1 = require("../lib/ikea"); const m = __importStar(require("../lib/modernExtend")); const fzLocal = { // Raw data decoding for older Parasoll firmware build (20230406). // only handles contact state ikeaParasollRawConverter: { cluster: 65365, // integer cluster IDs type: "raw", convert: (model, msg, publish, options, meta) => { const data = msg.data; // e.g., [21,104,17,62,240,110,111,116,105,102,121,0,0,0] const contactState = data[data.length - 1]; // last number return { contact: contactState === 0 }; }, }, }; exports.definitions = [ // #region light // lights naming convention: type, light capabilities, form, diffuser type, brightness // #region E26/E27/B22 { zigbeeModel: ["TRADFRI bulb E27 WS opal 980lm", "TRADFRI bulb E26 WS opal 980lm", "TRADFRI bulb E27 WS\uFFFDopal 980lm"], model: "LED1545G12", vendor: "IKEA", description: "TRADFRI bulb E26/E27, white spectrum, globe, opal, 980 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: [ "TRADFRI bulb E26 CWS globe 800lm", "TRADFRI bulb E26 CWS globe 806lm", "TRADFRI bulb E26 CWS globe 810lm", "TRADFRI bulb E27 CWS globe 806lm", ], model: "LED2109G6", vendor: "IKEA", description: "TRADFRI bulb E26/E27, color/white spectrum, globe, opal, 800/806/810 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true, color: { modes: ["xy", "hs"] } }), m.identify()], }, { zigbeeModel: ["TRADFRI bulb E27 WS clear 950lm", "TRADFRI bulb E26 WS clear 950lm", "TRADFRI bulb E27 WS\uFFFDclear 950lm"], model: "LED1546G12", vendor: "IKEA", description: "TRADFRI bulb E26/E27, white spectrum, globe, clear, 950 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: ["TRADFRI bulb E27 opal 1000lm", "TRADFRI bulb E27 W opal 1000lm"], model: "LED1623G12", vendor: "IKEA", description: "TRADFRI bulb E27, white, globe, opal, 1000 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)(), m.identify()], }, { zigbeeModel: [ "TRADFRI bulb E26 WW globe 800lm", "TRADFRI bulb E26 WW globe 806lm", "TRADFRI bulb E26 WW globe 810lm", "TRADFRI bulb E27 WW globe 806lm", ], model: "LED2103G5", vendor: "IKEA", description: "TRADFRI bulb E26/E27, warm white, globe, 806/810 lumen", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)(), m.identify()], }, { zigbeeModel: ["TRADFRIbulbE26WWglobeclear250lm"], model: "LED2008G3", vendor: "IKEA", description: "TRADFRI bulb E26, warm white, globe, clear, 250 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)(), m.identify()], }, { zigbeeModel: [ "TRADFRI bulb E27 WW G95 CL 470lm", "TRADFRI bulb E26 WW G95 CL 450lm", "TRADFRI bulb E26 WW G95 CL 440lm", "TRADFRI bulb E26 WW G95 CL 470lm", ], model: "LED2102G3", vendor: "IKEA", description: "TRADFRI bulb E26/E27, warm white, globe, clear, 440/450/470 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)(), m.identify()], }, { zigbeeModel: [ "TRADFRIbulbG125E27WSopal470lm", "TRADFRIbulbG125E26WSopal450lm", "TRADFRIbulbG125E26WSopal470lm", "TRADFRIbulbG125E26WSopal440lm", ], model: "LED1936G5", vendor: "IKEA", description: "TRADFRI bulb E26/E27, white spectrum, globe, opal, 440/450/470 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: [ "TRADFRIbulbE27WSglobeopal1055lm", "TRADFRIbulbE26WSglobeopal1100lm", "TRADFRIbulbE26WSglobeopal1160lm", "TRADFRIbulbE26WSglobeopal1055lm", ], model: "LED2003G10", vendor: "IKEA", description: "TRADFRI bulb E26/27, white spectrum, globe, opal, 1055/1100/1160 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: [ "TRADFRIbulbE26WSglobeclear800lm", "TRADFRIbulbE27WSglobeclear806lm", "TRADFRIbulbE26WSglobeclear806lm", "TRADFRIbulbE26WSglobeclear810lm", ], model: "LED2004G8", vendor: "IKEA", description: "TRADFRI bulb E26/E27, white spectrum, globe, clear, 800/806/810 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: [ "TRADFRI bulb E27 opal 470lm", "TRADFRI bulb E27 W opal 470lm", "TRADFRIbulbT120E27WSopal470lm", "TRADFRIbulbT120E26WSopal450lm", "TRADFRIbulbT120E26WSopal470lm", "TRADFRI bulb E26 WS opal 440lm", "TRADFRIbulbT120E26WSopal440lm", ], model: "LED1937T5", vendor: "IKEA", description: "TRADFRI bulb E26/E27, white spectrum, T120 cylinder, opal, 440/450/470 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: ["TRADFRI bulb E27 WW clear 250lm", "TRADFRI bulb E26 WW clear 250lm"], model: "LED1842G3", vendor: "IKEA", description: "TRADFRI bulb E26/E27, warm white, globe, clear, 250 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)(), m.identify()], }, { zigbeeModel: ["TRADFRIbulbE27WWclear250lm", "TRADFRIbulbE26WWclear250lm"], model: "LED1934G3", vendor: "IKEA", description: "TRADFRI bulb E26/E27, warm white, globe, clear, 250 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ turnsOffAtBrightness1: true }), m.identify()], }, { zigbeeModel: ["TRADFRI bulb E26 opal 1000lm", "TRADFRI bulb E26 W opal 1000lm"], model: "LED1622G12", vendor: "IKEA", description: "TRADFRI bulb E26, white, globe, opal, 1000 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)(), m.identify()], }, { zigbeeModel: ["TRADFRI bulb E26 CWS 800lm", "TRADFRI bulb E27 CWS 806lm", "TRADFRI bulb E26 CWS 806lm", "TRADFRI bulb E26 CWS 810lm"], model: "LED1924G9", vendor: "IKEA", description: "TRADFRI bulb E26/E27, color/white spectrum, globe, opal, 800/806/810 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true, color: true, turnsOffAtBrightness1: true }), m.identify()], }, { zigbeeModel: ["TRADFRI bulb E27 WS opal 1000lm", "TRADFRI bulb E26 WS opal 1000lm"], model: "LED1732G11", vendor: "IKEA", description: "TRADFRI bulb E26/E27, white spectrum, globe, opal, 1000 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: ["TRADFRI bulb E27 WW 806lm", "TRADFRI bulb E26 WW 806lm"], model: "LED1836G9", vendor: "IKEA", description: "TRADFRI bulb E26/E27, warm white, globe, opal, 806 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ turnsOffAtBrightness1: true }), m.identify()], }, { zigbeeModel: ["TRADFRI bulb E27 WS clear 806lm", "TRADFRI bulb E26 WS clear 806lm"], model: "LED1736G9", vendor: "IKEA", description: "TRADFRI bulb E26/E27, white spectrum, globe, clear, 806 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: [ "TRADFRI bulb E27 WS globe 1055lm", "TRADFRI bulb E26 WS globe 1055lm", "TRADFRI bulb E26 WS globe 1100lm", "TRADFRI bulb E26 WS globe 1160lm", ], model: "LED2201G8", vendor: "IKEA", description: "TRADFRI bulb E26/27, white spectrum, globe, opal, 1055/1100/1160 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: ["TRADFRIbulbPAR38WS900lm"], model: "LED2006R9", vendor: "IKEA", description: "TRADFRI bulb E26, white spectrum, PAR38 downlight, clear, 900 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: ["TRADFRIbulbB22WSglobeopal1055lm"], model: "LED2035G10", vendor: "IKEA", description: "TRADFRI bulb B22, white spectrum, globe, opal, 1055 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, // #endregion E26/E27/B22 { zigbeeModel: [ "TRADFRI bulb E27 CWS opal 600lm", "TRADFRI bulb E26 CWS opal 600lm", "TRADFRI bulb E14 CWS opal 600lm", "TRADFRI bulb E12 CWS opal 600lm", "TRADFRI bulb E27 C/WS opal 600", ], model: "LED1624G9", vendor: "IKEA", description: "TRADFRI bulb E12/E14/E26/E27, color/white spectrum, globe, opal, 600 lm", extend: [ (0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: { range: [153, 500], viaColor: true }, color: true }), // light is pure RGB (XY), advertise 2000K-6500K m.identify(), ], }, // #region E12/E14/E17 { zigbeeModel: ["TRADFRI bulb E14 WS candle 470lm", "TRADFRI bulb E12 WS candle 450lm"], model: "LED2107C4", vendor: "IKEA", description: "TRADFRI bulb E14, white spectrum, candle, opal, 470 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: ["TRADFRI bulb E14 WS opal 400lm", "TRADFRI bulb E12 WS opal 400lm"], model: "LED1536G5", vendor: "IKEA", description: "TRADFRI bulb E12/E14, white spectrum, globe, opal, 400 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: ["TRADFRI bulb E14 WS 470lm", "TRADFRI bulb E12 WS 450lm", "TRADFRI bulb E17 WS 440lm", "TRADFRI bulb E17 WS candle 440lm"], model: "LED1835C6", vendor: "IKEA", description: "TRADFRI bulb E12/E14/E17, white spectrum, candle, opal, 450/470/440 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: ["TRADFRI bulb E14 WS globe 470lm", "TRADFRI bulb E12 WS globe 450lm"], model: "LED2101G4", vendor: "IKEA", description: "TRADFRI bulb E12/E14, white spectrum, globe, opal, 450/470 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: ["TRADFRI bulb E14 WS opal 600lm"], model: "LED1733G7", vendor: "IKEA", description: "TRADFRI bulb E14, white spectrum, globe, opal, 600 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: ["TRADFRI bulb E14 W op/ch 400lm", "TRADFRI bulb E12 W op/ch 400lm", "TRADFRI bulb E17 W op/ch 400lm"], model: "LED1649C5", vendor: "IKEA", description: "TRADFRI bulb E12/E14/E17, white, candle, opal, 400 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)(), m.identify()], }, { zigbeeModel: [ "TRADFRIbulbE14WSglobeopal470lm", "TRADFRIbulbE12WSglobeopal470lm", "TRADFRI bulb E17 WS globe 440lm", "TRADFRIbulbE17WSglobeopal470lm", ], model: "LED2002G5", vendor: "IKEA", description: "TRADFRI bulb E14/E12/E17, white spectrum, globe, clear, 440/470 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: ["TRADFRI bulb E12 WS opal 600lm", "TRADFRI bulb E17 WS opal 600lm"], model: "LED1738G7", vendor: "IKEA", description: "TRADFRI bulb E12/E17, white spectrum, globe, opal, 600 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: ["TRADFRI bulb E14 CWS 470lm", "TRADFRI bulb E12 CWS 450lm", "TRADFRI bulb E17 CWS 440lm"], model: "LED1925G6", vendor: "IKEA", description: "TRADFRI bulb E12/E14/E17, color/white spectrum, globe, opal, 440/450/470 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true, color: true, turnsOffAtBrightness1: true }), m.identify()], }, { zigbeeModel: ["TRADFRIbulbE14WWclear250lm", "TRADFRIbulbE12WWclear250lm", "TRADFRIbulbE17WWclear250lm"], model: "LED1935C3", vendor: "IKEA", description: "TRADFRI bulb E12/E14/E17, warm white, candle, clear, 250 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)(), m.identify()], }, { zigbeeModel: ["TRADFRIbulbE12WWcandleclear250lm"], model: "LED2009C3", vendor: "IKEA", description: "TRADFRI bulb E12, warm white, candle, clear, 250 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)(), m.identify()], }, { zigbeeModel: ["TRADFRIbulbE14WScandleopal470lm", "TRADFRIbulbE12WScandleopal450lm", "TRADFRIbulbE17WScandleopal440lm"], model: "LED1949C5", vendor: "IKEA", description: "TRADFRI bulb E12/E14/E17, white spectrum, candle, opal, 450/470/440 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: ["TRADFRI bulb E14 CWS globe 806lm", "TRADFRI bulb E12 CWS globe 800lm", "TRADFRI bulb E17 CWS globe 810lm"], model: "LED2111G6", vendor: "IKEA", description: "TRADFRI bulb E12/E14/E17, color/white spectrum, globe, opal, 800/806/810 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true, color: { modes: ["xy", "hs"] } }), m.identify()], }, // #endregion E12/E14/E17 // #region GU10 { zigbeeModel: [ "\u001aTRADFRI bulb GU10 WW 345lm", "TRADFRI bulb GU10 WW 345lm", "\\u001TRADFRI bulb GU10 WW 345lm", "\u001aTRADFRI bulb GU10 WW 345lm8", "TRADFRI bulb GU10 WW 380lm", ], model: "LED2104R3", vendor: "IKEA", description: "TRADFRI bulb GU10, warm white, 345/380 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)(), m.identify()], }, { zigbeeModel: ["TRADFRI bulb GU10 WS 400lm"], model: "LED1537R6/LED1739R5", vendor: "IKEA", description: "TRADFRI bulb GU10, white spectrum, 400 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: ["TRADFRI bulb GU10 W 400lm"], model: "LED1650R5", vendor: "IKEA", description: "TRADFRI bulb GU10, white, 400 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)(), m.identify()], }, { zigbeeModel: ["TRADFRI bulb GU10 WW 400lm"], model: "LED1837R5", vendor: "IKEA", description: "TRADFRI bulb GU10, warm white, 400 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)(), m.identify()], }, { zigbeeModel: ["TRADFRI bulb GU10 CWS 380lm"], model: "LED1923R5", vendor: "IKEA", description: "TRADFRI bulb GU10, color/white spectrum, 380 lm", extend: [ (0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: { range: [153, 500], viaColor: true }, color: true }), // light is pure RGB (XY), advertise 2000K-6500K m.identify(), ], }, { zigbeeModel: [ "TRADFRI_bulb_GU10_WS_345lm", "TRADFRIbulbGU10WS345lm", "TRADFRI bulb GU10 WS 345lm", "TRADFRIbulbGU10WS380lm", "TRADFRI bulb GU10 WS 380lm", ], model: "LED2005R5/LED2106R3", vendor: "IKEA", description: "TRADFRI bulb GU10, white spectrum, 345/380 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: ["TRADFRI bulb GU10 CWS 345lm"], model: "LED2110R3", vendor: "IKEA", description: "TRADFRI bulb GU10, color/white spectrum, 345 lm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: { range: [250, 454], viaColor: true }, color: true }), m.identify()], }, // #endregion GU10 // #region light panels { zigbeeModel: ["LEPTITER Recessed spot light"], model: "T1820", vendor: "IKEA", description: "LEPTITER recessed spot light, white spectrum", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: ["STOFTMOLN ceiling/wall lamp WW37"], model: "T2037", vendor: "IKEA", description: "STOFTMOLN ceiling/wall lamp, warm white, 37 cm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)(), m.identify()], }, { zigbeeModel: ["STOFTMOLN ceiling/wall lamp WW24"], model: "T2035", vendor: "IKEA", description: "STOFTMOLN ceiling/wall lamp, warm white, 24 cm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)(), m.identify()], }, { zigbeeModel: ["STOFTMOLN ceiling/wall lamp WW10"], model: "T2105", vendor: "IKEA", description: "STOFTMOLN ceiling/wall lamp, warm white, 10 cm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)(), m.identify()], }, { zigbeeModel: ["STOFTMOLN ceiling/wall lamp WW15"], model: "T2106", vendor: "IKEA", description: "STOFTMOLN ceiling/wall lamp, warm white, 15 cm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)(), m.identify()], }, { zigbeeModel: ["JETSTROM 40100", "JETSTROM 40100 NA"], model: "L2208", vendor: "IKEA", description: "JETSTROM ceiling light panel, white spectrum, 100x40 cm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: ["JETSTROM 6060", "JETSTROM 6060 JP", "JETSTROM 6060 NA"], model: "L2207", vendor: "IKEA", description: "JETSTROM ceiling light panel, white spectrum, 60x60 cm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: ["JETSTROM 3030 wall", "JETSTROM 3030 NA wall"], model: "L2205", vendor: "IKEA", description: "JETSTROM wall light panel, color/white spectrum, 30x30 cm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true, color: true }), m.identify()], }, { zigbeeModel: ["JETSTROM 3030 ceiling"], model: "L2206", vendor: "IKEA", description: "JETSTROM ceiling light panel, color/white spectrum, 30x30 cm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true, color: true }), m.identify()], }, { zigbeeModel: ["JORMLIEN door WS 40x80"], model: "L1530", vendor: "IKEA", description: "JORMLIEN door light panel, white spectrum, 40x80 cm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: ["FLOALT panel WS 30x30"], model: "L1527", vendor: "IKEA", description: "FLOALT light panel, white spectrum, 30x30 cm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true, turnsOffAtBrightness1: true }), m.identify()], }, { zigbeeModel: ["FLOALT panel WS 60x60"], model: "L1529", vendor: "IKEA", description: "FLOALT light panel, white spectrum, 60x60 cm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true, turnsOffAtBrightness1: true }), m.identify()], }, { zigbeeModel: ["FLOALT panel WS 30x90"], model: "L1528", vendor: "IKEA", description: "FLOALT light panel, white spectrum, 30x90 cm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true, turnsOffAtBrightness1: true }), m.identify()], }, { zigbeeModel: ["SURTE door WS 38x64"], model: "L1531", vendor: "IKEA", description: "SURTE door light panel, white spectrum, 38x64 cm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: ["GUNNARP panel round"], model: "T1828", vendor: "IKEA", description: "GUNNARP light panel, round", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: ["GUNNARP panel 40*40"], model: "T1829", vendor: "IKEA", description: "GUNNARP light panel, 40x40 cm", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: ["TRADFRI Light Engine"], model: "T2011", vendor: "IKEA", description: "OSVALLA panel round", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, // #endregion light panels // #region other lights { zigbeeModel: ["NYMANE PENDANT"], model: "90504044", vendor: "IKEA", description: "NYMANE pendant lamp", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true }), m.identify()], }, { zigbeeModel: ["Pendant lamp WW"], model: "T2030", vendor: "IKEA", description: "PILSKOTT pendant lamp, warm white", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ turnsOffAtBrightness1: true }), m.identify()], }, { fingerprint: [ { // https://github.com/Koenkk/zigbee2mqtt/issues/30211#issuecomment-3660923636 modelID: "", manufacturerName: "", hardwareVersion: 1, dateCode: "", softwareBuildID: "", zclVersion: 8, applicationVersion: 0, endpoints: [ { ID: 1, profileID: 260, deviceID: 269, inputClusters: [0, 3, 4, 5, 6, 8, 768, 4096], outputClusters: [] }, { ID: 242, profileID: 41440, deviceID: 97, inputClusters: [], outputClusters: [33] }, ], }, ], zigbeeModel: [ "KAJPLATS E27 CWS globe 1055lm", "KAJPLATS E14 CWS globe 806lm", "KAJPLATS GU10 CWS 575lm", "KAJPLATS E26 CWS globe 1100lm", "KAJPLATS E12 CWS globe 800lm", ], whiteLabel: [ { model: "LED2405G8", description: "KAJPLATS E27 bulb, color/white spectrum, globe, opal, 1055 lm", fingerprint: [{ modelID: "KAJPLATS E27 CWS globe 1055lm" }], }, { model: "LED2409G6", description: "KAJPLATS E14 bulb, color/white spectrum, globe, opal, 806 lm", fingerprint: [{ modelID: "KAJPLATS E14 CWS globe 806lm" }], }, { model: "LED2410R5/LED2410R5NA", description: "KAJPLATS GU10 bulb, color/white spectrum, 470/575 lm", fingerprint: [{ modelID: "KAJPLATS GU10 CWS 575lm" }], }, { model: "LED2405G8NA", description: "KAJPLATS E26 bulb, color/white spectrum, globe, opal, 1100 lm", fingerprint: [{ modelID: "KAJPLATS E26 CWS globe 1100lm" }], }, { model: "LED2409G6NA", description: "KAJPLATS E12 bulb, color/white spectrum, globe, opal, 800 lm", fingerprint: [{ modelID: "KAJPLATS E12 CWS globe 800lm" }], }, ], model: "KAJPLATS_CWS", vendor: "IKEA", description: "KAJPLATS color/white spectrum light", extend: [ m.light({ colorTemp: { range: [153, 555] }, color: { modes: ["xy", "hs"], applyRedFix: false, enhancedHue: false }, turnsOffAtBrightness1: true, levelConfig: { features: ["on_off_transition_time", "execute_if_off", "current_level_startup"] }, }), m.identify(), ], // KAJPLATS models and firmware updates: https://webui.dcl.csa-iot.org/models }, { fingerprint: [ { // https://github.com/Koenkk/zigbee2mqtt/issues/30211#issuecomment-3696471655 modelID: "", manufacturerName: "", hardwareVersion: 1, dateCode: "", zclVersion: 8, applicationVersion: 0, endpoints: [ { ID: 1, profileID: 260, deviceID: 268, inputClusters: [0, 3, 4, 5, 6, 8, 768, 4096], outputClusters: [] }, { ID: 242, profileID: 41440, deviceID: 97, inputClusters: [], outputClusters: [33] }, ], }, ], zigbeeModel: [ "KAJPLATS E27 WS globe 470lm", "KAJPLATS E27 WS globe 1055lm", "KAJPLATS GU10 WS 575lm", "KAJPLATS E27 WS globe 1521lm", "KAJPLATS E14 WS globe 806lm", "KAJPLATS E26 WS globe 450lm", "KAJPLATS E26 WS globe 1100lm", "KAJPLATS E26 WS globe 1600lm", "KAJPLATS E12 WS globe 800lm", ], whiteLabel: [ { model: "LED2406G4", description: "KAJPLATS E27 bulb, white spectrum, globe, opal, 470 lm", fingerprint: [{ modelID: "KAJPLATS E27 WS globe 470lm" }], }, { model: "LED2407G8", description: "KAJPLATS E27 bulb, white spectrum, globe, opal, 1055 lm", fingerprint: [{ modelID: "KAJPLATS E27 WS globe 1055lm" }], }, { model: "LED2403R5/LED2403R5NA", description: "KAJPLATS GU10 bulb, white spectrum, 575 lm", fingerprint: [{ modelID: "KAJPLATS GU10 WS 575lm" }], }, { model: "LED2408G10", description: "KAJPLATS E27 bulb, white spectrum, globe, opal, 1521 lm", fingerprint: [{ modelID: "KAJPLATS E27 WS globe 1521lm" }], }, { model: "LED2404G6", description: "KAJPLATS E14 bulb, white spectrum, globe, opal, 806 lm", fingerprint: [{ modelID: "KAJPLATS E14 WS globe 806lm" }], }, { model: "LED2406G4NA", description: "KAJPLATS E26 bulb, white spectrum, globe, opal, 450 lm", fingerprint: [{ modelID: "KAJPLATS E26 WS globe 450lm" }], }, { model: "LED2407G8NA", description: "KAJPLATS E26 bulb, white spectrum, globe, opal, 1100 lm", fingerprint: [{ modelID: "KAJPLATS E26 WS globe 1100lm" }], }, { model: "LED2408G10NA", description: "KAJPLATS E26 bulb, white spectrum, globe, opal, 1600 lm", fingerprint: [{ modelID: "KAJPLATS E26 WS globe 1600lm" }], }, { model: "LED2404G6NA", description: "KAJPLATS E12 bulb, white spectrum, globe, opal, 800 lm", fingerprint: [{ modelID: "KAJPLATS E12 WS globe 800lm" }], }, ], model: "KAJPLATS_WS", vendor: "IKEA", description: "KAJPLATS white spectrum light", extend: [ m.light({ colorTemp: { range: [153, 454] }, turnsOffAtBrightness1: true, levelConfig: { features: ["on_off_transition_time", "execute_if_off", "current_level_startup"] }, }), m.identify(), ], }, { zigbeeModel: [ "KAJPLATS E14 WS B38 CL 470lm", "KAJPLATS E27 WS G95 clear 806lm", "KAJPLATS E27 806lm 95mm smart WS", "KAJPLATS E27 WS G60 clear 470lm", "KAJPLATS E27 470lm smart WS", "KAJPLATS E12 WS B38 CL 450lm", ], whiteLabel: [ { model: "LED2402C3", description: "KAJPLATS E14 bulb, white spectrum, candle, clear, 470 lm", fingerprint: [{ modelID: "KAJPLATS E14 WS B38 CL 470lm" }], }, { model: "LED2401G5", description: "KAJPLATS E27 bulb, white spectrum, globe, clear, 806 lm", fingerprint: [{ modelID: "KAJPLATS E27 WS G95 clear 806lm" }, { modelID: "KAJPLATS E27 806lm 95mm smart WS" }], }, { model: "LED2411G3", description: "KAJPLATS E27 bulb, white spectrum, globe, clear, 470 lm", fingerprint: [{ modelID: "KAJPLATS E27 WS G60 clear 470lm" }, { modelID: "KAJPLATS E27 470lm smart WS" }], }, { model: "LED2402C3NA", description: "KAJPLATS E12 bulb, white spectrum, candle, clear, 450 lm", fingerprint: [{ modelID: "KAJPLATS E12 WS B38 CL 450lm" }], }, ], model: "KAJPLATS_WS_clear", vendor: "IKEA", description: "KAJPLATS light, white spectrum, clear", extend: [ m.light({ colorTemp: { range: [153, 454] }, turnsOffAtBrightness1: true, levelConfig: { features: ["on_off_transition_time", "execute_if_off", "current_level_startup"] }, }), m.identify(), ], }, { zigbeeModel: ["VARMBLIXT table/wall lamp"], model: "E2499", vendor: "IKEA", description: "VARMBLIXT table/wall lamp, color/white spectrum, 180 lm", extend: [ m.light({ colorTemp: { range: [153, 555] }, color: { modes: ["xy", "hs"], applyRedFix: false, enhancedHue: false }, turnsOffAtBrightness1: true, levelConfig: { features: ["on_off_transition_time", "execute_if_off", "current_level_startup"] }, }), m.identify(), ], }, { zigbeeModel: ["Floor lamp WW"], model: "G2015", vendor: "IKEA", description: "PILSKOTT floor lamp, warm white", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)(), m.identify()], }, { zigbeeModel: ["ORMANAS LED Strip"], model: "L2112", vendor: "IKEA", description: "ORMANAS LED strip", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ colorTemp: true, color: true }), m.identify()], }, { zigbeeModel: ["TRADFRI transformer 10W", "TRADFRI Driver 10W"], model: "ICPSHC24-10EU-IL-1/ICPSHC24-10EU-IL-2", vendor: "IKEA", description: "TRADFRI LED driver, 10 w", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ turnsOffAtBrightness1: true }), m.identify()], }, { zigbeeModel: ["TRADFRI transformer 30W", "TRADFRI Driver 30W"], model: "ICPSHC24-30EU-IL-1/ICPSHC24-10EU-IL-2", vendor: "IKEA", description: "TRADFRI LED driver, 30 w", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ turnsOffAtBrightness1: true }), m.identify()], }, { zigbeeModel: ["SILVERGLANS IP44 LED driver"], model: "ICPSHC24-30-IL44-1", vendor: "IKEA", description: "SILVERGLANS LED driver, 30 w, IP44", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaLight)({ turnsOffAtBrightness1: true }), m.identify()], }, // #endregion other lights // #endregion light // #region on/off controls { zigbeeModel: ["TRADFRI control outlet"], model: "E160x/E170x/E190x", vendor: "IKEA", description: "TRADFRI control outlet", whiteLabel: [ { model: "E1603", vendor: "IKEA", description: "E1603 (Type - F)" }, { model: "E1702/E1703", vendor: "IKEA", description: "E1702/E1703 (Type - E)" }, { model: "E1704", vendor: "IKEA", description: "E1704 (Type - G)" }, { model: "E1705", vendor: "IKEA", description: "E1705 (Type - L)" }, { model: "E1706/E1707/E1708/E1709/E1710", vendor: "IKEA", description: "E1706/E1707/E1708/E1709/E1710 (Type - B)", }, { model: "E1902", vendor: "IKEA", description: "E1902 (Type - J)" }, ], extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), m.onOff(), m.identify()], ota: true, }, { zigbeeModel: ["ASKVADER on/off switch"], model: "E1836", vendor: "IKEA", description: "ASKVADER on/off switch", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), m.onOff(), m.identify()], ota: true, }, { zigbeeModel: ["KNYCKLAN receiver"], model: "E1842", vendor: "IKEA", description: "KNYCKLAN electronic dishwasher shut-off unit", extend: [ (0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), m.onOff(), m.iasZoneAlarm({ zoneType: "water_leak", zoneAttributes: ["alarm_1"] }), m.identify(), ], ota: true, }, { zigbeeModel: ["TRETAKT Smart plug"], model: "E22x4", vendor: "IKEA", description: "TRETAKT smart plug", whiteLabel: [ { model: "E2204", vendor: "IKEA", description: "E2204 (EU)" }, { model: "E2214", vendor: "IKEA", description: "E2214 (CH)" }, ], extend: [ (0, ikea_1.addCustomClusterManuSpecificIkeaSmartPlug)(), (0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), m.onOff(), ikea_1.ikeaModernExtend.smartPlugChildLock(), ikea_1.ikeaModernExtend.smartPlugLedEnable(), m.identify(), ], ota: true, }, { zigbeeModel: ["INSPELNING Smart plug"], model: "E22xx", vendor: "IKEA", description: "INSPELNING smart plug", whiteLabel: [ { model: "E2206", vendor: "IKEA", description: "INSPELNING smart plug (EU)" }, { model: "E2220", vendor: "IKEA", description: "INSPELNING smart plug (US)" }, { model: "E2223", vendor: "IKEA", description: "INSPELNING smart plug (UK)" }, { model: "E2224", vendor: "IKEA", description: "INSPELNING smart plug (CH)" }, ], extend: [ (0, ikea_1.addCustomClusterManuSpecificIkeaSmartPlug)(), (0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), m.onOff(), ikea_1.ikeaModernExtend.smartPlugChildLock(), ikea_1.ikeaModernExtend.smartPlugLedEnable(), m.identify(), m.electricityMeter(), ], ota: true, configure: async (device) => { const endpoint = device.getEndpoint(1); // Enable reporting of powerDivisor, needs to change dynamically with the amount of power // For details, see: https://github.com/Koenkk/zigbee2mqtt/issues/23961#issuecomment-2366733453 await endpoint.configureReporting("haElectricalMeasurement", [ { attribute: "acPowerDivisor", minimumReportInterval: 10, maximumReportInterval: constants_1.repInterval.MAX, reportableChange: 1 }, ]); }, }, { zigbeeModel: ["GRILLPLATS Plug\u0000", "GRILLPLATS Plug"], whiteLabel: [ { model: "E2435", description: "TOFSMYGGA smart plug" }, { model: "E2491", description: "GRILLPLATS smart plug" }, ], model: "E2435/E2491", vendor: "IKEA", description: "TOFSMYGGA/GRILLPLATS smart plug", extend: [m.onOff(), m.identify()], }, // #endregion on/off controls // #region blinds { zigbeeModel: ["FYRTUR block-out roller blind"], model: "E1757", vendor: "IKEA", description: "FYRTUR roller blind, block-out", extend: [ (0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaConfigureGenPollCtrl)(), m.windowCovering({ controls: ["lift"] }), m.identify(), (0, ikea_1.ikeaBattery)(), ], ota: true, }, { zigbeeModel: ["KADRILJ roller blind"], model: "E1926", vendor: "IKEA", description: "KADRILJ roller blind", extend: [ (0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaConfigureGenPollCtrl)(), m.windowCovering({ controls: ["lift"] }), m.identify(), (0, ikea_1.ikeaBattery)(), ], ota: true, }, { zigbeeModel: ["PRAKTLYSING cellular blind"], model: "E2102", vendor: "IKEA", description: "PRAKTLYSING cellular blind", extend: [ (0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaConfigureGenPollCtrl)(), m.windowCovering({ controls: ["lift"] }), m.identify(), (0, ikea_1.ikeaBattery)(), ], ota: true, }, { zigbeeModel: ["TREDANSEN block-out cellul blind"], model: "E2103", vendor: "IKEA", description: "TREDANSEN cellular blind, block-out", extend: [ (0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaConfigureGenPollCtrl)(), m.windowCovering({ controls: ["lift"] }), m.identify(), (0, ikea_1.ikeaBattery)(), ], ota: true, }, // #endregion blinds // #region appliances { zigbeeModel: ["STARKVIND Air purifier", "STARKVIND Air purifier table"], model: "E2007", vendor: "IKEA", description: "STARKVIND air purifier", whiteLabel: [ { vendor: "IKEA", model: "E2006", description: "STARKVIND air purifier table", fingerprint: [{ modelID: "STARKVIND Air purifier table" }] }, ], extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.addCustomClusterManuSpecificIkeaAirPurifier)(), (0, ikea_1.ikeaAirPurifier)(), m.identify()], ota: true, }, { zigbeeModel: ["TRADFRI signal repeater"], model: "E1746", vendor: "IKEA", description: "TRADFRI signal repeater", extend: [(0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), m.identify(), m.linkQuality({ reporting: true })], ota: true, }, // #endregion appliances // #region remotes { zigbeeModel: ["TRADFRI wireless dimmer"], model: "ICTC-G-1", vendor: "IKEA", description: "TRADFRI wireless dimmer", extend: [ (0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), m.identify({ isSleepy: true }), m.commandsLevelCtrl({ commands: ["brightness_move_up", "brightness_move_down", "brightness_stop", "brightness_move_to_level"], }), m.battery({ dontDividePercentage: true }), ], ota: true, }, { zigbeeModel: ["TRADFRI remote control"], model: "E1524/E1810", vendor: "IKEA", description: "TRADFRI remote control", extend: [ (0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.addIkeaGenScenesCluster)(), (0, ikea_1.ikeaConfigureRemote)(), m.identify({ isSleepy: true }), (0, ikea_1.tradfriCommandsOnOff)(), (0, ikea_1.tradfriCommandsLevelCtrl)(), // No genScenes cluster // https://github.com/Koenkk/zigbee2mqtt/issues/28161 (0, ikea_1.ikeaArrowClick)({ bind: false }), (0, ikea_1.ikeaBattery)(), ], ota: true, }, { // https://github.com/Koenkk/zigbee2mqtt/issues/30325 zigbeeModel: ["09B9"], model: "E2489", vendor: "IKEA", description: "BILRESA remote control with buttons", extend: [ (0, ikea_1.addIkeaGenScenesCluster)(), m.battery({ voltage: true }), m.identify({ isSleepy: true }), m.commandsOnOff({ commands: ["on", "off"] }), m.commandsLevelCtrl({ commands: ["brightness_move_up", "brightness_move_down", "brightness_stop"] }), (0, ikea_1.ikeaBilresaDouble)(), ], }, { // https://github.com/Koenkk/zigbee2mqtt/issues/30321 zigbeeModel: ["09BA"], model: "E2490", vendor: "IKEA", description: "BILRESA remote control with scroll wheel", extend: [ (0, ikea_1.addIkeaGenScenesCluster)(), m.battery({ voltage: true }), m.identify({ isSleepy: true }), m.commandsOnOff({ commands: ["on", "off"] }), m.commandsLevelCtrl({ commands: ["brightness_move_to_level"] }), (0, ikea_1.ikeaBilresaDouble)(), ], }, { zigbeeModel: ["Remote Control N2"], model: "E2001/E2002/E2313", vendor: "IKEA", description: "STYRBAR remote control", extend: [ (0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.addIkeaGenScenesCluster)(), (0, ikea_1.ikeaConfigureStyrbar)(), m.identify({ isSleepy: true }), (0, ikea_1.styrbarCommandOn)(), m.commandsOnOff({ commands: ["off"], bind: false }), m.commandsLevelCtrl({ commands: ["brightness_move_up", "brightness_move_down", "brightness_stop"], bind: false }), (0, ikea_1.ikeaArrowClick)({ styrbar: true, bind: false }), (0, ikea_1.ikeaBattery)(), ], ota: true, }, { zigbeeModel: ["TRADFRI on/off switch"], model: "E1743", vendor: "IKEA", description: "TRADFRI on/off switch", meta: { disableActionGroup: true }, extend: [ (0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaConfigureRemote)(), m.identify({ isSleepy: true }), m.commandsOnOff({ commands: ["on", "off"] }), m.commandsLevelCtrl({ commands: ["brightness_move_up", "brightness_move_down", "brightness_stop"] }), (0, ikea_1.ikeaBattery)(), ], ota: true, }, { zigbeeModel: ["KNYCKLAN Open/Close remote"], model: "E1841", vendor: "IKEA", description: "KNYCKLAN open/close water valve remote", meta: { disableActionGroup: true }, extend: [ (0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), (0, ikea_1.ikeaConfigureRemote)(), m.identify({ isSleepy: true }), m.commandsOnOff({ commands: ["on", "off"] }), (0, ikea_1.ikeaBattery)(), ], ota: true, }, { zigbeeModel: ["TRADFRI SHORTCUT Button"], model: "E1812", vendor: "IKEA", description: "TRADFRI shortcut button", meta: { disableActionGroup: true }, extend: [ (0, ikea_1.addCustomClusterManuSpecificIkeaUnknown)(), m.identify({ isSleepy: true }), m.commandsOnOff({ commands: ["on", "off"] }), m.commandsLevelCtrl({ commands: ["brightness_move_up", "brightness_stop"] }), (0, ikea_1.ikeaBattery)(), ], ota: true, }, { zigbeeModel: ["SYMFONISK Sound Controller"], model: "E1744", vendor: "IKEA", description: "SYMFONISK sound remote, gen 1", extend: [ m.identify({ isSleepy: true }), m.commandsOnOff({ commands: ["toggle"] }), m.commandsLevelCtrl({ commands: ["brightness_move_up", "brightness_move_down", "brightness_stop", "brightness_step_up", "brightness_step_down"], }), (0, ikea_1.ikeaBattery)(), ], ota: true, }, { zigbeeModel: ["TRADFRI open/close remote"], model: "E1766", vendor: "IKEA", description: "TRADFRI open/close remote", extend: [(0, ikea_1.ikeaConfigureRemote)(), m.identify({ isSleepy: true }), m.commandsWindowCovering(), (0, ikea_1.ikeaBattery)()], ota: true, }, { zigbeeModel: ["SYMFONISK sound remote gen2"], model: "E2123", vendor: "IKEA", description: "SYMFONISK sound remote, gen 2", extend: [ (0, ikea_1.addCustomClusterTradfriButton)(), m.bindCluster({ cluster: "genPollCtrl", clusterType: "input" }), m.deviceEndpoints({ endpoints: { "1": 2, "2": 3 } }), m.identify({ isSleepy: true }), m.commandsOnOff({ commands: ["toggle"] }), (0, ikea_1.ikeaMediaCommands)(), (0, ikea_1.ikeaDotsClick)({ endpointNames: ["1", "2"], dotsPrefix: true }), m.battery({ voltage: true, voltageReporting: true }),