-
Notifications
You must be signed in to change notification settings - Fork 727
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Device Support Request] TS0601 by _TZE200_s1xgth2u for Nedis SmartLife Zigbee Climate Sensor ZBSC30WT #3073
Comments
This sensor is widely available, cheap and looking good. |
jouko999, while this issue is still open, I managed to add Nedis ZBSC30WT with following steps: (I made instructions for non coding person) Before starting, I strongly recommend to create backup of your current Home Assistant.
|
@Mikkora1 the suggested quirk is no longer applicable since a more recent device signature
|
Problem description
I bought a Nedis SmartLife Zigbee Climate Sensor ZBSC30WT. HomeAssistant/ZHA shows only LQI and RSSI when paired.
Solution description
Please add support to this model variant.
Screenshots/Video
No response
Device signature
Device signature without custom zha quirk
Device signature with custom zha quirk
Diagnostic information
Diagnostic information without custom zha quirk
Diagnostic information with custom zha quirk
Logs
Logs
Custom quirk
I made a custom zha quirk based on a copy of
ts0601_sensor.py:TuyaTempHumiditySensorVar03
, that is able to show at least the temperature, humidity sensors and battery diagnostic. The change required wasCustom quirk
class TuyaTempHumiditySensorVar03(CustomDevice): """Tuya temp and humidity sensor (variation 03).""" signature = { # "profile_id": 260, # "device_type": "0x0051", # "in_clusters": ["0x0000","0x0004","0x0005","0xef00"], # "out_clusters": ["0x000a","0x0019"] MODELS_INFO: [ ("_TZE200_yjjdcqsq", "TS0601"), ("_TZE200_9yapgbuv", "TS0601"), ("_TZE200_qyflbnbj", "TS0601"), + ("_TZE200_s1xgth2u", "TS0601"), # Nedis ZBSC30WT ],
Additional information
Link to product: https://nedis.com/en-us/product/household-and-living/climate/humidity-control/550783946/smartlife-climate-sensor-zigbee-30-battery-powered-android-ios-white
The text was updated successfully, but these errors were encountered: