UNPKG

zigbee-herdsman-converters

Version:

Collection of device converters to be used with zigbee-herdsman

357 lines • 15.1 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 utils = __importStar(require("../lib/utils")); const modernExtend_1 = require("../lib/modernExtend"); const e = exposes.presets; const ea = exposes.access; const fzLocal = { LXN59_cover_options: { cluster: 'closuresWindowCovering', type: ['attributeReport', 'readResponse'], convert: (model, msg, publish, options, meta) => { const result = {}; if (msg.data.hasOwnProperty('tuyaMovingState')) { const value = msg.data['tuyaMovingState']; const movingLookup = { 0: 'DOWN', 1: 'UP', 2: 'STOP' }; result.moving = utils.getFromLookup(value, movingLookup); } return result; }, }, LXN59_cover_state_via_onoff: { cluster: 'genOnOff', type: ['attributeReport', 'readResponse'], convert: (model, msg, publish, options, meta) => { if (msg.data.hasOwnProperty('onOff')) { return { state: msg.data['onOff'] === 1 ? 'CLOSE' : 'OPEN' }; } }, }, }; const definitions = [ { zigbeeModel: ['LXN59-1S7LX1.0'], model: 'HGZB-01', vendor: 'Nue / 3A', description: 'Smart Zigbee 3.0 light controller', extend: [(0, modernExtend_1.onOff)({ powerOnBehavior: false }), (0, modernExtend_1.forcePowerSource)({ powerSource: 'Mains (single phase)' })], whiteLabel: [{ vendor: 'Zemismart', model: 'ZW-EU-01', description: 'Smart light relay - 1 gang' }, { vendor: 'Moes', model: 'ZK-CH-2U', description: 'Plug with 2 USB ports' }], }, { zigbeeModel: ['LXN59-2S7LX1.0'], model: 'LXN59-2S7LX1.0', vendor: 'Nue / 3A', description: 'Smart light relay - 2 gang', extend: [ (0, modernExtend_1.deviceEndpoints)({ endpoints: { 'left': 1, 'right': 2 } }), (0, modernExtend_1.onOff)({ endpointNames: ['left', 'right'] }), ], whiteLabel: [{ vendor: 'Zemismart', model: 'ZW-EU-02' }], }, { zigbeeModel: ['FTB56+ZSN15HG1.0'], model: 'HGZB-1S', vendor: 'Nue / 3A', description: 'Smart 1 key scene wall switch', toZigbee: [toZigbee_1.default.on_off], fromZigbee: [fromZigbee_1.default.command_recall, legacy.fz.scenes_recall_click, fromZigbee_1.default.ignore_power_report], exposes: [e.action(['recall_*']), e.switch()], }, { zigbeeModel: ['FTB56+ZSN16HG1.0'], model: 'HGZB-02S', vendor: 'Nue / 3A', description: 'Smart 2 key scene wall switch', toZigbee: [toZigbee_1.default.on_off], exposes: [e.action(['recall_*']), e.switch()], fromZigbee: [fromZigbee_1.default.command_recall, legacy.fz.scenes_recall_click, fromZigbee_1.default.ignore_power_report], }, { zigbeeModel: ['FB56+ZSN08KJ2.3', 'FEB56-ZSN26YS1.3'], model: 'HGZB-045', vendor: 'Nue / 3A', description: 'Smart 4 key scene wall switch', toZigbee: [toZigbee_1.default.on_off], fromZigbee: [fromZigbee_1.default.command_recall, legacy.fz.scenes_recall_click, fromZigbee_1.default.ignore_power_report], exposes: [e.action(['recall_*']), e.switch()], }, { zigbeeModel: ['LXN56-DC27LX1.1', 'LXN56-DS27LX1.1', 'LXN56-DS27LX1.3'], model: 'LXZB-02A', vendor: 'Nue / 3A', description: 'Smart light controller', extend: [(0, modernExtend_1.light)({ powerOnBehavior: false })], }, { zigbeeModel: ['FNB56-ZSW03LX2.0', 'LXN-3S27LX1.0'], model: 'HGZB-43', vendor: 'Nue / 3A', description: 'Smart light switch - 3 gang v2.0', extend: [ (0, modernExtend_1.deviceEndpoints)({ endpoints: { 'top': 1, 'center': 2, 'bottom': 3 } }), (0, modernExtend_1.onOff)({ endpointNames: ['top', 'center', 'bottom'] }), ], }, { zigbeeModel: ['LXN-4S27LX1.0'], model: 'HGZB-4S', vendor: 'Nue / 3A', description: 'Smart light switch - 4 gang v2.0', extend: [ (0, modernExtend_1.deviceEndpoints)({ endpoints: { 'l1': 1, 'l2': 2, 'l3': 3, 'l4': 4 } }), (0, modernExtend_1.onOff)({ endpointNames: ['l1', 'l2', 'l3', 'l4'] }), ], }, { zigbeeModel: ['FB56+ZSW1IKJ1.7', 'FB56+ZSW1IKJ2.5', 'FB56+ZSW1IKJ2.7'], model: 'HGZB-043', vendor: 'Nue / 3A', description: 'Smart light switch - 3 gang', extend: [ (0, modernExtend_1.deviceEndpoints)({ endpoints: { 'top': 16, 'center': 17, 'bottom': 18 } }), (0, modernExtend_1.onOff)({ endpointNames: ['top', 'center', 'bottom'] }), ], }, { zigbeeModel: ['FB56+ZSW1JKJ2.7'], model: 'HGZB-44', vendor: 'Nue / 3A', description: 'Smart light switch - 4 gang v2.0', extend: [ (0, modernExtend_1.deviceEndpoints)({ endpoints: { 'top_left': 16, 'top_right': 17, 'bottom_right': 18, 'bottom_left': 19 } }), (0, modernExtend_1.onOff)({ endpointNames: ['top_left', 'top_right', 'bottom_right', 'bottom_left'] }), ], }, { zigbeeModel: ['FB56+ZSC05HG1.0', 'FNB56-ZBW01LX1.2', 'LXN60-DS27LX1.3'], model: 'HGZB-04D / HGZB-4D-UK', vendor: 'Nue / 3A', description: 'Smart dimmer wall switch', extend: [(0, modernExtend_1.light)({ effect: false, configureReporting: true })], whiteLabel: [{ vendor: 'Sunricher', model: 'SR-ZG9001K8-DIM' }], }, { zigbeeModel: ['FB56+ZSW1HKJ1.7', 'FB56+ZSW1HKJ2.5', 'FB56+ZSW1HKJ2.7'], model: 'HGZB-042', vendor: 'Nue / 3A', description: 'Smart light switch - 2 gang', extend: [ (0, modernExtend_1.deviceEndpoints)({ endpoints: { 'top': 16, 'bottom': 17 } }), (0, modernExtend_1.onOff)({ endpointNames: ['top', 'bottom'] }), ], }, { fingerprint: [ { type: 'Router', manufacturerName: '3A Smart Home DE', modelID: 'LXN-2S27LX1.0', endpoints: [ { ID: 11, profileID: 49246, deviceID: 0, inputClusters: [0, 4, 3, 6, 5, 4096, 8], outputClusters: [25] }, { ID: 12, profileID: 49246, deviceID: 0, inputClusters: [0, 4, 3, 6, 5, 8], outputClusters: [25] }, ] }, ], zigbeeModel: ['FNB56-ZSW02LX2.0'], model: 'HGZB-42', vendor: 'Nue / 3A', description: 'Smart light switch - 2 gang v2.0', extend: [ (0, modernExtend_1.deviceEndpoints)({ endpoints: { 'top': 11, 'bottom': 12 } }), (0, modernExtend_1.onOff)({ endpointNames: ['top', 'bottom'], configureReporting: false }), ], configure: async (device, coordinatorEndpoint) => { // ConfigureReporting for onOff fails // https://github.com/Koenkk/zigbee2mqtt/issues/20867 await reporting.bind(device.getEndpoint(11), coordinatorEndpoint, ['genOnOff']); await reporting.bind(device.getEndpoint(12), coordinatorEndpoint, ['genOnOff']); }, }, { zigbeeModel: ['FNB56-SKT1JXN1.0'], model: 'HGZB-20A', vendor: 'Nue / 3A', description: 'Power plug', extend: [(0, modernExtend_1.onOff)()], }, { zigbeeModel: ['FB56+ZSW1GKJ2.5', 'LXN-1S27LX1.0', 'FB56+ZSW1GKJ2.7'], model: 'HGZB-41', vendor: 'Nue / 3A', description: 'Smart one gang wall switch', extend: [(0, modernExtend_1.onOff)()], }, { zigbeeModel: ['FNB56-SKT1DHG1.4'], model: 'MG-AUWS01', vendor: 'Nue / 3A', description: 'Smart Double GPO', extend: [ (0, modernExtend_1.deviceEndpoints)({ endpoints: { 'left': 11, 'right': 12 } }), (0, modernExtend_1.onOff)({ endpointNames: ['left', 'right'] }), ], }, { zigbeeModel: ['FNB56-ZCW25FB1.9'], model: 'XY12S-15', vendor: 'Nue / 3A', description: 'Smart light controller RGBW', extend: [(0, modernExtend_1.light)({ colorTemp: { range: undefined }, color: true })], }, { zigbeeModel: ['FNB56-ZSW23HG1.1', 'LXN56-LC27LX1.1', 'LXN56-LC27LX1.3'], model: 'HGZB-01A', vendor: 'Nue / 3A', description: 'Smart in-wall switch', extend: [(0, modernExtend_1.onOff)()], }, { zigbeeModel: ['FNB56-ZSC01LX1.2', 'FB56+ZSW05HG1.2', 'FB56+ZSC04HG1.0'], model: 'HGZB-02A', vendor: 'Nue / 3A', description: 'Smart light controller', extend: [(0, modernExtend_1.light)({ powerOnBehavior: false })], }, { zigbeeModel: ['FNB56-ZSW01LX2.0'], model: 'HGZB-42-UK / HGZB-41 / HGZB-41-UK', description: 'Smart switch 1 or 2 gang', vendor: 'Nue / 3A', extend: [(0, modernExtend_1.onOff)()], }, { zigbeeModel: ['FNB56-ZCW25FB1.6', 'FNB56-ZCW25FB2.1'], model: 'HGZB-06A', vendor: 'Nue / 3A', description: 'Smart 7W E27 light bulb', extend: [(0, modernExtend_1.light)({ colorTemp: { range: undefined }, color: true })], }, { zigbeeModel: ['LXN59-CS27LX1.0'], model: 'ZW-EU-4C', vendor: 'Nue / 3A', description: 'Zigbee smart curtain switch', fromZigbee: [fromZigbee_1.default.cover_position_tilt, fzLocal.LXN59_cover_state_via_onoff, fzLocal.LXN59_cover_options], toZigbee: [toZigbee_1.default.cover_state, toZigbee_1.default.cover_position_tilt], meta: { disableDefaultResponse: true }, exposes: [e.cover_position(), e.enum('moving', ea.STATE, ['UP', 'STOP', 'DOWN'])], configure: async (device, coordinatorEndpoint) => { const endpoint1 = device.getEndpoint(1); await reporting.bind(endpoint1, coordinatorEndpoint, ['genOnOff']); await reporting.onOff(endpoint1); await reporting.bind(endpoint1, coordinatorEndpoint, ['closuresWindowCovering']); await reporting.currentPositionLiftPercentage(endpoint1); device.powerSource = 'Mains (single phase)'; device.save(); }, }, { zigbeeModel: ['LXX60-CS27LX1.0'], model: 'ZW-EC-01', vendor: 'Nue / 3A', description: 'Zigbee smart curtain switch', extend: [(0, modernExtend_1.onOff)(), (0, modernExtend_1.forcePowerSource)({ powerSource: 'Mains (single phase)' })], }, { zigbeeModel: ['LXN56-0S27LX1.1', 'LXN56-0S27LX1.3'], model: 'HGZB-20-UK', vendor: 'Nue / 3A', description: 'Power plug', extend: [(0, modernExtend_1.onOff)()], }, { zigbeeModel: ['NUET56-DL27LX1.2'], model: 'HGZB-DLC4-N12B', vendor: 'Nue / 3A', description: 'RGB LED downlight', extend: [(0, modernExtend_1.light)({ colorTemp: { range: undefined }, color: true })], }, { zigbeeModel: ['FB56-WTS04HM1.1'], model: 'HGZB-14A', vendor: 'Nue / 3A', description: 'Water leakage sensor', fromZigbee: [fromZigbee_1.default.ias_water_leak_alarm_1, fromZigbee_1.default.battery], toZigbee: [], exposes: [e.water_leak(), e.battery_low(), e.tamper(), e.battery()], }, { zigbeeModel: ['FNB56-DOS07FB3.1'], model: 'HGZB-13A', vendor: 'Nue / 3A', description: 'Door/window sensor', fromZigbee: [fromZigbee_1.default.ias_contact_alarm_1], toZigbee: [], exposes: [e.contact(), e.battery_low(), e.tamper()], }, { zigbeeModel: ['LXT56-LS27LX1.4', 'LXT56-LS27LX1.7'], model: '3A12S-15', vendor: 'Nue / 3A', description: 'Smart Zigbee 3.0 strip light controller', extend: [(0, modernExtend_1.light)({ colorTemp: { range: undefined }, color: true })], }, { zigbeeModel: ['LXN60-LS27-Z30', 'FEB56-ZCW2CLX1.0'], model: 'WL-SD001-9W', vendor: 'Nue / 3A', description: '9W RGB LED downlight', extend: [(0, modernExtend_1.light)({ colorTemp: { range: [153, 370] }, color: true })], }, { fingerprint: [ { type: 'Router', manufacturerName: '3A Smart Home DE', modelID: 'LXN-2S27LX1.0', endpoints: [ { ID: 1, profileID: 49246, deviceID: 0, inputClusters: [0, 4, 3, 6, 5, 4096, 8], outputClusters: [0] }, { ID: 2, profileID: 49246, deviceID: 0, inputClusters: [0, 4, 3, 6, 5, 4096, 8], outputClusters: [0] }, ] }, ], model: 'NUE-AUWZO2', vendor: 'Nue / 3A', description: 'Smart Zigbee double power point', extend: [ (0, modernExtend_1.deviceEndpoints)({ endpoints: { 'left': 1, 'right': 2 } }), (0, modernExtend_1.onOff)({ endpointNames: ['left', 'right'] }), ], }, { zigbeeModel: ['LXN56-1S27LX1.2', 'LXX60-FN27LX1.0'], model: 'NUE-ZBFLB', vendor: 'Nue / 3A', description: 'Smart fan light switch', extend: [ (0, modernExtend_1.deviceEndpoints)({ endpoints: { 'button_light': 1, 'button_fan_high': 2, 'button_fan_med': 3, 'button_fan_low': 4 } }), (0, modernExtend_1.onOff)({ endpointNames: ['button_light', 'button_fan_high', 'button_fan_med', 'button_fan_low'] }), (0, modernExtend_1.forcePowerSource)({ powerSource: 'Mains (single phase)' }), ], }, ]; exports.default = definitions; module.exports = definitions; //# sourceMappingURL=nue_3a.js.map