[Device Support Request] TS0601 _TZE200_fhn3negr (Termostat Knob)
See original GitHub issueIs your feature request related to a problem? Please describe. Bought a thermostat knob in China. It does pair, but does not expose any controls or status.
Describe the solution you’d like I would like to be able to control the target temperature, and read current temperature and battery level
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(byte1=2, byte2=64, mac_capability_flags=128, manufacturer_code=4098, maximum_buffer_size=82, maximum_incoming_transfer_size=82, server_mask=11264, maximum_outgoing_transfer_size=82, descriptor_capability_field=0, *allocate_address=True, *complex_descriptor_available=False, *is_alternate_pan_coordinator=False, *is_coordinator=False, *is_end_device=True, *is_full_function_device=False, *is_mains_powered=False, *is_receiver_on_when_idle=False, *is_router=False, *is_security_capable=False, *is_valid=True, *logical_type=<LogicalType.EndDevice: 2>, *user_descriptor_available=False)",
"endpoints": {
"1": {
"profile_id": 260,
"device_type": "0x0051",
"in_clusters": [
"0x0000",
"0x0004",
"0x0005",
"0x000a",
"0xef00"
],
"out_clusters": [
"0x0019"
]
}
},
"manufacturer": "_TZE200_fhn3negr",
"model": "TS0601",
"class": "zigpy.device.Device"
}
Additional context Product: https://a.aliexpress.com/_BPiRx7 More information is also provided in another Github issue on another project. https://github.com/Koenkk/zigbee-herdsman-converters/issues/1803
Note: I’m using ZHA via a Tasmotized Sonoff ZBBridge
Issue Analytics
- State:
- Created 2 years ago
- Comments:29 (19 by maintainers)
Top GitHub Comments
This valve is the same as baldisos user. @JoostvdB94 If you want it to work in ZHA please do same steps: https://github.com/zigpy/zha-device-handlers/issues/677#issuecomment-933715002
Yes, thank you for the hard work!