-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
AduroSmart 81809 detected as Trust ZLED-RGB9 and power_on_behavior does not work #18364
Labels
problem
Something isn't working
Comments
Can you provide the data/database.db entry of this device? |
{
"id": 35,
"type": "Router",
"ieeeAddr": "0x00158d000193e5e9",
"nwkAddr": 48675,
"manufId": 4151,
"manufName": "Trust International B.V.\u0000",
"powerSource": "Mains (single phase)",
"modelId": "ZLL-ExtendedColo",
"epList": [
1,
2
],
"endpoints": {
"1": {
"profId": 49246,
"epId": 1,
"devId": 4096,
"inClusterList": [
4096
],
"outClusterList": [
4096
],
"clusters": {},
"binds": [],
"configuredReportings": [],
"meta": {}
},
"2": {
"profId": 49246,
"epId": 2,
"devId": 528,
"inClusterList": [
0,
4,
3,
6,
8,
5,
768,
65535,
25
],
"outClusterList": [
0,
4,
3,
6,
8,
5,
768,
25
],
"clusters": {
"lightingColorCtrl": {
"attributes": {
"colorCapabilities": 31,
"colorTempPhysicalMin": 153,
"colorTempPhysicalMax": 500
}
},
"genLevelCtrl": {
"attributes": {}
}
},
"binds": [],
"configuredReportings": [],
"meta": {
"onLevelSupported": false
}
}
},
"appVersion": 1,
"stackVersion": 1,
"hwVersion": 1,
"dateCode": "20160916",
"swBuildId": "1000-0003",
"zclVersion": 1,
"interviewCompleted": true,
"meta": {
"configured": 88764544
},
"lastSeen": 1689964491153,
"defaultSendRequestWhen": "immediate"
} |
Seems this is a trust device internally so we cannot distinguish it ( |
Koenkk
added a commit
to Koenkk/zigbee-herdsman-converters
that referenced
this issue
Jul 23, 2023
This was referenced Aug 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
I have an
AduroSmart 81809
bulb but when I try and set thepower_on_behavior
attribute I get an error. I also see an error when settingcolor_temp_startup
.The bulb is descovered as a
Trust ZLED-RGB9
(seems the opposite of #8313).All other attributes work, I can turn the bulb off and on and I can change the bulb's colour etc.
I've tried using the
latest-dev
image but the behaviour is the same.What did you expect to happen?
I expected the attribute to be set as it is listed as supported on both bulbs.
I'm not sure if:
How to reproduce it (minimal and precise)
Pair the bulb and set the attribute
Zigbee2MQTT version
1.32.1
Adapter firmware version
6.10.3.0 build 297
Adapter
SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20220813102406-if00
Debug log
Pairing logs:
Set attribute logs:
Set attribute logs (herdsman):
The text was updated successfully, but these errors were encountered: