zigbee-herdsman-converters 14.0.329 → 14.0.330

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.
@@ -3841,7 +3841,7 @@ const converters = {
3841
3841
  return {'local_temperature_calibration': ( value/10 ).toFixed(1)};
3842
3842
  case tuya.dataPoints.haozeeValvePosition:
3843
3843
  // valve position
3844
- return {'position': value};
3844
+ return {'position': ( value/10 ).toFixed(1)};
3845
3845
  case tuya.dataPoints.haozeeMinTemp:
3846
3846
  // lower limit temperature
3847
3847
  return {'min_temperature': ( value/10 ).toFixed(1)};
@@ -464,7 +464,7 @@ module.exports = [
464
464
  vendor: 'Gledopto',
465
465
  ota: ota.zigbeeOTA,
466
466
  description: 'Zigbee 12W Downlight RGB+CCT (pro)',
467
- extend: gledoptoExtend.light_onoff_brightness_colortemp_color(),
467
+ extend: gledoptoExtend.light_onoff_brightness_colortemp_color({colorTempRange: [158, 495]}),
468
468
  },
469
469
  {
470
470
  zigbeeModel: ['GL-D-006P'],
package/devices/ikea.js CHANGED
@@ -354,7 +354,7 @@ module.exports = [
354
354
  model: 'LED1624G9',
355
355
  vendor: 'IKEA',
356
356
  description: 'TRADFRI LED bulb E14/E26/E27 600 lumen, dimmable, color, opal white',
357
- extend: tradfriExtend.light_onoff_brightness_colortemp_color(),
357
+ extend: tradfriExtend.light_onoff_brightness_colortemp_color({colorTempRange: [250, 454]}),
358
358
  meta: {supportsHueAndSaturation: false},
359
359
  },
360
360
  {
@@ -376,7 +376,7 @@ module.exports = [
376
376
  model: 'LED1732G11',
377
377
  vendor: 'IKEA',
378
378
  description: 'TRADFRI LED bulb E27 1000 lumen, dimmable, white spectrum, opal white',
379
- extend: tradfriExtend.light_onoff_brightness_colortemp(),
379
+ extend: tradfriExtend.light_onoff_brightness_colortemp({colorTempRange: [250, 454]}),
380
380
  },
381
381
  {
382
382
  zigbeeModel: ['TRADFRI bulb E27 WW 806lm', 'TRADFRI bulb E26 WW 806lm'],
@@ -757,7 +757,7 @@ module.exports = [
757
757
  model: 'LED1923R5',
758
758
  vendor: 'IKEA',
759
759
  description: 'TRADFRI LED bulb GU10 345 lumen, dimmable, white spectrum, color spectrum',
760
- extend: tradfriExtend.light_onoff_brightness_colortemp_color(),
760
+ extend: tradfriExtend.light_onoff_brightness_colortemp_color({colorTempRange: [250, 454]}),
761
761
  },
762
762
  {
763
763
  zigbeeModel: ['TRADFRI bulb E14 CWS 470lm', 'TRADFRI bulb E12 CWS 450lm'],
package/devices/innr.js CHANGED
@@ -220,7 +220,7 @@ module.exports = [
220
220
  model: 'RS 228 T',
221
221
  vendor: 'Innr',
222
222
  description: 'GU10 spot 350 lm, dimmable, white spectrum',
223
- extend: extend.light_onoff_brightness_colortemp({colorTempRange: [153, 555]}),
223
+ extend: extend.light_onoff_brightness_colortemp({colorTempRange: [200, 454]}),
224
224
  meta: {applyRedFix: true, turnsOffAtBrightness1: true},
225
225
  },
226
226
  {
package/devices/lidl.js CHANGED
@@ -553,7 +553,7 @@ module.exports = [
553
553
  model: 'HG06492B',
554
554
  vendor: 'Lidl',
555
555
  description: 'Livarno Lux E14 candle CCT',
556
- ...extend.light_onoff_brightness_colortemp({disableColorTempStartup: true}),
556
+ ...extend.light_onoff_brightness_colortemp({disableColorTempStartup: true, colorTempRange: [153, 500]}),
557
557
  configure: async (device, coordinatorEndpoint, logger) => {
558
558
  device.getEndpoint(1).saveClusterAttributeKeyValue('lightingColorCtrl', {colorCapabilities: 16});
559
559
  },
@@ -624,7 +624,7 @@ module.exports = [
624
624
  fingerprint: [{modelID: 'TS0501A', manufacturerName: '_TZ3000_nosnx7im'}],
625
625
  model: 'HG06463B',
626
626
  vendor: 'Lidl',
627
- description: 'Livarno Lux E27 G30 filament bulb',
627
+ description: 'Livarno Lux E27 G95 filament bulb',
628
628
  extend: extend.light_onoff_brightness({disableEffect: true}),
629
629
  meta: {turnsOffAtBrightness1: false},
630
630
  },
package/devices/osram.js CHANGED
@@ -126,7 +126,7 @@ module.exports = [
126
126
  model: 'AA70155',
127
127
  vendor: 'OSRAM',
128
128
  description: 'LIGHTIFY LED A19 tunable white / Classic A60 TW',
129
- extend: extend.ledvance.light_onoff_brightness_colortemp(),
129
+ extend: extend.ledvance.light_onoff_brightness_colortemp({colorTempRange: [153, 370]}),
130
130
  ota: ota.ledvance,
131
131
  },
132
132
  {
@@ -134,7 +134,7 @@ module.exports = [
134
134
  model: 'AA68199',
135
135
  vendor: 'OSRAM',
136
136
  description: 'LIGHTIFY LED PAR16 50 GU10 tunable white',
137
- extend: extend.ledvance.light_onoff_brightness_colortemp(),
137
+ extend: extend.ledvance.light_onoff_brightness_colortemp({colorTempRange: [153, 370]}),
138
138
  ota: ota.ledvance,
139
139
  },
140
140
  {
@@ -228,7 +228,7 @@ module.exports = [
228
228
  model: '4052899926110',
229
229
  vendor: 'OSRAM',
230
230
  description: 'Flex RGBW',
231
- extend: extend.ledvance.light_onoff_brightness_colortemp_color(),
231
+ extend: extend.ledvance.light_onoff_brightness_colortemp_color({colorTempRange: [125, 666]}),
232
232
  ota: ota.ledvance,
233
233
  },
234
234
  {
@@ -278,7 +278,7 @@ module.exports = [
278
278
  model: 'AB35996',
279
279
  vendor: 'OSRAM',
280
280
  description: 'Smart+ Spot GU10 Multicolor',
281
- extend: extend.ledvance.light_onoff_brightness_colortemp_color(),
281
+ extend: extend.ledvance.light_onoff_brightness_colortemp_color({colorTempRange: [125, 666]}),
282
282
  ota: ota.ledvance,
283
283
  },
284
284
  {
@@ -318,7 +318,7 @@ module.exports = [
318
318
  model: 'AC03648',
319
319
  vendor: 'OSRAM',
320
320
  description: 'SMART+ spot GU5.3 tunable white',
321
- extend: extend.ledvance.light_onoff_brightness_colortemp(),
321
+ extend: extend.ledvance.light_onoff_brightness_colortemp({colorTempRange: [153, 370]}),
322
322
  ota: ota.ledvance,
323
323
  },
324
324
  {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "14.0.329",
3
+ "version": "14.0.330",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "14.0.329",
3
+ "version": "14.0.330",
4
4
  "description": "Collection of device converters to be used with zigbee-herdsman",
5
5
  "main": "index.js",
6
6
  "files": [