UNPKG

zigbee-herdsman-converters

Version:

Collection of device converters to be used with zigbee-herdsman

221 lines • 8.88 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 fz = __importStar(require("../converters/fromZigbee")); const tz = __importStar(require("../converters/toZigbee")); const adurosmart = __importStar(require("../lib/adurosmart")); const exposes = __importStar(require("../lib/exposes")); const m = __importStar(require("../lib/modernExtend")); const reporting = __importStar(require("../lib/reporting")); const e = exposes.presets; const ea = exposes.access; exports.definitions = [ { zigbeeModel: ["ADUROLIGHT_CSC"], model: "15090054", vendor: "AduroSmart", description: "Remote scene controller", fromZigbee: [fz.battery, fz.command_toggle, fz.command_recall], toZigbee: [], exposes: [e.battery(), e.action(["toggle", "recall_253", "recall_254", "recall_255"])], }, { zigbeeModel: ["AD-SmartPlug3001"], model: "81848", vendor: "AduroSmart", description: "ERIA smart plug (with power measurements)", fromZigbee: [fz.on_off, fz.electrical_measurement], toZigbee: [tz.on_off], exposes: [e.switch(), e.power(), e.current(), e.voltage()], configure: async (device, coordinatorEndpoint) => { const endpoint = device.getEndpoint(1); await reporting.bind(endpoint, coordinatorEndpoint, ["genOnOff", "haElectricalMeasurement"]); await reporting.onOff(endpoint); await reporting.readEletricalMeasurementMultiplierDivisors(endpoint); await reporting.rmsVoltage(endpoint); await reporting.rmsCurrent(endpoint); await reporting.activePower(endpoint); }, }, { zigbeeModel: ["ZLL-ExtendedColo", "ZLL-ExtendedColor"], model: "81809/81813", vendor: "AduroSmart", description: "ERIA colors and white shades smart light bulb A19/BR30", extend: [m.light({ colorTemp: { range: undefined }, color: { applyRedFix: true } })], endpoint: (device) => { return { default: 2 }; }, }, { zigbeeModel: ["AD-RGBW3001"], model: "81809FBA", vendor: "AduroSmart", description: "ERIA colors and white shades smart light bulb A19/BR30", extend: [m.light({ colorTemp: { range: [153, 500] }, color: { modes: ["xy", "hs"], applyRedFix: true } })], }, { zigbeeModel: ["AD-E14RGBW3001"], model: "81895", vendor: "AduroSmart", description: "ERIA E14 Candle Color", extend: [m.light({ colorTemp: { range: [153, 500] }, color: true })], }, { zigbeeModel: ["AD-DimmableLight3001"], model: "81810", vendor: "AduroSmart", description: "Zigbee Aduro Eria B22 bulb - warm white", extend: [m.light()], }, { zigbeeModel: ["Adurolight_NCC"], model: "81825", vendor: "AduroSmart", description: "ERIA smart wireless dimming switch", fromZigbee: [fz.command_on, fz.command_off, fz.command_step], exposes: [e.action(["on", "off", "up", "down"])], toZigbee: [], configure: async (device, coordinatorEndpoint) => { const endpoint = device.getEndpoint(1); await reporting.bind(endpoint, coordinatorEndpoint, ["genOnOff", "genLevelCtrl"]); }, }, { zigbeeModel: ["AD-Dimmer"], model: "81849", vendor: "AduroSmart", description: "ERIA built-in multi dimmer module 300W", extend: [m.light({ configureReporting: true })], }, { zigbeeModel: ["BDP3001"], model: "81855", vendor: "AduroSmart", description: "ERIA smart plug (dimmer)", extend: [m.light({ configureReporting: true })], }, { zigbeeModel: ["BPU3"], model: "BPU3", vendor: "AduroSmart", description: "ERIA smart plug", extend: [m.onOff()], }, { zigbeeModel: ["Extended Color LED Strip V1.0"], model: "81863", vendor: "AduroSmart", description: "Eria color LED strip", extend: [m.light({ colorTemp: { range: [153, 500] }, color: { modes: ["xy", "hs"], applyRedFix: true } })], }, { zigbeeModel: ["AD-81812", "AD-ColorTemperature3001"], model: "81812/81814", vendor: "AduroSmart", description: "Eria tunable white A19/BR30 smart bulb", extend: [m.light({ colorTemp: { range: [153, 500] }, color: { modes: ["xy", "hs"] } })], }, { zigbeeModel: ["ONOFFRELAY"], model: "81898", vendor: "AduroSmart", description: "AduroSmart on/off relay", extend: [m.onOff({ powerOnBehavior: false })], }, { zigbeeModel: ["AD-BR3RGBW3001"], model: "81813-V2", vendor: "AduroSmart", description: "BR30 light bulb", extend: [m.light({ colorTemp: { range: [153, 500] }, color: { modes: ["xy", "hs"], enhancedHue: true } })], }, { fingerprint: [{ modelID: "Smart Siren", manufacturerName: "AduroSmart Eria" }], model: "81868", vendor: "AduroSmart", description: "Siren", fromZigbee: [fz.battery, fz.ias_wd, fz.ias_enroll, fz.ias_siren], toZigbee: [tz.warning_simple, tz.ias_max_duration, tz.warning], configure: async (device, coordinatorEndpoint) => { const endpoint = device.getEndpoint(1); await reporting.bind(endpoint, coordinatorEndpoint, ["genBasic", "ssIasZone", "ssIasWd"]); await endpoint.read("ssIasZone", ["zoneState", "iasCieAddr", "zoneId"]); await endpoint.read("ssIasWd", ["maxDuration"]); }, exposes: [ e.tamper(), e.warning(), e.numeric("max_duration", ea.ALL).withUnit("s").withValueMin(0).withValueMax(600).withDescription("Duration of Siren"), e.binary("alarm", ea.SET, "ON", "OFF").withDescription("Manual start of siren"), ], }, { zigbeeModel: ["AD-CTW123001"], model: "AD-CTW123001", vendor: "AduroSmart", description: "ERIA smart light bubl A19", extend: [m.light({ colorTemp: { range: [153, 500] } })], }, { fingerprint: [{ modelID: "ONOFF_METER_RELAY", manufacturerName: "AduroSmart ERIA" }], model: "81998", vendor: "AduroSmart", description: "ERIA built-in on/off relay (with power measurements)", extend: [m.onOff(), m.electricityMeter({ cluster: "electrical" })], }, { zigbeeModel: ["DimmerM3002"], model: "81949", vendor: "AduroSmart", description: "ERIA built-in dimmer module (with power measurements)", extend: [ m.light({ configureReporting: true }), m.electricityMeter({ cluster: "electrical" }), adurosmart.extend.dimmerLoadControlMode(), adurosmart.extend.dimmerSwitchMode(), adurosmart.extend.dimmerInvertSwitch(), adurosmart.extend.dimmerSceneActivation(), adurosmart.extend.dimmerS1DoubleClickScene(), adurosmart.extend.dimmerS2DoubleClickScene(), adurosmart.extend.dimmerMinBrightnessLevel(), adurosmart.extend.dimmerMaxBrightnessLevel(), adurosmart.extend.dimmerManualDimmingStepSize(), adurosmart.extend.dimmerManualDimmingTime(), ], }, ]; //# sourceMappingURL=adurosmart.js.map