zigbee icon indicating copy to clipboard operation
zigbee copied to clipboard

Frient Air Quality Sensor doesn't work with ZHA

Open flepied opened this issue 3 years ago • 11 comments

See https://github.com/home-assistant/core/issues/49127

flepied avatar Dec 25 '21 07:12 flepied

that thread has 0 mentions of the air quality sensor

compatiblity is based on a user report https://github.com/blakadder/zigbee/pull/388

blakadder avatar Dec 25 '21 12:12 blakadder

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.

flepied avatar Dec 26 '21 08:12 flepied

So now there's two opposing reports: one claims the device works and you claiming it doesn't. Maybe @EverythingSmartHome can chime in this?

blakadder avatar Dec 27 '21 09:12 blakadder

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): image

Perhaps it would be more beneficial to mention what specifically doesn't work, instead of "it doesn't work"?

EverythingSmartHome avatar Dec 27 '21 10:12 EverythingSmartHome

btw Frient is Develco's own brand, not a rebadge

blakadder avatar Dec 27 '21 11:12 blakadder

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): image

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.

flepied avatar Dec 27 '21 17:12 flepied

@EverythingSmartHome can you post the content of the zigbee device signature dialog for yours?

dmulcahey avatar Dec 28 '21 12:12 dmulcahey

@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"
}

EverythingSmartHome avatar Dec 28 '21 13:12 EverythingSmartHome

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.

EverythingSmartHome avatar Dec 28 '21 13:12 EverythingSmartHome

Thanks for the info

dmulcahey avatar Dec 28 '21 14:12 dmulcahey

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).

flepied avatar Feb 15 '22 13:02 flepied