Skip to content
Discussion options

You must be logged in to vote

I updated the original firmware with a programmer.
As a result, in ZIgbeeTLc, the following clusters exist:

And for ZHA I added the file lib64/python3.13/site-packages/zhaquirks/custom/telink2.py:

"""Telink TLSR825x based devices with custom firmware.

see https://github.com/pvvx/ZigbeeTLc
"""

from zigpy.quirks.v2 import QuirkBuilder
from zigpy.quirks.v2.homeassistant import PERCENTAGE, UnitOfTemperature, UnitOfTime
import zigpy.types as t
from zigpy.zcl import ClusterType
from zigpy.zcl.clusters.hvac import ScheduleProgrammingVisibility, UserInterface
from zigpy.zcl.foundation import ZCLAttributeDef

from zhaquirks import CustomCluster


class CustomUserInterfaceCluster(CustomCluster, …

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@pvvx
Comment options

pvvx Oct 25, 2025
Maintainer

Answer selected by malocycling
@malocycling
Comment options

@pvvx
Comment options

pvvx Oct 29, 2025
Maintainer

@malocycling
Comment options

@juha63
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants