-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting the manufacturerName not working #33
Comments
Setting the model identifier seems to work, but not setting the manufacturer. Any idea what I am doing wrong here:
` |
You need to look at the Telink SDK examples where they set
This will be in the |
Absolutely correct question. zigbee2mqtt (ccoridnator) getting Announcement Indication code here
And getting respose from sampleLight (router):
because in pre-built binary we have this code But on successful commissioning code here, sampleLight getting ZBHCI_CMD_NETWORK_STATE_REPORT code here
Coordinator getting:
So, if coordinator reading Basic Cluster Attributes its always getting what is hardcoded in TLSR8258 firmware. |
The example code does not appear to set the manufacturer code correctly when pairing the device with my Homey Pro controller. My controller always show the manufacturer as "TELINK" while in the example sensor code it is set it to:
const uint8_t au8ManufacturerName[] = {13,'L','I','L','Y','G','O', '.', 'S', 'e', 'n', 's', 'o', 'r'};
Has anyone else experienced this issue?
The text was updated successfully, but these errors were encountered: