zigbee
zigbee copied to clipboard
Frient Air Quality Sensor doesn't work with ZHA
See https://github.com/home-assistant/core/issues/49127
that thread has 0 mentions of the air quality sensor
compatiblity is based on a user report https://github.com/blakadder/zigbee/pull/388
I have bought the device based on this report and it doesn't work. I have put this link because that's the same symptoms.
So now there's two opposing reports: one claims the device works and you claiming it doesn't. Maybe @EverythingSmartHome can chime in this?
My model (which is a Develco branded (not a resold version by Frient) works perfectly, see screenshot from my ZHA taken this morning (yes it is that cold in there):

Perhaps it would be more beneficial to mention what specifically doesn't work, instead of "it doesn't work"?
btw Frient is Develco's own brand, not a rebadge
My model (which is a Develco branded (not a resold version by Frient) works perfectly, see screenshot from my ZHA taken this morning (yes it is that cold in there):
Perhaps it would be more beneficial to mention what specifically doesn't work, instead of "it doesn't work"?
I have opened a bug report as this device breaks ZHA: nothing is working anymore after its discovery: https://github.com/home-assistant/core/issues/62766. To get ZHA to work again, I had to remove the device and restart HASS.
@EverythingSmartHome can you post the content of the zigbee device signature dialog for yours?
@EverythingSmartHome can you post the content of the zigbee device signature dialog for yours?
Sure, here it is:
"node_descriptor": "NodeDescriptor(logical_type=<LogicalType.EndDevice: 2>, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=<FrequencyBand.Freq2400MHz: 8>, mac_capability_flags=<MACCapabilityFlags.NONE: 0>, manufacturer_code=4117, maximum_buffer_size=80, maximum_incoming_transfer_size=80, server_mask=0, maximum_outgoing_transfer_size=80, descriptor_capability_field=<DescriptorCapability.NONE: 0>, *allocate_address=False, *is_alternate_pan_coordinator=False, *is_coordinator=False, *is_end_device=True, *is_full_function_device=False, *is_mains_powered=False, *is_receiver_on_when_idle=False, *is_router=False, *is_security_capable=False)",
"endpoints": {
"1": {
"profile_id": 49353,
"device_type": "0x0001",
"in_clusters": [
"0x0003",
"0x0005",
"0x0006"
],
"out_clusters": []
},
"38": {
"profile_id": 260,
"device_type": "0x0302",
"in_clusters": [
"0x0000",
"0x0001",
"0x0003",
"0x0020",
"0x0402",
"0x0405",
"0x042e",
"0xfc03"
],
"out_clusters": [
"0x0003",
"0x000a",
"0x0019"
]
}
},
"manufacturer": "Develco Products A/S",
"model": "AQSZB-110",
"class": "develco.air_quality.AQSZB110"
}
Also perhaps worth mentioning that I worked with another user on the quirk, he was using a Frient branded device and he reported it as working here - unless something has changed since?
I am using 2021.12.4 right now and don't have any issues with my sensor.
Thanks for the info
the device doesn't break zha anymore starting at version 2022.2 but the air quality is not reported (humidity and temperature are well reported).