zigbee-herdsman-converters 25.66.0 → 25.68.0

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.
@@ -1 +1 @@
1
- {"version":3,"file":"sonoff.d.ts","sourceRoot":"","sources":["../../src/devices/sonoff.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAC,oBAAoB,EAAyC,MAAM,cAAc,CAAC;AAgK/F,MAAM,WAAW,aAAa;IAC1B,UAAU,EAAE;QACR,UAAU,EAAE,MAAM,CAAC;QACnB,SAAS,EAAE,MAAM,CAAC;QAClB,SAAS,EAAE,MAAM,CAAC;QAClB,UAAU,EAAE,MAAM,CAAC;QACnB,sBAAsB,EAAE,MAAM,CAAC;QAC/B,mBAAmB,EAAE,MAAM,CAAC;QAC5B,kBAAkB,EAAE,MAAM,CAAC;QAC3B,mBAAmB,EAAE,MAAM,CAAC;QAC5B,eAAe,EAAE,MAAM,CAAC;QACxB,cAAc,EAAE,MAAM,CAAC;QACvB,gBAAgB,EAAE,MAAM,CAAC;QACzB,0BAA0B,EAAE,MAAM,CAAC;QACnC,4BAA4B,EAAE,MAAM,CAAC;QACrC,cAAc,EAAE,MAAM,CAAC;QACvB,qBAAqB,EAAE,MAAM,CAAC;QAC9B,qBAAqB,EAAE,MAAM,CAAC;QAC9B,mBAAmB,EAAE,MAAM,CAAC;QAE5B,sBAAsB,EAAE,MAAM,CAAC;QAC/B,WAAW,EAAE,MAAM,CAAC;QACpB,WAAW,EAAE,MAAM,CAAC;QACpB,eAAe,EAAE,MAAM,CAAC;KAC3B,CAAC;IACF,QAAQ,EAAE;QACN,YAAY,EAAE;YAAC,IAAI,EAAE,MAAM,EAAE,CAAA;SAAC,CAAC;KAClC,CAAC;IACF,gBAAgB,EAAE,KAAK,CAAC;CAC3B;AA+8BD,eAAO,MAAM,WAAW,EAAE,oBAAoB,EA+tD7C,CAAC"}
1
+ {"version":3,"file":"sonoff.d.ts","sourceRoot":"","sources":["../../src/devices/sonoff.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAC,oBAAoB,EAAyC,MAAM,cAAc,CAAC;AAmK/F,MAAM,WAAW,aAAa;IAC1B,UAAU,EAAE;QACR,UAAU,EAAE,MAAM,CAAC;QACnB,SAAS,EAAE,MAAM,CAAC;QAClB,SAAS,EAAE,MAAM,CAAC;QAClB,UAAU,EAAE,MAAM,CAAC;QACnB,sBAAsB,EAAE,MAAM,CAAC;QAC/B,mBAAmB,EAAE,MAAM,CAAC;QAC5B,kBAAkB,EAAE,MAAM,CAAC;QAC3B,mBAAmB,EAAE,MAAM,CAAC;QAC5B,eAAe,EAAE,MAAM,CAAC;QACxB,cAAc,EAAE,MAAM,CAAC;QACvB,gBAAgB,EAAE,MAAM,CAAC;QACzB,0BAA0B,EAAE,MAAM,CAAC;QACnC,4BAA4B,EAAE,MAAM,CAAC;QACrC,cAAc,EAAE,MAAM,CAAC;QACvB,qBAAqB,EAAE,MAAM,CAAC;QAC9B,qBAAqB,EAAE,MAAM,CAAC;QAC9B,mBAAmB,EAAE,MAAM,CAAC;QAE5B,sBAAsB,EAAE,MAAM,CAAC;QAC/B,WAAW,EAAE,MAAM,CAAC;QACpB,WAAW,EAAE,MAAM,CAAC;QACpB,eAAe,EAAE,MAAM,CAAC;KAC3B,CAAC;IACF,QAAQ,EAAE;QACN,YAAY,EAAE;YAAC,IAAI,EAAE,MAAM,EAAE,CAAA;SAAC,CAAC;KAClC,CAAC;IACF,gBAAgB,EAAE,KAAK,CAAC;CAC3B;AA+8BD,eAAO,MAAM,WAAW,EAAE,oBAAoB,EA0xD7C,CAAC"}
@@ -1178,6 +1178,7 @@ exports.definitions = [
1178
1178
  name: "comfort_temperature_min",
1179
1179
  cluster: "customSonoffSnzb02d",
1180
1180
  attribute: "comfortTemperatureMin",
1181
+ entityCategory: "config",
1181
1182
  description: "Minimum temperature that is considered comfortable. The device will display ❄️ when the temperature is lower than this value. Note: wake up the device by pressing the button on the back before changing this value.",
1182
1183
  valueMin: -10,
1183
1184
  valueMax: 60,
@@ -1189,6 +1190,7 @@ exports.definitions = [
1189
1190
  name: "comfort_temperature_max",
1190
1191
  cluster: "customSonoffSnzb02d",
1191
1192
  attribute: "comfortTemperatureMax",
1193
+ entityCategory: "config",
1192
1194
  description: "Maximum temperature that is considered comfortable. The device will display 🔥 when the temperature is higher than this value. Note: wake up the device by pressing the button on the back before changing this value.",
1193
1195
  valueMin: -10,
1194
1196
  valueMax: 60,
@@ -1200,6 +1202,7 @@ exports.definitions = [
1200
1202
  name: "comfort_humidity_min",
1201
1203
  cluster: "customSonoffSnzb02d",
1202
1204
  attribute: "comfortHumidityMin",
1205
+ entityCategory: "config",
1203
1206
  description: "Minimum relative humidity that is considered comfortable. The device will display ☀️ when the humidity is lower than this value. Note: wake up the device by pressing the button on the back before changing this value.",
1204
1207
  valueMin: 5,
1205
1208
  valueMax: 95,
@@ -1211,6 +1214,7 @@ exports.definitions = [
1211
1214
  name: "comfort_humidity_max",
1212
1215
  cluster: "customSonoffSnzb02d",
1213
1216
  attribute: "comfortHumidityMax",
1217
+ entityCategory: "config",
1214
1218
  description: "Maximum relative humidity that is considered comfortable. The device will display 💧 when the humidity is higher than this value. Note: wake up the device by pressing the button on the back before changing this value.",
1215
1219
  valueMin: 5,
1216
1220
  valueMax: 95,
@@ -1223,12 +1227,14 @@ exports.definitions = [
1223
1227
  lookup: { celsius: 0, fahrenheit: 1 },
1224
1228
  cluster: "customSonoffSnzb02d",
1225
1229
  attribute: "temperatureUnits",
1230
+ entityCategory: "config",
1226
1231
  description: "The unit of the temperature displayed on the device screen. Note: wake up the device by pressing the button on the back before changing this value.",
1227
1232
  }),
1228
1233
  m.numeric({
1229
1234
  name: "temperature_calibration",
1230
1235
  cluster: "customSonoffSnzb02d",
1231
1236
  attribute: "temperatureCalibration",
1237
+ entityCategory: "config",
1232
1238
  description: "Offset to add/subtract to the reported temperature",
1233
1239
  valueMin: -50,
1234
1240
  valueMax: 50,
@@ -1240,6 +1246,7 @@ exports.definitions = [
1240
1246
  name: "humidity_calibration",
1241
1247
  cluster: "customSonoffSnzb02d",
1242
1248
  attribute: "humidityCalibration",
1249
+ entityCategory: "config",
1243
1250
  description: "Offset to add/subtract to the reported relative humidity",
1244
1251
  valueMin: -50,
1245
1252
  valueMax: 50,
@@ -1272,12 +1279,14 @@ exports.definitions = [
1272
1279
  lookup: { celsius: 0, fahrenheit: 1 },
1273
1280
  cluster: "customSonoffSnzb02ld",
1274
1281
  attribute: "temperatureUnits",
1282
+ entityCategory: "config",
1275
1283
  description: "The unit of the temperature displayed on the device screen. Note: wake up the device by pressing the button on the back before changing this value.",
1276
1284
  }),
1277
1285
  m.numeric({
1278
1286
  name: "temperature_calibration",
1279
1287
  cluster: "customSonoffSnzb02ld",
1280
1288
  attribute: "temperatureCalibration",
1289
+ entityCategory: "config",
1281
1290
  description: "Offset to add/subtract to the reported temperature",
1282
1291
  valueMin: -50,
1283
1292
  valueMax: 50,
@@ -1312,12 +1321,14 @@ exports.definitions = [
1312
1321
  lookup: { celsius: 0, fahrenheit: 1 },
1313
1322
  cluster: "customSonoffSnzb02wd",
1314
1323
  attribute: "temperatureUnits",
1324
+ entityCategory: "config",
1315
1325
  description: "The unit of the temperature displayed on the device screen. Note: wake up the device by pressing the button on the back before changing this value.",
1316
1326
  }),
1317
1327
  m.numeric({
1318
1328
  name: "temperature_calibration",
1319
1329
  cluster: "customSonoffSnzb02wd",
1320
1330
  attribute: "temperatureCalibration",
1331
+ entityCategory: "config",
1321
1332
  description: "Offset to add/subtract to the reported temperature",
1322
1333
  valueMin: -50,
1323
1334
  valueMax: 50,
@@ -1329,6 +1340,7 @@ exports.definitions = [
1329
1340
  name: "humidity_calibration",
1330
1341
  cluster: "customSonoffSnzb02wd",
1331
1342
  attribute: "humidityCalibration",
1343
+ entityCategory: "config",
1332
1344
  description: "Offset to add/subtract to the reported relative humidity",
1333
1345
  valueMin: -50,
1334
1346
  valueMax: 50,
@@ -1366,6 +1378,7 @@ exports.definitions = [
1366
1378
  name: "comfort_temperature_min",
1367
1379
  cluster: "customSonoffSnzb02dr2",
1368
1380
  attribute: "comfortTemperatureMin",
1381
+ entityCategory: "config",
1369
1382
  description: "Minimum temperature that is considered comfortable. The device will display ❄️ when the temperature is lower than this value. Note: wake up the device by pressing the button on the back before changing this value.",
1370
1383
  valueMin: -10,
1371
1384
  valueMax: 60,
@@ -1377,6 +1390,7 @@ exports.definitions = [
1377
1390
  name: "comfort_temperature_max",
1378
1391
  cluster: "customSonoffSnzb02dr2",
1379
1392
  attribute: "comfortTemperatureMax",
1393
+ entityCategory: "config",
1380
1394
  description: "Maximum temperature that is considered comfortable. The device will display 🔥 when the temperature is higher than this value. Note: wake up the device by pressing the button on the back before changing this value.",
1381
1395
  valueMin: -10,
1382
1396
  valueMax: 60,
@@ -1388,6 +1402,7 @@ exports.definitions = [
1388
1402
  name: "comfort_humidity_min",
1389
1403
  cluster: "customSonoffSnzb02dr2",
1390
1404
  attribute: "comfortHumidityMin",
1405
+ entityCategory: "config",
1391
1406
  description: "Minimum relative humidity that is considered comfortable. The device will display ☀️ when the humidity is lower than this value. Note: wake up the device by pressing the button on the back before changing this value.",
1392
1407
  valueMin: 5,
1393
1408
  valueMax: 95,
@@ -1399,6 +1414,7 @@ exports.definitions = [
1399
1414
  name: "comfort_humidity_max",
1400
1415
  cluster: "customSonoffSnzb02dr2",
1401
1416
  attribute: "comfortHumidityMax",
1417
+ entityCategory: "config",
1402
1418
  description: "Maximum relative humidity that is considered comfortable. The device will display 💧 when the humidity is higher than this value. Note: wake up the device by pressing the button on the back before changing this value.",
1403
1419
  valueMin: 5,
1404
1420
  valueMax: 95,
@@ -1411,12 +1427,14 @@ exports.definitions = [
1411
1427
  lookup: { celsius: 0, fahrenheit: 1 },
1412
1428
  cluster: "customSonoffSnzb02dr2",
1413
1429
  attribute: "temperatureUnits",
1430
+ entityCategory: "config",
1414
1431
  description: "The unit of the temperature displayed on the device screen. Note: wake up the device by pressing the button on the back before changing this value.",
1415
1432
  }),
1416
1433
  m.numeric({
1417
1434
  name: "temperature_calibration",
1418
1435
  cluster: "customSonoffSnzb02dr2",
1419
1436
  attribute: "temperatureCalibration",
1437
+ entityCategory: "config",
1420
1438
  description: "Offset to add/subtract to the reported temperature",
1421
1439
  valueMin: -50,
1422
1440
  valueMax: 50,
@@ -1428,6 +1446,7 @@ exports.definitions = [
1428
1446
  name: "humidity_calibration",
1429
1447
  cluster: "customSonoffSnzb02dr2",
1430
1448
  attribute: "humidityCalibration",
1449
+ entityCategory: "config",
1431
1450
  description: "Offset to add/subtract to the reported relative humidity",
1432
1451
  valueMin: -50,
1433
1452
  valueMax: 50,
@@ -1798,6 +1817,9 @@ exports.definitions = [
1798
1817
  valveOpeningDegree: { ID: 0x600b, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
1799
1818
  valveClosingDegree: { ID: 0x600c, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
1800
1819
  tempAccuracy: { ID: 0x6011, type: zigbee_herdsman_1.Zcl.DataType.INT16 },
1820
+ temporaryMode: { ID: 0x6014, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
1821
+ temporaryModeTime: { ID: 0x6015, type: zigbee_herdsman_1.Zcl.DataType.UINT32 },
1822
+ temporaryModeTemp: { ID: 0x6016, type: zigbee_herdsman_1.Zcl.DataType.INT16 },
1801
1823
  externalTemperatureInput: {
1802
1824
  ID: 0x600d,
1803
1825
  type: zigbee_herdsman_1.Zcl.DataType.INT16,
@@ -1810,6 +1832,41 @@ exports.definitions = [
1810
1832
  commands: {},
1811
1833
  commandsResponse: {},
1812
1834
  }),
1835
+ m.numeric({
1836
+ name: "timer_mode_target_temp",
1837
+ cluster: "customSonoffTrvzb",
1838
+ attribute: "temporaryModeTemp",
1839
+ entityCategory: "config",
1840
+ description: "In timer mode, the temperature can be set to 4-35 ℃.",
1841
+ valueMin: 4.0,
1842
+ valueMax: 35.0,
1843
+ valueStep: 0.5,
1844
+ unit: "°C",
1845
+ scale: 100,
1846
+ }),
1847
+ m.numeric({
1848
+ name: "temporary_mode_duration",
1849
+ cluster: "customSonoffTrvzb",
1850
+ attribute: "temporaryModeTime",
1851
+ entityCategory: "config",
1852
+ description: "Boost Mode: Sets maximum TRV temperature for up to 180 minutes." +
1853
+ "Timer Mode: Customizes temperature and duration, up to 24 hours.",
1854
+ valueMin: 0,
1855
+ valueMax: 1440,
1856
+ valueStep: 1,
1857
+ unit: "minutes",
1858
+ scale: 60,
1859
+ }),
1860
+ m.enumLookup({
1861
+ name: "temporary_mode_select",
1862
+ label: "Temporary mode ",
1863
+ lookup: { boost: 0, timer: 1 },
1864
+ cluster: "customSonoffTrvzb",
1865
+ attribute: "temporaryMode",
1866
+ description: "Boost mode: Activates maximum TRV temperature for a user-defined duration, enabling rapid heating. " +
1867
+ "Timer Mode: Allows customization of temperature and duration for precise heating control." +
1868
+ "After the set duration, the system will return to its previous normal mode and temperature.",
1869
+ }),
1813
1870
  m.binary({
1814
1871
  name: "child_lock",
1815
1872
  cluster: "customSonoffTrvzb",