diff --git a/src/devices/tuya.ts b/src/devices/tuya.ts index 4b70407136062..991481ce6c610 100644 --- a/src/devices/tuya.ts +++ b/src/devices/tuya.ts @@ -3336,7 +3336,7 @@ const definitions: Definition[] = [ }, }, { - fingerprint: [160, 112, 100, 69, 68, 65, 64].map((applicationVersion) => { + fingerprint: [160, 100, 69, 68, 65, 64].map((applicationVersion) => { return {modelID: 'TS011F', applicationVersion, priority: -1}; }), model: 'TS011F_plug_3', @@ -3344,7 +3344,6 @@ const definitions: Definition[] = [ vendor: 'TuYa', whiteLabel: [{vendor: 'VIKEFON', model: 'TS011F'}, {vendor: 'BlitzWolf', model: 'BW-SHP15'}, {vendor: 'AVATTO', model: 'MIUCOT10Z'}, {vendor: 'Neo', model: 'NAS-WR01B'}, {vendor: 'Neo', model: 'PLUG-001SPB2'}, - {vendor: 'TuYa', model: 'BSD33_20A', fingerprint: [{manufacturerName: '_TZ3000_okaz9tjs', applicationVersion: 112}]}, tuya.whitelabel('TuYa', 'BSD29_1', 'Smart plug (with power monitoring by polling)', ['_TZ3000_okaz9tjs']), ], ota: ota.zigbeeOTA, @@ -3360,7 +3359,7 @@ const definitions: Definition[] = [ onEvent: (type, data, device, options) => tuya.onEventMeasurementPoll(type, data, device, options, true, // polling for voltage, current and power - [100, 112, 160].includes(device.applicationVersion), // polling for energy + [100, 160].includes(device.applicationVersion), // polling for energy ), }, {