[ST Edge] Personal Tuya Devices - Generic EF00 Device

Here are the DP in use:

tuyaDatapoints: [
[36,“running_state”, tuya.valueConverterBasic.lookup({cool: tuya.enum(2),heat: tuya.enum(1),idle: tuya.enum(0),}),],
[1, “system_mode”, tuya.valueConverterBasic.lookup({heat: true, off: false})],
[2, “preset”, tuya.valueConverterBasic.lookup({schedule: tuya.enum(0),manual: tuya.enum(1),}),],
[10, “frost_protection”, tuya.valueConverter.onOff],
[16, “current_heating_setpoint”, tuya.valueConverter.divideBy10],
[24, “local_temperature”, tuya.valueConverter.divideBy10],
[40, “child_lock”, tuya.valueConverter.lockUnlock],
[109, “local_temperature_calibration”, tuya.valueConverter.localTempCalibration3],
[112, “temperature_delta”, tuya.valueConverter.divideBy10],
[31, “working_day”, tuya.valueConverterBasic.lookup({mon_fri: tuya.enum(0),mon_sat: tuya.enum(1),mon_sun: tuya.enum(2),}),],
[67, null, tuya.valueConverter.ZWT198_schedule],
[67, “schedule_weekday”, tuya.valueConverter.ZWT198_schedule],
[68, “schedule_holiday”, tuya.valueConverter.ZWT198_schedule],

​Hi @w35l3y,

​I would like to request a new fingerprint for a Tuya Smoke/CO Detector. It is currently detected as a “Thing” on my hub. Could you please add it to your Personal Tuya Devices driver?

​Here are the technical details from the console:

  • Manufacturer: _TZE284_6ycgarab

  • Model: TS0601

  • Hub: Aeotec Smart Home Hub V3

​Thank you very much for your help!

This driver is generic, you need to go to settings (in you mobile app) and change the profile to smoke sensor.

If needed here are the DP in use:

[1,null,{from: (v: number) => {const lookup = {alarm: tuya.enum(0), none: tuya.enum(1), detecting: tuya.enum(2), unknown: tuya.enum(3)};
const smokeState = Object.entries(lookup).find((i) => i[1].valueOf() === v)[0];
return {smoke: smokeState === “alarm”,smoke_state: smokeState,};},},],
[5, “alarm_volume”, tuya.valueConverterBasic.lookup({low: tuya.enum(0),medium: tuya.enum(1),high: tuya.enum(2),mute: tuya.enum(3),}),],
[15, “battery”, tuya.valueConverter.raw],
[16, “silence”, tuya.valueConverter.raw],
[17, “alarm_switch”, tuya.valueConverter.raw],
[18, “carbon_monoxide”, tuya.valueConverter.trueFalseEnum0],

Hi @dotan_shai,

​I wanted to update you on my progress. Following your advice, I switched the driver to ‘Personal Tuya Devices’ and I’m using the ‘Normal’ profile.

​Here are the steps I’ve completed:

​Set DP 1 for Smoke Detector.

​Set DP 15 for Battery.

​Set DP 16 for Test Mode.

​I noticed that in the ‘Normal’ profile settings, I don’t see a specific field for Carbon Monoxide (DP 18).

​I am currently managing the device remotely, so I’m waiting for the next automatic check-in for the data to fully populate, but the icon has successfully changed and it’s showing as ‘Device tested’ (see attached screenshot).

​Do you have any further advice on how to enable the Carbon Monoxide field or on the configuration in general?

​Thank you again for your essential help!

Hi,
Can you please add the new capability statelessSwitchLevelStep in dimmers profile?
Please :folded_hands:
Thanks…

This is my first post here and I’m already looking for help.

I’m trying to set up a luminance sensor with its driver.

Unfortunately, I can’t find a way to use it purely as a luminance sensor — only in combination with the presence profile.

And unfortunately I haven’t managed to get any lux value displayed at all.

A screenshot of the device will fol

low.

@wonjj6768 has the fingerprint _TZ3000_7y90pany of the device listed in a README in his repository, but I can’t find the driver in his channel.


Edit: here is his other channel. Try the ZCL Sensors wonjj6768 from this channel, @sheysula . And as always: you must delete the device from SmartThings and re-add it, after installing the driver.

Thanks!

Looks really promising at first glance. I’ll give it a try later.And sorry for asking again — I’m still pretty new to all this and some things are still kinda confusing :sweat_smile:Do I need to restart the device after choosing the driver once, or when exactly?

Or should I restart the hub after installing the drivers on it?Thanks for the help!

As I said in my previous comment: