zigbee-herdsman-converters 14.0.505 → 14.0.506

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6558,7 +6558,7 @@ const converters = {
6558
6558
  {sendWhen: 'active'});
6559
6559
  break;
6560
6560
  case 'keep_time':
6561
- await entity.write('ssIasZone', {61441: {value: {'30': 0, '60': 1, '120': 2}[value], type: 0x20}}, {sendWhen: 'active'});
6561
+ await entity.write('ssIasZone', {61441: {value: {30: 0, 60: 1, 120: 2}[value], type: 0x20}}, {sendWhen: 'active'});
6562
6562
  break;
6563
6563
  default: // Unknown key
6564
6564
  throw new Error(`Unhandled key ${key}`);
package/devices/neo.js CHANGED
@@ -35,7 +35,7 @@ module.exports = [
35
35
  },
36
36
  },
37
37
  {
38
- fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE200_t1blo2bj'}],
38
+ fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE200_t1blo2bj'}, {modelID: 'TS0202', manufacturerName: '_TZ3000_kmh5qpmb'}],
39
39
  zigbeeModel: ['1blo2bj'],
40
40
  model: 'NAS-AB02B2',
41
41
  vendor: 'Neo',
@@ -1397,6 +1397,13 @@ module.exports = [
1397
1397
  extend: hueExtend.light_onoff_brightness_colortemp({colorTempRange: [153, 454]}),
1398
1398
  ota: ota.zigbeeOTA,
1399
1399
  },
1400
+ {
1401
+ zigbeeModel: ['929003054101'],
1402
+ model: '929003054101',
1403
+ vendor: 'Philips',
1404
+ description: 'Hue Wellner white ambiance E27 806lm with Bluetooth',
1405
+ extend: extend.light_onoff_brightness_colortemp({colorTempRange: [153, 454]}),
1406
+ },
1400
1407
  {
1401
1408
  zigbeeModel: ['3261330P6'],
1402
1409
  model: '3261330P6',
package/devices/rtx.js CHANGED
@@ -6,7 +6,7 @@ const ea = exposes.access;
6
6
 
7
7
  module.exports = [
8
8
  {
9
- fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE200_akjefhj5'}],
9
+ fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE200_akjefhj5'}, {modelID: 'TS0601', manufacturerName: '_TZE200_2wg5qrjy'}],
10
10
  model: 'ZVG1',
11
11
  vendor: 'RTX',
12
12
  description: 'Zigbee smart water valve',
package/devices/tuya.js CHANGED
@@ -365,12 +365,12 @@ module.exports = [
365
365
  {modelID: 'TS0202', manufacturerName: '_TYZB01_dl7cejts'},
366
366
  {modelID: 'TS0202', manufacturerName: '_TYZB01_qjqgmqxr'},
367
367
  {modelID: 'TS0202', manufacturerName: '_TZ3000_mmtwjmaq'},
368
- {modelID: 'TS0202', manufacturerName: '_TZ3000_kmh5qpmb'},
369
368
  {modelID: 'TS0202', manufacturerName: '_TYZB01_zwvaj5wy'},
370
369
  {modelID: 'TS0202', manufacturerName: '_TZ3000_bsvqrxru'},
371
370
  {modelID: 'TS0202', manufacturerName: '_TYZB01_tv3wxhcz'},
372
371
  {modelID: 'TS0202', manufacturerName: '_TYZB01_hqbdru35'},
373
372
  {modelID: 'TS0202', manufacturerName: '_TZ3000_otvn3lne'},
373
+ {modelID: 'TS0202', manufacturerName: '_TZ3000_rmjr4ufz'},
374
374
  {modelID: 'TS0202', manufacturerName: '_TZ3000_tiwq83wk'},
375
375
  {modelID: 'TS0202', manufacturerName: '_TZ3000_ykwcwxmz'},
376
376
  {modelID: 'WHD02', manufacturerName: '_TZ3000_hktqahrq'}],
@@ -390,8 +390,7 @@ module.exports = [
390
390
  },
391
391
  },
392
392
  {
393
- fingerprint: [{modelID: 'TS0202', manufacturerName: '_TZ3000_mcxw5ehu'},
394
- {modelID: 'TS0202', manufacturerName: '_TZ3000_msl6wxk9'}],
393
+ fingerprint: [{modelID: 'TS0202', manufacturerName: '_TZ3000_msl6wxk9'}],
395
394
  model: 'ZM-35H-Q',
396
395
  vendor: 'TuYa',
397
396
  description: 'Motion Sensor',
@@ -399,7 +398,19 @@ module.exports = [
399
398
  toZigbee: [tz.ZM35HQ_attr],
400
399
  exposes: [e.occupancy(), e.battery_low(), e.tamper(), e.battery(),
401
400
  exposes.enum('sensitivity', ea.ALL, ['low', 'medium', 'high']).withDescription('PIR sensor sensitivity'),
402
- exposes.enum('keep_time', ea.ALL, ['30', '60', '120']).withDescription('PIR keep time in seconds'),
401
+ exposes.enum('keep_time', ea.ALL, [30, 60, 120]).withDescription('PIR keep time in seconds'),
402
+ ],
403
+ },
404
+ {
405
+ fingerprint: [{modelID: 'TS0202', manufacturerName: '_TZ3000_mcxw5ehu'}],
406
+ model: 'IH012-RT01',
407
+ vendor: 'TuYa',
408
+ description: 'Motion sensor',
409
+ fromZigbee: [fz.ias_occupancy_alarm_1, fz.ignore_basic_report, fz.ZM35HQ_attr],
410
+ toZigbee: [tz.ZM35HQ_attr],
411
+ exposes: [e.occupancy(), e.battery_low(), e.tamper(),
412
+ exposes.enum('sensitivity', ea.ALL, ['low', 'medium', 'high']).withDescription('PIR sensor sensitivity'),
413
+ exposes.enum('keep_time', ea.ALL, [30, 60, 120]).withDescription('PIR keep time in seconds'),
403
414
  ],
404
415
  },
405
416
  {
@@ -2250,7 +2261,8 @@ module.exports = [
2250
2261
  toZigbee: [],
2251
2262
  },
2252
2263
  {
2253
- fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE200_ikvncluo'}],
2264
+ fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE200_ikvncluo'},
2265
+ {modelID: 'TS0601', manufacturerName: '_TZE200_lyetpprm'}],
2254
2266
  model: 'TS0601_smart_human_presense_sensor',
2255
2267
  vendor: 'TuYa',
2256
2268
  description: 'Smart Human presence sensor',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "14.0.505",
3
+ "version": "14.0.506",
4
4
  "description": "Collection of device converters to be used with zigbee-herdsman",
5
5
  "main": "index.js",
6
6
  "files": [