We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://ekfgroup.com/catalog/products/umnyj-datchik-4v1-zigbee-ekf-connect
{"id":7,"type":"EndDevice","ieeeAddr":"0x8cf681fffebf9c5e","nwkAddr":34995,"manufId":4098,"manufName":"_TZ3210_0aqbrnts","powerSource":"Battery","modelId":"TS0202","epList":[1,2,3],"endpoints":{"1":{"profId":260,"epId":1,"devId":1026,"inClusterList":[0,1,1280,61184],"outClusterList":[25,10],"clusters":{"genBasic":{"attributes":{"modelId":"TS0202","manufacturerName":"_TZ3210_0aqbrnts","powerSource":3,"zclVersion":3,"appVersion":161,"stackVersion":0,"hwVersion":1,"dateCode":""}},"ssIasZone":{"attributes":{"iasCieAddr":"0x00124b00256cd1bc","zoneState":1}},"genPowerCfg":{"attributes":{"batteryPercentageRemaining":200,"batteryVoltage":28}}},"binds":[],"configuredReportings":[],"meta":{}},"2":{"profId":260,"epId":2,"devId":770,"inClusterList":[1,1026,1029],"outClusterList":[],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}},"3":{"profId":260,"epId":3,"devId":262,"inClusterList":[1,1024],"outClusterList":[],"clusters":{"msIlluminanceMeasurement":{"attributes":{"measuredValue":20961}}},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":161,"stackVersion":0,"hwVersion":1,"dateCode":"","zclVersion":3,"interviewCompleted":true,"meta":{},"lastSeen":1690191401682,"defaultSendRequestWhen":"immediate"}
Thanks to your help, I made External converter. This device works and can be added constantly.
const exposes = require('zigbee-herdsman-converters/lib/exposes'); const fz = require('zigbee-herdsman-converters/converters/fromZigbee'); const tz = require('zigbee-herdsman-converters/converters/toZigbee'); const legacy = require('zigbee-herdsman-converters/lib/legacy'); const e = exposes.presets; const ea = exposes.access; const reporting = require('zigbee-herdsman-converters/lib/reporting'); const extend = require('zigbee-herdsman-converters/lib/extend'); const tuya = require('zigbee-herdsman-converters/lib/tuya'); const definition = { fingerprint: [{modelID: 'TS0202', manufacturerName: '_TZ3210_0aqbrnts'}], model: 'is-thpl-zb', vendor: 'EKF', description: '4 in 1 multi sensor', fromZigbee: [fz.battery, fz.ignore_basic_report, fz.illuminance, legacy.fz.ZB003X, fz.ZB003X_attr, fz.ZB003X_occupancy], toZigbee: [legacy.tz.ZB003X], exposes: [e.occupancy(), e.tamper(), e.illuminance_lux(), e.illuminance(), e.temperature(), e.humidity(), e.battery(), e.battery_voltage(), e.numeric('battery2', ea.STATE).withUnit('%').withDescription('Remaining battery 2 in %'), e.numeric('illuminance_calibration', ea.STATE_SET).withDescription('Illuminance calibration in lux') .withValueMin(-20).withValueMax(20), e.numeric('temperature_calibration', ea.STATE_SET).withDescription('Temperature calibration (-2.0...2.0)') .withValueMin(-2).withValueMax(2).withValueStep(0.1), e.numeric('humidity_calibration', ea.STATE_SET).withDescription('Humidity calibration') .withValueMin(-15).withValueMax(15), e.binary('reporting_enable', ea.STATE_SET, true, false).withDescription('Enable reporting'), e.numeric('reporting_time', ea.STATE_SET).withDescription('Reporting interval in minutes') .withValueMin(0).withValueMax(1440).withValueStep(5), e.binary('led_enable', ea.STATE_SET, true, false).withDescription('Enable LED'), e.binary('pir_enable', ea.STATE_SET, true, false).withDescription('Enable PIR sensor'), e.enum('sensitivity', ea.STATE_SET, ['low', 'medium', 'high']).withDescription('PIR sensor sensitivity'), // eslint-disable-next-line e.enum('keep_time', ea.STATE_SET, ['0', '30', '60', '120', '240', '480']) .withDescription('PIR keep time in seconds')], }; module.exports = definition;
No response
The text was updated successfully, but these errors were encountered:
feat(detect): Detect _TZ3210_0aqbrnts as EFK is-thpl-zb. Koenkk/zig…
_TZ3210_0aqbrnts
56333a0
…bee2mqtt#18418
Added!
Changes will be available in the dev branch in a few hours from now. (https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html)
Sorry, something went wrong.
No branches or pull requests
Link
https://ekfgroup.com/catalog/products/umnyj-datchik-4v1-zigbee-ekf-connect
Database entry
{"id":7,"type":"EndDevice","ieeeAddr":"0x8cf681fffebf9c5e","nwkAddr":34995,"manufId":4098,"manufName":"_TZ3210_0aqbrnts","powerSource":"Battery","modelId":"TS0202","epList":[1,2,3],"endpoints":{"1":{"profId":260,"epId":1,"devId":1026,"inClusterList":[0,1,1280,61184],"outClusterList":[25,10],"clusters":{"genBasic":{"attributes":{"modelId":"TS0202","manufacturerName":"_TZ3210_0aqbrnts","powerSource":3,"zclVersion":3,"appVersion":161,"stackVersion":0,"hwVersion":1,"dateCode":""}},"ssIasZone":{"attributes":{"iasCieAddr":"0x00124b00256cd1bc","zoneState":1}},"genPowerCfg":{"attributes":{"batteryPercentageRemaining":200,"batteryVoltage":28}}},"binds":[],"configuredReportings":[],"meta":{}},"2":{"profId":260,"epId":2,"devId":770,"inClusterList":[1,1026,1029],"outClusterList":[],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}},"3":{"profId":260,"epId":3,"devId":262,"inClusterList":[1,1024],"outClusterList":[],"clusters":{"msIlluminanceMeasurement":{"attributes":{"measuredValue":20961}}},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":161,"stackVersion":0,"hwVersion":1,"dateCode":"","zclVersion":3,"interviewCompleted":true,"meta":{},"lastSeen":1690191401682,"defaultSendRequestWhen":"immediate"}
Comments
Thanks to your help, I made External converter. This device works and can be added constantly.
External converter
Supported color modes
No response
Color temperature range
No response
The text was updated successfully, but these errors were encountered: