UNPKG

@willieee802/zigbee-herdsman-converters

Version:
244 lines 11.3 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 (mod) { if (mod && mod.__esModule) return mod; var result = {}; if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); __setModuleDefault(result, mod); return result; }; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const exposes = __importStar(require("../lib/exposes")); const fromZigbee_1 = __importDefault(require("../converters/fromZigbee")); const legacy = __importStar(require("../lib/legacy")); const toZigbee_1 = __importDefault(require("../converters/toZigbee")); const reporting = __importStar(require("../lib/reporting")); const tuya = __importStar(require("../lib/tuya")); const modernExtend_1 = require("../lib/modernExtend"); const e = exposes.presets; function mullerLichtLight(args) { const result = (0, modernExtend_1.light)(args); result.toZigbee.push(toZigbee_1.default.tint_scene); return result; } const definitions = [ { zigbeeModel: ['tint-ExtendedColor'], model: '404036/45327/45317/45328', vendor: 'Müller Licht', description: 'Tint LED white+color', extend: [mullerLichtLight({ colorTemp: { range: [153, 556] }, color: true })], }, { zigbeeModel: ['Retro Bulb Gold XXL white+ambiance'], model: '404065', vendor: 'Müller Licht', description: 'tint LED-Globe Retro Gold XXL E27', extend: [mullerLichtLight({ colorTemp: { range: [153, 555] } })], }, { zigbeeModel: ['ZBT-DIMLight-A4700001'], model: '404023', vendor: 'Müller Licht', description: 'LED bulb E27 470 lumen, dimmable, clear', extend: [mullerLichtLight({})], }, { zigbeeModel: ['Smart Socket'], model: '404017', vendor: 'Müller Licht', description: 'Smart power strip', extend: [(0, modernExtend_1.onOff)()], }, { zigbeeModel: ['tint smart power strip'], model: '45391', vendor: 'Müller Licht', description: 'Smart power strip', extend: [(0, modernExtend_1.onOff)()], }, { // Identify through fingerprint as modelID is the same as Airam 4713407 fingerprint: [{ modelID: 'ZBT-DimmableLight', manufacturerName: 'MLI' }], model: '404001', vendor: 'Müller Licht', description: 'LED bulb E27 806 lumen, dimmable', extend: [mullerLichtLight({})], }, { zigbeeModel: ['ZBT-ExtendedColor', 'Bulb white+color'], model: '404000/404005/404012/404019', vendor: 'Müller Licht', description: 'Tint LED bulb GU10/E14/E27 350/470/806 lumen, dimmable, color, opal white', extend: [mullerLichtLight({ colorTemp: { range: [153, 556] }, color: { modes: ['xy', 'hs'] } })], // GU10 bulb does not support supportsEnhancedHue, // we can identify these based on the presence of haDiagnostic input cluster meta: { supportsEnhancedHue: (entity) => !entity.getDevice().getEndpoint(1).inputClusters.includes(2821) }, }, { zigbeeModel: ['ZBT-ColorTemperature'], model: '404006/404008/404004', vendor: 'Müller Licht', description: 'Tint LED bulb GU10/E14/E27 350/470/806 lumen, dimmable, opal white', extend: [mullerLichtLight({ colorTemp: { range: [153, 370] } })], }, { zigbeeModel: ['ZBT-CCTLight-GU100000'], model: '404024', vendor: 'Müller Licht', description: 'Tint retro LED bulb GU10, dimmable', extend: [mullerLichtLight({ colorTemp: { range: undefined } })], }, { zigbeeModel: ['RGBW Lighting'], model: '44435', vendor: 'Müller Licht', description: 'Tint LED Stripe, color, opal white', extend: [mullerLichtLight({ colorTemp: { range: undefined }, color: true })], }, { fingerprint: [{ manufacturerName: 'MLI', modelID: 'LED Strip' }], model: '404127', vendor: 'Müller Licht', description: 'Tint LED-Strip white+color, 3 m / 6W RGB', extend: [mullerLichtLight({ colorTemp: { range: [153, 555] }, color: true })], }, { zigbeeModel: ['RGB-CCT'], model: '404028/44435', vendor: 'Müller Licht', description: 'Tint LED Panel, color, opal white', extend: [mullerLichtLight({ colorTemp: { range: undefined }, color: true })], }, { fingerprint: [{ modelID: 'TS0505B', manufacturerName: '_TZ3210_mntza0sw' }, { modelID: 'TS0505B', manufacturerName: '_TZ3210_r0vzq1oj' }], model: '404062', vendor: 'Müller Licht', description: 'Kea RGB+CCT', toZigbee: [toZigbee_1.default.tint_scene], extend: [tuya.modernExtend.tuyaLight({ colorTemp: { range: [153, 500] }, color: true })], }, { fingerprint: [{ manufacturerName: '_TZ3000_bdbb0fon' }], zigbeeModel: ['ZBT-Remote-ALL-RGBW', 'TS1001'], model: 'MLI-404011/MLI-404049', description: 'Tint remote control', vendor: 'Müller Licht', fromZigbee: [fromZigbee_1.default.command_on, fromZigbee_1.default.command_off, fromZigbee_1.default.command_toggle, legacy.fz.tint404011_brightness_updown_click, legacy.fz.tint404011_move_to_color_temp, legacy.fz.tint404011_move_to_color, fromZigbee_1.default.tint_scene, legacy.fz.tint404011_brightness_updown_release, legacy.fz.tint404011_brightness_updown_hold], exposes: [e.action(['on', 'off', 'brightness_step_up', 'brightness_step_down', 'brightness_move_up', 'brightness_move_down', 'brightness_stop', 'color_temperature_move', 'color_move', 'scene_1', 'scene_2', 'scene_3', 'scene_4', 'scene_5', 'scene_6'])], toZigbee: [], }, { zigbeeModel: ['ZBT-DIMController-D0800'], model: '404002', description: 'Tint dim remote control', vendor: 'Müller Licht', fromZigbee: [fromZigbee_1.default.command_on, fromZigbee_1.default.command_off, fromZigbee_1.default.command_step, fromZigbee_1.default.command_move, fromZigbee_1.default.command_stop, fromZigbee_1.default.command_recall, fromZigbee_1.default.command_store], exposes: [e.action(['on', 'off', 'brightness_step_up', 'brightness_step_down', 'brightness_move_up', 'brightness_move_down', 'brightness_stop', 'recall_1', 'store_1'])], toZigbee: [], configure: async (device, coordinatorEndpoint) => { const endpoint = device.getEndpoint(1); await reporting.bind(endpoint, coordinatorEndpoint, ['genBasic', 'genOnOff', 'genLevelCtrl', 'genScenes']); }, }, { zigbeeModel: ['tint Smart Switch'], model: '404021', description: 'Tint smart switch', vendor: 'Müller Licht', extend: [(0, modernExtend_1.onOff)()], }, { fingerprint: [{ modelID: 'Remote Control', manufacturerName: 'MLI' }], zigbeeModel: ['tint-Remote-white'], model: '404022/404049C', description: 'Tint dim remote control', vendor: 'Müller Licht', fromZigbee: [fromZigbee_1.default.command_on, fromZigbee_1.default.command_off, fromZigbee_1.default.command_step, fromZigbee_1.default.command_move, fromZigbee_1.default.command_stop, fromZigbee_1.default.command_move_to_color_temp, fromZigbee_1.default.command_move_to_color, fromZigbee_1.default.tint_scene], exposes: [e.action(['on', 'off', 'brightness_step_up', 'brightness_step_down', 'brightness_move_up', 'brightness_move_down', 'brightness_stop', 'color_temperature_move', 'color_move', 'scene_1', 'scene_2', 'scene_3', 'scene_4', 'scene_5', 'scene_6'])], toZigbee: [], configure: async (device, coordinatorEndpoint) => { device.powerSource = 'Battery'; device.save(); }, whiteLabel: [{ vendor: 'Müller Licht', model: '404049D', description: 'Tint dim remote control', fingerprint: [{ modelID: 'Remote Control', manufacturerName: 'MLI' }] }], }, { zigbeeModel: ['tint-ColorTemperature', 'tint-ColorTemperature2'], model: '404037/404038', vendor: 'Müller Licht', description: 'CCT LED-bulb', extend: [mullerLichtLight({ colorTemp: { range: [153, 555] } })], }, { fingerprint: [{ // Identify through fingerprint as modelID is the same as Sunricher ZG192910-4 type: 'Router', manufacturerID: 4635, manufacturerName: 'MLI', modelID: 'CCT Lighting', powerSource: 'Mains (single phase)', endpoints: [ { ID: 1, profileID: 49246, deviceID: 544, inputClusters: [0, 3, 4, 5, 6, 8, 768, 2821, 4096], outputClusters: [25] }, { ID: 242, profileID: 41440, deviceID: 102, inputClusters: [33], outputClusters: [33] }, ], }], model: '404031', vendor: 'Müller Licht', description: 'Tint Armaro', extend: [mullerLichtLight({ colorTemp: { range: undefined } })], }, { fingerprint: [{ manufacturerName: 'MLI', modelID: 'Bulb white' }], model: '45727', vendor: 'Müller Licht', description: 'Tint Amela 42cm, white+ambiance (1800-6500K)', extend: [mullerLichtLight({ colorTemp: { range: [153, 555] } })], }, { fingerprint: [{ manufacturerName: 'MLI', modelID: 'Candle white+color' }], model: '45730', vendor: 'Müller Licht', description: 'Tint candle E14 white+color', extend: [mullerLichtLight({ colorTemp: { range: [153, 555] }, color: true })], }, { fingerprint: [{ manufacturerName: 'MLI', modelID: 'Bulb white+color' }], model: '45728', vendor: 'Müller Licht', description: 'Tint bulb E27 white+color', extend: [mullerLichtLight({ colorTemp: { range: [153, 555] }, color: true })], }, { fingerprint: [{ manufacturerName: 'MLI', modelID: 'GU10 white+color' }], model: '45723', vendor: 'Müller Licht', description: 'Tint spotlight GU10 white+color', extend: [mullerLichtLight({ colorTemp: { range: [153, 555] }, color: { modes: ['xy', 'hs'], enhancedHue: true } })], }, ]; exports.default = definitions; module.exports = definitions; //# sourceMappingURL=muller_licht.js.map