zigbee-herdsman-converters
Version:
Collection of device converters to be used with zigbee-herdsman
1,430 lines (1,429 loc) • 155 kB
JavaScript
"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 fz = __importStar(require("../converters/fromZigbee"));
const tz = __importStar(require("../converters/toZigbee"));
const exposes = __importStar(require("../lib/exposes"));
const m = __importStar(require("../lib/modernExtend"));
const philips = __importStar(require("../lib/philips"));
const reporting = __importStar(require("../lib/reporting"));
const e = exposes.presets;
const ea = exposes.access;
exports.definitions = [
{
zigbeeModel: ["929002297503"],
model: "929002297503",
vendor: "Philips",
description: "Hue White Ambiance E17 40W",
extend: [philips.m.light({ colorTemp: { range: [153, 454] }, color: true })],
},
{
zigbeeModel: ["929003598001"],
model: "929003598001",
vendor: "Philips",
description: "Hue White & Color Ambiance Surimu square panel 30x30",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["929003597601"],
model: "929003597601",
vendor: "Philips",
description: "Hue white ambiance Aurelle square panel light",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["LCU001"],
model: "8719514491229",
vendor: "Philips",
description: "Hue White and Color Ambiance E14",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["LTV006"],
model: "929003596101",
vendor: "Philips",
description: "Hue Filament Edison bulb ST64 550lm E26",
extend: [philips.m.light({ colorTemp: { range: [222, 454] } })],
},
{
zigbeeModel: ["SOC001"],
model: "9290035639",
vendor: "Philips",
description: "Hue Secure contact sensor",
fromZigbee: [fz.battery, philips.fz.philips_contact],
toZigbee: [],
exposes: [e.battery(), e.contact()],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(2);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg"]);
await reporting.bind(endpoint, coordinatorEndpoint, ["genOnOff"]);
await reporting.batteryPercentageRemaining(endpoint);
},
},
{
zigbeeModel: ["LLM010", "LLM012"],
model: "8718696126523",
vendor: "Philips",
description: "Hue Phoenix ceiling light",
extend: [philips.m.light({ colorTemp: { range: [154, 455] }, color: true })],
},
{
zigbeeModel: ["LWA023"],
model: "9290030516",
vendor: "Philips",
description: "Hue filament standard A60/E27 Bluetooth",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LWF005"],
model: "9290002269A",
vendor: "Philips",
description: "Philips Hue A60 bulb with on/off control",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LTA013"],
model: "929003596001",
vendor: "Philips",
description: "Hue filament A60 550lm E26",
extend: [philips.m.light({ colorTemp: { range: [222, 454] } })],
},
{
zigbeeModel: ["LWV006"],
model: "9290030518",
vendor: "Philips",
description: "Philips filament E26 bulb",
extend: [philips.m.light({ hueEffect: true })],
},
{
zigbeeModel: ["LWO005"],
model: "9290030519",
vendor: "Philips",
description: "Hue white G93 E27 filament globe",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LWO006"],
model: "9290030520",
vendor: "Philips",
description: "Hue white filament globe G25",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LWO007"],
model: "9290030521",
vendor: "Philips",
description: "Hue white G125 B22 LED bulb filament giant globe",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LEDtube T8 5FT V2.0"],
model: "LP_CF_7904008_EU",
vendor: "Philips",
description: "MasterConnect LEDtube EM/mains T8",
extend: [philips.m.light()],
},
{
zigbeeModel: ["MWM001"],
model: "13190230",
vendor: "Philips",
description: "Hue white dimmer 1-10V",
extend: [philips.m.light()],
},
{
zigbeeModel: ["929003055801"],
model: "929003055801",
vendor: "Philips",
description: "Hue white ambiance bathroom ceiling light Adore with Bluetooth",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["LCZ001", "LCZ002"],
model: "8719514419278",
vendor: "Philips",
description: "Hue Ellipse E27 smart bulb",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["929003056701"],
model: "929003056701",
vendor: "Philips",
description: "Hue white ambiance Adore ceiling light",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["929003045301_01", "929003045301_02", "929003045301_03"],
model: "929003045301",
vendor: "Philips",
description: "Hue White and Color Ambiance GU10 (Centura)",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["929003808501_01", "929003808501_02", "929003808501_03"],
model: "929003808501",
vendor: "Philips",
description: "Centris Hue 2-spot white",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: { modes: ["xy", "hs"], enhancedHue: true } })],
},
{
zigbeeModel: ["929003809501_01", "929003809501_02", "929003809501_03"],
model: "929003809501",
vendor: "Philips",
description: "Hue White and Color Ambiance GU10 (Centura)",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["929003045201_01", "929003045201_02", "929003045201_03"],
model: "929003045201",
vendor: "Philips",
description: "Hue White and Color Ambiance GU10 (Centura round white)",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["929003047401"],
model: "929003047401",
vendor: "Philips",
description: "Hue White and Color Ambiance GU10 (Centura)",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["929003056901"],
model: "929003056901",
vendor: "Philips",
description: "Hue Struana 27W",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["LWA018", "LWA028"],
model: "9290024693",
vendor: "Philips",
description: "Hue white A60 bulb B22 1055lm with Bluetooth",
extend: [philips.m.light()],
},
{
zigbeeModel: ["929003045401"],
model: "929003045401",
vendor: "Philips",
description: "Hue Centura recessed spotlight white and color ambiance GU10 (black)",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["929003045501_01", "929003045501_02", "929003045501_03"],
model: "929003045501",
vendor: "Philips",
description: "Hue Centura recessed spotlight white and color ambiance GU10 (black)",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["929003047601"],
model: "929003047601",
vendor: "Philips",
description: "Hue White and Color Ambiance GU10 (Centura)",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["929003047501"],
model: "929003047501",
vendor: "Philips",
description: "Centura recessed spotlight",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["915005996401", "915005996501"],
model: "915005996401",
vendor: "Philips",
description: "Hue white ambiance ceiling light Enrave S with Bluetooth",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["915005996701", "929003574301"],
model: "915005996701",
vendor: "Philips",
description: "Hue white ambiance ceiling black Enrave M with Bluetooth",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["929003531502"],
model: "929003531502",
vendor: "Philips",
description: "Hue white ambiance ceiling white Enrave M with Bluetooth",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["915005996601"],
model: "915005996601",
vendor: "Philips",
description: "Hue white ambiance ceiling white Enrave M with Bluetooth",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["915005996801", "915005996901", "929003574401", "929003531602"],
model: "915005996901",
vendor: "Philips",
description: "Hue white ambiance ceiling light Enrave L with Bluetooth",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["915005997001", "915005997101"],
model: "915005997001",
vendor: "Philips",
description: "Hue white ambiance ceiling light Enrave XL with Bluetooth",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["915005997601"],
model: "915005997601",
vendor: "Philips",
description: "Hue Devere M white ambiance white & dimmer",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["915005997701"],
model: "915005997701",
vendor: "Philips",
description: "Hue Devere L white ambiance white & dimmer",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["929003054001"],
model: "929003054001",
vendor: "Philips",
description: "Hue Wellness table lamp",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["4076131P6"],
model: "4076131P6",
vendor: "Philips",
description: "Hue white ambiance suspension Cher with bluetooth 3000lm",
extend: [philips.m.light({ colorTemp: { range: [153, 500] } })],
},
{
zigbeeModel: ["4076130P6"],
model: "4076130P6",
vendor: "Philips",
description: "Hue white ambiance suspension Cher with bluetooth 3000lm",
extend: [philips.m.light({ colorTemp: { range: [153, 500] } })],
},
{
zigbeeModel: ["929003054301"],
model: "929003054301",
vendor: "Philips",
description: "Hue White Ambiance Cher Pendant",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["929003054201"],
model: "929003054201",
vendor: "Philips",
description: "Hue White Ambiance Cher Pendant",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["5063131P7"],
model: "5063131P7",
vendor: "Philips",
description: "Hue Bluetooth white & color ambiance spot Fugato white (1 spots)",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["5633031P9"],
model: "5633031P9",
vendor: "Philips",
description: "Hue White ambiance Pillar spotlight",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["929003046001", "929003045801"],
model: "5309031P8",
vendor: "Philips",
description: "Hue White ambiance Runner spot white (1 spot)",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["929002376301"],
model: "929002376301",
vendor: "Philips",
description: "Hue Iris rose limited edition (generation 4) ",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["929002401201"],
model: "929002401201",
vendor: "Philips",
description: "Hue Iris copper special edition (generation 4) ",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["929002376803"],
model: "929002376803",
vendor: "Philips",
description: "Hue Iris copper special edition (generation 4)",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["929003536001"],
model: "929003536001",
vendor: "Philips",
description: "Hue Iris copper special edition (generation 4)",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["929002401001"],
model: "929002401001",
vendor: "Philips",
description: "Hue Iris gold special edition (generation 4)",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["929002376901"],
model: "929002376901",
vendor: "Philips",
description: "Hue Iris white",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["5063130P7"],
model: "5063130P7",
vendor: "Philips",
description: "Hue Bluetooth white & color ambiance spot Fugato black (1 spots)",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["3418931P6"],
model: "3418931P6",
vendor: "Philips",
description: "Hue white ambiance Struana bathroom ceiling with bluetooth 2400lm",
extend: [philips.m.light({ colorTemp: { range: [153, 500] } })],
},
{
zigbeeModel: ["LWU001"],
model: "9290024406",
vendor: "Philips",
description: "Hue P45 light bulb",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LTC002"],
model: "4034031P7",
vendor: "Philips",
description: "Hue Fair",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["4034031P6"],
model: "4034031P6",
vendor: "Philips",
description: "Hue Fair with Bluetooth",
extend: [philips.m.light({ colorTemp: { range: undefined } })],
},
{
zigbeeModel: ["4034030P6"],
model: "4034030P6",
vendor: "Philips",
description: "Hue Fair with Bluetooth",
extend: [philips.m.light({ colorTemp: { range: undefined } })],
},
{
zigbeeModel: ["LCD009"],
model: "8720169264151",
vendor: "Philips",
description: "Hue Slim recessed light S 90mm black",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: { modes: ["xy", "hs"], enhancedHue: true } })],
},
{
zigbeeModel: ["LWO003"],
model: "8719514279131",
vendor: "Philips",
description: "Hue white E27 LED bulb filament giant globe",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LWO004"],
model: "8719514279155",
vendor: "Philips",
description: "Hue white G125 B22 LED bulb filament giant globe",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LTD011"],
model: "5110131H5",
vendor: "Philips",
description: "Garnea downlight",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["LTD021"],
model: "9290035842",
vendor: "Philips",
description: "Garnea downlight",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["LTD012"],
model: "5111531H5",
vendor: "Philips",
description: "Garnea downlight",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["LWA010"],
model: "929002335001",
vendor: "Philips",
description: "Hue white A21 bulb B22 with Bluetooth (1600 Lumen)",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LTC012"],
model: "3306431P7",
vendor: "Philips",
description: "Hue Struana",
extend: [philips.m.light({ colorTemp: { range: undefined } })],
},
{
zigbeeModel: ["1746130P7"],
model: "1746130P7",
vendor: "Philips",
description: "Hue Attract",
extend: [philips.m.light({ colorTemp: { range: undefined }, color: true })],
},
{
zigbeeModel: ["1745630P7"],
model: "1745630P7",
vendor: "Philips",
description: "Hue Nyro",
extend: [philips.m.light({ colorTemp: { range: undefined }, color: true })],
},
{
zigbeeModel: ["1745530P7"],
model: "1745530P7",
vendor: "Philips",
description: "Hue Nyro",
extend: [philips.m.light({ colorTemp: { range: undefined }, color: true })],
},
{
zigbeeModel: ["LDT001"],
model: "5900131C5",
vendor: "Philips",
description: "Hue Aphelion downlight",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["LLC012", "LLC011", "LLC013"],
model: "7299760PH",
vendor: "Philips",
description: "Hue Bloom",
extend: [philips.m.light({ color: true })],
},
{
zigbeeModel: ["929002375901"],
model: "929002375901",
vendor: "Philips",
description: "Hue Bloom with Bluetooth (White) - EU/UK",
extend: [philips.m.light({ colorTemp: { range: undefined }, color: true })],
},
{
zigbeeModel: ["929002376501"],
model: "929002376501",
vendor: "Philips",
description: "Hue Bloom Gen4 with Bluetooth (White) - US",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["929002376001"],
model: "929002376001",
vendor: "Philips",
description: "Hue Bloom with Bluetooth (Black)",
extend: [philips.m.light({ colorTemp: { range: undefined }, color: true })],
},
{
zigbeeModel: ["LCP001", "LCP002", "4090331P9_01", "4090331P9_02", "929003053301_01", "929003053301_02"],
model: "4090331P9",
vendor: "Philips",
description: "Hue Ensis (white)",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["4090330P9_01", "4090330P9_02", "929003052501_01", "929003052501_02", "929003785001_01", "929003785001_02"],
model: "4090330P9",
vendor: "Philips",
description: "Hue Ensis (black)",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["929003055901", "929003055901_01", "929003055901_02", "929003055901_03"],
model: "929003055901",
vendor: "Philips",
description: "Hue white ambiance bathroom ceiling light Adore with Bluetooth",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["7602031N6"],
model: "7602031N6",
vendor: "Philips",
description: "Hue Go portable light",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["929003128501"],
model: "929003128501",
vendor: "Philips",
description: "Hue Go portable table lamp black",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["929003128701"],
model: "929003128701",
vendor: "Philips",
description: "Hue Go portable table lamp black",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["929003521501"],
model: "929003521501",
vendor: "Philips",
description: "Hue Go portable table lamp black",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["929003521701"],
model: "929003521701",
vendor: "Philips",
description: "Hue Go portable table lamp black",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["7602031K6"],
model: "7602031K6",
vendor: "Philips",
description: "Hue Go portable light",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["LLC020"],
model: "7146060PH",
vendor: "Philips",
description: "Hue Go",
extend: [philips.m.light({ colorTemp: { range: undefined }, color: true })],
},
{
zigbeeModel: ["LWA005"],
model: "9290022411",
vendor: "Philips",
description: "Hue white single filament bulb A19 E26 with Bluetooth",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LWE001"],
model: "929002039801",
vendor: "Philips",
description: "Hue white E12 with Bluetooth",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LTE001"],
model: "9290022943",
vendor: "Philips",
description: "Hue white E12",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["LTE004"],
model: "9290031451",
vendor: "Philips",
description: "Hue white ambiance filament E12 with Bluetooth",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["LWA007"],
model: "929002277501",
vendor: "Philips",
description: "Hue white A19 bulb E26 with Bluetooth",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LWA008"],
model: "9290023351",
vendor: "Philips",
description: "Hue white A21 bulb E26 with Bluetooth (1600 Lumen)",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LWA009"],
model: "9290023349",
vendor: "Philips",
description: "Hue white A67 bulb E26 with Bluetooth (1600 Lumen)",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LWA030"],
model: "9290023351B",
vendor: "Philips",
description: "Hue white A21 bulb E26 with Bluetooth (1600 Lumen)",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LWA031"],
model: "8719514343320",
vendor: "Philips",
description: "Hue white A67 bulb E26 with Bluetooth (1600 Lumen)",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LCT026", "7602031P7", "7602031U7", "7602031PU", "7602031J6", "915005822501"],
model: "7602031P7",
vendor: "Philips",
description: "Hue Go with Bluetooth",
extend: [philips.m.light({ colorTemp: { range: undefined }, color: true })],
},
{
zigbeeModel: ["LCF002", "LCF001"],
model: "8718696167991",
vendor: "Philips",
description: "Hue Calla outdoor",
extend: [philips.m.light({ colorTemp: { range: undefined }, color: true })],
},
{
zigbeeModel: ["LCF005"],
model: "8718696170557",
vendor: "Philips",
description: "Hue Calla outdoor",
extend: [philips.m.light({ colorTemp: { range: undefined }, color: true })],
},
{
zigbeeModel: ["1742030P7"],
model: "1742030P7",
vendor: "Philips",
description: "Hue Calla outdoor",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["929003098601"],
model: "929003098601",
vendor: "Philips",
description: "Hue Calla outdoor Pedestal",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["1742330P7"],
model: "1742330P7",
vendor: "Philips",
description: "Hue Calla outdoor",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["1743730P7"],
model: "1743730P7",
vendor: "Philips",
description: "Hue Calla outdoor",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["1741930V7"],
model: "1741930V7",
vendor: "Philips",
description: "Hue Calla outdoor",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["1744130P7"],
model: "1744130P7",
vendor: "Philips",
description: "Hue Econic outdoor Pedestal",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["1744230P7"],
model: "1744230P7",
vendor: "Philips",
description: "Hue Econic outdoor post light",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["1745730V7"],
model: "1745730V7",
vendor: "Philips",
description: "Hue Econic outdoor Pedestal",
extend: [philips.m.light({ colorTemp: { range: undefined }, color: true })],
},
{
zigbeeModel: ["1743830V7"],
model: "1743830V7",
vendor: "Philips",
description: "Hue Econic outdoor wall lamp",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["1743830P7"],
model: "1743830P7",
vendor: "Philips",
description: "Hue Econic outdoor wall lamp",
extend: [philips.m.light({ colorTemp: { range: undefined }, color: true })],
},
{
zigbeeModel: ["1743130P7"],
model: "1743130P7",
vendor: "Philips",
description: "Hue Impress outdoor Pedestal",
extend: [philips.m.light({ colorTemp: { range: undefined }, color: true })],
},
{
zigbeeModel: ["1743430P7", "1745430A7"],
model: "1743430P7",
vendor: "Philips",
description: "Hue Impress outdoor Pedestal",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["929003802101"],
model: "929003802101",
vendor: "Philips",
description: "Hue Impress outdoor Pedestal",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: { modes: ["xy", "hs"], enhancedHue: true } })],
},
{
zigbeeModel: ["1740193P0"],
model: "1740193P0",
vendor: "Philips",
description: "Hue White Lucca wall light",
extend: [philips.m.light()],
},
{
zigbeeModel: ["929003089301"],
model: "929003089301",
vendor: "Philips",
description: "Hue White and Color Ambiance Lucca wall light",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["1740293P0"],
model: "1740293P0",
vendor: "Philips",
description: "Hue Lucca Pedestal",
extend: [philips.m.light()],
},
{
zigbeeModel: ["1740393P0"],
model: "1740393P0",
vendor: "Philips",
description: "Hue White Lucca",
extend: [philips.m.light()],
},
{
zigbeeModel: ["1746630V7"],
model: "1746630V7",
vendor: "Philips",
description: "Amarant linear outdoor light",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["LCC001"],
model: "4090531P7",
vendor: "Philips",
description: "Hue Flourish white and color ambiance ceiling light",
extend: [philips.m.light({ colorTemp: { range: undefined }, color: true })],
},
{
zigbeeModel: ["4090531P9", "929003053601", "929003053501"],
model: "4090531P9",
vendor: "Philips",
description: "Hue Flourish white and color ambiance ceiling light with Bluetooth",
extend: [philips.m.light({ colorTemp: { range: undefined }, color: true })],
},
{
zigbeeModel: ["4090431P9"],
model: "4090431P9",
vendor: "Philips",
description: "Hue Flourish white and color ambiance table light with Bluetooth",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["929003052601"],
model: "929003052601",
vendor: "Philips",
description: "Hue Flourish white and color ambiance table light with Bluetooth",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["LWU002"],
model: "9290024406A",
vendor: "Philips",
description: "Hue P45 light bulb",
extend: [philips.m.light()],
},
{
zigbeeModel: ["915005987801"],
model: "915005987801",
vendor: "Philips",
description: "Hue white and color ambiance gradient Signe floor lamp (black)",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true, gradient: true })],
},
{
zigbeeModel: ["LTU001"],
model: "8719514491106",
vendor: "Philips",
description: "Hue white ambiance E14",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["929003053401"],
model: "929003053401",
vendor: "Philips",
description: "Hue Flourish white and color ambiance table light with Bluetooth",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["915005988401"],
model: "915005988401",
vendor: "Philips",
description: "Hue Gradient light tube compact black",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true, gradient: true })],
},
{
zigbeeModel: ["915005988001"],
model: "915005988001",
vendor: "Philips",
description: "Hue Gradient light tube compact black",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true, gradient: true })],
},
{
zigbeeModel: ["LCG002", "929003047701", "929003526202_01", "929003526202_02", "929003526202_03", "929003526101"],
model: "929001953101",
vendor: "Philips",
description: "Hue White and Color Ambiance GU10",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["LCG003"],
model: "9290035753",
vendor: "Philips",
description: "Hue White and Color Ambiance GU5.3",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["LCG005"],
model: "929003575501",
vendor: "Philips",
description: "Hue White and Color Ambiance GU5.3/MR16",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["LWA003", "LWW002", "LWA025"],
model: "9290022268",
vendor: "Philips",
description: "Hue White A19 bulb with Bluetooth",
extend: [philips.m.light({ hueEffect: true })],
},
{
zigbeeModel: ["LWO002"],
model: "9290022415",
vendor: "Philips",
description: "Hue White G25 E26 Edison Filament Globe Bluetooth",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LWA004"],
model: "8718699688820",
vendor: "Philips",
description: "Hue Filament Standard A60/E27 bluetooth",
extend: [philips.m.light({ hueEffect: true })],
},
{
zigbeeModel: ["LWA021"],
model: "9290030514",
vendor: "Philips",
description: "Hue Filament Standard A60/E27 bluetooth",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LCB001"],
model: "548727",
vendor: "Philips",
description: "Hue White and Color Ambiance BR30 with bluetooth",
extend: [philips.m.light({ colorTemp: { range: undefined }, color: true })],
},
{
zigbeeModel: ["LCB002"],
model: "046677577957",
vendor: "Philips",
description: "Hue White and Color Ambiance BR30 with bluetooth",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["LWB004"],
model: "433714",
vendor: "Philips",
description: "Hue Lux A19 bulb E27",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LWB006", "LWB014", "LWB019"],
model: "9290011370",
vendor: "Philips",
description: "Hue white A60 bulb E27/B22",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LDD001"],
model: "8718696153055",
vendor: "Philips",
description: "Hue white table light",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LDD002"],
model: "8718696153062",
vendor: "Philips",
description: "Hue Muscari floor light",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LWA001"],
model: "8718699673147",
vendor: "Philips",
description: "Hue white A60 bulb E27 bluetooth",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LWW003", "LWF003"],
model: "9290018216",
vendor: "Philips",
description: "Hue white A60 bulb E27 bluetooth",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LWA011"],
model: "929001821618",
vendor: "Philips",
description: "Hue white A60 bulb E27 bluetooth",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LWA024"],
model: "9290018216A",
vendor: "Philips",
description: "Hue white A60 bulb E27 806lm bluetooth",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LWA012"],
model: "9290018217",
vendor: "Philips",
description: "Hue white A60 bulb B22 bluetooth",
extend: [philips.m.light()],
},
{
zigbeeModel: ["929003047001"],
model: "929003047001",
vendor: "Philips",
description: "Hue White ambiance Milliskin (round)",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["LWA017"],
model: "929002469202",
vendor: "Philips",
description: "Hue white A60 bulb E27 1050lm with Bluetooth",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LWA002"],
model: "9290018215",
vendor: "Philips",
description: "Hue white A19 bulb E26 bluetooth",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LTA001", "4080130P6", "4300631P6"],
model: "9290022169",
vendor: "Philips",
description: "Hue white ambiance E27 with Bluetooth",
extend: [philips.m.light({ colorTemp: { range: undefined } })],
},
{
zigbeeModel: ["LTA004"],
model: "8719514328242",
vendor: "Philips",
description: "Hue white ambiance E27 800lm with Bluetooth",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["LTA009"],
model: "9290024684",
vendor: "Philips",
description: "Hue white ambiance E27 1100lm with Bluetooth",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["LTA010"],
model: "9290024683",
vendor: "Philips",
description: "Hue white ambiance A19 1100lm with Bluetooth",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["LTA011"],
model: "929002471901",
vendor: "Philips",
description: "Hue white ambiance E27 1600lm with Bluetooth",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["LTA012"],
model: "929002335105",
vendor: "Philips",
description: "Hue white ambiance E26 1600lm with Bluetooth",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["LTA008"],
model: "9290022267A",
vendor: "Philips",
description: "Hue white ambiance E27 with Bluetooth",
extend: [philips.m.light({ colorTemp: { range: [153, 434] } })],
},
{
zigbeeModel: ["LCP003"],
model: "4090631P7",
vendor: "Philips",
description: "Hue Flourish white and color ambiance pendant light",
extend: [philips.m.light({ colorTemp: { range: undefined }, color: true })],
},
{
zigbeeModel: ["4090631P9"],
model: "4090631P9",
vendor: "Philips",
description: "Hue Flourish white and color ambiance pendant light",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["LWB010"],
model: "8718696449691",
vendor: "Philips",
description: "Hue White A60 Single bulb E27/B22",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LWG001"],
model: "9290018195",
vendor: "Philips",
description: "Hue white GU10",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LWG003"],
model: "9290019536",
vendor: "Philips",
description: "Hue white GU10",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LWG004"],
model: "LWG004",
vendor: "Philips",
description: "Hue white GU10 bluetooth",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LWG005"],
model: "929003666901",
vendor: "Philips",
description: "Hue white GU10 bluetooth",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LWG006"],
model: "929003667001",
vendor: "Philips",
description: "Hue white GU10 bluetooth",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LWO001"],
model: "8718699688882",
vendor: "Philips",
description: "Hue white Filament bulb G93 E27 bluetooth",
extend: [philips.m.light({ hueEffect: true })],
},
{
zigbeeModel: ["LST001"],
model: "7299355PH",
vendor: "Philips",
description: "Hue white and color ambiance LightStrip",
extend: [philips.m.light({ color: true })],
},
{
zigbeeModel: ["LST002"],
model: "915005106701",
vendor: "Philips",
description: "Hue white and color ambiance LightStrip plus",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["LST003", "LST004"],
model: "9290018187B",
vendor: "Philips",
description: "Hue white and color ambiance LightStrip outdoor",
extend: [philips.m.light({ colorTemp: { range: undefined }, color: true })],
},
{
zigbeeModel: ["LCL001", "LCL006", "LCL007"],
model: "8718699703424",
vendor: "Philips",
description: "Hue white and color ambiance LightStrip plus",
extend: [philips.m.light({ colorTemp: { range: undefined }, color: true })],
},
{
zigbeeModel: ["LCO001"],
model: "8719514419155",
vendor: "Philips",
description: "Hue G95 smart lamp E27",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: { modes: ["xy", "hs"], enhancedHue: true } })],
},
{
zigbeeModel: ["LCL008"],
model: "929003816901",
vendor: "Philips",
description: "Philips Hue indoor 10 Ft smart LED solo lightstrip",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: { modes: ["xy", "hs"], enhancedHue: true } })],
},
{
zigbeeModel: ["LCL002"],
model: "9290022890",
vendor: "Philips",
description: "Hue white and color ambiance LightStrip outdoor 2m",
extend: [philips.m.light({ colorTemp: { range: undefined }, color: true })],
},
{
zigbeeModel: ["LWF004"],
model: "8719514329843",
vendor: "Philips",
description: "Hue A60 - E27 smart bulb - 800 lumen",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LCW004"],
model: "046677585235",
vendor: "Philips",
description: "Hue Dymera indoor and outdoor wall light",
extend: [
m.deviceEndpoints({ endpoints: { top: 11, bottom: 12 } }),
philips.m.light({ colorTemp: { range: [153, 500] }, color: true, endpointNames: ["top", "bottom"] }),
],
},
{
zigbeeModel: ["LCA001", "LCA002", "LCA003"],
model: "9290022166",
vendor: "Philips",
description: "Hue white and color ambiance E26/E27",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
endpoint: (device) => {
return { default: 11 };
},
},
{
zigbeeModel: ["LCA004"],
model: "9290024896",
vendor: "Philips",
description: "Hue white and color ambiance E27",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["LCA006"],
model: "9290024688",
vendor: "Philips",
description: "Hue white and color ambiance E27 1100lm",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["LCA008"],
model: "929002471601",
vendor: "Philips",
description: "Hue white and color ambiance E26/E27 1600lm",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["LCA009"],
model: "9290024717",
vendor: "Philips",
description: "Hue white and color ambiance E26/A19 1600lm",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["LCT001", "LCT007", "LCT010", "LCT012", "LCT014", "LCT015", "LCT016", "LCT021"],
model: "9290012573A",
vendor: "Philips",
description: "Hue white and color ambiance E26/E27/E14",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["1743930P7", "1744030P7", "1744030V7", "1743930V7"],
model: "1743930P7",
vendor: "Philips",
description: "Hue Outdoor Econic wall lantern",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["929003053001"],
model: "929003053001",
vendor: "Philips",
description: "Hue Sana wall light (white)",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["929003052901"],
model: "929003052901",
vendor: "Philips",
description: "Hue Sana wall light (black)",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["LCE001"],
model: "929002294101",
vendor: "Philips",
description: "Hue White and Color Ambiance E12 with bluetooth",
extend: [philips.m.light({ colorTemp: { range: undefined }, color: true })],
},
{
zigbeeModel: ["LCE002"],
model: "929002294203",
vendor: "Philips",
description: "Hue White and Color Ambiance E14 with bluetooth",
extend: [philips.m.light({ colorTemp: { range: undefined }, color: true })],
},
{
zigbeeModel: ["LCT002", "LCT011"],
model: "9290002579A",
vendor: "Philips",
description: "Hue white and color ambiance BR30",
extend: [philips.m.light({ colorTemp: { range: undefined }, color: true })],
},
{
zigbeeModel: ["LWB022"],
model: "9290018194",
vendor: "Philips",
description: "Hue white BR30",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LCT003"],
model: "8718696485880",
vendor: "Philips",
description: "Hue white and color ambiance GU10",
extend: [philips.m.light({ colorTemp: { range: undefined }, color: true })],
},
{
zigbeeModel: ["LCT024", "440400982841", "440400982842", "440400982843", "PCM002"],
model: "915005733701",
vendor: "Philips",
description: "Hue White and color ambiance Play Lightbar",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
},
{
zigbeeModel: ["915005988501"],
model: "915005988501",
vendor: "Philips",
description: "Play gradient light tube large",
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true, gradient: true })],
},
{
zigbeeModel: ["LTW011", "LTB002"],
model: "464800",
vendor: "Philips",
description: "Hue white ambiance BR30 flood light",
extend: [philips.m.light({ colorTemp: { range: undefined } })],
},
{
zigbeeModel: ["LTW012"],
model: "8718696695203",
vendor: "Philips",
description: "Hue white ambiance E14",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["LTE002"],
model: "9290022944",
vendor: "Philips",
description: "Hue white ambiance E14 (with Bluetooth)",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["LWE002"],
model: "9290020399",
vendor: "Philips",
description: "Hue white E14",
extend: [philips.m.light()],
},
{
zigbeeModel: ["LTW013"],
model: "8718696598283",
vendor: "Philips",
description: "Hue white ambiance GU10",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["LTG002"],
model: "929001953301",
vendor: "Philips",
description: "Hue white ambiance GU10 with Bluetooth",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["LTG005"],
model: "929003666701",
vendor: "Philips",
description: "Hue white ambiance GU10 with Bluetooth",
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["LTD005"],
model: "5995111U5",
vendor: "Philips",
description: 'Hue white ambiance 5/6" retrofit recessed downlight',
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["LTD008"],
model: "929003123801",
vendor: "Philips",
description: 'Hue white ambiance 6" downlight',
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
},
{
zigbeeModel: ["LTG001"],
model: "9290019534",
vendor: "Philips",