zigbee-herdsman-converters 25.54.0 → 25.55.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.
- package/CHANGELOG.md +16 -0
- package/dist/converters/fromZigbee.js +1 -1
- package/dist/converters/fromZigbee.js.map +1 -1
- package/dist/devices/lumi.d.ts.map +1 -1
- package/dist/devices/lumi.js +0 -1
- package/dist/devices/lumi.js.map +1 -1
- package/dist/devices/philips.d.ts.map +1 -1
- package/dist/devices/philips.js +7 -0
- package/dist/devices/philips.js.map +1 -1
- package/dist/devices/tuya.d.ts.map +1 -1
- package/dist/devices/tuya.js +60 -0
- package/dist/devices/tuya.js.map +1 -1
- package/dist/devices/weten.js +1 -1
- package/dist/devices/weten.js.map +1 -1
- package/dist/lib/lumi.js +4 -4
- package/dist/lib/lumi.js.map +1 -1
- package/dist/lib/store.d.ts +2 -2
- package/dist/lib/store.d.ts.map +1 -1
- package/dist/lib/store.js +21 -14
- package/dist/lib/store.js.map +1 -1
- package/dist/models-index.json +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tuya.d.ts","sourceRoot":"","sources":["../../src/devices/tuya.ts"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAC,oBAAoB,EAA4D,MAAM,cAAc,CAAC;AAo+BlH,eAAO,MAAM,WAAW,EAAE,oBAAoB,
|
|
1
|
+
{"version":3,"file":"tuya.d.ts","sourceRoot":"","sources":["../../src/devices/tuya.ts"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAC,oBAAoB,EAA4D,MAAM,cAAc,CAAC;AAo+BlH,eAAO,MAAM,WAAW,EAAE,oBAAoB,EA05lB7C,CAAC"}
|
package/dist/devices/tuya.js
CHANGED
|
@@ -4474,6 +4474,7 @@ exports.definitions = [
|
|
|
4474
4474
|
"_TZ3000_g92baclx",
|
|
4475
4475
|
"_TZ3000_qlai3277",
|
|
4476
4476
|
"_TZ3000_qaabwu5c",
|
|
4477
|
+
"_TZ3000_qorepo2x",
|
|
4477
4478
|
"_TZ3000_ikuxinvo",
|
|
4478
4479
|
"_TZ3000_hzlsaltw",
|
|
4479
4480
|
"_TZ3000_jsfzkftc",
|
|
@@ -9120,6 +9121,65 @@ exports.definitions = [
|
|
|
9120
9121
|
],
|
|
9121
9122
|
extend: [tuya.modernExtend.tuyaBase({ timeStart: "2000" })],
|
|
9122
9123
|
},
|
|
9124
|
+
{
|
|
9125
|
+
fingerprint: tuya.fingerprint("TS0601", ["_TZE284_agcxaw3f"]),
|
|
9126
|
+
model: "BOT-R15W",
|
|
9127
|
+
vendor: "Tuya",
|
|
9128
|
+
description: "Beok wall thermostat (battery powered)",
|
|
9129
|
+
extend: [
|
|
9130
|
+
tuya.modernExtend.tuyaBase({
|
|
9131
|
+
dp: true,
|
|
9132
|
+
respondToMcuVersionResponse: true,
|
|
9133
|
+
timeStart: "1970",
|
|
9134
|
+
}),
|
|
9135
|
+
],
|
|
9136
|
+
exposes: [
|
|
9137
|
+
e.child_lock(),
|
|
9138
|
+
e
|
|
9139
|
+
.climate()
|
|
9140
|
+
.withSystemMode(["off", "heat"], ea.STATE_SET)
|
|
9141
|
+
.withPreset(["manual", "auto", "mixed", "away"])
|
|
9142
|
+
.withSetpoint("current_heating_setpoint", 5, 35, 0.5, ea.STATE_SET)
|
|
9143
|
+
.withRunningState(["idle", "heat"], ea.STATE)
|
|
9144
|
+
.withLocalTemperature(ea.STATE)
|
|
9145
|
+
.withLocalTemperatureCalibration(-9.9, 9.9, 0.1, ea.STATE_SET),
|
|
9146
|
+
e.binary("frost_protection", ea.STATE_SET, "ON", "OFF").withDescription("Antifreeze function"),
|
|
9147
|
+
e
|
|
9148
|
+
.max_temperature_limit()
|
|
9149
|
+
.withUnit("°C")
|
|
9150
|
+
.withValueMin(15)
|
|
9151
|
+
.withValueMax(90)
|
|
9152
|
+
.withValueStep(0.5)
|
|
9153
|
+
.withPreset("default", 60, "Default value")
|
|
9154
|
+
.withDescription("Maximum upper temperature"),
|
|
9155
|
+
e
|
|
9156
|
+
.numeric("temperature_delta", ea.STATE_SET)
|
|
9157
|
+
.withUnit("°C")
|
|
9158
|
+
.withValueMax(10)
|
|
9159
|
+
.withValueMin(0.5)
|
|
9160
|
+
.withValueStep(0.5)
|
|
9161
|
+
.withPreset("default", 1, "Default value")
|
|
9162
|
+
.withDescription("Delta between local temp and setpoint to trigger heat"),
|
|
9163
|
+
e.binary("factory_reset", ea.STATE_SET, "ON", "OFF").withDescription("Full factory reset, use with caution!"),
|
|
9164
|
+
e.battery(),
|
|
9165
|
+
],
|
|
9166
|
+
meta: {
|
|
9167
|
+
tuyaDatapoints: [
|
|
9168
|
+
[1, "system_mode", tuya.valueConverterBasic.lookup({ heat: true, off: false })],
|
|
9169
|
+
[2, "current_heating_setpoint", tuya.valueConverter.divideBy10],
|
|
9170
|
+
[3, "local_temperature", tuya.valueConverter.divideBy10],
|
|
9171
|
+
[4, "preset", tuya.valueConverterBasic.lookup({ manual: tuya.enum(0), auto: tuya.enum(1), mixed: tuya.enum(2), away: tuya.enum(3) })],
|
|
9172
|
+
[9, "child_lock", tuya.valueConverter.lockUnlock],
|
|
9173
|
+
[15, "max_temperature_limit", tuya.valueConverter.divideBy10],
|
|
9174
|
+
[19, "local_temperature_calibration", tuya.valueConverter.localTempCalibration3],
|
|
9175
|
+
[101, "running_state", tuya.valueConverterBasic.lookup({ heat: tuya.enum(1), idle: tuya.enum(0) })],
|
|
9176
|
+
[102, "frost_protection", tuya.valueConverter.onOff],
|
|
9177
|
+
[103, "factory_reset", tuya.valueConverter.onOff],
|
|
9178
|
+
[107, "temperature_delta", tuya.valueConverter.divideBy10],
|
|
9179
|
+
[113, "battery", tuya.valueConverter.raw],
|
|
9180
|
+
],
|
|
9181
|
+
},
|
|
9182
|
+
},
|
|
9123
9183
|
{
|
|
9124
9184
|
fingerprint: tuya.fingerprint("TS0601", [
|
|
9125
9185
|
"_TZE200_viy9ihs7",
|