zigbee-herdsman-converters
Version:
Collection of device converters to be used with zigbee-herdsman
4,179 lines • 184 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;
};
})();
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.definitions = void 0;
const node_assert_1 = __importDefault(require("node:assert"));
const zigbee_herdsman_1 = require("zigbee-herdsman");
const fz = __importStar(require("../converters/fromZigbee"));
const tz = __importStar(require("../converters/toZigbee"));
const constants = __importStar(require("../lib/constants"));
const exposes = __importStar(require("../lib/exposes"));
const heiman_1 = require("../lib/heiman");
const m = __importStar(require("../lib/modernExtend"));
const reporting = __importStar(require("../lib/reporting"));
const globalStore = __importStar(require("../lib/store"));
const tuya = __importStar(require("../lib/tuya"));
const utils = __importStar(require("../lib/utils"));
const e = exposes.presets;
const ea = exposes.access;
const defaultResponseOptions = { disableDefaultResponse: false };
const iasWarningMode = { stop: 0, burglar: 1, fire: 2, emergency: 3, police_panic: 4, fire_panic: 5, emergency_panic: 6 };
const languageLookup = { english: 0, german: 1, french: 2, italian: 3, spanish: 4 };
const roomLookup = {
no_location: 0,
attic: 1,
basement: 2,
bedroom: 3,
child_room: 4,
den: 5,
dining_room: 6,
entryway: 7,
family_room: 8,
guest_bedroom: 9,
hallway: 10,
kitchen: 11,
living_room: 12,
master_bedroom: 13,
office: 14,
utility_room: 15,
other_room: 16,
};
const floorLookup = { no_floor: 0, ground_floor: 1, first_floor: 2, second_floor: 3, third_floor: 4, fourth_floor: 5 };
const voiceLookup = {
unset: 0,
boot_ready: 1,
test_intro: 2,
smoke_warning: 3,
smoke_silenced: 4,
co_warning: 5,
co_silenced: 6,
smoke_cannot_be_silenced: 7,
co_cannot_be_silenced: 8,
low_battery: 9,
smoke_sensor_malfunction: 10,
co_sensor_open_circuit: 11,
co_sensor_short_circuit: 12,
end_of_life: 13,
room_selection_instructions: 14,
floor_selection_instructions: 15,
room_saved: 16,
floor_saved: 17,
no_room_saved: 18,
no_floor_saved: 19,
language_change: 20,
selected: 21,
evacuate: 22,
count_five: 23,
count_four: 24,
count_three: 25,
count_two: 26,
count_one: 27,
communication_mode_matter: 28,
communication_mode_zigbee: 29,
network_joined: 30,
network_join_failed: 31,
language_set: 32,
};
const lightEffectNames = [
"solid",
"blink",
"breathe",
"wipe",
"wipe_random",
"random_colors",
"sweep",
"dynamic",
"colorloop",
"rainbow",
"scan",
"dual_scan",
"fade",
"theater",
"theater_rainbow",
"running",
"saw",
"twinkle",
"dissolve",
"dissolve_random",
"sparkle",
"dark_sparkle",
"sparkle_plus",
"strobe",
"strobe_rainbow",
"mega_strobe",
"blink_rainbow",
"android",
"chase",
"chase_random",
"chase_rainbow",
"chase_flash",
"chase_flash_random",
"rainbow_runner",
"colorful",
"traffic_light",
"sweep_random",
"running_2",
"aurora",
"stream",
"scanner",
"comet",
"fireworks",
"rain",
"tetrix",
"fire_flicker",
"gradient",
"loading",
"rolling_balls",
"fairy",
"two_dots",
"fairy_twinkle",
"running_dual",
"image",
"tricolor_chase",
"tricolor_wipe",
"tricolor_fade",
"lightning",
"icu",
"multi_comet",
"dual_scanner",
"random_chase",
"oscillate",
"pride_2015",
"juggle",
"palette",
"fire_2012",
"colorwaves",
"bpm",
"fill_noise",
"noise_1",
"noise_2",
"noise_3",
"noise_4",
"color_twinkle",
"lake",
"meteor",
"copy",
"railway",
"ripple",
"twinklefox",
"twinklecat",
"halloween_eyes",
"static_pattern",
"tri_static_pattern",
"spots",
"spots_fade",
"glitter",
"candle",
"starburst",
"exploding_fireworks",
"bouncing_balls",
"sinelon",
"sinelon_dual",
"sinelon_rainbow",
"popcorn",
"drip",
"plasma",
"percent",
"ripple_rainbow",
"heartbeat",
"pacifica",
"candle_multi",
"solid_glitter",
"sunrise",
"phased",
"twinkleup",
"noisepal",
"sinewave",
"phased_noise",
"flow",
"chunchun",
"dancing_shadows",
"washing_machine",
"2d_plasma_rotozoom",
"blends",
"tv_simulator",
"dynamic_smooth",
"2d_spaceships",
"2d_crazy_bees",
"2d_ghost_rider",
"2d_blobs",
"2d_scroll_text",
"2d_drift_rose",
"2d_distortion_waves",
"2d_soap",
"2d_octopus",
"2d_waving_cell",
"pixels",
"pixelwave",
"juggles",
"matripix",
"gravimeter",
"plasmoid",
"puddles",
"midnoise",
"noisemeter",
"freqwave",
"freqmatrix",
"2d_geq",
"waterfall",
"freqpixels",
"binmap",
"noisefire",
"puddlepeak",
"noisemove",
"2d_noise",
"perlinmove",
"ripplepeak",
"2d_firenoise",
"2d_squared_swirl",
"pacman",
"2d_dna",
"2d_matrix",
"2d_metaballs",
"freqmap",
"gravcenter",
"gravcentric",
"gravfreq",
"dj_light",
"2d_funky_plank",
"shimmer",
"2d_pulser",
"blurz",
"2d_drift",
"2d_waverly",
"2d_sun_radiation",
"2d_colored_bursts",
"2d_julia",
"reserved_169",
"reserved_170",
"reserved_171",
"2d_game_of_life",
"2d_tartan",
"2d_polar_lights",
"2d_swirl",
"2d_lissajous",
"2d_frizzles",
"2d_plasma_ball",
"flow_stripe",
"2d_hiphotic",
"2d_sin_dots",
"2d_dna_spiral",
"2d_black_hole",
"wavesins",
"rocktaves",
"2d_akemi",
"particle_volcano",
"particle_fire",
"particle_fireworks",
"particle_vortex",
"particle_perlin",
"particle_pit",
"particle_box",
"particle_attractor",
"particle_impact",
"particle_waterfall",
"particle_spray",
"particles_geq",
"particle_center_geq",
"particle_ghost_rider",
"particle_blobs",
"ps_drip",
"ps_pinball",
"ps_dancing_shadows",
"ps_fireworks_1d",
"ps_sparkler",
"ps_hourglass",
"ps_1d_spray",
"ps_balance",
"ps_chase",
"ps_starburst",
"ps_1d_geq",
"ps_fire_1d",
"ps_1d_sonic_stream",
"ps_1d_sonic_boom",
"ps_1d_springy",
"particle_galaxy",
"color_clouds",
"slow_transition",
];
const lightEffectLookup = Object.fromEntries(lightEffectNames.map((name, index) => [name, index]));
const heimanExtend = {
heimanClusterRadar: () => m.deviceAddCustomCluster("heimanClusterRadar", {
name: "heimanClusterRadar",
ID: 0xfc8b,
manufacturerCode: zigbee_herdsman_1.Zcl.ManufacturerCode.HEIMAN_TECHNOLOGY_CO_LTD,
attributes: {
enableIndicator: { name: "enableIndicator", ID: 0xf001, type: zigbee_herdsman_1.Zcl.DataType.UINT8, write: true }, // 0: off, 1: enable
sensitivity: { name: "sensitivity", ID: 0xf002, type: zigbee_herdsman_1.Zcl.DataType.UINT8, write: true },
enableSubRegionIsolation: { name: "enableSubRegionIsolation", ID: 0xf006, type: zigbee_herdsman_1.Zcl.DataType.UINT8, write: true },
installationMethod: { name: "installationMethod", ID: 0xf007, type: zigbee_herdsman_1.Zcl.DataType.UINT8, write: true },
cellMountedTable: { name: "cellMountedTable", ID: 0xf008, type: zigbee_herdsman_1.Zcl.DataType.OCTET_STR, write: true }, // string
wallMountedTable: { name: "wallMountedTable", ID: 0xf009, type: zigbee_herdsman_1.Zcl.DataType.OCTET_STR, write: true }, // string
subRegionIsolationTable: { name: "subRegionIsolationTable", ID: 0xf00a, type: zigbee_herdsman_1.Zcl.DataType.OCTET_STR, write: true }, // string
},
commands: {},
commandsResponse: {},
}),
heimanClusterSpecial: () => m.deviceAddCustomCluster("heimanClusterSpecial", {
name: "heimanClusterSpecial",
ID: 0xfc90,
manufacturerCode: zigbee_herdsman_1.Zcl.ManufacturerCode.HEIMAN_TECHNOLOGY_CO_LTD,
attributes: {
// Sensor 0x0000~0x0FFF
sensorPreheatingState: { name: "sensorPreheatingState", ID: 0x0000, type: zigbee_herdsman_1.Zcl.DataType.ENUM8, write: true },
sensorSelfCheckState: { name: "sensorSelfCheckState", ID: 0x0001, type: zigbee_herdsman_1.Zcl.DataType.ENUM8, write: true },
sensorFaultState: { name: "sensorFaultState", ID: 0x0002, type: zigbee_herdsman_1.Zcl.DataType.UINT16, write: true },
sensorPollutionLevel: { name: "sensorPollutionLevel", ID: 0x0003, type: zigbee_herdsman_1.Zcl.DataType.UINT8, write: true },
sensorSensitivityLevel: { name: "sensorSensitivityLevel", ID: 0x0004, type: zigbee_herdsman_1.Zcl.DataType.UINT8, write: true },
sensorPrealarmThreshold: { name: "sensorPrealarmThreshold", ID: 0x0005, type: zigbee_herdsman_1.Zcl.DataType.ENUM8, write: true },
sensorLifeState: { name: "sensorLifeState", ID: 0x0006, type: zigbee_herdsman_1.Zcl.DataType.ENUM8, write: true },
sensorLifeTime: { name: "sensorLifeTime", ID: 0x0007, type: zigbee_herdsman_1.Zcl.DataType.UINT16, write: true },
deviceMuteControl: { name: "deviceMuteControl", ID: 0x0008, type: zigbee_herdsman_1.Zcl.DataType.UINT8, write: true },
deviceMuteState: { name: "deviceMuteState", ID: 0x0009, type: zigbee_herdsman_1.Zcl.DataType.BITMAP16, write: true },
deviceCascadeControlEnable: { name: "deviceCascadeControlEnable", ID: 0x000a, type: zigbee_herdsman_1.Zcl.DataType.BITMAP8, write: true },
deviceSoundToneType: { name: "deviceSoundToneType", ID: 0x000b, type: zigbee_herdsman_1.Zcl.DataType.ENUM8, write: true },
deviceSoundControl: { name: "deviceSoundControl", ID: 0x000c, type: zigbee_herdsman_1.Zcl.DataType.ARRAY, write: true },
deviceBlinkControl: { name: "deviceBlinkControl", ID: 0x000d, type: zigbee_herdsman_1.Zcl.DataType.ARRAY, write: true },
smokeAdValue: { name: "smokeAdValue", ID: 0x000e, type: zigbee_herdsman_1.Zcl.DataType.UINT16, write: true },
smokeAlarmType: { name: "smokeAlarmType", ID: 0x000f, type: zigbee_herdsman_1.Zcl.DataType.ENUM8, write: true },
smokeWaterMistState: { name: "smokeWaterMistState", ID: 0x0010, type: zigbee_herdsman_1.Zcl.DataType.ENUM8, write: true },
smokeSensorData: { name: "smokeSensorData", ID: 0x0011, type: zigbee_herdsman_1.Zcl.DataType.ARRAY, write: true },
deviceCascadeState: { name: "deviceCascadeState", ID: 0x0012, type: zigbee_herdsman_1.Zcl.DataType.ENUM8, write: true },
sensorPrealarmState: { name: "sensorPrealarmState", ID: 0x0013, type: zigbee_herdsman_1.Zcl.DataType.ENUM8, write: true },
smokeConcentrationLevel: { name: "smokeConcentrationLevel", ID: 0x0016, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
smokeChamberContaminationLevel: { name: "smokeChamberContaminationLevel", ID: 0x0017, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
smokeConcentationUnit: { name: "smokeConcentationUnit", ID: 0x0018, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
emergencyStateControl: { name: "emergencyStateControl", ID: 0x001c, type: zigbee_herdsman_1.Zcl.DataType.UINT8, write: true },
sensorSamplingPeriod: { name: "sensorSamplingPeriod", ID: 0x001d, type: zigbee_herdsman_1.Zcl.DataType.UINT16, write: true },
occupanySensorWorkMode: { name: "occupanySensorWorkMode", ID: 0x001e, type: zigbee_herdsman_1.Zcl.DataType.BITMAP8, write: true },
occupiedToOccupiedInterval: { name: "occupiedToOccupiedInterval", ID: 0x001f, type: zigbee_herdsman_1.Zcl.DataType.UINT16, write: true },
occupiedToOccupiedDuration: { name: "occupiedToOccupiedDuration", ID: 0x0020, type: zigbee_herdsman_1.Zcl.DataType.UINT16, write: true },
radarConfigParamOfSection1: { name: "radarConfigParamOfSection1", ID: 0x0021, type: zigbee_herdsman_1.Zcl.DataType.OCTET_STR, write: true },
radarConfigParamOfSection2: { name: "radarConfigParamOfSection2", ID: 0x0022, type: zigbee_herdsman_1.Zcl.DataType.OCTET_STR, write: true },
radarConfigParamOfSection3: { name: "radarConfigParamOfSection3", ID: 0x0023, type: zigbee_herdsman_1.Zcl.DataType.OCTET_STR, write: true },
radarConfigParamOfSection4: { name: "radarConfigParamOfSection4", ID: 0x0024, type: zigbee_herdsman_1.Zcl.DataType.OCTET_STR, write: true },
radarMicroThresholdParam: { name: "radarMicroThresholdParam", ID: 0x0025, type: zigbee_herdsman_1.Zcl.DataType.OCTET_STR, write: true },
radarPersenceThresholdParam: { name: "radarPersenceThresholdParam", ID: 0x0026, type: zigbee_herdsman_1.Zcl.DataType.OCTET_STR, write: true },
radarLearningControl: { name: "radarLearningControl", ID: 0x0027, type: zigbee_herdsman_1.Zcl.DataType.UINT16, write: true },
radarLearningState: { name: "radarLearningState", ID: 0x0028, type: zigbee_herdsman_1.Zcl.DataType.ENUM8 },
radarDetectionTargetRange: { name: "radarDetectionTargetRange", ID: 0x0029, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
radarDetectionMinRange: { name: "radarDetectionMinRange", ID: 0x002b, type: zigbee_herdsman_1.Zcl.DataType.UINT16, write: true },
radarDetectionMaxRange: { name: "radarDetectionMaxRange", ID: 0x002c, type: zigbee_herdsman_1.Zcl.DataType.UINT16, write: true },
shieldingSensorDetection: { name: "shieldingSensorDetection", ID: 0x002d, type: zigbee_herdsman_1.Zcl.DataType.UINT16, write: true },
dewPoint: { name: "dewPoint", ID: 0x0033, type: zigbee_herdsman_1.Zcl.DataType.INT16 },
vpd: { name: "vpd", ID: 0x0034, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
thi: { name: "thi", ID: 0x0035, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
heatIndex: { name: "heatIndex", ID: 0x0036, type: zigbee_herdsman_1.Zcl.DataType.INT16 },
soundVolume: { name: "soundVolume", ID: 0x0047, type: zigbee_herdsman_1.Zcl.DataType.UINT8, write: true },
// Light/Switch 0x1000~0x1FFF
indicatorLightControl: { name: "indicatorLightControl", ID: 0x1000, type: zigbee_herdsman_1.Zcl.DataType.BITMAP8, write: true },
indicatorLightNotDisturbStartTime: { name: "indicatorLightNotDisturbStartTime", ID: 0x1001, type: zigbee_herdsman_1.Zcl.DataType.UINT16, write: true },
indicatorLightNotDisturbEndTime: { name: "indicatorLightNotDisturbEndTime", ID: 0x1002, type: zigbee_herdsman_1.Zcl.DataType.UINT16, write: true },
indicatorLightNotDisturbEnable: { name: "indicatorLightNotDisturbEnable", ID: 0x1003, type: zigbee_herdsman_1.Zcl.DataType.UINT8, write: true },
indicatorLightLevelControlOf1: { name: "indicatorLightLevelControlOf1", ID: 0x1004, type: zigbee_herdsman_1.Zcl.DataType.UINT8, write: true },
indicatorLightLevelControlOf2: { name: "indicatorLightLevelControlOf2", ID: 0x1005, type: zigbee_herdsman_1.Zcl.DataType.UINT8, write: true },
indicatorLightLevelControlOf3: { name: "indicatorLightLevelControlOf3", ID: 0x1006, type: zigbee_herdsman_1.Zcl.DataType.UINT8, write: true },
interconnectable: { name: "interconnectable", ID: 0x1007, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
indicatorLightOnOff: { name: "indicatorLightOnOff", ID: 0x1008, type: zigbee_herdsman_1.Zcl.DataType.UINT8, write: true },
remoteSelfTest: { name: "remoteSelfTest", ID: 0x1009, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
fixedRoomName: { name: "fixedRoomName", ID: 0x100b, type: zigbee_herdsman_1.Zcl.DataType.ENUM8, write: true },
language: { name: "language", ID: 0x100c, type: zigbee_herdsman_1.Zcl.DataType.ENUM8, write: true },
floors: { name: "floors", ID: 0x100e, type: zigbee_herdsman_1.Zcl.DataType.ENUM8, write: true },
fixedVoices: { name: "fixedVoices", ID: 0x100f, type: zigbee_herdsman_1.Zcl.DataType.ENUM8, write: true },
temperatureOffset: { name: "temperatureOffset", ID: 0x100d, type: zigbee_herdsman_1.Zcl.DataType.INT16, write: true },
switchType: { name: "switchType", ID: 0x1010, type: zigbee_herdsman_1.Zcl.DataType.ENUM8, write: true },
humidityOffset: { name: "humidityOffset", ID: 0x1012, type: zigbee_herdsman_1.Zcl.DataType.INT16, write: true },
rebootedCount: { name: "rebootedCount", ID: 0x0019, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
rejoinedCount: { name: "rejoinedCount", ID: 0x001a, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
reportedPackages: { name: "reportedPackages", ID: 0x001b, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
illuminanceThreshold: { name: "illuminanceThreshold", ID: 0x002a, type: zigbee_herdsman_1.Zcl.DataType.UINT16, write: true },
mcuSoftwareVersion: { name: "mcuSoftwareVersion", ID: 0x0030, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
// wifi classes
wifiSsid: { name: "wifiSsid", ID: 0x2000, type: zigbee_herdsman_1.Zcl.DataType.CHAR_STR, write: true },
wifiPassword: { name: "wifiPassword", ID: 0x2001, type: zigbee_herdsman_1.Zcl.DataType.CHAR_STR, write: true },
wifiSsidCandidate: { name: "wifiSsidCandidate", ID: 0x2002, type: zigbee_herdsman_1.Zcl.DataType.CHAR_STR, write: true },
wifiPasswordCandidate: { name: "wifiPasswordCandidate", ID: 0x2003, type: zigbee_herdsman_1.Zcl.DataType.CHAR_STR, write: true },
pictureQuantity: { name: "pictureQuantity", ID: 0x2004, type: zigbee_herdsman_1.Zcl.DataType.UINT8, write: true },
pictureQuality: { name: "pictureQuality", ID: 0x2005, type: zigbee_herdsman_1.Zcl.DataType.UINT8, write: true },
serverAddress: { name: "serverAddress", ID: 0x2006, type: zigbee_herdsman_1.Zcl.DataType.CHAR_STR },
serverAddressCandidae: { name: "serverAddressCandidae", ID: 0x2007, type: zigbee_herdsman_1.Zcl.DataType.CHAR_STR },
serverPort: { name: "serverPort", ID: 0x2008, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
authToken: { name: "authToken", ID: 0x2009, type: zigbee_herdsman_1.Zcl.DataType.CHAR_STR },
zoneCaptureMode: { name: "zoneCaptureMode", ID: 0x200a, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
sensorArmed: { name: "sensorArmed", ID: 0x200b, type: zigbee_herdsman_1.Zcl.DataType.UINT8, write: true },
wifiStatus: { name: "wifiStatus", ID: 0x200c, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
wifiCandidateStatus: { name: "wifiCandidateStatus", ID: 0x200d, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
wifiRssi: { name: "wifiRssi", ID: 0x200e, type: zigbee_herdsman_1.Zcl.DataType.INT8, write: true },
serverStatus: { name: "serverStatus", ID: 0x200f, type: zigbee_herdsman_1.Zcl.DataType.INT8 },
serverCandidateStatus: { name: "serverCandidateStatus", ID: 0x2010, type: zigbee_herdsman_1.Zcl.DataType.INT8 },
cameraReady: { name: "cameraReady", ID: 0x2013, type: zigbee_herdsman_1.Zcl.DataType.INT8 },
flashLightBrightness: { name: "flashLightBrightness", ID: 0x2012, type: zigbee_herdsman_1.Zcl.DataType.INT8 },
cameraMode: { name: "cameraMode", ID: 0x2014, type: zigbee_herdsman_1.Zcl.DataType.INT8 },
// light effects
lightEffect: { name: "lightEffect", ID: 0x2020, type: zigbee_herdsman_1.Zcl.DataType.ENUM8, write: true },
lightSpeed: { name: "lightSpeed", ID: 0x2021, type: zigbee_herdsman_1.Zcl.DataType.UINT8, write: true },
lightIntensity: { name: "lightIntensity", ID: 0x2022, type: zigbee_herdsman_1.Zcl.DataType.UINT8, write: true },
lightPalette: { name: "lightPalette", ID: 0x2023, type: zigbee_herdsman_1.Zcl.DataType.ENUM8, write: true },
lightCustom1: { name: "lightCustom1", ID: 0x2024, type: zigbee_herdsman_1.Zcl.DataType.UINT8, write: true },
lightCustom2: { name: "lightCustom2", ID: 0x2025, type: zigbee_herdsman_1.Zcl.DataType.UINT8, write: true },
lightCustom3: { name: "lightCustom3", ID: 0x2026, type: zigbee_herdsman_1.Zcl.DataType.UINT8, write: true },
lightOptions: { name: "lightOptions", ID: 0x2027, type: zigbee_herdsman_1.Zcl.DataType.BITMAP8, write: true },
lightEffectCount: { name: "lightEffectCount", ID: 0x2028, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
lightPixelCount: { name: "lightPixelCount", ID: 0x2029, type: zigbee_herdsman_1.Zcl.DataType.UINT16, write: true },
},
commands: {
cameraActiveTrigger: {
ID: 0x01,
name: "cameraActiveTrigger",
parameters: [],
},
cameraTestTrigger: {
ID: 0x02,
name: "cameraTestTrigger",
parameters: [],
},
},
commandsResponse: {},
}),
heimanClusterIasZone: () => m.deviceAddCustomCluster("ssIasZone", {
name: "ssIasZone",
ID: zigbee_herdsman_1.Zcl.Clusters.ssIasZone.ID,
attributes: {},
commands: {
initiateTestMode: {
name: "initiateTestMode",
ID: 0x02,
parameters: [
{ name: "testModeDuration", type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
{ name: "sensitivityLevel", type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
],
},
},
commandsResponse: {},
}),
// ModernExtend define
heimanClusterRadarActiveIndicatorExtend: () => {
const clusterName = "heimanClusterRadar";
const exposes = utils.exposeEndpoints(e.binary("enable_indicator", ea.ALL, true, false).withDescription("active green indicator"));
const fromZigbee = [
{
cluster: clusterName,
type: ["attributeReport", "readResponse"],
convert: (model, msg, publish, options, meta) => {
if (msg.data.enableIndicator === undefined) {
return;
}
const state = !!msg.data["enableIndicator"];
return { enable_indicator: state };
},
},
];
const toZigbee = [
{
key: ["enable_indicator"],
convertGet: async (entity, key, meta) => {
await entity.read(clusterName, ["enableIndicator"], defaultResponseOptions);
},
convertSet: async (entity, key, value, meta) => {
// const state = (value as Record<string, unknown>) || {};
const state = value ? 1 : 0;
await entity.write(clusterName, { enableIndicator: state }, defaultResponseOptions);
},
},
];
return { exposes: exposes, fromZigbee, toZigbee, isModernExtend: true };
},
heimanClusterRadarSubRegionEnableExtend: () => {
const clusterName = "heimanClusterRadar";
const exposes = utils.exposeEndpoints(e.binary("enable_sub_region_isolation", ea.ALL, true, false).withDescription("active green indicator"));
const fromZigbee = [
{
cluster: clusterName,
type: ["attributeReport", "readResponse"],
convert: (model, msg, publish, options, meta) => {
if (msg.data.enableSubRegionIsolation === undefined) {
return;
}
const state = !!msg.data["enableSubRegionIsolation"];
return { enable_sub_region_isolation: state };
},
},
];
const toZigbee = [
{
key: ["enable_sub_region_isolation"],
convertGet: async (entity, key, meta) => {
await entity.read(clusterName, ["enableSubRegionIsolation"], defaultResponseOptions);
},
convertSet: async (entity, key, value, meta) => {
const state = value ? 1 : 0;
await entity.write(clusterName, { enableSubRegionIsolation: state }, defaultResponseOptions);
},
},
];
return {
exposes: exposes,
fromZigbee,
toZigbee,
isModernExtend: true,
};
},
heimanClusterRadarSensitivityExtend: () => {
const clusterName = "heimanClusterRadar";
const exposes = utils.exposeEndpoints(e
.numeric("sensitivity", ea.ALL)
.withUnit("%")
.withValueMin(0)
.withValueMax(100)
.withDescription("Sensitivity of the radar sensor in range of 0 ~ 100%"));
const fromZigbee = [
{
cluster: clusterName,
type: ["attributeReport", "readResponse"],
convert: (model, msg, publish, options, meta) => {
let attrData = null;
if (msg.data.sensitivity === undefined) {
return;
}
attrData = msg.data["sensitivity"];
return { sensitivity: attrData };
},
},
];
const toZigbee = [
{
key: ["sensitivity"],
convertGet: async (entity, key, meta) => {
await entity.read(clusterName, ["sensitivity"], defaultResponseOptions);
},
convertSet: async (entity, key, value, meta) => {
const state = Number(value);
await entity.write(clusterName, { sensitivity: state }, defaultResponseOptions);
},
},
];
return {
exposes: exposes,
fromZigbee,
toZigbee,
isModernExtend: true,
};
},
heimanClusterRadarCellMountedTableExtend: () => {
const clusterName = "heimanClusterRadar";
const exposes = utils.exposeEndpoints(e
.text("cell_mounted_table", ea.ALL)
.withDescription("Ceiling installation area coordinate table. Format: 'X1,X2,Y1,Y2,height'. Value range: -2000≤X1≤0, 0≤X2≤2000 -2500≤Y1≤0, 0≤Y2≤2500 2300≤height≤3000 Unit:mm"));
const fromZigbee = [
{
cluster: clusterName,
type: ["attributeReport", "readResponse"],
convert: (model, msg, publish, options, meta) => {
const result = {};
const value = msg.data["cellMountedTable"];
if (Buffer.isBuffer(value) && value.length >= 5) {
if (value.length !== 10) {
throw new Error(`Invalid cell_mounted_table data length: expected 10 bytes, got ${value.length}.`);
}
const coordinates = [
value.readInt16LE(0), // x1
value.readInt16LE(2), // y1
value.readInt16LE(4), // x2
value.readInt16LE(6), // y2
value.readInt16LE(8), // height
];
result.cell_mounted_table = coordinates.join(",");
}
return result;
},
},
];
const toZigbee = [
{
key: ["cell_mounted_table"],
convertGet: async (entity, key, meta) => {
await entity.read(clusterName, ["cellMountedTable"], defaultResponseOptions);
},
convertSet: async (entity, key, value, meta) => {
if (key === "cell_mounted_table" && value !== "") {
const coordinates = value.split(",").map((v) => Number.parseInt(v, 10));
if (coordinates.length !== 5) {
throw new Error("cell_mounted_table must be a string with 5 comma-separated values (e.g., '-2000,2000,-2500,2500,2300')");
}
// Range check
if (coordinates[0] < -2000 ||
coordinates[0] > 0 || // X1
coordinates[1] < 0 ||
coordinates[1] > 2000 || // X2
coordinates[2] < -2500 ||
coordinates[2] > 0 || // Y1
coordinates[3] < 0 ||
coordinates[3] > 2500 || // Y2
coordinates[4] < 2300 ||
coordinates[4] > 3000 // height
) {
throw new Error("Values out of range for Cell Mounted Table.");
}
const buffer = Buffer.alloc(10); // 10 bytes + 1 byte
buffer.writeInt16LE(coordinates[0], 0); // x1
buffer.writeInt16LE(coordinates[1], 2); // x2
buffer.writeInt16LE(coordinates[2], 4); // y1
buffer.writeInt16LE(coordinates[3], 6); // y2
buffer.writeInt16LE(coordinates[4], 8); // height
await entity.write(clusterName, { cellMountedTable: buffer }, defaultResponseOptions);
}
},
},
];
return {
exposes: exposes,
fromZigbee,
toZigbee,
isModernExtend: true,
};
},
heimanClusterRadarWallMountedTableExtend: () => {
const clusterName = "heimanClusterRadar";
const exposes = utils.exposeEndpoints(e
.text("wall_mounted_table", ea.ALL)
.withDescription("Wall-mounted installation area coordinate table. Format: 'X1,X2,Y2,height' Value range: -2000≤X1≤0, 0≤X2≤2000 200≤Y2≤4000 1500≤height≤1600 Unit:mm."));
const fromZigbee = [
{
cluster: clusterName,
type: ["attributeReport", "readResponse"],
convert: (model, msg, publish, options, meta) => {
const result = {};
const value = msg.data["wallMountedTable"];
if (Buffer.isBuffer(value) && value.length >= 5) {
if (value.length !== 8) {
throw new Error(`Invalid wall_mounted_table data length: expected 8 bytes, got ${value.length}.`);
}
const coordinates = [
value.readInt16LE(0), // x1
value.readInt16LE(2), // y1
value.readInt16LE(4), // x2
value.readInt16LE(6), // height
];
result.wall_mounted_table = coordinates.join(",");
}
return result;
},
},
];
const toZigbee = [
{
key: ["wall_mounted_table"],
convertGet: async (entity, key, meta) => {
await entity.read(clusterName, ["wallMountedTable"], defaultResponseOptions);
},
convertSet: async (entity, key, value, meta) => {
if (key === "wall_mounted_table" && value !== "") {
const coordinates = value.split(",").map((v) => Number.parseInt(v, 10));
if (coordinates.length !== 4) {
throw new Error("wall_mounted_table must be a string with 4 comma-separated values (e.g., '-2000,2000,4000,1600')");
}
if (coordinates[0] < -2000 ||
coordinates[0] > 0 || // X1
coordinates[1] < 0 ||
coordinates[1] > 2000 || // X2
coordinates[2] < 200 ||
coordinates[2] > 4000 || // Y2
coordinates[3] < 1500 ||
coordinates[3] > 1600 // height
) {
throw new Error("Values out of range for Wall Mounted Table.");
}
const buffer = Buffer.alloc(8); // 8 bytes + 1 byte
buffer.writeInt16LE(coordinates[0], 0); // x1
buffer.writeInt16LE(coordinates[1], 2); // x2
buffer.writeInt16LE(coordinates[2], 4); // y2
buffer.writeInt16LE(coordinates[3], 6); // height
await entity.write(clusterName, { wallMountedTable: buffer }, defaultResponseOptions);
}
},
},
];
return {
exposes: exposes,
fromZigbee,
toZigbee,
isModernExtend: true,
};
},
heimanClusterRadarSubRegionIsolationTableExtend: () => {
const clusterName = "heimanClusterRadar";
const exposes = utils.exposeEndpoints(e
.text("sub_region_isolation_table", ea.ALL)
.withDescription("Undetectable area coordinate table. Format: 'x1,x2,y1,y2,z1,z2'. Ranges: X1≤x1≤x2≤X2 When wall-mounted: 200≤y1≤y2≤Y2 0≤z1≤z2≤2300 Ceiling installation: Y1≤y1≤y2≤Y2 0≤z1≤z2≤height Unit:mm"));
const fromZigbee = [
{
cluster: clusterName,
type: ["attributeReport", "readResponse"],
convert: (model, msg, publish, options, meta) => {
const result = {};
const value = msg.data["subRegionIsolationTable"];
if (Buffer.isBuffer(value) && value.length >= 5) {
if (value.length !== 12) {
throw new Error(`Invalid sub_region_isolation_table data length: expected 12 bytes, got ${value.length}.`);
}
const coordinates = [
value.readInt16LE(0), // x1
value.readInt16LE(2), // y1
value.readInt16LE(4), // x2
value.readInt16LE(6), // y2
value.readInt16LE(8), // z1
value.readInt16LE(10), // z2
];
result.sub_region_isolation_table = coordinates.join(",");
}
return result;
},
},
];
const toZigbee = [
{
key: ["sub_region_isolation_table"],
convertGet: async (entity, key, meta) => {
await entity.read(clusterName, ["subRegionIsolationTable"], defaultResponseOptions);
},
convertSet: async (entity, key, value, meta) => {
if (key === "sub_region_isolation_table" && value !== "") {
const coordinates = value.split(",").map((v) => Number.parseInt(v, 10));
if (coordinates.length !== 6) {
throw new Error("sub_region_isolation_table must be a string with 6 comma-separated values (e.g., '-2000,2000,-2500,2500,2300,3000')");
}
if (coordinates[0] < -2000 ||
coordinates[0] > 2000 || // X1
coordinates[1] < -2000 ||
coordinates[1] > 2000 // X2
) {
throw new Error("Values out of range for Sub-Region Isolation Table.");
}
const buffer = Buffer.alloc(12); // 12 bytes + 1 byte
buffer.writeInt16LE(coordinates[0], 0); // x1
buffer.writeInt16LE(coordinates[1], 2); // x2
buffer.writeInt16LE(coordinates[2], 4); // y1
buffer.writeInt16LE(coordinates[3], 6); // y2
buffer.writeInt16LE(coordinates[4], 8); // z1
buffer.writeInt16LE(coordinates[5], 10); // z2
await entity.write(clusterName, { subRegionIsolationTable: buffer }, defaultResponseOptions);
}
},
},
];
return {
exposes: exposes,
fromZigbee,
toZigbee,
isModernExtend: true,
};
},
heimanClusterRadarSenseExtend: () => {
const clusterName = "msOccupancySensing";
const exposes = [
e.binary("occupancy", ea.STATE, true, false).withDescription("Indicates if someone is present"),
e.enum("sensor_status", ea.STATE, ["none", "activity", "unknown"]).withDescription("Sensor activity status"),
e.enum("fall_status", ea.STATE, ["normal", "fall_warning", "fall_alarm", "unknown"]).withDescription("Fall detection status"),
];
const fromZigbee = [
{
cluster: clusterName,
type: ["attributeReport", "readResponse"],
convert: (model, msg, publish, options, meta) => {
const result = {};
if (Object.hasOwn(msg.data, "occupancy")) {
const occupancy = msg.data.occupancy;
const bit0 = occupancy & 0x01; // Bit 0: Occupancy (0: no one, 1: someone)
const bit1to3 = (occupancy >> 1) & 0x07; // Bits 1-3: Sensor status
const bit4to5 = (occupancy >> 4) & 0x03; // Bits 4-5: Fall status
// Interprete bitmap
result.occupancy = bit0 === 1;
result.sensor_status = ["none", "activity"][bit1to3] || "unknown";
result.fall_status = ["normal", "fall_warning", "fall_alarm"][bit4to5] || "unknown";
}
return result;
},
},
];
return {
exposes: exposes,
fromZigbee,
isModernExtend: true,
};
},
heimanClusterLegacyIlluminanceExtend: () => {
const clusterName = "msIlluminanceMeasurement";
const exposes = utils.exposeEndpoints(e.numeric("ambient_light", ea.STATE_GET).withUnit("Lx").withDescription("ambient illuminance in lux"));
const fromZigbee = [
{
cluster: clusterName,
type: ["attributeReport", "readResponse"],
convert: (model, msg, publish, options, meta) => {
let attrData = null;
if (msg.data.measuredValue === undefined) {
return;
}
attrData = msg.data["measuredValue"];
return { ambient_light: attrData };
},
},
];
const toZigbee = [
{
key: ["ambient_light"],
convertGet: async (entity, key, meta) => {
await entity.read(clusterName, ["measuredValue"], defaultResponseOptions);
},
},
];
return {
exposes: exposes,
fromZigbee,
toZigbee,
isModernExtend: true,
};
},
heimanClusterSensorFaultState: () => {
const clusterName = "heimanClusterSpecial";
const faultStateBitMap = {
0: "fault", // bit0
1: "open_circuit_fault", // bit1
2: "short_circuit_fault", // bit2
3: "pollution_fault", // bit3
};
const exposes = utils.exposeEndpoints(e.text("fault_state", ea.STATE_GET).withDescription("Device fault status (normal or fault types)."));
const fromZigbee = [
{
cluster: clusterName,
type: ["attributeReport", "readResponse"],
convert: (model, msg, publish, options, meta) => {
let attrData = null;
let attrValue = 0;
if (msg.data.sensorFaultState === undefined) {
return;
}
attrData = msg.data["sensorFaultState"];
attrValue = Number(attrData);
const activeFaults = [];
for (const [bit, faultDesc] of Object.entries(faultStateBitMap)) {
const bitNum = Number(bit);
const isFault = (attrValue & (1 << bitNum)) !== 0;
if (isFault) {
activeFaults.push(faultDesc);
}
}
const faultResult = activeFaults.length > 0 ? activeFaults.join(" | ") : "normal";
return { fault_state: faultResult };
},
},
];
const toZigbee = [
{
key: ["fault_state"],
convertGet: async (entity, key, meta) => {
await entity.read(clusterName, ["sensorFaultState"], defaultResponseOptions);
},
},
];
return {
exposes: exposes,
fromZigbee,
toZigbee,
isModernExtend: true,
};
},
heimanClusterDeviceMuteState: () => {
const clusterName = "heimanClusterSpecial";
const muteStateBitMap = {
0: "muted", // bit0
1: "alarm_muted", // bit1
2: "fault_muted", // bit2
3: "low_battery_muted", // bit3
4: "endoflife_muted", // bit4
5: "warning_muted", // bit5
};
const exposes = utils.exposeEndpoints(e.text("muted", ea.STATE_GET).withDescription("Device mute status (normal or mute types)."));
const fromZigbee = [
{
cluster: clusterName,
type: ["attributeReport", "readResponse"],
convert: (model, msg, publish, options, meta) => {
let attrData = null;
let attrValue = 0;
if (msg.data.deviceMuteState === undefined) {
return;
}
attrData = msg.data["deviceMuteState"];
attrValue = Number(attrData);
const activeMutes = [];
for (const [bit, muteDesc] of Object.entries(muteStateBitMap)) {
const bitNum = Number(bit);
const isFault = (attrValue & (1 << bitNum)) !== 0;
if (isFault) {
activeMutes.push(muteDesc);
}
}
const muteResult = activeMutes.length > 0 ? activeMutes.join(" | ") : "normal";
return { muted: muteResult };
},
},
];
const toZigbee = [
{
key: ["muted"],
convertGet: async (entity, key, meta) => {
await entity.read(clusterName, ["deviceMuteState"], defaultResponseOptions);
},
},
];
return {
exposes: exposes,
fromZigbee,
toZigbee,
isModernExtend: true,
};
},
heimanClusterIndicatorLight: (componentName = "heartbeat_indicator") => {
const clusterName = "heimanClusterSpecial";
const exposes = utils.exposeEndpoints(e.binary(componentName, ea.ALL, true, false).withDescription("Enable/disable the indicator on product"));
const fromZigbee = [
{
cluster: clusterName,
type: ["attributeReport", "readResponse"],
convert: (model, msg, publish, options, meta) => {
if (msg.data.indicatorLightLevelControlOf1 === undefined) {
return;
}
const state = !!msg.data["indicatorLightLevelControlOf1"];
return { [componentName]: state };
},
},
];
const toZigbee = [
{
key: [componentName],
convertGet: async (entity, key, meta) => {
await entity.read(clusterName, ["indicatorLightLevelControlOf1"], defaultResponseOptions);
},
convertSet: async (entity, key, value, meta) => {
// const state = (value as Record<string, unknown>) || {};
const state = value ? 1 : 0;
await entity.write(clusterName, { indicatorLightLevelControlOf1: state }, defaultResponseOptions);
},
},
];
return {
exposes: exposes,
fromZigbee,
toZigbee,
isModernExtend: true,
};
},
heimanClusterSensorInterconnectable: () => {
const clusterName = "heimanClusterSpecial";
const exposes = utils.exposeEndpoints(e.binary("interconnectable", ea.STATE_GET, true, false).withDescription("used for interconnection automation."));
const fromZigbee = [
{
cluster: clusterName,
type: ["attributeReport", "readResponse"],
convert: (model, msg, publish, options, meta) => {
if (msg.data.interconnectable === undefined) {
return;
}
const state = !!msg.data.interconnectable;
return { interconnectable: state };
},
},
];
const toZigbee = [
{
key: ["interconnectable"],
convertGet: async (entity, key, meta) => {
await entity.read(clusterName, ["interconnectable"], defaultResponseOptions);
},
},
];
return {
exposes: exposes,
fromZigbee,
toZigbee,
isModernExtend: true,
};
},
iasZoneInitiateTestMode: () => {
const exposes = utils.exposeEndpoints(e.enum("trigger_selftest", ea.SET, ["test"]).withDescription("Trigger alarm self-check."));
const toZigbee = [
{
key: ["trigger_selftest"],
convertSet: async (entity, key, value, meta) => {
const testMode = {
testModeDuration: 0x01,
currentZoneSensitivityLevel: 0x01,
};
await entity.command("ssIasZone", "initTestMode", testMode);
return { state: { [key]: value } };
},
},
];
return {
exposes: exposes,
fromZigbee: [],
toZigbee,
isModernExtend: true,
};
},
iasWarningDeviceControl: (args) => {
const defaultModes = Object.keys(iasWarningMode);
const displayModes = args?.warningMode ?? defaultModes;
const invalidModes = displayModes.filter((m) => !defaultModes.includes(m));
if (invalidModes.length > 0) {
throw new Error(`Invalid alarm mode: ${invalidModes.join(", ")},
Legal values: ${defaultModes.join(", ")}`);
}
// biome-ignore lint/correctness/noUnusedVariables: In the future use.
const level = { low: 0, medium: 1, high: 2, very_high: 3 };
// biome-ignore lint/correctness/noUnusedVariables: In the future use.
const strobeLevel = { low: 0, medium: 1, high: 2, very_high: 3 };
const exposes = utils.exposeEndpoints(e
.composite("warning_control", "warning_control", ea.SET)
.withDescription("Make the device trigger an alarm.")
.withFeature(e.enum("mode", ea.SET, displayModes).withDescription("Mode of the warning (sound effect)"))
.withFeature(e.numeric("duration", ea.SET).withUnit("s").withDescription("Duration in seconds of the alarm")));
const toZigbee = [
{
key: ["warning_control"],
convertSet: async (entity, key, value, meta) => {
const warningModeKey = "mode";
const warningDurationKey = "duration";
const warningModeStr = value[warningModeKey];
const warningDurationValue = Number(value[warningDurationKey]);
const warningModeValue = iasWarningMode[warningModeStr];
if (warningModeValue === undefined) {
throw new Error(`Invalid warning mode: ${invalidModes.join(", ")}, Valid modes:${defaultModes.join(", ")}`);
}
if (Number.isNaN(warningDurationValue) || warningDurationValue < 0) {
throw new Error(`Invalid duration: ${warningDurationValue}. Must be a non-negative number.`);
}
const values = {
mode: warningModeValue,
level: warningModeValue ? 1 : 0,
strobe: false,
duration: warningDurationValue,
strobeDutyCycle: 0,
strobeLevel: 0,
};
if (Array.isArray(meta.mapped))
throw new Error("Not supported for groups");
const info = (values.mode << 4) + ((values.strobe ? 1 : 0) << 2) + values.level;
await entity.command("ssIasWd", "startWarning", {
startwarninginfo: info,
warningduration: values.duration,
strobedutycycle: values.strobeDutyCycle,
strobelevel: values.strobeLevel,
}, utils.getOptions(meta.mapped, entity));
},
},
];
return {
exposes: exposes,
fromZigbee: [],
toZigbee,
isModernExtend: true,
};
},
iasWarningDeviceMute: () => {
const exposes = utils.exposeEndpoints(e.enum("temporary_mute", ea.SET, ["mute"]).withDescription("Silence the alarm temporarily"));
const toZigbee = [
{
key: ["temporary_mute"],
convertSet: async (entity, key, value, meta) => {
const values = {
mode: 0,
level: 0,
strobe: false,
duration: 0,
strobeDutyCycle: 0,
strobeLevel: 0,
};
values.duration = 600;
if (Array.isArray(meta.mapped))
throw new Error("Not supported for groups");
const info = (values.mode << 4) + ((values.strobe ? 1 : 0) << 2) + values.level;
await entity.command("ssIasWd", "startWarning", {
startwarninginfo: info,
warningduration: values.duration,
strobedutycycle: values.strobeDutyCycle,
strobelevel: values.strobeLevel,
}, utils.getOptions(meta.mapped, entity));
},
},
];
return {
exposes: exposes,
fromZigbee: [],
toZigbee,
isModernExtend: true,
};
},
heimanClusterSensorMutable: () => {
const clusterName = "heimanClusterSpecial";
const exposes = utils.exposeEndpoints(e.binary("temporary_mute", ea.ALL, true, false).withDescription("Silence the alarm temporarily"));
const fromZigbee = [
{
cluster: clusterName,
type: ["attributeReport", "readResponse"],
convert: (model, msg, publish, options, meta) => {
if (msg.data.deviceMuteControl === undefined) {
return;
}
const state = !!msg.data["deviceMuteControl"];
return { temporary_mute: state };
},
},
];
const toZigbee = [
{
key: ["temporary_mute"],
convertGet: async (entity, key, meta) => {
await entity.read(clusterName, ["deviceMuteControl"], defaultResponseOptions);
},
convertSet: async (entity, key, value, meta) => {
// const state = (value as Record<string, unknown>) || {};
const state = value ? 1 : 0;
await entity.write(clusterName, { deviceMuteControl: state }, defaultResponseOptions);
},
},
];
return {
exposes: exposes,
fromZigbee,
toZigbee,
isModernExtend: true,
};
},
heimanClusterRadarConfigParam: () => {
const clusterName = "heimanClusterSpecial";
const exposes = utils.exposeEndpoints(e
.composite("radar_config", "radar_config", ea.ALL)
.withDescription("Radar module configuration parameters")
.withFeature(e.binary("enable", ea.ALL, true, false).withDescription("Enable radar (true=enable, false=disable)"))
.withFeature(e.enum("type", ea.ALL, ["micro", "move", "presence"]).withDescription("Radar detection type: micro/move/presence"))
.withFeature(e.numeric("capacity", ea.ALL).withDescription("Detection capacity"))
.withFeature(e.numeric("sensitivity", ea.ALL).withDescription("Detection sensitivity"))
.withFeature(e.numeric("range", ea.ALL).withUnit("cm").withDescription("Detection range"))
.withFeature(e.numeric("period", ea.ALL).withUnit("ms").withDescription("Detection period")));
const fromZigbee = [
{
cluster: clusterName,
type: ["attributeReport", "readResponse"],
convert: (model, msg, publish, options, meta) => {
const data = msg.data.radarConfigParamOfSection1;
if (!data || !(data instanceof Buffer) || data.length < 11)
return;
let offset = 0;
const mode = data.readUInt8(offset++);
const capacity = data.readUInt8(offset++);
const sensitivity = data.readUInt8(offset++);
const range = data.readUInt16LE(offset);
offset += 2;
const period = data.readUInt16LE(offset);
offset += 2;
const enable = ((mode >> 7) & 0x01) === 1;
const typeValue = mode & 0x7f;
const typeMap = { 1: "micro", 2: "move", 3: "presence" };
const type = typeMap[typeValue] || "micro";
return {
radar_config: { enable, type, capacity, sensitivity, range, period },
};
},
},
];
const toZigbee = [
{
key: ["radar_config"],
convertGet: async (entity, key, meta) => {
await entity.read(clusterName, ["radarConfigParamOfSection1"], defaultResponseOptions);
},
convertSet: async (entity, key, value, meta) => {
const val = value;
const typeMap = { micro: 1, move: 2, presence: 3, external: 4 };
let mode = typeMap[val.type || "micro"] & 0x7f;
if (val.enable === true)
mode |= 0x80;
const data = [];
data.push(mode ?? 0);
data.push(val.capacity ?? 0);
data.push(val.sensitivity ?? 0);
// u16Range little-endian
const range = val.range ?? 0;
data.push(range & 0xff);
data.push((range >> 8) & 0xff);
// u16Period little-endian
const period = val.period ?? 0;
data.push(period & 0xff);
data.push((period >> 8) & 0xff);
// u32Reserve
data.push(0, 0, 0, 0);
await entity.write(clusterName, { radarConfigParamOfSection1: data }, defaultResponseOptions);
},
},
];
return {
exposes,
fromZigbee,
toZigbee,
isModernExtend: true,
};
},
heimanClusterRadarDetectionRange: () => {
const clusterName = "heimanClusterSpecial";
const exposes = utils.exposeEndpoints(e
.composite("detection_range", "detection_range", ea.ALL)
.withDescription("radar detection range")
.withFeature(e.numeric("min_range", ea.ALL).withUnit("cm").withDescription("Minimum detection range of radar"))
.withFeature(e.numeric("max_range", ea.ALL).withUnit("cm").withDescription("The maximum detection range of the radar")));
const fromZigbee = [
{
cluster: clusterName,
type: ["attributeReport", "readResponse"],
convert: (model, msg, publish, options, meta) => {
const minRangeVal = msg.data.radarDetectionMinRange;
const maxRangeVal = msg.data.radarDetectionMaxRange;
if (minRangeVal === undefined || maxRangeVal === undefined) {
return;
}
return { detection_range: { min_range: Number(minRangeVal), max_range: Number(maxRangeVal) } };
},
},
];
const toZigbee = [
{
key: ["detection_range"],
convertGet: async (entity, key, meta) => {
await entity.read(clusterName, ["radarDetectionMinRange", "radarDetectionMaxRange"], defaultResponseOptions);
},
convertSet: async (entity, key, value, meta) => {
// biome-ignore lint/style/useNamingConvention: snake_case.
const val = value;
if (val.min_range !== undefined) {
const minVal = Math.max(0, Math.min(1000, val.min_range));
await entity.write(clusterName, { radarDetectionMinRange: minVal }, defaultResponseOptions);
}
if (val.max_range !== undefined) {
const maxVal = Math.max(0, Math.min(1000, val.max_range));
await entity.write(clusterName, { radarDetectionMaxRange: maxVal }, defaultResponseOptions);
}
},
},
];
return {
exposes: exposes,
fromZigbee,
toZigbee,
isModernExtend: true,
};
},
heimanClusterDeviceFaultState: () => {
const clusterName = "heimanClusterSpecial";
const attributeId = 0x0002;
const valueMap = {
0: "normal",
1: "smoke_fault",
2: "co_fault",
3: "gas_fault",
4: "co2_fault",
5: "temperature_fault",
6: "humidity_fault",
7: "air_quality_fault",
8: "vibrator_fault",
9: "illuminance_fault",
10: "pir_fault",
11: "radar_fault",
12: "dust_pollution_fault",
};
const mExtend = m.text({
name: "fault_state",
cluster: clusterName,
attribute: { ID: attributeId, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
description: "device fault state",
access: "STATE_GET",
});
const fromZigbee = [
{
cluster: clusterName,
type: ["attributeReport", "readResponse"],
convert: (model, msg, publish, options, meta) => {
if (msg.data["sensorFaultState"] === undefined)
return;
const attrValue = Number(msg.data["sensorFaultState"]);
const valueText = valueMap[attrValue] ?? "unknown";
return { fault_state: valueText };
},
},
];
return {
...mExtend,
fromZigbee,
};
},
heimanClusterSensorWifiExposure: () => {
const clusterName = "heimanClusterSpecial";
const attrIds = {
wifiSsid: 0x2000,
wifiPassword: 0x2001,
wifiSsidCandidate: 0x2002,
wifiPasswordCandidate: 0x2003,
serverUrl: 0x2006,
serverUrlCandidate: 0x2007,
};
const exposes = [
e.text("wifi_ssid", ea.ALL).withDescription("Current WiFi SSID"),
e.text("wifi_password", ea.ALL).withDescription("Current WiFi Password"),
e.text("wifi_ssid_candidate", ea.ALL).withDescription("Candidate WiFi SSID"),
e.text("wifi_password_candidate", ea.ALL).withDescription("Candidate WiFi Password"),
e.text("server_url", ea.ALL).withDescription("Current Server URL"),
e.text("server_url_candidate", ea.ALL).withDescription("Candidate WiFi Server URL"),
];
const fromZigbee = [
{
cluster: clusterName,
type: ["attributeReport", "readResponse"],
convert: (model, msg, publish, options, meta) => {
const result = {};
const data = msg.data;
if (data.wifiSsid !== undefined)
result.wifi_ssid = data.wifiSsid;
if (data.wifiPassword !== undefined)
result.wifi_password = data.wifiPassword;
if (data.wifiSsidCandidate !== undefined)
result.wifi_ssid_candidate = data.wifiSsidCandidate;
if (data.wifiPasswordCandidate !== undefined)
result.wifi_password_candidate = data.wifiPasswordCandidate;
if (data.serverUrl !== undefined)
result.server_url = data.serverUrl;
if (data.serverUrlCandidate !== undefined)
result.server_url_candidate = data.serverUrlCandidate;
return result;
},
},
];
const toZigbee = [
{
key: ["wifi_ssid", "wifi_password", "wifi_ssid_candidate", "wifi_password_candidate", "server_url", "server_url_candidate"],
convertSet: async (entity, key, value, meta) => {
const attrNameMap = {
wifi_ssid: "wifiSsid",
wifi_password: "wifiPassword",
wifi_ssid_candidate: "wifiSsidCandidate",
wifi_password_candidate: "wifiPasswordCandidate",
server_url: "serverUrl",
server_url_candidate: "serverUrlCandidate",
};
const attrName = attrNameMap[key];
const attrId = attrIds[attrName];
if (attrId !== undefined) {
const payload = {
[attrId]: {
value: value,
type: zigbee_herdsman_1.Zcl.DataType.CHAR_STR,
},
};
await entity.write(clusterName, payload, defaultResponseOptions);
// await entity.write<typeof clusterName, HeimanPrivateCluster>(clusterName, {[attrId]: value}, defaultResponseOptions);
}
return { state: { [key]: value } };
},
convertGet: async (entity, key, meta) => {
const attrNameMap = {
wifi_ssid: "wifiSsid",
wifi_password: "wifiPassword",
wifi_ssid_candidate: "wifiSsidCandidate",
wifi_password_candidate: "wifiPasswordCandidate",
server_url: "serverUrl",
server_url_candidate: "serverUrlCandidate",
};
const attrId = attrIds[attrNameMap[key]];
if (attrId !== undefined) {
await entity.read(clusterName, [attrId], defaultResponseOptions);
}
},
},
];
return {
exposes,
fromZigbee,
toZigbee,
isModernExtend: true,
};
},
heimanClusterSensorActiveTrigger: () => {
const clusterName = "heimanClusterSpecial";
const manufacturerCode = 0x120b;
const exposes = [e.enum("camera_active_trigger", ea.SET, ["active"]).withDescription("Trigger the camera to take a picture.")];
const toZigbee = [
{
key: ["camera_active_trigger"],
convertSet: async (entity, key, value, meta) => {
// Command ID 0x01: CameraActiveTigger
await entity.command(clusterName, 0x01, {}, { manufacturerCode });
return { state: { [key]: value } };
},
},
];
return {
exposes,
fromZigbee: [],
toZigbee,
isModernExtend: true,
};
},
heimanClusterSensorTestTrigger: () => {
const clusterName = "heimanClusterSpecial";
const manufacturerCode = 0x120b;
const exposes = [e.enum("camera_test_trigger", ea.SET, ["test"]).withDescription("Trigger camera and wifi/server connection test.")];
const toZigbee = [
{
key: ["camera_test_trigger"],
convertSet: async (entity, key, value, meta) => {
// Command ID 0x02: CameraTestTigger
await entity.command(clusterName, 0x02, {}, { manufacturerCode });
return { state: { [key]: value } };
},
},
];
return {
exposes,
fromZigbee: [],
toZigbee,
isModernExtend: true,
};
},
sensitivity: (args) => m.enumLookup({
name: "sensitivity",
lookup: { high: 0, medium: 1, low: 2 },
cluster: "heimanClusterRadar",
attribute: "sensitivity",
description: "sensitivity for PIR sensor",
access: "ALL",
...args,
}),
radarDelayTime: (args) => m.numeric({
name: "radar_delay_time",
cluster: "msOccupancySensing",
attribute: "ultrasonicOToUDelay",
description: "Occupied to unoccupied delay",
valueMin: 60,
valueMax: 3600,
access: "ALL",
...args,
}),
shieldingSensorDetection: (args) => m.numeric({
name: "shielding_sensor_detection",
unit: "min",
valueMin: 1,
valueMax: 20,
cluster: "heimanClusterSpecial",
attribute: "shieldingSensorDetection",
description: "Duration of shielding sensor detection",
access: "ALL",
...args,
}),
smokeConcentrationLevel: (args) => m.numeric({
name: "smoke_level",
unit: "",
scale: 100,
valueMin: 0,
valueMax: 20,
cluster: "heimanClusterSpecial",
attribute: "smokeConcentrationLevel",
description: "smoke level",
access: "STATE_GET",
...args,
}),
smokeConcentationUnit: (args) => m.enumLookup({
name: "smoke_unit",
lookup: { "dB/m": 0, "%ft OBS": 1 },
cluster: "heimanClusterSpecial",
attribute: "smokeConcentationUnit",
description: "smoke level unit",
access: "STATE_GET",
...args,
}),
smokeChamberContaminationLevel: (args) => m.enumLookup({
name: "chamber_contamination",
lookup: { normal: 0, light_contamination: 1, medium_contamination: 2, critical_contamination: 3 },
cluster: "heimanClusterSpecial",
attribute: "smokeChamberContaminationLevel",
description: "it indicates that how serious the smoke chamber get contaminated.",
access: "STATE_GET",
...args,
}),
linkAvailable: (args) => m.enumLookup({
name: "link_available",
lookup: { inactive: 0, smoke_active: 1, co_active: 2, gas_active: 3, heat_active: 4 },
cluster: "heimanClusterSpecial",
attribute: "interconnectable",
description: "used for interconnection automation.",
access: "STATE_GET",
...args,
}),
sirenForAutomationOnly: (args) => m.enumLookup({
name: "siren_for_automation_only",
lookup: { stop: 0, smoke_siren: 1, co_siren: 2 },
cluster: "heimanClusterSpecial",
attribute: "deviceCascadeState",
description: "siren effect",
access: "ALL",
...args,
}),
language: (args) => m.enumLookup({
name: "language",
lookup: languageLookup,
cluster: "heimanClusterSpecial",
attribute: "language",
description: "Device language",
access: "ALL",
...args,
}),
room: (args) => m.enumLookup({
name: "room",
lookup: roomLookup,
cluster: "heimanClusterSpecial",
attribute: "fixedRoomName",
description: "Device room location",
access: "ALL",
...args,
}),
floor: (args) => m.enumLookup({
name: "floor",
lookup: floorLookup,
cluster: "heimanClusterSpecial",
attribute: "floors",
description: "Device floor location",
access: "ALL",
...args,
}),
voice: (args) => m.enumLookup({
name: "voice",
lookup: voiceLookup,
cluster: "heimanClusterSpecial",
attribute: "fixedVoices",
description: "Play a device voice prompt",
access: "ALL",
...args,
}),
lightEffect: (args) => m.enumLookup({
name: "light_effect",
lookup: lightEffectLookup,
cluster: "heimanClusterSpecial",
attribute: "lightEffect",
description: "Light effect",
access: "ALL",
...args,
}),
lightSpeed: (args) => m.numeric({
name: "light_speed",
valueMin: 0,
valueMax: 255,
cluster: "heimanClusterSpecial",
attribute: "lightSpeed",
description: "Light effect speed",
access: "ALL",
...args,
}),
lightIntensity: (args) => m.numeric({
name: "light_intensity",
valueMin: 0,
valueMax: 255,
cluster: "heimanClusterSpecial",
attribute: "lightIntensity",
description: "Light effect intensity",
access: "ALL",
...args,
}),
lightPalette: (args) => m.numeric({
name: "light_palette",
valueMin: 0,
valueMax: 255,
cluster: "heimanClusterSpecial",
attribute: "lightPalette",
description: "Light effect palette",
access: "ALL",
...args,
}),
lightOptions: (args) => m.numeric({
name: "light_options",
valueMin: 0,
valueMax: 255,
cluster: "heimanClusterSpecial",
attribute: "lightOptions",
description: "Light effect options bitmap",
access: "ALL",
...args,
}),
lightEffectCount: (args) => m.numeric({
name: "light_effect_count",
valueMin: 0,
valueMax: 200,
cluster: "heimanClusterSpecial",
attribute: "lightEffectCount",
description: "Number of available light effects",
access: "STATE_GET",
...args,
}),
lightPixelCount: (args) => m.numeric({
name: "light_pixel_count",
valueMin: 0,
valueMax: 1000,
cluster: "heimanClusterSpecial",
attribute: "lightPixelCount",
description: "Number of light pixels",
access: "ALL",
...args,
}),
soundVolume: (args) => m.numeric({
name: "sound_volume",
valueMin: 0,
valueMax: 100,
cluster: "heimanClusterSpecial",
attribute: "soundVolume",
description: "Sound volume",
access: "ALL",
...args,
}),
temperatureOffset: (args) => m.numeric({
name: "temperature_offset",
unit: "",
valueMin: -15.0,
valueMax: 15.0,
valueStep: 0.1,
scale: 100,
cluster: "heimanClusterSpecial",
attribute: "temperatureOffset",
description: "used for temperature offset, unit: ℃",
access: "ALL",
...args,
}),
humidityOffset: (args) => m.numeric({
name: "humidity_offset",
unit: "",
valueMin: -15.0,
valueMax: 15.0,
valueStep: 0.1,
scale: 100,
cluster: "heimanClusterSpecial",
attribute: "humidityOffset",
description: "used for humidity offset, unit: RH%",
access: "ALL",
...args,
}),
dewPoint: () => m.numeric({
name: "dew_point",
cluster: "heimanClusterSpecial",
attribute: "dewPoint",
description: "Dew point",
access: "STATE_GET",
}),
vpd: () => m.numeric({
name: "vpd",
cluster: "heimanClusterSpecial",
attribute: "vpd",
description: "Saturated vapor pressure",
access: "STATE_GET",
}),
thi: () => m.numeric({
name: "thi",
cluster: "heimanClusterSpecial",
attribute: "thi",
description: "Temperature humidity index",
access: "STATE_GET",
}),
heatIndex: () => m.numeric({
name: "heat_index",
cluster: "heimanClusterSpecial",
attribute: "heatIndex",
description: "Heat index",
access: "STATE_GET",
}),
reportedPackages: (args) => m.numeric({
name: "reported_packages",
unit: "",
valueMin: 0,
valueMax: 60000,
cluster: "heimanClusterSpecial",
attribute: "reportedPackages",
description: "for diagnostic purpose, how many zigbee packages has the reported in a day.",
access: "STATE_GET",
...args,
}),
rejoinedCount: (args) => m.numeric({
name: "rejoin_count",
unit: "",
valueMin: 0,
valueMax: 60000,
cluster: "heimanClusterSpecial",
attribute: "rejoinedCount",
description: "for diagnostic purpose, how many times has the product rejoined to zigbee network.",
access: "STATE_GET",
...args,
}),
rebootedCount: (args) => m.numeric({
name: "reboot_count",
unit: "",
valueMin: 0,
valueMax: 60000,
cluster: "heimanClusterSpecial",
attribute: "rebootedCount",
description: "for diagnostic purpose, how many times has the product rebooted.",
access: "STATE_GET",
...args,
}),
};
const tzLocal = {
heiman_ir_remote: {
key: ["send_key", "create", "learn", "delete", "get_list"],
convertSet: async (entity, key, value, meta) => {
const options = {
// Don't send a manufacturerCode (otherwise set in herdsman):
// https://github.com/Koenkk/zigbee-herdsman-converters/pull/2827
// @ts-expect-error ignore
manufacturerCode: null,
...utils.getOptions(meta.mapped, entity),
};
switch (key) {
case "send_key":
utils.assertObject(value);
await entity.command("heimanSpecificInfraRedRemote", "sendKey", { id: value.id, keyCode: value.key_code }, options);
break;
case "create":
utils.assertObject(value);
await entity.command("heimanSpecificInfraRedRemote", "createId", { modelType: value.model_type }, options);
break;
case "learn":
utils.assertObject(value);
await entity.command("heimanSpecificInfraRedRemote", "studyKey", { id: value.id, keyCode: value.key_code }, options);
break;
case "delete":
utils.assertObject(value);
await entity.command("heimanSpecificInfraRedRemote", "deleteKey", { id: value.id, keyCode: value.key_code }, options);
break;
case "get_list":
await entity.command("heimanSpecificInfraRedRemote", "getIdAndKeyCodeList", {}, options);
break;
default: // Unknown key
throw new Error(`Unhandled key ${key}`);
}
},
},
};
const fzLocal = {
heimanClusterSpecialfz: {
cluster: "heimanClusterSpecial",
type: ["attributeReport", "readResponse"],
convert: (model, msg, publish, options, meta) => {
const result = {};
const data = msg.data;
// 1. Define your lookup map
const contaminationLookup = {
0: "normal",
1: "light_contamination",
2: "medium_contamination",
3: "critical_contamination",
};
const smokeSirenLookup = {
0: "stop",
1: "smoke_siren",
2: "co_siren",
};
const serverStatusLookup = {
0: "unconfigurated",
1: "unconnected",
2: "connected",
3: "api1_timeout",
};
const wifiStatusLookup = {
0: "unconfigurated",
1: "unconnected",
2: "connected",
3: "connection_timeout",
};
const interconnectionStatusLookup = {
0: "inactive",
1: "smoke_active",
2: "co_active",
3: "heat_active",
};
if (data.smokeConcentrationLevel !== undefined) {
const raw = Number.parseFloat(data.smokeConcentrationLevel) / 100;
// Check if valid, then force exactly 2 decimal places as a STRING
result.smoke_level = Number.isNaN(raw) ? "0.00" : raw.toFixed(2);
}
if (data.temperatureOffset !== undefined) {
result.temperature_offset = data.temperatureOffset;
}
if (data.humidityOffset !== undefined) {
result.humidity_offset = data.humidityOffset;
}
if (data.deviceCascadeState !== undefined) {
result.siren_for_automation_only = smokeSirenLookup[data.deviceCascadeState];
}
if (data.smokeChamberContaminationLevel !== undefined) {
result.chamber_contamination = contaminationLookup[data.smokeChamberContaminationLevel];
}
if (data.smokeConcentationUnit !== undefined) {
result.smoke_unit = data.smokeConcentationUnit ? "%ft OBS" : "dB/m";
}
if (data.interconnectable !== undefined) {
result.link_available = interconnectionStatusLookup[data.interconnectable];
}
if (data.serverStatus !== undefined) {
result.server_status = serverStatusLookup[data.serverStatus];
}
if (data.serverCandidateStatus !== undefined) {
result.server_candidate_status = serverStatusLookup[data.serverCandidateStatus];
}
if (data.wifiStatus !== undefined) {
result.wifi_status = wifiStatusLookup[data.wifiStatus];
}
if (data.wifiCandidateStatus !== undefined) {
result.wifi_candidate_status = wifiStatusLookup[data.wifiCandidateStatus];
}
if (data.reportedPackages !== undefined) {
result.reported_packages = data.reportedPackages;
}
if (data.rejoinedCount !== undefined) {
result.rejoin_count = data.rejoinedCount;
}
if (data.rebootedCount !== undefined) {
result.reboot_count = data.rebootedCount;
}
return result;
},
},
heiman_ir_remote: {
cluster: "heimanSpecificInfraRedRemote",
type: ["commandStudyKeyRsp", "commandCreateIdRsp", "commandGetIdAndKeyCodeListRsp"],
convert: (model, msg, publish, options, meta) => {
// TODO: split converter for each cmd?
switch (msg.type) {
case "commandStudyKeyRsp":
(0, node_assert_1.default)("keyCode" in msg.data);
return {
action: "learn",
action_result: msg.data.result === 1 ? "success" : "error",
action_key_code: msg.data.keyCode,
action_id: msg.data.result === 1 ? msg.data.id : undefined,
};
case "commandCreateIdRsp":
(0, node_assert_1.default)("id" in msg.data);
(0, node_assert_1.default)("modelType" in msg.data);
return {
action: "create",
action_result: msg.data.id === 0xff ? "error" : "success",
action_model_type: msg.data.modelType,
action_id: msg.data.id !== 0xff ? msg.data.id : undefined,
};
case "commandGetIdAndKeyCodeListRsp": {
(0, node_assert_1.default)("packetNumber" in msg.data);
// See cluster.js with data format description
if (msg.data.packetNumber === 1) {
// start to collect and merge list
// so, we use store instance for temp storage during merging
globalStore.putValue(msg.endpoint, "db", []);
}
const buffer = msg.data.learnedDevicesList;
for (let i = 0; i < msg.data.packetLength;) {
const modelDescription = {
id: buffer[i],
model_type: buffer[i + 1],
key_codes: [],
};
const numberOfKeys = buffer[i + 2];
for (let j = i + 3; j < i + 3 + numberOfKeys; j++) {
modelDescription.key_codes.push(buffer[j]);
}
i = i + 3 + numberOfKeys;
globalStore.getValue(msg.endpoint, "db").push(modelDescription);
}
if (msg.data.packetNumber === msg.data.packetsTotal) {
// last packet, all data collected, can publish
const result = {
devices: globalStore.getValue(msg.endpoint, "db"),
};
globalStore.clearValue(msg.endpoint, "db");
return result;
}
break;
}
}
},
},
heiman_hcho: {
cluster: "msFormaldehyde",
type: ["attributeReport", "readResponse"],
convert: (model, msg, publish, options, meta) => {
if (msg.data.measuredValue !== undefined && msg.data.measuredValue !== null) {
return { hcho: msg.data.measuredValue / 1000.0 };
}
},
},
heiman_air_quality: {
cluster: "heimanSpecificAirQuality",
type: ["attributeReport", "readResponse"],
convert: (model, msg, publish, options, meta) => {
const result = {};
if (msg.data.batteryState !== undefined && msg.data.batteryState !== null) {
const lookup = {
0: "not_charging",
1: "charging",
2: "charged",
};
result.battery_state = lookup[msg.data.batteryState];
}
if (msg.data.tvocMeasuredValue != null)
result.voc = msg.data.tvocMeasuredValue;
if (msg.data.aqiMeasuredValue != null)
result.aqi = msg.data.aqiMeasuredValue;
if (msg.data.pm10measuredValue != null)
result.pm10 = msg.data.pm10measuredValue;
return result;
},
},
heiman_scenes: {
cluster: "heimanSpecificScenes",
type: ["commandAtHome", "commandGoOut", "commandCinema", "commandRepast", "commandSleep"],
convert: (model, msg, publish, options, meta) => {
const lookup = {
commandCinema: "cinema",
commandAtHome: "at_home",
commandSleep: "sleep",
commandGoOut: "go_out",
commandRepast: "repast",
};
if (lookup[msg.type] !== undefined)
return { action: lookup[msg.type] };
},
},
heiman_doorbell_button: {
cluster: "ssIasZone",
type: "commandStatusChangeNotification",
convert: (model, msg, publish, options, meta) => {
if (utils.hasAlreadyProcessedMessage(msg, model))
return;
const lookup = {
32768: "pressed",
32772: "pressed",
};
const zoneStatus = msg.data.zonestatus;
return {
action: lookup[zoneStatus],
tamper: (zoneStatus & (1 << 2)) > 0,
battery_low: (zoneStatus & (1 << 3)) > 0,
};
},
},
};
exports.definitions = [
{
zigbeeModel: ["PIRILLSensor-EF-3.0"],
model: "HS1MIS-3.0",
vendor: "Heiman",
description: "Smart occupancy sensor",
fromZigbee: [fz.occupancy, fz.battery],
exposes: [e.occupancy(), e.battery()],
configure: async (device, cordinatorEndpoint) => {
const endpoint1 = device.getEndpoint(1);
await reporting.bind(endpoint1, cordinatorEndpoint, ["msOccupancySensing", "genPowerCfg"]);
await reporting.batteryPercentageRemaining(endpoint1);
await reporting.occupancy(endpoint1);
},
extend: [heimanExtend.heimanClusterLegacyIlluminanceExtend()],
},
{
fingerprint: tuya.fingerprint("TS0212", ["_TYZB01_wpmo3ja3"]),
zigbeeModel: ["CO_V15", "CO_YDLV10", "CO_V16", "1ccaa94c49a84abaa9e38687913947ba", "CO_CTPG"],
model: "HS1CA-M",
description: "Smart carbon monoxide alarm",
vendor: "Heiman",
fromZigbee: [fz.ias_carbon_monoxide_alarm_1, fz.battery],
toZigbee: [],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg"]);
await reporting.batteryPercentageRemaining(endpoint);
await reporting.batteryAlarmState(endpoint);
},
exposes: [e.carbon_monoxide(), e.battery_low(), e.battery()],
},
{
zigbeeModel: ["PIRSensor-N", "PIRSensor-N-3.0", "PIRSensor-EM", "PIRSensor-EF-3.0", "PIR_TPV13"],
model: "HS3MS",
vendor: "Heiman",
description: "Smart motion sensor",
fromZigbee: [fz.ias_occupancy_alarm_1],
toZigbee: [],
exposes: [e.occupancy(), e.battery_low(), e.tamper()],
},
{
zigbeeModel: ["SmartPlug", "SmartPlug-EF-3.0"],
model: "HS2SK",
description: "Smart metering plug",
vendor: "Heiman",
fromZigbee: [fz.on_off, fz.electrical_measurement, fz.metering],
toZigbee: [tz.on_off],
whiteLabel: [{ vendor: "Schneider Electric", model: "CCTFR6500" }],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genOnOff", "haElectricalMeasurement", "seMetering"]);
await reporting.onOff(endpoint);
await reporting.readEletricalMeasurementMultiplierDivisors(endpoint);
await reporting.rmsVoltage(endpoint);
await reporting.rmsCurrent(endpoint);
await reporting.activePower(endpoint);
await reporting.readMeteringMultiplierDivisor(endpoint);
await reporting.currentSummDelivered(endpoint);
},
exposes: [e.switch(), e.power(), e.current(), e.voltage(), e.energy()],
},
{
fingerprint: [{ modelID: "SmartPlug-N", manufacturerName: "HEIMAN" }],
model: "HS2SK_nxp",
description: "Smart metering plug",
vendor: "Heiman",
fromZigbee: [fz.on_off, fz.electrical_measurement],
toZigbee: [tz.on_off],
extend: [tuya.modernExtend.electricityMeasurementPoll()],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genOnOff", "haElectricalMeasurement"]);
await reporting.onOff(endpoint);
await reporting.readEletricalMeasurementMultiplierDivisors(endpoint);
},
exposes: [e.switch(), e.power(), e.current(), e.voltage()],
},
{
zigbeeModel: [
"SMOK_V16",
"SMOK_V15",
"b5db59bfd81e4f1f95dc57fdbba17931",
"98293058552c49f38ad0748541ee96ba",
"SMOK_YDLV10",
"FB56-SMF02HM1.4",
"SmokeSensor-N-3.0",
"319fa36e7384414a9ea62cba8f6e7626",
"c3442b4ac59b4ba1a83119d938f283ab",
"SmokeSensor-EF-3.0",
"SMOK_HV14",
"SMOK_YDLV10N",
],
model: "HS1SA-E",
vendor: "Heiman",
description: "Smart smoke alarm",
fromZigbee: [fz.ias_smoke_alarm_1, fz.battery],
toZigbee: [],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg"]);
await reporting.batteryPercentageRemaining(endpoint);
},
exposes: [e.smoke(), e.battery_low(), e.battery(), e.test()],
},
{
zigbeeModel: ["SmokeSensor-N", "SmokeSensor-EM"],
model: "HS3SA/HS1SA",
vendor: "Heiman",
description: "Smart smoke alarm",
fromZigbee: [fz.ias_smoke_alarm_1, fz.battery],
toZigbee: [],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg"]);
await reporting.batteryPercentageRemaining(endpoint);
},
exposes: [e.smoke(), e.battery_low(), e.battery(), e.test()],
},
{
zigbeeModel: ["HS2SA-EF-3.0"],
model: "HS2SA-EF-3.0",
vendor: "Heiman",
description: "Smart smoke alarm",
fromZigbee: [fz.ias_smoke_alarm_1, fz.battery],
toZigbee: [],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg"]);
await reporting.batteryPercentageRemaining(endpoint);
},
exposes: [e.smoke(), e.battery_low(), e.battery(), e.test()],
},
{
zigbeeModel: ["GASSensor-N", "GASSensor-N-3.0", "d90d7c61c44d468a8e906ca0841e0a0c"],
model: "HS3CG",
vendor: "Heiman",
description: "Combustible gas sensor",
fromZigbee: [fz.ias_gas_alarm_2],
toZigbee: [],
exposes: [e.gas(), e.battery_low(), e.tamper()],
},
{
zigbeeModel: ["GASSensor-EN"],
model: "HS1CG-M",
vendor: "Heiman",
description: "Combustible gas sensor",
fromZigbee: [fz.ias_gas_alarm_1],
toZigbee: [],
exposes: [e.gas(), e.battery_low(), e.tamper()],
},
{
zigbeeModel: ["HY0022"],
model: "HS1CG_H",
vendor: "Heiman",
description: "Smart combustible gas sensor",
fromZigbee: [fz.ias_gas_alarm_1],
toZigbee: [],
exposes: [e.gas(), e.battery_low(), e.tamper()],
},
{
zigbeeModel: ["RH3070"],
model: "HS1CG",
vendor: "Heiman",
description: "Smart combustible gas sensor",
fromZigbee: [fz.ias_gas_alarm_1],
toZigbee: [],
exposes: [e.gas(), e.battery_low(), e.tamper()],
},
{
zigbeeModel: ["GAS_V15"],
model: "HS1CG_M",
vendor: "Heiman",
description: "Combustible gas sensor",
fromZigbee: [fz.ias_gas_alarm_2],
toZigbee: [],
exposes: [e.gas(), e.battery_low(), e.tamper()],
},
{
zigbeeModel: ["DoorSensor-N", "DoorSensor-N-3.0"],
model: "HS3DS",
vendor: "Heiman",
description: "Door sensor",
fromZigbee: [fz.ias_contact_alarm_1, fz.battery],
toZigbee: [],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg"]);
await reporting.batteryPercentageRemaining(endpoint);
await endpoint.read("genPowerCfg", ["batteryPercentageRemaining"]);
},
exposes: [e.contact(), e.battery(), e.battery_low(), e.tamper()],
},
{
zigbeeModel: ["HS8DS-EF2-3.0"],
model: "HS8DS-EFA",
vendor: "Heiman",
description: "Door sensor",
extend: [m.battery(), m.iasZoneAlarm({ zoneType: "contact", zoneAttributes: ["alarm_1", "battery_low"] })],
},
{
zigbeeModel: ["D1-EF2-3.0"],
model: "D1-EFA",
vendor: "Heiman",
description: "Door sensor",
extend: [m.battery(), m.iasZoneAlarm({ zoneType: "contact", zoneAttributes: ["alarm_1", "battery_low", "tamper"] })],
},
{
zigbeeModel: ["DoorSensor-EM", "DoorSensor-EF-3.0"],
model: "HS1DS",
vendor: "Heiman",
description: "Door sensor",
fromZigbee: [fz.ias_contact_alarm_1, fz.battery],
toZigbee: [],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg"]);
await reporting.batteryPercentageRemaining(endpoint);
await endpoint.read("genPowerCfg", ["batteryPercentageRemaining"]);
},
exposes: [e.contact(), e.battery_low(), e.tamper(), e.battery()],
},
{
zigbeeModel: ["DOOR_TPV13", "DOOR_TPV12"],
model: "Heiman-M1",
vendor: "Heiman",
description: "Door sensor",
fromZigbee: [fz.ias_contact_alarm_1],
toZigbee: [],
exposes: [e.contact(), e.battery_low(), e.tamper()],
},
{
zigbeeModel: ["WaterSensor-N", "WaterSensor-EM", "WaterSensor-N-3.0", "WaterSensor-EF-3.0", "WATER_TPV13", "TY0207"],
model: "HS1WL/HS3WL",
vendor: "Heiman",
description: "Water leakage sensor",
fromZigbee: [fz.ias_water_leak_alarm_1, fz.battery],
toZigbee: [],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg"]);
await reporting.batteryPercentageRemaining(endpoint);
await endpoint.read("genPowerCfg", ["batteryPercentageRemaining"]);
},
exposes: [e.water_leak(), e.battery_low(), e.tamper(), e.battery()],
},
{
zigbeeModel: ["WaterSensor2-EF-3.0"],
model: "HS2WL",
vendor: "Heiman",
description: "Water leakage sensor",
fromZigbee: [],
toZigbee: [],
extend: [m.iasZoneAlarm({ zoneType: "water_leak", zoneAttributes: ["alarm_1"] }), m.temperature(), m.battery({ lowStatus: true })],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg", "msTemperatureMeasurement"]);
await reporting.batteryPercentageRemaining(endpoint);
await endpoint.read("genPowerCfg", ["batteryPercentageRemaining"]);
await endpoint.read("msTemperatureMeasurement", ["measuredValue"]);
},
},
{
fingerprint: [{ modelID: "RC-N", manufacturerName: "HEIMAN" }],
model: "HS1RC-N",
vendor: "Heiman",
description: "Smart remote controller",
fromZigbee: [fz.battery, fz.command_arm, fz.command_emergency],
toZigbee: [],
exposes: [e.battery(), e.action(["emergency", "disarm", "arm_partial_zones", "arm_all_zones"])],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg"]);
await reporting.batteryPercentageRemaining(endpoint);
await endpoint.read("genPowerCfg", ["batteryPercentageRemaining"]);
},
},
{
fingerprint: [{ modelID: "RC-EF-3.0", manufacturerName: "HEIMAN" }],
model: "HM1RC-2-E",
vendor: "Heiman",
description: "Smart remote controller",
fromZigbee: [fz.battery, fz.command_arm, fz.command_emergency],
toZigbee: [],
exposes: [e.battery(), e.action(["emergency", "disarm", "arm_day_zones", "arm_all_zones"])],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg"]);
await reporting.batteryPercentageRemaining(endpoint);
await endpoint.read("genPowerCfg", ["batteryPercentageRemaining"]);
},
extend: [m.iasArmCommandDefaultResponse()],
},
{
fingerprint: [{ modelID: "RC-EM", manufacturerName: "HEIMAN" }],
model: "HS1RC-EM",
vendor: "Heiman",
description: "Smart remote controller",
fromZigbee: [fz.battery, fz.command_arm, fz.command_emergency],
toZigbee: [],
exposes: [e.battery(), e.action(["emergency", "disarm", "arm_partial_zones", "arm_all_zones"])],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg"]);
await reporting.batteryPercentageRemaining(endpoint);
await endpoint.read("genPowerCfg", ["batteryPercentageRemaining"]);
},
},
{
zigbeeModel: ["COSensor-EM", "COSensor-N", "COSensor-EF-3.0"],
model: "HS1CA-E",
vendor: "Heiman",
description: "Smart carbon monoxide alarm",
fromZigbee: [fz.ias_carbon_monoxide_alarm_1, fz.battery],
toZigbee: [],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg"]);
await reporting.batteryPercentageRemaining(endpoint);
},
exposes: [e.carbon_monoxide(), e.battery_low(), e.battery()],
},
{
fingerprint: tuya.fingerprint("TS0216", ["_TYZB01_8scntis1", "_TYZB01_4obovpbi"]),
zigbeeModel: ["WarningDevice", "WarningDevice-EF-3.0"],
model: "HS2WD-E",
vendor: "Heiman",
description: "Smart siren",
fromZigbee: [fz.battery],
toZigbee: [tz.warning],
extend: [m.iasWarningMaxDuration()],
meta: { disableDefaultResponse: true },
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg"]);
await reporting.batteryPercentageRemaining(endpoint);
await endpoint.read("ssIasWd", ["maxDuration"]);
},
exposes: [
e.battery(),
e
.warning()
.removeFeature("level")
.removeFeature("strobe_level")
.removeFeature("mode")
.withFeature(e.enum("mode", ea.SET, ["stop", "emergency"]).withDescription("Mode of the warning (sound effect)")),
],
},
{
zigbeeModel: ["HT-EM", "TH-EM", "TH-T_V14"],
model: "HS1HT",
vendor: "Heiman",
description: "Smart temperature & humidity Sensor",
exposes: [e.battery(), e.temperature(), e.humidity()],
fromZigbee: [fz.temperature, fz.humidity, fz.battery],
toZigbee: [],
meta: { battery: { voltageToPercentage: { min: 2500, max: 3000 } } },
whiteLabel: [{ vendor: "Ferguson", model: "TH-T_V14" }],
configure: async (device, coordinatorEndpoint) => {
const endpoint1 = device.getEndpoint(1);
await reporting.bind(endpoint1, coordinatorEndpoint, ["msTemperatureMeasurement"]);
const endpoint2 = device.getEndpoint(2);
await reporting.bind(endpoint2, coordinatorEndpoint, ["msRelativeHumidity", "genPowerCfg"]);
await reporting.temperature(endpoint1);
await reporting.humidity(endpoint2);
await reporting.batteryVoltage(endpoint2);
await reporting.batteryPercentageRemaining(endpoint2);
},
},
{
zigbeeModel: ["HT-N", "HT-EF-3.0"],
model: "HS1HT-N",
vendor: "Heiman",
description: "Smart temperature & humidity Sensor",
fromZigbee: [fz.temperature, fz.humidity, fz.battery],
toZigbee: [],
configure: async (device, coordinatorEndpoint) => {
const endpoint1 = device.getEndpoint(1);
await reporting.bind(endpoint1, coordinatorEndpoint, ["msTemperatureMeasurement", "genPowerCfg"]);
await reporting.temperature(endpoint1);
await reporting.batteryPercentageRemaining(endpoint1);
await endpoint1.read("genPowerCfg", ["batteryPercentageRemaining"]);
const endpoint2 = device.getEndpoint(2);
await reporting.bind(endpoint2, coordinatorEndpoint, ["msRelativeHumidity"]);
await reporting.humidity(endpoint2);
},
exposes: [e.temperature(), e.humidity(), e.battery()],
},
{
zigbeeModel: ["E_Socket", "E8331510SSZB_C1"],
model: "HS2ESK-E",
vendor: "Heiman",
description: "Smart in wall plug",
fromZigbee: [fz.on_off, fz.electrical_measurement],
toZigbee: [tz.on_off],
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);
},
exposes: [e.switch(), e.power(), e.current(), e.voltage()],
},
{
fingerprint: [
{ modelID: "SOS-EM", manufacturerName: "HEIMAN" },
{ modelID: "SOS-EF-3.0", manufacturerName: "HEIMAN" },
],
model: "HS1EB/HS1EB-E",
vendor: "Heiman",
description: "Smart emergency button",
fromZigbee: [fz.command_status_change_notification_action, fz.battery],
toZigbee: [],
exposes: [e.battery(), e.action(["off", "single", "double", "hold"])],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg"]);
await reporting.batteryPercentageRemaining(endpoint);
await endpoint.read("genPowerCfg", ["batteryPercentageRemaining"]);
},
},
{
fingerprint: [
{ modelID: "SceneSwitch-EM-3.0", manufacturerName: "HEIMAN" },
{ modelID: "SceneSwitch-EF-3.0", manufacturerName: "HEIMAN" },
],
model: "HS2SS",
vendor: "Heiman",
description: "Smart scene switch",
extend: [(0, heiman_1.addCustomClusterHeimanSpecificScenes)()],
fromZigbee: [fz.battery, fzLocal.heiman_scenes],
exposes: [e.battery(), e.action(["cinema", "at_home", "sleep", "go_out", "repast"])],
toZigbee: [],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg", "heimanSpecificScenes"]);
await reporting.batteryPercentageRemaining(endpoint);
},
},
{
zigbeeModel: ["TempDimmerSw-EM-3.0"],
model: "HS2WDSC-E",
vendor: "Heiman",
description: "Remote dimmer and temperature control",
fromZigbee: [
fz.battery,
fz.command_on,
fz.command_off,
fz.command_move,
fz.command_stop,
fz.command_move_to_color,
fz.command_move_to_color_temp,
],
exposes: [e.battery(), e.action(["on", "off", "move", "stop", "color_move", "color_temperature_move"])],
toZigbee: [],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg", "genOnOff", "genLevelCtrl", "lightingColorCtrl"]);
await reporting.batteryPercentageRemaining(endpoint, { min: constants.repInterval.MINUTES_5, max: constants.repInterval.HOUR });
},
},
{
fingerprint: [{ modelID: "ColorDimmerSw-EM-3.0", manufacturerName: "HEIMAN" }],
model: "HS2WDSR-E",
vendor: "Heiman",
description: "Remote dimmer and color control",
fromZigbee: [fz.battery, fz.command_on, fz.command_off, fz.command_move, fz.command_stop, fz.command_move_to_color],
exposes: [e.battery(), e.action(["on", "off", "move", "stop", "color_move"])],
toZigbee: [],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg", "genOnOff", "genLevelCtrl", "lightingColorCtrl"]);
await reporting.batteryPercentageRemaining(endpoint, { min: constants.repInterval.MINUTES_5, max: constants.repInterval.HOUR });
},
},
{
zigbeeModel: ["HS3HT-EFA-3.0"],
model: "HS3HT",
vendor: "Heiman",
description: "Temperature & humidity sensor with display",
fromZigbee: [fz.temperature, fz.humidity, fz.battery],
toZigbee: [],
configure: async (device, coordinatorEndpoint) => {
const endpoint1 = device.getEndpoint(1);
await reporting.bind(endpoint1, coordinatorEndpoint, ["msTemperatureMeasurement", "genPowerCfg"]);
await reporting.temperature(endpoint1);
await reporting.batteryPercentageRemaining(endpoint1);
await endpoint1.read("genPowerCfg", ["batteryPercentageRemaining"]);
const endpoint2 = device.getEndpoint(2);
await reporting.bind(endpoint2, coordinatorEndpoint, ["msRelativeHumidity"]);
await reporting.humidity(endpoint2);
},
exposes: [e.battery(), e.temperature(), e.humidity()],
},
{
zigbeeModel: ["GASSensor-EM", "358e4e3e03c644709905034dae81433e"],
model: "HS1CG-E",
vendor: "Heiman",
description: "Combustible gas sensor",
fromZigbee: [fz.ias_gas_alarm_1],
toZigbee: [],
whiteLabel: [{ vendor: "Piri", model: "HSIO18008" }],
exposes: [e.gas(), e.battery_low(), e.tamper()],
},
{
zigbeeModel: ["GASSensor-EFR-3.0", "GASSensor-EF-3.0"],
model: "HS1CG-E_3.0",
vendor: "Heiman",
description: "Combustible gas sensor",
fromZigbee: [fz.ias_gas_alarm_2],
toZigbee: [],
exposes: [e.gas(), e.battery_low(), e.tamper()],
},
{
fingerprint: [{ modelID: "Vibration-N", manufacturerName: "HEIMAN" }],
model: "HS1VS-N",
vendor: "Heiman",
description: "Vibration sensor",
fromZigbee: [fz.ias_vibration_alarm_1, fz.battery],
toZigbee: [],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg"]);
await reporting.batteryPercentageRemaining(endpoint);
await endpoint.read("genPowerCfg", ["batteryPercentageRemaining"]);
},
exposes: [e.vibration(), e.battery_low(), e.tamper(), e.battery()],
},
{
fingerprint: [
{ modelID: "Vibration-EF_3.0", manufacturerName: "HEIMAN" },
{ modelID: "Vibration-EF-3.0", manufacturerName: "HEIMAN" },
],
model: "HS1VS-EF",
vendor: "Heiman",
description: "Vibration sensor",
fromZigbee: [fz.ias_vibration_alarm_1, fz.battery],
toZigbee: [],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg"]);
await reporting.batteryPercentageRemaining(endpoint);
await endpoint.read("genPowerCfg", ["batteryPercentageRemaining"]);
},
exposes: [e.vibration(), e.battery_low(), e.tamper(), e.battery()],
},
{
fingerprint: [
{ modelID: "HS2AQ-EM", manufacturerName: "HEIMAN" },
{ modelID: "HS2AQ-EM-3.0", manufacturerName: "HEIMAN" },
],
model: "HS2AQ-EM",
vendor: "Heiman",
description: "Air quality monitor",
extend: [(0, heiman_1.addCustomClusterHeimanSpecificAirQuality)()],
fromZigbee: [fz.battery, fz.temperature, fz.humidity, fz.pm25, fzLocal.heiman_hcho, fzLocal.heiman_air_quality],
toZigbee: [],
configure: async (device, coordinatorEndpoint) => {
const heiman = {
configureReporting: {
pm25MeasuredValue: async (endpoint, overrides) => {
const payload = reporting.payload("measuredValue", 0, constants.repInterval.HOUR, 1, overrides);
await endpoint.configureReporting("pm25Measurement", payload);
},
formAldehydeMeasuredValue: async (endpoint, overrides) => {
const payload = reporting.payload("measuredValue", 0, constants.repInterval.HOUR, 1, overrides);
await endpoint.configureReporting("msFormaldehyde", payload);
},
batteryState: async (endpoint, overrides) => {
const payload = reporting.payload("batteryState", 0, constants.repInterval.HOUR, 1, overrides);
await endpoint.configureReporting("heimanSpecificAirQuality", payload);
},
pm10measuredValue: async (endpoint, overrides) => {
const payload = reporting.payload("pm10measuredValue", 0, constants.repInterval.HOUR, 1, overrides);
await endpoint.configureReporting("heimanSpecificAirQuality", payload);
},
tvocMeasuredValue: async (endpoint, overrides) => {
const payload = reporting.payload("tvocMeasuredValue", 0, constants.repInterval.HOUR, 1, overrides);
await endpoint.configureReporting("heimanSpecificAirQuality", payload);
},
aqiMeasuredValue: async (endpoint, overrides) => {
const payload = reporting.payload("aqiMeasuredValue", 0, constants.repInterval.HOUR, 1, overrides);
await endpoint.configureReporting("heimanSpecificAirQuality", payload);
},
},
};
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, [
"genPowerCfg",
"genTime",
"msTemperatureMeasurement",
"msRelativeHumidity",
"pm25Measurement",
"msFormaldehyde",
"heimanSpecificAirQuality",
]);
await reporting.batteryPercentageRemaining(endpoint);
await reporting.temperature(endpoint);
await reporting.humidity(endpoint);
await heiman.configureReporting.pm25MeasuredValue(endpoint);
await heiman.configureReporting.formAldehydeMeasuredValue(endpoint);
await heiman.configureReporting.batteryState(endpoint);
await heiman.configureReporting.pm10measuredValue(endpoint);
await heiman.configureReporting.tvocMeasuredValue(endpoint);
await heiman.configureReporting.aqiMeasuredValue(endpoint);
await endpoint.read("genPowerCfg", ["batteryPercentageRemaining"]);
// Seems that it is bug in Heiman, device does not asks for the time with binding
// So, we need to write time during configure
const time = Math.round((Date.now() - constants.OneJanuary2000) / 1000);
// Time-master + synchronised
const values = { timeStatus: 3, time: time, timeZone: new Date().getTimezoneOffset() * -1 * 60 };
await endpoint.write("genTime", values);
},
exposes: [
e.battery(),
e.temperature(),
e.humidity(),
e.pm25(),
e.hcho(),
e.voc(),
e.aqi(),
e.pm10(),
e.enum("battery_state", ea.STATE, ["not_charging", "charging", "charged"]).withCategory("diagnostic"),
],
},
{
fingerprint: [{ modelID: "IRControl-EM", manufacturerName: "HEIMAN" }],
model: "HS1IRC",
vendor: "Heiman",
description: "Smart IR Control",
extend: [(0, heiman_1.addCustomClusterHeimanSpecificInfraRedRemote)()],
fromZigbee: [fz.battery, fzLocal.heiman_ir_remote],
toZigbee: [tzLocal.heiman_ir_remote],
exposes: [e.battery()],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg", "heimanSpecificInfraRedRemote"]);
await reporting.batteryPercentageRemaining(endpoint);
},
},
{
fingerprint: [{ modelID: "IRControl2-EF-3.0", manufacturerName: "HEIMAN" }],
model: "HS2IRC",
vendor: "Heiman",
description: "Smart IR Control",
extend: [(0, heiman_1.addCustomClusterHeimanSpecificInfraRedRemote)()],
fromZigbee: [fzLocal.heiman_ir_remote],
toZigbee: [tzLocal.heiman_ir_remote],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["heimanSpecificInfraRedRemote"]);
},
},
{
zigbeeModel: ["HS2SW1L-EF-3.0", "HS2SW1L-EFR-3.0", "HS2SW1A-N", "HS6SW1A-W-EF-3.0", "HS5SW1A-W-EF-3.0"],
fingerprint: [
{ modelID: "HS2SW1A-EF-3.0", manufacturerName: "HEIMAN" },
{ modelID: "HS2SW1A-EFR-3.0", manufacturerName: "HEIMAN" },
],
model: "HS2SW1A/HS2SW1A-N",
vendor: "Heiman",
description: "Smart switch - 1 gang with neutral wire",
fromZigbee: [fz.on_off, fz.device_temperature],
toZigbee: [tz.on_off],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genOnOff", "genDeviceTempCfg"]);
await reporting.onOff(endpoint);
await reporting.deviceTemperature(endpoint);
},
exposes: [e.switch(), e.device_temperature()],
},
{
zigbeeModel: ["HS2SW2L-EF-3.0", "HS2SW2L-EFR-3.0", "HS2SW2A-N", "HS6SW2A-W-EF-3.0", "HS5SW2A-W-EF-3.0", "RT0102"],
fingerprint: [
{ modelID: "HS2SW2A-EF-3.0", manufacturerName: "HEIMAN" },
{ modelID: "HS2SW2A-EFR-3.0", manufacturerName: "HEIMAN" },
],
model: "HS2SW2A/HS2SW2A-N",
vendor: "Heiman",
description: "Smart switch - 2 gang with neutral wire",
fromZigbee: [fz.on_off, fz.device_temperature],
toZigbee: [tz.on_off],
endpoint: (device) => {
return { left: 1, right: 2 };
},
meta: { multiEndpoint: true },
configure: async (device, coordinatorEndpoint) => {
await reporting.bind(device.getEndpoint(1), coordinatorEndpoint, ["genOnOff", "genDeviceTempCfg"]);
await reporting.bind(device.getEndpoint(2), coordinatorEndpoint, ["genOnOff"]);
await reporting.deviceTemperature(device.getEndpoint(1));
},
exposes: [e.switch().withEndpoint("left"), e.switch().withEndpoint("right"), e.device_temperature()],
},
{
zigbeeModel: ["HS2SW3L-EF-3.0", "HS2SW3L-EFR-3.0", "HS2SW3A-N", "HS6SW3A-W-EF-3.0", "HS5SW3A-W-EF-3.0"],
fingerprint: [
{ modelID: "HS2SW3A-EF-3.0", manufacturerName: "HEIMAN" },
{ modelID: "HS2SW3A-EFR-3.0", manufacturerName: "HEIMAN" },
],
model: "HS2SW3A/HS2SW3A-N",
vendor: "Heiman",
description: "Smart switch - 3 gang with neutral wire",
fromZigbee: [fz.on_off, fz.device_temperature],
toZigbee: [tz.on_off],
endpoint: (device) => {
return { left: 1, center: 2, right: 3 };
},
meta: { multiEndpoint: true },
configure: async (device, coordinatorEndpoint) => {
await reporting.bind(device.getEndpoint(1), coordinatorEndpoint, ["genOnOff", "genDeviceTempCfg"]);
await reporting.bind(device.getEndpoint(2), coordinatorEndpoint, ["genOnOff"]);
await reporting.bind(device.getEndpoint(3), coordinatorEndpoint, ["genOnOff"]);
await reporting.deviceTemperature(device.getEndpoint(1));
},
exposes: [e.switch().withEndpoint("left"), e.switch().withEndpoint("center"), e.switch().withEndpoint("right"), e.device_temperature()],
},
{
zigbeeModel: ["RelayModule-EF-3.0"],
model: "HS1RM-E",
vendor: "Heiman",
description: "Smart relay module - 2 gang with neutral wire",
exposes: [],
extend: [
heimanExtend.heimanClusterSpecial(),
m.deviceEndpoints({ endpoints: { l1: 1, l2: 2 } }),
m.onOff({ endpointNames: ["l1", "l2"] }),
m.identify(),
m.numeric({
name: "device_intenal_temperature",
cluster: "genDeviceTempCfg",
attribute: "currentTemperature",
description: "Temperature of the device",
unit: "°C",
access: "STATE_GET",
entityCategory: "diagnostic",
}),
m.enumLookup({
name: "switch_type_l1",
endpointName: "l1",
lookup: { toggle: 0, momentary: 1 },
cluster: "heimanClusterSpecial",
attribute: "switchType",
description: "Switch input type for l1.",
access: "ALL",
}),
m.enumLookup({
name: "switch_type_l2",
endpointName: "l2",
lookup: { toggle: 0, momentary: 1 },
cluster: "heimanClusterSpecial",
attribute: "switchType",
description: "Switch input type for l2.",
access: "ALL",
}),
m.enumLookup({
name: "switch_actions_l1",
endpointName: "l1",
lookup: { on_off: 0, off_on: 1, toggle: 2 },
cluster: "genOnOffSwitchCfg",
attribute: "switchActions",
description: "Actions for switch 1",
}),
m.enumLookup({
name: "switch_actions_l2",
endpointName: "l2",
lookup: { on_off: 0, off_on: 1, toggle: 2 },
cluster: "genOnOffSwitchCfg",
attribute: "switchActions",
description: "Actions for switch 2",
}),
],
configure: async (device, coordinatorEndpoint) => {
const endpoint1 = device.getEndpoint(1);
const endpoint2 = device.getEndpoint(2);
await reporting.bind(endpoint1, coordinatorEndpoint, [
"genOnOff",
"genDeviceTempCfg",
"genOnOffSwitchCfg",
"heimanClusterSpecial",
"haDiagnostic",
]);
await reporting.bind(endpoint2, coordinatorEndpoint, ["genOnOff", "genOnOffSwitchCfg", "heimanClusterSpecial"]);
await endpoint1.read("genDeviceTempCfg", ["currentTemperature"]);
await endpoint1.read("genOnOff", ["onOff", "startUpOnOff"]);
await endpoint2.read("genOnOff", ["onOff", "startUpOnOff"]);
await endpoint1.read("genOnOffSwitchCfg", ["switchActions"]);
await endpoint2.read("genOnOffSwitchCfg", ["switchActions"]);
await endpoint1.read("heimanClusterSpecial", ["switchType"]);
await endpoint2.read("heimanClusterSpecial", ["switchType"]);
await endpoint1.read("haDiagnostic", ["lastMessageLqi", "lastMessageRssi"]);
},
},
{
zigbeeModel: ["TemperLight"],
model: "HS2WDS",
vendor: "Heiman",
description: "LED 9W CCT E27",
extend: [m.light({ colorTemp: { range: [153, 370] } })],
},
{
zigbeeModel: ["ColorLight"],
model: "HS1RGB",
vendor: "Heiman",
description: "Bulb E26/E27, RGB+WW 2700K, globe, opal, 400lm",
extend: [m.light({ colorTemp: { range: [275, 295] }, color: { modes: ["xy", "hs"], enhancedHue: true } })],
meta: { applyRedFix: true, turnsOffAtBrightness1: true },
},
{
zigbeeModel: ["CurtainMo-EF-3.0", "CurtainMo-EF"],
model: "HS2CM-N-DC",
vendor: "Heiman",
description: "Gear window shade motor",
fromZigbee: [fz.cover_position_via_brightness],
toZigbee: [tz.cover_via_brightness],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genLevelCtrl", "genPowerCfg"]);
await reporting.brightness(endpoint);
},
exposes: [e.cover_position().setAccess("state", ea.ALL)],
},
{
zigbeeModel: ["PIR_TPV16"],
model: "HS1MS-M",
vendor: "Heiman",
description: "Smart motion sensor",
fromZigbee: [fz.ias_occupancy_alarm_1],
toZigbee: [],
exposes: [e.occupancy(), e.battery_low(), e.tamper()],
},
{
zigbeeModel: ["TY0202"],
model: "HS1MS-EF",
vendor: "Heiman",
description: "Smart motion sensor",
fromZigbee: [fz.ias_occupancy_alarm_1],
toZigbee: [],
exposes: [e.occupancy(), e.battery_low(), e.tamper()],
},
{
zigbeeModel: ["HS9MS-E"],
model: "HS9MS-E",
vendor: "Heiman",
description: "Smart motion sensor",
fromZigbee: [fzLocal.heimanClusterSpecialfz],
toZigbee: [],
exposes: [],
extend: [
m.iasZoneAlarm({ zoneType: "occupancy", zoneAttributes: ["alarm_1", "tamper", "battery_low"] }),
m.battery(),
heimanExtend.heimanClusterSpecial(),
heimanExtend.heimanClusterSensorTestTrigger(),
heimanExtend.heimanClusterSensorActiveTrigger(),
heimanExtend.heimanClusterLegacyIlluminanceExtend(),
heimanExtend.heimanClusterSensorWifiExposure(),
m.numeric({
name: "picture_quantity",
unit: "",
scale: 1,
valueMin: 1,
valueMax: 20,
cluster: "heimanClusterSpecial",
attribute: "pictureQuantity",
description: "picture quantity",
access: "ALL",
}),
m.numeric({
name: "picture_quality",
unit: "",
scale: 1,
valueMin: 0,
valueMax: 100,
cluster: "heimanClusterSpecial",
attribute: "pictureQuality",
description: "picture quality",
access: "ALL",
}),
m.numeric({
name: "mcu_software_version",
unit: "",
scale: 1,
valueMin: 0,
valueMax: 255,
cluster: "heimanClusterSpecial",
attribute: "mcuSoftwareVersion",
description: "version of mcu",
access: "STATE_GET",
}),
m.numeric({
name: "illuminance_threshold",
unit: "Lx",
scale: 1,
valueMin: 0,
valueMax: 1000,
cluster: "heimanClusterSpecial",
attribute: "illuminanceThreshold",
description: "when the illuminance exceeds the threshold, it activates local linkages.",
access: "ALL",
}),
m.binary({
name: "sensor_armed",
valueOn: ["Armed", 1],
valueOff: ["Disarmed", 0],
cluster: "heimanClusterSpecial",
attribute: "sensorArmed",
description: "armed",
access: "ALL",
}),
m.enumLookup({
name: "pir_sensitivity_level",
lookup: { disabled: 0, low: 1, medium: 2, high: 3 },
cluster: "heimanClusterSpecial",
attribute: "sensorSensitivityLevel",
description: "The sensitivity of PIR Sensor",
access: "ALL",
}),
m.enumLookup({
name: "wifi_status",
lookup: { unconfigurated: 0, unconnected: 1, connected: 2, connection_timeout: 3 },
cluster: "heimanClusterSpecial",
attribute: "wifiStatus",
description: "wifi status",
access: "STATE_GET",
}),
m.enumLookup({
name: "wifi_candidate_status",
lookup: { unconfigurated: 0, unconnected: 1, connected: 2, connection_timeout: 3 },
cluster: "heimanClusterSpecial",
attribute: "wifiCandidateStatus",
description: "wifi candidate status",
access: "STATE_GET",
}),
m.enumLookup({
name: "server_status",
lookup: { unconfigurated: 0, unconnected: 1, connected: 2, api_timeout: 3 },
cluster: "heimanClusterSpecial",
attribute: "serverStatus",
description: "server status",
access: "STATE_GET",
}),
m.enumLookup({
name: "server_candidate_status",
lookup: { unconfigurated: 0, unconnected: 1, connected: 2, api_timeout: 3 },
cluster: "heimanClusterSpecial",
attribute: "serverCandidateStatus",
description: "server candidate status",
access: "STATE_GET",
}),
m.enumLookup({
name: "camera_ready",
lookup: { unavailable: 0, low_power: 1, normal: 2, advanced: 3 },
cluster: "heimanClusterSpecial",
attribute: "cameraReady",
description: "wifi candidate status",
access: "STATE_GET",
}),
m.numeric({
name: "wifi_rssi",
unit: "",
scale: 1,
valueMin: -127,
valueMax: 127,
cluster: "heimanClusterSpecial",
attribute: "wifiRssi",
description: "wifi rssi",
access: "ALL",
}),
],
},
{
fingerprint: [{ modelID: "DoorBell-EM", manufacturerName: "HEIMAN" }],
model: "HS2DB",
vendor: "Heiman",
description: "Smart doorbell button",
fromZigbee: [fz.battery, fzLocal.heiman_doorbell_button],
toZigbee: [],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg"]);
await reporting.batteryPercentageRemaining(endpoint);
},
exposes: [e.battery(), e.action(["pressed"]), e.battery_low(), e.tamper()],
},
{
fingerprint: [{ modelID: "DoorBell-EF-3.0", manufacturerName: "HEIMAN" }],
model: "HS2SS-E_V03",
vendor: "Heiman",
description: "Smart doorbell button",
fromZigbee: [fz.battery, fzLocal.heiman_doorbell_button],
toZigbee: [],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg"]);
await reporting.batteryPercentageRemaining(endpoint);
},
exposes: [e.battery(), e.action(["pressed"]), e.battery_low(), e.tamper()],
},
{
zigbeeModel: ["HS3AQ-EFA-3.0"],
model: "HS3AQ",
vendor: "Heiman",
description: "Smart air quality monitor",
fromZigbee: [fz.co2, fz.humidity, fz.battery, fz.temperature],
toZigbee: [],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["msRelativeHumidity", "genPowerCfg", "msTemperatureMeasurement", "msCO2"]);
await reporting.batteryPercentageRemaining(endpoint);
await reporting.temperature(endpoint, { min: 1, max: constants.repInterval.MINUTES_5, change: 10 }); // 0.1 degree change
await reporting.humidity(endpoint, { min: 1, max: constants.repInterval.MINUTES_5, change: 10 }); // 0.1 % change
await reporting.co2(endpoint, { min: 5, max: constants.repInterval.MINUTES_5, change: 0.00005 }); // 50 ppm change
},
exposes: [e.co2(), e.battery(), e.humidity(), e.temperature()],
extend: [m.writeTimeDaily({ endpointId: 1 })],
},
{
zigbeeModel: ["RouteLight-EF-3.0"],
model: "HS2RNL",
vendor: "Heiman",
description: "Smart repeater & night light",
fromZigbee: [fz.on_off, fz.battery],
toZigbee: [tz.on_off],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg", "genOnOff", "genLevelCtrl"]);
await reporting.onOff(endpoint); // switch the night light on/off
await reporting.batteryPercentageRemaining(endpoint); // internal backup battery in case of power outage
},
exposes: [e.switch(), e.battery()],
},
{
zigbeeModel: ["PIR_TPV12"],
model: "PIR_TPV12",
vendor: "Heiman",
description: "Motion sensor",
extend: [
m.battery({ voltageToPercentage: { min: 2500, max: 3000 }, voltage: true }),
m.iasZoneAlarm({ zoneType: "occupancy", zoneAttributes: ["alarm_1", "tamper", "battery_low"] }),
],
},
{
zigbeeModel: ["HS15A-M"],
model: "HS15A-M",
vendor: "Heiman",
description: "Smart smoke alarm relabeled for zipato",
extend: [m.iasZoneAlarm({ zoneType: "smoke", zoneAttributes: ["alarm_1", "tamper", "battery_low"] }), m.battery(), m.iasWarning()],
},
{
zigbeeModel: ["HS2FD-EF1-3.0"],
model: "HS2FD-EF1-3.0",
vendor: "Heiman",
description: "Fall Detection Sensor",
extend: [
// m.occupancy(),
heimanExtend.heimanClusterRadar(),
heimanExtend.heimanClusterRadarActiveIndicatorExtend(),
heimanExtend.heimanClusterRadarSubRegionEnableExtend(),
heimanExtend.heimanClusterRadarSenseExtend(),
heimanExtend.heimanClusterRadarCellMountedTableExtend(),
heimanExtend.heimanClusterRadarWallMountedTableExtend(),
heimanExtend.heimanClusterRadarSubRegionIsolationTableExtend(),
heimanExtend.sensitivity({
lookup: { Off: 0, LowSensitivity: 1, HighSensitivity: 2 },
description: "0: Off, 1: Low sensitivity, 2: High sensitivity",
}),
m.enumLookup({
name: "installation_method",
lookup: { WallMounted: 0, Ceiling: 1, RotateCeiling45: 2 },
cluster: "heimanClusterRadar",
attribute: "installationMethod",
description: "0: Wall-mounted, 1: Ceiling, 2: Rotate ceiling 45°",
access: "ALL",
}),
],
fromZigbee: [fz.identify],
toZigbee: [],
ota: true,
exposes: [],
configure: async (device, coordinatorEndpoint, logger) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["msOccupancySensing", "heimanClusterRadar"]);
await reporting.occupancy(endpoint);
await endpoint.read("heimanClusterRadar", [
"cellMountedTable",
"wallMountedTable",
"subRegionIsolationTable",
]);
},
endpoint: (device) => ({ default: 1 }),
},
{
zigbeeModel: ["HS8OS-EF1-3.0"],
model: "HS8OS-EF1-3.0",
vendor: "Heiman",
description: "Human presence sensor",
extend: [
m.occupancy(),
heimanExtend.heimanClusterRadar(),
heimanExtend.heimanClusterRadarActiveIndicatorExtend(),
heimanExtend.heimanClusterRadarSensitivityExtend(),
heimanExtend.heimanClusterLegacyIlluminanceExtend(),
m.numeric({
name: "radar_delay_time",
cluster: "msOccupancySensing",
attribute: { ID: 0x0020, type: 0x21 },
description: "Occupied to unoccupied delay",
valueMin: 60,
valueMax: 3600,
access: "ALL",
}),
],
fromZigbee: [],
toZigbee: [],
ota: true,
exposes: [],
configure: async (device, coordinatorEndpoint, logger) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, [
"msOccupancySensing",
"msIlluminanceMeasurement",
"heimanClusterRadar",
"haDiagnostic",
]);
await endpoint.read("msIlluminanceMeasurement", ["measuredValue"]);
await endpoint.read("msOccupancySensing", ["ultrasonicOToUDelay"]);
await endpoint.read("heimanClusterRadar", ["enableIndicator", "sensitivity"], {
manufacturerCode: zigbee_herdsman_1.Zcl.ManufacturerCode.HEIMAN_TECHNOLOGY_CO_LTD,
});
},
endpoint: (device) => ({ default: 1 }),
},
{
zigbeeModel: ["HS8MIS-EF1-3.0"],
model: "HS8MIS-EF1-3.0",
vendor: "Heiman",
description: "PIR sensor",
extend: [
m.occupancy(),
heimanExtend.heimanClusterRadar(),
heimanExtend.heimanClusterRadarActiveIndicatorExtend(),
heimanExtend.heimanClusterLegacyIlluminanceExtend(),
heimanExtend.radarDelayTime(),
heimanExtend.sensitivity(),
],
ota: true,
configure: async (device, coordinatorEndpoint, logger) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, [
"msOccupancySensing",
"msIlluminanceMeasurement",
"heimanClusterRadar",
"haDiagnostic",
]);
await endpoint.read("msIlluminanceMeasurement", ["measuredValue"]);
await endpoint.read("msOccupancySensing", ["ultrasonicOToUDelay"]);
await endpoint.read("heimanClusterRadar", ["enableIndicator", "sensitivity"], {
manufacturerCode: zigbee_herdsman_1.Zcl.ManufacturerCode.HEIMAN_TECHNOLOGY_CO_LTD,
});
},
endpoint: (device) => ({ default: 1 }),
},
{
zigbeeModel: ["HS8MIS-86-EF1-3.0"],
model: "HS8MLS-EF1-3.0",
vendor: "Heiman",
description: "PIR sensor with night light",
extend: [
m.occupancy(),
m.onOff(),
heimanExtend.heimanClusterRadar(),
heimanExtend.heimanClusterRadarActiveIndicatorExtend(),
heimanExtend.heimanClusterLegacyIlluminanceExtend(),
heimanExtend.radarDelayTime(),
heimanExtend.sensitivity(),
],
ota: true,
configure: async (device, coordinatorEndpoint, logger) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, [
"msOccupancySensing",
"msIlluminanceMeasurement",
"heimanClusterRadar",
"haDiagnostic",
]);
await endpoint.read("msIlluminanceMeasurement", ["measuredValue"]);
await endpoint.read("msOccupancySensing", ["ultrasonicOToUDelay"]);
await endpoint.read("heimanClusterRadar", ["enableIndicator", "sensitivity"], {
manufacturerCode: zigbee_herdsman_1.Zcl.ManufacturerCode.HEIMAN_TECHNOLOGY_CO_LTD,
});
},
endpoint: (device) => ({ default: 1 }),
},
{
fingerprint: [{ modelID: "HS2AQ-EF-3.0", manufacturerName: "HEIMAN" }],
model: "HS2AQ-EF-3.0",
vendor: "Heiman",
description: "Air quality monitor",
extend: [
(0, heiman_1.addCustomClusterHeimanSpecificAirQualityShort)(),
m.battery(),
m.humidity(),
m.enumLookup({
name: "charging_status",
lookup: { NotCharged: 0, Charging: 1, FullyCharged: 2 },
cluster: "heimanSpecificAirQuality",
attribute: "batteryState",
description: "Current charging status",
access: "STATE_GET",
}),
],
fromZigbee: [fz.temperature, fz.pm25, fzLocal.heiman_hcho, fzLocal.heiman_air_quality],
toZigbee: [],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
const heiman = {
configureReporting: {
pm25MeasuredValue: async (endpoint, overrides) => {
const payload = reporting.payload({ ID: 0x0000, type: zigbee_herdsman_1.Zcl.DataType.UINT16 }, 0, constants.repInterval.HOUR, 1, overrides);
await endpoint.configureReporting("pm25Measurement", payload);
},
formAldehydeMeasuredValue: async (endpoint, overrides) => {
const payload = reporting.payload({ ID: 0x0000, type: zigbee_herdsman_1.Zcl.DataType.UINT16 }, 0, constants.repInterval.HOUR, 1, overrides);
await endpoint.configureReporting("msFormaldehyde", payload);
},
batteryState: async (endpoint, overrides) => {
const payload = reporting.payload("batteryState", 0, constants.repInterval.HOUR, 1, overrides);
await endpoint.configureReporting("heimanSpecificAirQuality", payload);
},
pm10measuredValue: async (endpoint, overrides) => {
const payload = reporting.payload("pm10measuredValue", 0, constants.repInterval.HOUR, 1, overrides);
await endpoint.configureReporting("heimanSpecificAirQuality", payload);
},
aqiMeasuredValue: async (endpoint, overrides) => {
const payload = reporting.payload("aqiMeasuredValue", 0, constants.repInterval.HOUR, 1, overrides);
await endpoint.configureReporting("heimanSpecificAirQuality", payload);
},
},
};
await reporting.bind(endpoint, coordinatorEndpoint, [
"genTime",
"msTemperatureMeasurement",
"pm25Measurement",
"msFormaldehyde",
"heimanSpecificAirQuality",
]);
await reporting.temperature(endpoint);
await heiman.configureReporting.pm25MeasuredValue(endpoint);
await heiman.configureReporting.formAldehydeMeasuredValue(endpoint);
await heiman.configureReporting.batteryState(endpoint);
await heiman.configureReporting.pm10measuredValue(endpoint);
await heiman.configureReporting.aqiMeasuredValue(endpoint);
await endpoint.read("msTemperatureMeasurement", ["measuredValue"]);
await endpoint.read("pm25Measurement", ["measuredValue"]);
await endpoint.read("msFormaldehyde", ["measuredValue"]);
await endpoint.read("heimanSpecificAirQuality", [
"batteryState",
"pm10measuredValue",
"aqiMeasuredValue",
]);
// Bug Heiman
const time = Math.round((Date.now() - constants.OneJanuary2000) / 1000);
await endpoint.write("genTime", {
timeStatus: 3,
time,
timeZone: new Date().getTimezoneOffset() * -1 * 60,
});
},
exposes: [e.temperature(), e.pm25(), e.hcho(), e.aqi(), e.pm10()],
},
{
zigbeeModel: ["HS1SA-EF-3.0", "HS1SA-E-PLUS"],
model: "HS1SA-E-PLUS",
vendor: "Heiman",
description: "Smart smoke alarm",
fromZigbee: [fz.ias_smoke_alarm_1, fz.battery, fzLocal.heimanClusterSpecialfz],
toZigbee: [tz.warning],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg", "heimanClusterSpecial"]);
await reporting.batteryPercentageRemaining(endpoint);
await endpoint.read("ssIasZone", ["zoneStatus", "zoneState", "iasCieAddr", "zoneId"]);
await endpoint.read("msTemperatureMeasurement", ["measuredValue"]);
await endpoint.read("heimanClusterSpecial", [
"sensorFaultState",
"deviceMuteControl",
"deviceMuteState",
"indicatorLightLevelControlOf1",
"interconnectable",
"smokeConcentrationLevel",
"smokeChamberContaminationLevel",
"smokeConcentationUnit",
"rebootedCount",
"rejoinedCount",
"reportedPackages",
"temperatureOffset",
], {
manufacturerCode: zigbee_herdsman_1.Zcl.ManufacturerCode.HEIMAN_TECHNOLOGY_CO_LTD,
});
},
exposes: [],
extend: [
m.battery(),
m.identify(),
m.temperature(),
m.iasZoneAlarm({ zoneType: "smoke", zoneAttributes: ["alarm_1", "battery_low", "test"] }),
heimanExtend.heimanClusterSpecial(),
heimanExtend.heimanClusterSensorFaultState(),
heimanExtend.heimanClusterDeviceMuteState(),
heimanExtend.iasZoneInitiateTestMode(),
heimanExtend.heimanClusterSensorMutable(),
heimanExtend.heimanClusterIndicatorLight(),
heimanExtend.heimanClusterSensorInterconnectable(),
heimanExtend.smokeConcentrationLevel(),
heimanExtend.smokeConcentationUnit(),
heimanExtend.smokeChamberContaminationLevel(),
heimanExtend.linkAvailable(),
heimanExtend.sirenForAutomationOnly(),
heimanExtend.temperatureOffset(),
heimanExtend.reportedPackages(),
heimanExtend.rejoinedCount(),
heimanExtend.rebootedCount(),
],
ota: true,
},
{
zigbeeModel: ["S1-TL"],
model: "S1-TL",
vendor: "Heiman",
description: "Smart smoke alarm",
fromZigbee: [fzLocal.heimanClusterSpecialfz],
toZigbee: [tz.warning],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
const endpoint2 = device.getEndpoint(2);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg", "heimanClusterSpecial"]);
await reporting.batteryPercentageRemaining(endpoint);
await endpoint.read("ssIasZone", ["zoneStatus", "zoneState", "iasCieAddr", "zoneId"]);
await endpoint.read("msTemperatureMeasurement", ["measuredValue"]);
await endpoint.read("heimanClusterSpecial", [
"sensorFaultState",
"deviceMuteControl",
"deviceMuteState",
"sensorPrealarmState",
"indicatorLightLevelControlOf1",
"interconnectable",
"smokeConcentrationLevel",
"smokeChamberContaminationLevel",
"smokeConcentationUnit",
"rebootedCount",
"rejoinedCount",
"reportedPackages",
"humidityOffset",
"temperatureOffset",
"shieldingSensorDetection",
], {
manufacturerCode: zigbee_herdsman_1.Zcl.ManufacturerCode.HEIMAN_TECHNOLOGY_CO_LTD,
});
await endpoint2.read("msRelativeHumidity", ["measuredValue"]);
},
exposes: [],
extend: [
m.battery(),
m.identify(),
m.temperature({ reporting: { min: 10, max: 3600, change: 200 } }),
m.humidity({ reporting: { min: 10, max: 3600, change: 500 } }),
m.iasZoneAlarm({ zoneType: "smoke", zoneAttributes: ["alarm_1", "battery_low", "test"] }),
heimanExtend.heimanClusterSpecial(),
m.enumLookup({
name: "alarm_state",
lookup: { normal: 0, prealarm: 1, alarmed: 2, critical_alarm: 3 },
cluster: "heimanClusterSpecial",
attribute: "sensorPrealarmState",
description: "It indicates the level of alarm states",
access: "STATE_GET",
}),
heimanExtend.heimanClusterSensorFaultState(),
heimanExtend.heimanClusterDeviceMuteState(),
heimanExtend.iasZoneInitiateTestMode(),
heimanExtend.heimanClusterSensorMutable(),
heimanExtend.heimanClusterIndicatorLight(),
heimanExtend.heimanClusterSensorInterconnectable(),
heimanExtend.smokeConcentrationLevel(),
heimanExtend.smokeConcentationUnit(),
heimanExtend.smokeChamberContaminationLevel(),
heimanExtend.linkAvailable(),
heimanExtend.sirenForAutomationOnly(),
heimanExtend.shieldingSensorDetection(),
heimanExtend.temperatureOffset(),
heimanExtend.humidityOffset(),
heimanExtend.reportedPackages(),
heimanExtend.rejoinedCount(),
heimanExtend.rebootedCount(),
],
ota: true,
},
{
zigbeeModel: ["HM-722ESY-E-PLUS"],
model: "HM-722ESY-E Plus",
vendor: "Heiman",
description: "Smart carbon monoxide alarm",
fromZigbee: [fzLocal.heimanClusterSpecialfz],
toZigbee: [tz.warning],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg", "heimanClusterSpecial"]);
await reporting.batteryPercentageRemaining(endpoint);
await endpoint.read("ssIasZone", ["zoneStatus", "zoneState", "iasCieAddr", "zoneId"]);
await endpoint.read("msTemperatureMeasurement", ["measuredValue"]);
await endpoint.read("msCarbonMonoxide", ["measuredValue"]);
await endpoint.read("heimanClusterSpecial", [
"sensorFaultState",
"deviceMuteControl",
"deviceMuteState",
"indicatorLightLevelControlOf1",
"interconnectable",
"smokeConcentrationLevel",
"smokeChamberContaminationLevel",
"smokeConcentationUnit",
"temperatureOffset",
"sensorLifeState",
"sensorPrealarmState",
"sensorPreheatingState",
"rebootedCount",
"rejoinedCount",
"reportedPackages",
], {
manufacturerCode: zigbee_herdsman_1.Zcl.ManufacturerCode.HEIMAN_TECHNOLOGY_CO_LTD,
});
},
exposes: [],
extend: [
m.battery(),
m.identify(),
m.temperature(),
m.iasZoneAlarm({ zoneType: "carbon_monoxide", zoneAttributes: ["alarm_1", "battery_low", "test"] }),
m.numeric({
name: "co",
unit: "ppm",
valueMin: 0,
valueMax: 900,
cluster: "msCarbonMonoxide",
attribute: "measuredValue",
description: "The measured CO level",
access: "STATE_GET",
scale: 0.000001,
reporting: { min: "1_SECOND", max: "4_HOURS", change: 0.00001 },
}),
m.enumLookup({
name: "endoflife",
lookup: { normal: 0, expires_soon: 1, expired: 2 },
cluster: "heimanClusterSpecial",
attribute: "sensorLifeState",
description: "It indicates if the sensor expired",
access: "STATE_GET",
}),
m.enumLookup({
name: "alarm_state",
lookup: { normal: 0, prealarm: 1, warning_alarm: 2, critical_alarm: 3 },
cluster: "heimanClusterSpecial",
attribute: "sensorPrealarmState",
description: "It indicates the level of alarm states",
access: "STATE_GET",
}),
m.enumLookup({
name: "preheating",
lookup: { normal: 0, preheating: 1 },
cluster: "heimanClusterSpecial",
attribute: "sensorPreheatingState",
description: "It indicates if the sensor is under preheating status",
access: "STATE_GET",
}),
heimanExtend.heimanClusterSpecial(),
heimanExtend.heimanClusterSensorFaultState(),
heimanExtend.heimanClusterDeviceMuteState(),
heimanExtend.iasZoneInitiateTestMode(),
heimanExtend.heimanClusterSensorMutable(),
heimanExtend.heimanClusterIndicatorLight(),
heimanExtend.heimanClusterSensorInterconnectable(),
heimanExtend.linkAvailable(),
heimanExtend.sirenForAutomationOnly(),
heimanExtend.temperatureOffset(),
heimanExtend.reportedPackages(),
heimanExtend.rejoinedCount(),
heimanExtend.rebootedCount(),
],
ota: true,
},
{
zigbeeModel: ["HS1CA-E-PLUS"],
model: "HS1CA-E-PLUS",
vendor: "Heiman",
description: "Smart carbon monoxide alarm",
version: "0.0.1",
fromZigbee: [fzLocal.heimanClusterSpecialfz],
toZigbee: [tz.warning],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg", "heimanClusterSpecial"]);
await reporting.batteryPercentageRemaining(endpoint);
await endpoint.read("ssIasZone", ["zoneStatus", "zoneState", "iasCieAddr", "zoneId"]);
await endpoint.read("msTemperatureMeasurement", ["measuredValue"]);
await endpoint.read("msCarbonMonoxide", ["measuredValue"]);
await endpoint.read("heimanClusterSpecial", [
"sensorFaultState",
"deviceMuteControl",
"deviceMuteState",
"indicatorLightLevelControlOf1",
"interconnectable",
"temperatureOffset",
"sensorLifeState",
"sensorPrealarmState",
"sensorPreheatingState",
"rebootedCount",
"rejoinedCount",
"reportedPackages",
], {
manufacturerCode: zigbee_herdsman_1.Zcl.ManufacturerCode.HEIMAN_TECHNOLOGY_CO_LTD,
});
},
exposes: [],
extend: [
m.battery(),
m.identify(),
m.temperature(),
m.iasZoneAlarm({ zoneType: "carbon_monoxide", zoneAttributes: ["alarm_1", "battery_low", "test"] }),
m.numeric({
name: "co",
unit: "ppm",
valueMin: 0,
valueMax: 900,
cluster: "msCarbonMonoxide",
attribute: "measuredValue",
description: "The measured CO level",
access: "STATE_GET",
scale: 0.000001,
reporting: { min: "1_SECOND", max: "4_HOURS", change: 0.00001 },
}),
m.enumLookup({
name: "endoflife",
lookup: { normal: 0, expires_soon: 1, expired: 2 },
cluster: "heimanClusterSpecial",
attribute: "sensorLifeState",
description: "It indicates if the sensor expired",
access: "STATE_GET",
}),
m.enumLookup({
name: "alarm_state",
lookup: { normal: 0, prealarm: 1, warning_alarm: 2, critical_alarm: 3 },
cluster: "heimanClusterSpecial",
attribute: "sensorPrealarmState",
description: "It indicates the level of alarm states",
access: "STATE_GET",
}),
m.enumLookup({
name: "preheating",
lookup: { normal: 0, preheating: 1 },
cluster: "heimanClusterSpecial",
attribute: "sensorPreheatingState",
description: "It indicates if the sensor is under preheating status",
access: "STATE_GET",
}),
heimanExtend.heimanClusterSpecial(),
heimanExtend.heimanClusterSensorFaultState(),
heimanExtend.heimanClusterDeviceMuteState(),
heimanExtend.iasZoneInitiateTestMode(),
heimanExtend.heimanClusterSensorMutable(),
heimanExtend.heimanClusterIndicatorLight(),
heimanExtend.heimanClusterSensorInterconnectable(),
heimanExtend.sirenForAutomationOnly(),
heimanExtend.temperatureOffset(),
heimanExtend.linkAvailable(),
heimanExtend.reportedPackages(),
heimanExtend.rejoinedCount(),
heimanExtend.rebootedCount(),
],
ota: true,
},
{
zigbeeModel: ["Smokesensor-EF2-3.0"],
model: "HS1SA-E Lover",
vendor: "Heiman",
description: "Smart smoke alarm",
fromZigbee: [fzLocal.heimanClusterSpecialfz],
toZigbee: [tz.warning],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg", "heimanClusterSpecial"]);
await reporting.batteryPercentageRemaining(endpoint);
await endpoint.read("ssIasZone", ["zoneStatus", "zoneState", "iasCieAddr", "zoneId"]);
await endpoint.read("heimanClusterSpecial", ["sensorFaultState", "deviceMuteControl", "deviceMuteState", "rebootedCount", "rejoinedCount", "reportedPackages"], {
manufacturerCode: zigbee_herdsman_1.Zcl.ManufacturerCode.HEIMAN_TECHNOLOGY_CO_LTD,
});
},
exposes: [],
extend: [
m.battery(),
m.identify(),
m.iasZoneAlarm({ zoneType: "smoke", zoneAttributes: ["alarm_1", "battery_low", "test", "trouble"] }),
heimanExtend.heimanClusterSpecial(),
heimanExtend.iasZoneInitiateTestMode(),
heimanExtend.iasWarningDeviceMute(),
heimanExtend.sirenForAutomationOnly({
lookup: { stop: 0, smoke_siren: 1 },
}),
heimanExtend.reportedPackages(),
heimanExtend.rejoinedCount(),
heimanExtend.rebootedCount(),
],
ota: true,
},
{
zigbeeModel: ["HM-636THV-AC-M"],
model: "HM-636THV-AC-M",
vendor: "Heiman",
description: "Smart smoke&CO alarm",
fromZigbee: [fzLocal.heimanClusterSpecialfz],
toZigbee: [tz.warning],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg", "heimanClusterSpecial"]);
await reporting.batteryPercentageRemaining(endpoint);
await endpoint.read("ssIasZone", ["zoneStatus", "zoneState", "iasCieAddr", "zoneId"]);
await endpoint.read("msTemperatureMeasurement", ["measuredValue"]);
await endpoint.read("msRelativeHumidity", ["measuredValue"]);
await endpoint.read("msCarbonMonoxide", ["measuredValue"]);
await endpoint.read("heimanClusterSpecial", [
"sensorFaultState",
"deviceMuteControl",
"deviceMuteState",
"indicatorLightLevelControlOf1",
"interconnectable",
"smokeConcentrationLevel",
"smokeChamberContaminationLevel",
"smokeConcentationUnit",
"sensorLifeState",
"sensorPrealarmState",
"sensorPreheatingState",
"rebootedCount",
"rejoinedCount",
"reportedPackages",
"temperatureOffset",
], {
manufacturerCode: zigbee_herdsman_1.Zcl.ManufacturerCode.HEIMAN_TECHNOLOGY_CO_LTD,
});
},
exposes: [],
extend: [
m.battery(),
m.identify(),
m.temperature(),
m.humidity(),
m.iasZoneAlarm({ zoneType: "smoke", zoneAttributes: ["alarm_1", "battery_low", "test"] }),
m.numeric({
name: "co",
unit: "ppm",
valueMin: 0,
valueMax: 900,
cluster: "msCarbonMonoxide",
attribute: "measuredValue",
description: "The measured CO level",
access: "STATE_GET",
scale: 0.000001,
reporting: { min: "1_SECOND", max: "4_HOURS", change: 0.00001 },
}),
heimanExtend.heimanClusterSpecial(),
heimanExtend.heimanClusterSensorFaultState(),
heimanExtend.heimanClusterDeviceMuteState(),
heimanExtend.iasZoneInitiateTestMode(),
heimanExtend.heimanClusterSensorMutable(),
heimanExtend.heimanClusterIndicatorLight(),
heimanExtend.heimanClusterSensorInterconnectable(),
heimanExtend.smokeConcentrationLevel(),
heimanExtend.smokeConcentationUnit(),
heimanExtend.smokeChamberContaminationLevel(),
heimanExtend.linkAvailable(),
heimanExtend.sirenForAutomationOnly(),
heimanExtend.temperatureOffset(),
m.enumLookup({
name: "preheating",
lookup: { normal: 0, preheating: 1 },
cluster: "heimanClusterSpecial",
attribute: "sensorPreheatingState",
description: "It indicates if the sensor is under preheating status",
access: "STATE_GET",
}),
m.enumLookup({
name: "endoflife",
lookup: { normal: 0, expires_soon: 1, expired: 2 },
cluster: "heimanClusterSpecial",
attribute: "sensorLifeState",
description: "It indicates if the sensor expired",
access: "STATE_GET",
}),
m.enumLookup({
name: "alarm_state",
lookup: { normal: 0, prealarm: 1, warning_alarm: 2, critical_alarm: 3 },
cluster: "heimanClusterSpecial",
attribute: "sensorPrealarmState",
description: "It indicates the level of alarm states",
access: "STATE_GET",
}),
heimanExtend.reportedPackages(),
heimanExtend.rejoinedCount(),
heimanExtend.rebootedCount(),
],
ota: true,
},
{
zigbeeModel: ["WarningDevice-EFA1-3.0"],
model: "HS2WD-EF",
vendor: "Heiman",
description: "Smart siren",
fromZigbee: [fz.battery],
toZigbee: [tz.warning],
extend: [m.iasWarningMaxDuration()],
meta: { disableDefaultResponse: true },
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg"]);
await reporting.batteryPercentageRemaining(endpoint);
await endpoint.read("ssIasWd", ["maxDuration"]);
},
exposes: [
e.battery(),
e
.warning()
.removeFeature("strobe_level")
.removeFeature("mode")
.withFeature(e.enum("mode", ea.SET, ["stop", "burglar", "fire", "emergency"]).withDescription("Mode of the warning(sound effect)")),
],
ota: true,
},
{
zigbeeModel: ["M1-PE", "M1P-E"],
model: "M1P-E",
vendor: "Heiman",
description: "Smart occupancy sensor",
configure: async (device, cordinatorEndpoint) => {
const endpoint1 = device.getEndpoint(1);
const endpoint2 = device.getEndpoint(2);
await reporting.bind(endpoint1, cordinatorEndpoint, [
"genPowerCfg",
"msIlluminanceMeasurement",
"msOccupancySensing",
"heimanClusterSpecial",
]);
await endpoint1.read("genPowerCfg", ["batteryPercentageRemaining"]);
await endpoint1.read("msTemperatureMeasurement", ["measuredValue"]);
await endpoint1.read("msIlluminanceMeasurement", ["measuredValue"]);
await endpoint1.read("msOccupancySensing", ["occupancy", "pirOToUDelay"]);
await endpoint1.read("heimanClusterSpecial", [
"sensorFaultState",
"sensorSensitivityLevel",
"occupanySensorWorkMode",
"occupiedToOccupiedDuration",
"radarLearningState",
"radarDetectionTargetRange",
"occupanyControlOnOffIlluminanceThreshold",
"radarDetectionMinRange",
"radarDetectionMaxRange",
"humidityOffset",
"temperatureOffset",
"indicatorLightLevelControlOf1",
"rebootedCount",
"rejoinedCount",
"reportedPackages",
], {
manufacturerCode: zigbee_herdsman_1.Zcl.ManufacturerCode.HEIMAN_TECHNOLOGY_CO_LTD,
});
await endpoint2.read("msRelativeHumidity", ["measuredValue"]);
},
version: "0.0.1",
extend: [
m.battery(),
m.occupancy({ reportingConfig: { min: 1, max: 0, change: 0 } }),
heimanExtend.heimanClusterSpecial(),
m.illuminance({ reporting: { min: 10, max: 1800, change: 16990 } }),
m.temperature({ reporting: { min: 10, max: 3600, change: 200 } }),
m.humidity({ reporting: { min: 10, max: 3600, change: 500 } }),
m.numeric({
name: "target_distance",
unit: "m",
valueMin: 1,
valueMax: 10,
valueStep: 0.01,
scale: 100,
cluster: "heimanClusterSpecial",
attribute: "radarDetectionTargetRange",
description: "The distance of target",
access: "STATE_GET",
}),
heimanExtend.heimanClusterDeviceFaultState(),
m.identify(),
m.numeric({
name: "unoccupied_delay",
unit: "s",
valueMin: 5,
valueMax: 3600,
cluster: "msOccupancySensing",
attribute: "pirOToUDelay",
description: "occupied to unoccupied delay",
access: "ALL",
}),
m.numeric({
name: "radar_detection_min_range",
unit: "m",
valueMin: 0,
valueMax: 6,
valueStep: 0.25,
scale: 100,
cluster: "heimanClusterSpecial",
attribute: "radarDetectionMinRange",
description: "The minimum detection range of the radar",
access: "ALL",
}),
m.numeric({
name: "radar_detection_max_range",
unit: "m",
valueMin: 0,
valueMax: 6,
valueStep: 0.25,
scale: 100,
cluster: "heimanClusterSpecial",
attribute: "radarDetectionMaxRange",
description: "The maximum detection range of the radar",
access: "ALL",
}),
m.numeric({
name: "illuminance_threshold",
unit: "lx",
scale: 1,
valueMin: 0,
valueMax: 1000,
cluster: "heimanClusterSpecial",
attribute: "illuminanceThreshold",
description: "when the illuminance exceeds the threshold, it activates local linkages.",
access: "ALL",
}),
m.enumLookup({
name: "sensitivity_level",
lookup: { low: 0, medium: 1, high: 2 },
cluster: "heimanClusterSpecial",
attribute: "sensorSensitivityLevel",
description: "The sensitivity of Sensor",
access: "ALL",
}),
m.enumLookup({
name: "work_mode",
lookup: { pir: 1, radar: 2, pir_and_radar: 3 },
cluster: "heimanClusterSpecial",
attribute: "occupanySensorWorkMode",
description: "occupany sensor work mode",
access: "ALL",
}),
heimanExtend.temperatureOffset(),
heimanExtend.humidityOffset(),
m.binary({
name: "learning_control",
valueOn: ["start", 65534],
valueOff: ["reset", 65535],
cluster: "heimanClusterSpecial",
attribute: "radarLearningControl",
description: "Radar learning mode, please wake up the device first.",
access: "ALL",
}),
m.enumLookup({
name: "learning_state",
lookup: { normal: 0, learning: 1, completed: 2, failed: 3 },
cluster: "heimanClusterSpecial",
attribute: "radarLearningState",
description: "radar learning state",
access: "STATE_GET",
}),
m.binary({
name: "work_indicator",
valueOn: ["On", 1],
valueOff: ["Off", 0],
cluster: "heimanClusterSpecial",
attribute: "indicatorLightLevelControlOf1",
description: "Enable/disable the indicator on product",
access: "ALL",
}),
heimanExtend.reportedPackages(),
heimanExtend.rejoinedCount(),
heimanExtend.rebootedCount(),
],
ota: true,
},
{
zigbeeModel: ["HM-5HA-E", "HM-5HA-EF-3.0"],
model: "HM-5HA-E",
vendor: "Heiman",
description: "Smart heat alarm",
fromZigbee: [fzLocal.heimanClusterSpecialfz],
toZigbee: [tz.warning],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg", "heimanClusterSpecial"]);
await reporting.batteryPercentageRemaining(endpoint);
await endpoint.read("ssIasZone", ["zoneStatus", "zoneState", "iasCieAddr", "zoneId"]);
await endpoint.read("msTemperatureMeasurement", ["measuredValue"]);
await endpoint.read("heimanClusterSpecial", [
"sensorFaultState",
"deviceMuteControl",
"deviceMuteState",
"indicatorLightLevelControlOf1",
"interconnectable",
"temperatureOffset",
"rebootedCount",
"rejoinedCount",
"reportedPackages",
], {
manufacturerCode: zigbee_herdsman_1.Zcl.ManufacturerCode.HEIMAN_TECHNOLOGY_CO_LTD,
});
},
exposes: [],
extend: [
m.battery(),
m.identify(),
m.temperature(),
m.iasZoneAlarm({ zoneType: "alarm", zoneAttributes: ["alarm_1", "battery_low", "test", "tamper"] }),
heimanExtend.heimanClusterSpecial(),
heimanExtend.heimanClusterSensorFaultState(),
heimanExtend.heimanClusterDeviceMuteState(),
heimanExtend.iasZoneInitiateTestMode(),
heimanExtend.heimanClusterSensorMutable(),
heimanExtend.heimanClusterIndicatorLight(),
heimanExtend.heimanClusterSensorInterconnectable(),
heimanExtend.sirenForAutomationOnly({ lookup: { stop: 0, smoke_siren: 1, co_siren: 2, heat_siren: 5 } }),
heimanExtend.temperatureOffset(),
heimanExtend.linkAvailable(),
heimanExtend.reportedPackages(),
heimanExtend.rejoinedCount(),
heimanExtend.rebootedCount(),
],
ota: true,
},
{
zigbeeModel: ["HS2VTD"],
model: "HS2VTD",
vendor: "Heiman",
description: "Smart 4 in 1 door sensor",
fromZigbee: [fzLocal.heimanClusterSpecialfz],
toZigbee: [tz.warning],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
const endpoint2 = device.getEndpoint(2);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg", "heimanClusterSpecial"]);
await reporting.batteryPercentageRemaining(endpoint);
await endpoint.read("ssIasZone", ["zoneStatus", "zoneState", "iasCieAddr", "zoneId"]);
await endpoint.read("msTemperatureMeasurement", ["measuredValue"]);
await endpoint.read("heimanClusterSpecial", [
"indicatorLightLevelControlOf1",
"sensorSensitivityLevel",
"rebootedCount",
"rejoinedCount",
"reportedPackages",
"temperatureOffset",
"humidityOffset",
"dewPoint",
"vpd",
"thi",
"heatIndex",
], {
manufacturerCode: zigbee_herdsman_1.Zcl.ManufacturerCode.HEIMAN_TECHNOLOGY_CO_LTD,
});
await endpoint2.read("msRelativeHumidity", ["measuredValue"]);
},
exposes: [],
extend: [
m.battery(),
m.identify(),
m.temperature({ reporting: { min: 10, max: 3600, change: 200 } }),
m.humidity({ reporting: { min: 10, max: 3600, change: 500 } }),
m.iasZoneAlarm({ zoneType: "contact", zoneAttributes: ["alarm_1", "alarm_2", "battery_low"] }),
heimanExtend.heimanClusterSpecial(),
heimanExtend.heimanClusterIndicatorLight(),
m.enumLookup({
name: "sensitivity_level",
lookup: { low: 0, medium: 1, high: 2 },
cluster: "heimanClusterSpecial",
attribute: "sensorSensitivityLevel",
description: "The sensitivity of Sensor",
access: "ALL",
}),
heimanExtend.temperatureOffset(),
heimanExtend.humidityOffset(),
heimanExtend.dewPoint(),
heimanExtend.vpd(),
heimanExtend.thi(),
heimanExtend.heatIndex(),
heimanExtend.reportedPackages(),
heimanExtend.rejoinedCount(),
heimanExtend.rebootedCount(),
],
ota: true,
},
{
zigbeeModel: ["HS2TD"],
model: "HS2TD",
vendor: "Heiman",
description: "Smart 3 in 1 door sensor",
fromZigbee: [fzLocal.heimanClusterSpecialfz],
toZigbee: [tz.warning],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
const endpoint2 = device.getEndpoint(2);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg", "heimanClusterSpecial"]);
await reporting.batteryPercentageRemaining(endpoint);
await endpoint.read("ssIasZone", ["zoneStatus", "zoneState", "iasCieAddr", "zoneId"]);
await endpoint.read("msTemperatureMeasurement", ["measuredValue"]);
await endpoint.read("heimanClusterSpecial", [
"indicatorLightLevelControlOf1",
"rebootedCount",
"rejoinedCount",
"reportedPackages",
"temperatureOffset",
"humidityOffset",
"dewPoint",
"vpd",
"thi",
"heatIndex",
], {
manufacturerCode: zigbee_herdsman_1.Zcl.ManufacturerCode.HEIMAN_TECHNOLOGY_CO_LTD,
});
await endpoint2.read("msRelativeHumidity", ["measuredValue"]);
},
exposes: [],
extend: [
m.battery(),
m.identify(),
m.temperature({ reporting: { min: 10, max: 3600, change: 200 } }),
m.humidity({ reporting: { min: 10, max: 3600, change: 500 } }),
m.iasZoneAlarm({ zoneType: "contact", zoneAttributes: ["alarm_1", "battery_low"] }),
heimanExtend.heimanClusterSpecial(),
heimanExtend.heimanClusterIndicatorLight(),
heimanExtend.temperatureOffset(),
heimanExtend.humidityOffset(),
heimanExtend.dewPoint(),
heimanExtend.vpd(),
heimanExtend.thi(),
heimanExtend.heatIndex(),
heimanExtend.reportedPackages(),
heimanExtend.rejoinedCount(),
heimanExtend.rebootedCount(),
],
ota: true,
},
{
zigbeeModel: ["HS2HT"],
model: "HS2HT",
vendor: "Heiman",
description: "Smart temperature & humidity sensor",
fromZigbee: [fzLocal.heimanClusterSpecialfz],
toZigbee: [tz.warning],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
const endpoint2 = device.getEndpoint(2);
await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg", "heimanClusterSpecial"]);
await reporting.batteryPercentageRemaining(endpoint);
await endpoint.read("msTemperatureMeasurement", ["measuredValue"]);
await endpoint.read("heimanClusterSpecial", [
"indicatorLightLevelControlOf1",
"rebootedCount",
"rejoinedCount",
"reportedPackages",
"temperatureOffset",
"humidityOffset",
"dewPoint",
"vpd",
"thi",
"heatIndex",
], {
manufacturerCode: zigbee_herdsman_1.Zcl.ManufacturerCode.HEIMAN_TECHNOLOGY_CO_LTD,
});
await endpoint2.read("msRelativeHumidity", ["measuredValue"]);
},
exposes: [],
extend: [
m.battery(),
m.identify(),
m.temperature({ reporting: { min: 10, max: 3600, change: 200 } }),
m.humidity({ reporting: { min: 10, max: 3600, change: 500 } }),
heimanExtend.heimanClusterSpecial(),
heimanExtend.heimanClusterIndicatorLight(),
heimanExtend.temperatureOffset(),
heimanExtend.humidityOffset(),
heimanExtend.dewPoint(),
heimanExtend.vpd(),
heimanExtend.thi(),
heimanExtend.heatIndex(),
heimanExtend.reportedPackages(),
heimanExtend.rejoinedCount(),
heimanExtend.rebootedCount(),
],
ota: true,
},
{
zigbeeModel: ["HS2NLV"],
model: "HS2NLV",
vendor: "Heiman",
description: "Smart notifier",
fromZigbee: [fzLocal.heimanClusterSpecialfz],
toZigbee: [tz.warning],
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
const endpoint2 = device.getEndpoint(2);
await reporting.bind(endpoint, coordinatorEndpoint, ["heimanClusterSpecial"]);
await reporting.batteryPercentageRemaining(endpoint);
await endpoint.read("msTemperatureMeasurement", ["measuredValue"]);
await endpoint.read("genOnOff", ["onOff", "startUpOnOff"]);
await endpoint.read("genLevelCtrl", ["currentLevel"]);
await endpoint.read("lightingColorCtrl", ["currentX", "currentY", "colorMode"]);
await endpoint.read("heimanClusterSpecial", [
"rebootedCount",
"rejoinedCount",
"reportedPackages",
"temperatureOffset",
"humidityOffset",
"lightSpeed",
"lightIntensity",
"lightPalette",
"lightOptions",
"lightEffectCount",
"lightPixelCount",
"soundVolume",
], {
manufacturerCode: zigbee_herdsman_1.Zcl.ManufacturerCode.HEIMAN_TECHNOLOGY_CO_LTD,
});
await endpoint2.read("msRelativeHumidity", ["measuredValue"]);
},
exposes: [],
extend: [
m.identify(),
m.light({
color: { modes: ["hs"] },
colorTemp: { range: [153, 500] },
effect: false,
configureReporting: true,
}),
m.temperature({ reporting: { min: 10, max: 3600, change: 200 } }),
m.humidity({ reporting: { min: 10, max: 3600, change: 500 } }),
heimanExtend.heimanClusterSpecial(),
heimanExtend.lightEffect(),
heimanExtend.lightSpeed(),
heimanExtend.lightIntensity(),
heimanExtend.lightPalette(),
heimanExtend.lightOptions(),
heimanExtend.lightEffectCount(),
heimanExtend.lightPixelCount(),
heimanExtend.soundVolume(),
heimanExtend.language(),
heimanExtend.room(),
heimanExtend.floor(),
heimanExtend.voice(),
heimanExtend.temperatureOffset(),
heimanExtend.humidityOffset(),
heimanExtend.reportedPackages(),
heimanExtend.rejoinedCount(),
heimanExtend.rebootedCount(),
],
ota: true,
},
];
//# sourceMappingURL=heiman.js.map