Great! In this case…
- Have you defined the datapoints in the settings by yourself ?
- Do you have any doubt about what was written in the first post of this thread ? If so, please let me know.
Great! In this case…
Dear @w35l3y ,
Recently I come across devices which are integrated with two functions. Like fan dimmer and light or 1 roller shutter and 2 lights. Can your Generic EF00 driver can handle such devices ? Or do we need to create a custom capability for each integrated device ?
Are you asking whether there are existing profile for these? No, not in this driver.
Or are your asking about the capabilities?
If so, there are fanSpeed, switch, windowShade.
These capabilities could be used to compose profiles for these devices.
Here is the list of existing production capabilities:
This an example of a device that have dimmer and on/off switch. Can you suggest that might work ?
Model : TS0601
Manufacturer Code : _TZE204_2jnoy8dj
Device Info
Manufacturer: _TZE204_2jnoy8dj
Model: TS0601
FingerPrinted_EndPoint.Id: 0x01
App Version: 0x4A
ZCL Version: 0x03
Network ID: 0xF7AE
Zigbee EUI: A4C138481DF71484
Device ID: 0508cd22-fa66-4179-96a4-94910b13f0b9
Server Cluster:
Ep: 0x01={ 0004,0005,EF00,0000 }
Client Clusters:
Ep: 0xF2={ 0021 }
Ep: 0x01={ 0019,000A }
Signal Metrics:
LQI: 198 … RSSI: -83 dbm
fingerprinted_endpoint.id
Just wanted to say that this worked for me using the same sensor. Weird workaround but it works. Seems like this sensor should have been supported by now.
I bought this Tuya Zigbee button in hopes it would work with SmartThings. It shows up as a switch by default. Any possibility to get this to work with your driver?
I don’t see any EF00 clusters. I would try @zambobmaz [obmaz’s] “ZigBee-tuya-button” driver.
https://api.smartthings.com/invitation-web/accept?id=2d6da83b-ae22-4fda-8af5-bbb8890872d4
Thank you so much, this works perfectly!
hey, thought id give you a hand since i ran into this aswell because i just bought this sensor myself.
-add this sensor to smartthings
-then use the “personal tuya devices - main” driver.
-under settings of the sensor, make it a temp + humidity + battery
-Then open settings again and at the bottom it shows “DP for relative humidity” Set that to 3
DP for temp measurement- set to 5
Dp for battery, set to 15.
Hi, dotan_shai
I appreciate your advice.
Hello,
i have two sensors ZY-M100 Presence Sensor. First 5.8GHz works excellence with every settings in SmartThings App, second one 24GHz works with “Presence Sensor” Profile, but in the settings, there are no options for Sensitivity, Near Detection, and Far Detection. Can somebody help me?
Working sensor:
Device profile: normal-presenceSensor-v1
Model: TS0601
Manufacturer Code: _TZE204_sxm7l9xa
Second sensor:
Device profile: generic-ef00-v1
Model: TS0601
Manufacturer Code: _TZE204_ya4ft0w4
For _TZE204_ya4ft0w4 , These are the DP in use:
in addition for DP 1 (sorry for my poor programming skills…)
if (0) , presence: false,
if (1) , presence: true,
if (2) , ‘move’, presence: true,
How to set DP settings? Can somebody upload me a tutorial? I want to set detection_distance_max - thank You!
@w35l3y gave some instructions in the 1st post of this thread. More information can be found in his Github. I wish there was a short movie that demonstrates all the steps.
Thank you for the amazing driver. Would you consider adding a settings option to disable the debug section in the UI as at the moment it does not provide much info at all.
Sadly, conditioning this component based on the settings would require to duplicate all existing profiles.
Drivers have a limit of 50 profiles.
There is an open feature request to allow sanitized html tags/attributes.
I have faith that it might be taken into consideration some day.
Thank you for all the work, have a device _TZE200_iba1ckek that is a Vibration/Tilt sensor. Hoping to use on my garage door for open/close sensor.
Paired and looking at this driver however I can’t find data points to use. Where do I find?