zha-device-handlers icon indicating copy to clipboard operation
zha-device-handlers copied to clipboard

TZE204_u9bfwha0 TS0601[Device Support Request]

Open bepppppo opened this issue 1 year ago • 8 comments

Problem description

Hello, I have this Thermostat https://zigbee.blakadder.com/Beca_BHT-003.html

but it has a different Zigbee id than the one from the website. TZE204_u9bfwha0 I cannot find a custom quirk that works with it, does anyone have the same model and have a working quirk?

Solution description

Does anyone has a custom quirk for this specific thermostat? Beca BHT-003
Zigbee ID TZE204_u9bfwha0

Screenshots/Video

Screenshots/Video

[Paste/upload your media here]

Device signature

{ "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.FullFunctionDevice|MainsPowered|RxOnWhenIdle|AllocateAddress: 142>, manufacturer_code=4417, maximum_buffer_size=66, maximum_incoming_transfer_size=66, server_mask=10752, maximum_outgoing_transfer_size=66, descriptor_capability_field=<DescriptorCapability.NONE: 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": "0x0104", "device_type": "0x0051", "input_clusters": [ "0x0000", "0x0004", "0x0005", "0xef00" ], "output_clusters": [ "0x000a", "0x0019" ] }, "242": { "profile_id": "0xa1e0", "device_type": "0x0061", "input_clusters": [], "output_clusters": [ "0x0021" ] } }, "manufacturer": "_TZE204_u9bfwha0", "model": "TS0601", "class": "zigpy.device.Device" }

Diagnostic information

Diagnostic information
[Paste the diagnostic information here]

Logs

Logs
[Paste the logs here]

Custom quirk

Custom quirk
[Paste your custom quirk here]

Additional information

No response

bepppppo avatar Oct 07 '23 21:10 bepppppo

image

Please add device support to ZHA.

akrush24 avatar Oct 25 '23 21:10 akrush24

I have found a working quirk finally after so much search: ts0601_heating.txt

rename the file with extension ".py" and place it in your custom quirk folder

bepppppo avatar Oct 25 '23 22:10 bepppppo

I'm looking for the same (support for _TZE204_u9bfwha0), but for zigbee2mqtt. Anybody saw the working quirk?

0anton avatar Oct 26 '23 22:10 0anton

@bepppppo It was already supported at https://github.com/jacekk015/zha_quirks with file: ts0601_thermostat_avatto.py

@0anton Go to Koenk repo an tell them it's the same as those: https://github.com/Koenkk/zigbee-herdsman-converters/blob/master/src/devices/moes.ts#L100

jacekk015 avatar Oct 31 '23 07:10 jacekk015

You are so right, @jacekk015! I’ve also found this source file! It’s just a new line is missing with the device hash and all will work! I want to make the PR to this!

Update: Created PR to the same https://github.com/Koenkk/zigbee-herdsman-converters/pull/6369

0anton avatar Oct 31 '23 08:10 0anton

Thanks @jacekk015 honestly I didn't realised there was already one made and I forgot where I got mine. Glad you found it 😊

bepppppo avatar Oct 31 '23 09:10 bepppppo

@bepppppo I've checked your quirk and verified it with my files if they use same attributes. Then I've just added that ID ad-hoc there.

jacekk015 avatar Oct 31 '23 10:10 jacekk015

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Apr 28 '24 11:04 github-actions[bot]