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

[Device Support Request] for TS0601 TZE204_5cuocqty (avatto 1 ch zigbee dimmer)

Open vrtsman opened this issue 1 year ago • 3 comments

Problem description

device entities not shown / discoverd, just the firmware version

Solution description

please add this device (also the 2 way dimmer device( to the quirks or full ZHA supported devices

Screenshots/Video

Screenshots/Video

[Paste/upload your media here]

Device signature

{ "node_descriptor": "NodeDescriptor(logical_type=, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=, mac_capability_flags=, manufacturer_code=4417, maximum_buffer_size=66, maximum_incoming_transfer_size=66, server_mask=10752, maximum_outgoing_transfer_size=66, descriptor_capability_field=, *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_5cuocqty", "model": "TS0601", "class": "zigpy.device.Device" }
[Paste the device signature here]

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

vrtsman avatar Feb 24 '24 16:02 vrtsman

+1 { "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_5cuocqty", "model": "TS0601", "class": "zigpy.device.Device" }

5bomen avatar Mar 04 '24 21:03 5bomen

datapoints found until now:

        [1, 'state', 
        [2, 'brightness', 
        [???, 'min_brightness', 
        [4, 'switch_type',
        [???, 'max_brightness',
        [6, 'countdown',
        [14, 'power_on_behavior',
        [???, 'light_type',

cannot find min_brightness, max_brightness and light_type

Suxsem avatar Apr 13 '24 15:04 Suxsem

I was watching this thread for updates since i have the same device so i thought i should inform everyone here. It seems someone managed to get it working: https://github.com/zigpy/zha-device-handlers/issues/3141

It doesn't seem to have been pulled to the main branch yet, but I tested the suggested changes and it worked for me.

stavragi avatar Jun 10 '24 08:06 stavragi