Problem description
Hello,
My first time requesting help/support for a devi…ce in ZHA...
These Zigbee devices come in with RGB color selection when they only have CCT white color temp functionality.
The device is only capable of being tuned in a color temp from 2700K to 5000K.
It does not have any RGB capability which is currently showing in ZHA.
### Solution description
Support in ZHA with the RGB Color selection removed, and the CCT range limited from 2700k to 5000k.
Thank you. Please come back to me with questions or if I didn't grab all the right information.
### Screenshots/Video
_No response_
### Device signature
<details><summary>Device signature</summary>
```json
[{
"node_descriptor": {
"logical_type": 1,
"complex_descriptor_available": 0,
"user_descriptor_available": 0,
"reserved": 0,
"aps_flags": 0,
"frequency_band": 8,
"mac_capability_flags": 142,
"manufacturer_code": 0,
"maximum_buffer_size": 90,
"maximum_incoming_transfer_size": 82,
"server_mask": 11264,
"maximum_outgoing_transfer_size": 82,
"descriptor_capability_field": 0
},
"endpoints": {
"1": {
"profile_id": "0x0104",
"device_type": "0x0102",
"input_clusters": [
"0x0000",
"0x0003",
"0x0004",
"0x0005",
"0x0006",
"0x0008",
"0x0300",
"0xfc57"
],
"output_clusters": [
"0x0000",
"0x0003",
"0x0019"
]
}
},
"manufacturer": "Juno",
"model": "ABL-LIGHT-Z-001",
"class": "zigpy.device.Device"
}]
```
</details>
### Diagnostic information
<details><summary>Diagnostic information</summary>
```json
[ "endpoint_names": [
{
"name": "COLOR_DIMMABLE_LIGHT"
}
],
"user_given_name": "wafer-office bathroom-01-sink",
"device_reg_id": "ba9f09f817f3e0e1e57977bc63dff1a5",
"area_id": "office",
"cluster_details": {
"1": {
"device_type": {
"name": "COLOR_DIMMABLE_LIGHT",
"id": 258
},
"profile_id": 260,
"in_clusters": {
"0x0000": {
"endpoint_attribute": "basic",
"attributes": {
"0x0004": {
"attribute_name": "manufacturer",
"value": "Juno"
},
"0x0005": {
"attribute_name": "model",
"value": "ABL-LIGHT-Z-001"
}
},
"unsupported_attributes": {}
},
"0x0003": {
"endpoint_attribute": "identify",
"attributes": {},
"unsupported_attributes": {}
},
"0x0004": {
"endpoint_attribute": "groups",
"attributes": {},
"unsupported_attributes": {}
},
"0x0005": {
"endpoint_attribute": "scenes",
"attributes": {},
"unsupported_attributes": {}
},
"0x0006": {
"endpoint_attribute": "on_off",
"attributes": {
"0x0000": {
"attribute_name": "on_off",
"value": 0
},
"0x4003": {
"attribute_name": "start_up_on_off",
"value": 1
}
},
"unsupported_attributes": {}
},
"0x0008": {
"endpoint_attribute": "level",
"attributes": {
"0x0000": {
"attribute_name": "current_level",
"value": 255
}
},
"unsupported_attributes": {
"0x4000": {
"attribute_name": "start_up_current_level"
},
"0x0011": {
"attribute_name": "on_level"
},
"0x0010": {
"attribute_name": "on_off_transition_time"
},
"0x0012": {
"attribute_name": "on_transition_time"
},
"0x0013": {
"attribute_name": "off_transition_time"
},
"0x0014": {
"attribute_name": "default_move_rate"
}
}
},
"0xfc57": {
"endpoint_attribute": "manufacturer_specific",
"attributes": {},
"unsupported_attributes": {}
},
"0x0300": {
"endpoint_attribute": "light_color",
"attributes": {
"0x400a": {
"attribute_name": "color_capabilities",
"value": 24
},
"0x4002": {
"attribute_name": "color_loop_active",
"value": 0
},
"0x0008": {
"attribute_name": "color_mode",
"value": 2
},
"0x400c": {
"attribute_name": "color_temp_physical_max",
"value": 370
},
"0x400b": {
"attribute_name": "color_temp_physical_min",
"value": 200
},
"0x0007": {
"attribute_name": "color_temperature",
"value": 333
},
"0x0000": {
"attribute_name": "current_hue",
"value": 0
},
"0x0001": {
"attribute_name": "current_saturation",
"value": 0
},
"0x0003": {
"attribute_name": "current_x",
"value": 24939
},
"0x0004": {
"attribute_name": "current_y",
"value": 24701
},
"0x4000": {
"attribute_name": "enhanced_current_hue",
"value": 0
},
"0x000f": {
"attribute_name": "options",
"value": 1
}
},
"unsupported_attributes": {
"0x4010": {
"attribute_name": "start_up_color_temperature"
}
}
}
},
"out_clusters": {
"0x0000": {
"endpoint_attribute": "basic",
"attributes": {},
"unsupported_attributes": {}
},
"0x0003": {
"endpoint_attribute": "identify",
"attributes": {},
"unsupported_attributes": {}
},
"0x0019": {
"endpoint_attribute": "ota",
"attributes": {
"0x0002": {
"attribute_name": "current_file_version",
"value": 928585017
}
},
"unsupported_attributes": {}
}
}
}
}]
```
</details>
### Logs
<details><summary>Logs</summary>
```python
[Paste the logs here]
```
</details>
### Custom quirk
<details><summary>Custom quirk</summary>
```python
[Paste your custom quirk here]
```
</details>
### Additional information
_No response_