question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Device Support Request] Tuya 0-10V dimmer TS110F

See original GitHub issue

Is your feature request related to a problem? Please describe. Just have received a dimmer https://www.aliexpress.com/item/1005003150502224.html. It works without a quirk, all functionality is available except one setting.

In Tuya smart application is possible to set minimal level of dimming: image

Describe the solution you’d like I’d like to add this setting to zigpy.

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.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": 260,
      "device_type": "0x0101",
      "in_clusters": [
        "0x0000",
        "0x0003",
        "0x0004",
        "0x0005",
        "0x0006",
        "0x0008"
      ],
      "out_clusters": [
        "0x000a",
        "0x0019"
      ]
    }
  },
  "manufacturer": "_TZ3000_snlc8jgn",
  "model": "TS110F",
  "class": "zigpy.device.Device"
}

Additional context As you can see, there are no custom clusters. So, I think the setting is an attribute in one of the standard clusters. All I need to prepare custom quirk is the attribute ID.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:27 (24 by maintainers)

github_iconTop GitHub Comments

4reactions
PlusPlus-uacommented, Mar 18, 2022

@javicalle thank you for suggested code, I’ll try it as I can. I’m from Ukraine and here is a war. I’m a refugee today. When I return, I can find my house (which I try to make smart) damaged, or completely ruined. I have no illusion.

2reactions
javicallecommented, Mar 18, 2022

That’s not the kind of trouble you expect to find around here 💔 I’m really very, very sorry. I can’t even imagine what you must be going through. Just to say that I hope that you and your relatives are safe and that you may have a good end to your situation.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can Tuya module adjust 0-10V dimming driver?
The output of the module is a PWM signal, which can be converted to an analog signal by an external circuit to adjust...
Read more >
Tuya dimmer switch support - User - nymea:forum
Hi there, Does anyone know if the Tuya dimmer switch is supported via Tuya Account? I have added a 0-10V dimmer to the...
Read more >
[Release] Tuya/Lonsonho 1-gang and 2-gang zigbee dimmer ...
Hi all, this is my first attempt at writing a driver for Hubitat. Hope it is of use to others out there. It...
Read more >
Tuya Smart Zigbee 3.0 0-10v 1-10v Dimming Controller ...
The lights can be dimmed and controlled, and it supports mobile APP control. Need to use a gateway to connect to the APP....
Read more >
AC100-240V ZigBee 0/1-10V LED Light Dimmer Controller ...
Arrives by Mon, Jan 9 Buy AC100-240V ZigBee 0/1-10V LED Light Dimmer Controller Smart Life Tuya Control App for 0-10V LED Dimmable Power...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found