[Device Support Request] TS0601 _TZE200_yvx5lh6k (Smart Air Box)
See original GitHub issueIs your feature request related to a problem? Please describe. Bought a Smart Air Box which should measure CO2, Formaldehyde, temperature and humidity. It does pair, but it does not expose any status.
Describe the solution you’d like Read the available values.
Device signature - this can be acquired by removing the device from ZHA and pairing it again from the add devices screen. Be sure to add the entire content of the log panel after pairing the device to a code block below this line.
{
"node_descriptor": "NodeDescriptor(logical_type=<LogicalType.Router: 1>, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=<FrequencyBand.Freq2400MHz: 8>, mac_capability_flags=<MACCapabilityFlags.AllocateAddress|RxOnWhenIdle|MainsPowered|FullFunctionDevice: 142>, manufacturer_code=4098, maximum_buffer_size=82, maximum_incoming_transfer_size=82, server_mask=11264, maximum_outgoing_transfer_size=82, descriptor_capability_field=<DescriptorCapability.0: 0>, *allocate_address=True, *is_alternate_pan_coordinator=False, *is_coordinator=False, *is_end_device=False, *is_full_function_device=True, *is_mains_powered=True, *is_receiver_on_when_idle=True, *is_router=True, *is_security_capable=False)",
"endpoints": {
"1": {
"profile_id": 260,
"device_type": "0x0051",
"in_clusters": [
"0x0000",
"0x0004",
"0x0005",
"0xef00"
],
"out_clusters": [
"0x000a",
"0x0019"
]
}
},
"manufacturer": "_TZE200_yvx5lh6k",
"model": "TS0601",
"class": "zigpy.device.Device"
}
Additional context Product: https://www.aliexpress.com/item/1005002511043244.html Blakadder link: https://zigbee.blakadder.com/Tuya_RSH-AirBox01.html
Issue Analytics
- State:
- Created 2 years ago
- Comments:23 (14 by maintainers)
Top Results From Across the Web
Seeking device handler for tuya smart air box
Hi I have bought the tuya smart air box (ZIGBEE 3.0 Smart Air Box Home ... [Device Support Request] TS0601 _TZE200_yvx5lh6k (Smart Air...
Read more >Notes on Tuya Air Quality Sensors - Kaspars Dambis
The Zigbee version is known as TS0601 Smart Air House Keeper by Zigbee2MQTT ( TZE200_dwcarsat ) and is supported by their Home Assistant ......
Read more >Request support for Tuya ZigBee Smart Air Detector 6 in 1 ...
The integration of the “Smart Air Detector 6 in 1” Tuya ZigBee TS0601 _TZE200_dwcarsat is for deCONZ detected as “Smart Plug” The unit...
Read more >Tuya Wi-Fi Smart Air Box V2 Review - SmartHomeScene
The ZigBee version of this Air Quality sensor is officially supported in the the ZHA integration. It is identified as model TS0601. It...
Read more >Tuya Smart Air Box RSH-AirBox02 Zigbee compatibility
Model RSH-AirBox02 manufactured by Tuya. Zigbee ID: TS0601 | _TZE200_ryfmq5rl. Smart Air Box. Supports: co2. formaldehyde. humidity. voc. temperature ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Updating the file mentioned above to include the following line:
Fixes the issue, and exposes 3 entities, contain the (I presume) right numbers.
EDIT: i named VOC and CH2O (formaldehyde wrong in the screenshot below)
Worked like a charm. Thanks for that.