I have an RGB light strip that I’m trying to control with HA. It’s a QV-RGBCCT by Quotra-Vision. It’s showing up as a router, and not all of the attributes and capabilities are showing up.
I followed the tutorial, but it has no effect.
How do I get this working?
Here are the device parameters.
Zigbee Info
IEEE: 00:12:4b:00:1a:b0:15:2b
Nwk: 0x84ab
Device Type: Router
LQI: 21
RSSI: Unknown
Last Seen: 2023-03-22T22:21:00
Power Source: Mains
Here’s what shows up in the signature.
{
"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=0, maximum_buffer_size=80, maximum_incoming_transfer_size=160, server_mask=0, maximum_outgoing_transfer_size=160, 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": {
"11": {
"profile_id": 260,
"device_type": "0x0210",
"in_clusters": [
"0x0000",
"0x0003",
"0x0004",
"0x0005",
"0x0006",
"0x0008",
"0x0300"
],
"out_clusters": []
},
"13": {
"profile_id": 49246,
"device_type": "0xe15e",
"in_clusters": [
"0x1000"
],
"out_clusters": [
"0x1000"
]
}
},
"manufacturer": "Quotra-Vision",
"model": "QV-RGBCCT",
"class": "zigpy.device.Device"
}
All of the light attributes are showing up in the debug output.
{
"home_assistant": {
"installation_type": "Home Assistant Container",
"version": "2023.3.5",
"dev": false,
"hassio": false,
"virtualenv": false,
"python_version": "3.10.10",
"docker": true,
"arch": "x86_64",
"timezone": "America/Detroit",
"os_name": "Linux",
"os_version": "5.15.0-67-generic",
"run_as_root": true
},
"custom_components": {},
"integration_manifest": {
"domain": "zha",
"name": "Zigbee Home Automation",
"after_dependencies": [
"onboarding",
"usb"
],
"codeowners": [
"@dmulcahey",
"@adminiuga",
"@puddly"
],
"config_flow": true,
"dependencies": [
"file_upload"
],
"documentation": "https://www.home-assistant.io/integrations/zha",
"iot_class": "local_polling",
"loggers": [
"aiosqlite",
"bellows",
"crccheck",
"pure_pcapy3",
"zhaquirks",
"zigpy",
"zigpy_deconz",
"zigpy_xbee",
"zigpy_zigate",
"zigpy_znp"
],
"requirements": [
"bellows==0.34.10",
"pyserial==3.5",
"pyserial-asyncio==0.6",
"zha-quirks==0.0.94",
"zigpy-deconz==0.19.2",
"zigpy==0.53.2",
"zigpy-xbee==0.16.2",
"zigpy-zigate==0.10.3",
"zigpy-znp==0.9.3"
],
"usb": [
{
"vid": "10C4",
"pid": "EA60",
"description": "*2652*",
"known_devices": [
"slae.sh cc2652rb stick"
]
},
{
"vid": "1A86",
"pid": "55D4",
"description": "*sonoff*plus*",
"known_devices": [
"sonoff zigbee dongle plus v2"
]
},
{
"vid": "10C4",
"pid": "EA60",
"description": "*sonoff*plus*",
"known_devices": [
"sonoff zigbee dongle plus"
]
},
{
"vid": "10C4",
"pid": "EA60",
"description": "*tubeszb*",
"known_devices": [
"TubesZB Coordinator"
]
},
{
"vid": "1A86",
"pid": "7523",
"description": "*tubeszb*",
"known_devices": [
"TubesZB Coordinator"
]
},
{
"vid": "1A86",
"pid": "7523",
"description": "*zigstar*",
"known_devices": [
"ZigStar Coordinators"
]
},
{
"vid": "1CF1",
"pid": "0030",
"description": "*conbee*",
"known_devices": [
"Conbee II"
]
},
{
"vid": "10C4",
"pid": "8A2A",
"description": "*zigbee*",
"known_devices": [
"Nortek HUSBZB-1"
]
},
{
"vid": "0403",
"pid": "6015",
"description": "*zigate*",
"known_devices": [
"ZiGate+"
]
},
{
"vid": "10C4",
"pid": "EA60",
"description": "*zigate*",
"known_devices": [
"ZiGate"
]
},
{
"vid": "10C4",
"pid": "8B34",
"description": "*bv 2010/10*",
"known_devices": [
"Bitron Video AV2010/10"
]
}
],
"zeroconf": [
{
"type": "_esphomelib._tcp.local.",
"name": "tube*"
},
{
"type": "_zigate-zigbee-gateway._tcp.local.",
"name": "*zigate*"
},
{
"type": "_zigstar_gw._tcp.local.",
"name": "*zigstar*"
},
{
"type": "_slzb-06._tcp.local.",
"name": "slzb-06*"
}
],
"is_built_in": true
},
"data": {
"ieee": "**REDACTED**",
"nwk": 33963,
"manufacturer": "Quotra-Vision",
"model": "QV-RGBCCT",
"name": "Quotra-Vision QV-RGBCCT",
"quirk_applied": false,
"quirk_class": "zigpy.device.Device",
"manufacturer_code": 0,
"power_source": "Mains",
"lqi": 25,
"rssi": null,
"last_seen": "2023-03-22T22:21:53",
"available": true,
"device_type": "Router",
"signature": {
"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=0, maximum_buffer_size=80, maximum_incoming_transfer_size=160, server_mask=0, maximum_outgoing_transfer_size=160, 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": {
"11": {
"profile_id": 260,
"device_type": "0x0210",
"in_clusters": [
"0x0000",
"0x0003",
"0x0004",
"0x0005",
"0x0006",
"0x0008",
"0x0300"
],
"out_clusters": []
},
"13": {
"profile_id": 49246,
"device_type": "0xe15e",
"in_clusters": [
"0x1000"
],
"out_clusters": [
"0x1000"
]
}
}
},
"active_coordinator": false,
"entities": [
{
"entity_id": "button.quotra_vision_qv_rgbcct_identify",
"name": "Quotra-Vision QV-RGBCCT"
},
{
"entity_id": "switch.quotra_vision_qv_rgbcct_switch",
"name": "Quotra-Vision QV-RGBCCT"
}
],
"neighbors": [],
"routes": [],
"endpoint_names": [
{
"name": "undefined_0x0210"
},
{
"name": "undefined_0xe15e"
}
],
"user_given_name": "Headboard Light",
"device_reg_id": "49d51b681bf733d615f609b24dca3297",
"area_id": "bedroom",
"cluster_details": {
"11": {
"device_type": {
"name": "undefined_0x0210",
"id": 528
},
"profile_id": 260,
"in_clusters": {
"0x0000": {
"endpoint_attribute": "basic",
"attributes": {
"0x0004": {
"attribute_name": "manufacturer",
"value": "Quotra-Vision"
},
"0x0005": {
"attribute_name": "model",
"value": "QV-RGBCCT"
}
},
"unsupported_attributes": {
"0x0008": {
"attribute_name": "generic_device_class"
},
"0x0009": {
"attribute_name": "generic_device_type"
},
"0x000a": {
"attribute_name": "product_code"
},
"0xfffe": {
"attribute_name": "attr_reporting_status"
},
"0x0013": {
"attribute_name": "alarm_mask"
}
}
},
"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
}
},
"unsupported_attributes": {
"0x4003": {
"attribute_name": "start_up_on_off"
}
}
},
"0x0008": {
"endpoint_attribute": "level",
"attributes": {
"0x0000": {
"attribute_name": "current_level",
"value": 254
}
},
"unsupported_attributes": {
"0x4000": {
"attribute_name": "start_up_current_level"
},
"0x0011": {
"attribute_name": "on_level"
},
"0x0012": {
"attribute_name": "on_transition_time"
},
"0x0014": {
"attribute_name": "default_move_rate"
},
"0x0010": {
"attribute_name": "on_off_transition_time"
},
"0x0013": {
"attribute_name": "off_transition_time"
}
}
},
"0x0300": {
"endpoint_attribute": "light_color",
"attributes": {
"0x0000": {
"attribute_name": "current_hue",
"value": 0
},
"0x0001": {
"attribute_name": "current_saturation",
"value": 0
},
"0x0003": {
"attribute_name": "current_x",
"value": 20480
},
"0x0004": {
"attribute_name": "current_y",
"value": 21845
},
"0x0007": {
"attribute_name": "color_temperature",
"value": 268
},
"0x0008": {
"attribute_name": "color_mode",
"value": 2
},
"0x4000": {
"attribute_name": "enhanced_current_hue",
"value": 0
},
"0x4002": {
"attribute_name": "color_loop_active",
"value": 0
},
"0x400a": {
"attribute_name": "color_capabilities",
"value": 31
}
},
"unsupported_attributes": {
"0x4010": {
"attribute_name": "start_up_color_temperature"
},
"0xfffe": {
"attribute_name": "attr_reporting_status"
},
"0x400b": {
"attribute_name": "color_temp_physical_min"
},
"0x400c": {
"attribute_name": "color_temp_physical_max"
},
"0x000f": {
"attribute_name": "options"
}
}
}
},
"out_clusters": {}
},
"13": {
"device_type": {
"name": "undefined_0xe15e",
"id": 57694
},
"profile_id": 49246,
"in_clusters": {
"0x1000": {
"endpoint_attribute": "lightlink",
"attributes": {},
"unsupported_attributes": {}
}
},
"out_clusters": {
"0x1000": {
"endpoint_attribute": "lightlink",
"attributes": {},
"unsupported_attributes": {}
}
}
}
}
}
}