TS0601 from _TZE284_cwyqwqbf

I received this humidity/temp sensor for Christmas

It is recognised and added in ZHA although there is no humidity/temp infor etc.

I found this adding support … [External Converter]: TS0601 from _TZE284_cwyqwqbf · Issue #30128 · Koenkk/zigbee2mqtt · GitHub

Says “This device is now supported in version 2.7.1” I assume this to be the ZHA version

How do I know if I have this version or not? I see where to check core software release in the GUI but cannot find ZHA info.

Thanks, Duncan

Quirks ZHA Device Handlers & How-to & Older How-to

No, that is Zigbee2MQTT. It’s a different Zigbee integration.

I editied the configuration.yaml file to add

zha:
enable_quirks: true
custom_quirks_path: /config/custom_zha_quirks

created custom_zha_quirks folder and created a file called TS0601_TZE284_cwyqwqbf.py with tthe contents specified at [External Converter]: TS0601 from _TZE284_cwyqwqbf · Issue #30128 · Koenkk/zigbee2mqtt · GitHub

I see no change after restarting the system, it still doesn’t show me any entities other than firmware.

I am definitely not an expert here and trying to learn.

Thanks,
Duncan

You can’t add a Zigbee2MQTT external converter to a ZHA network.
You need to find or make a ZHA Quirk and put it there.

Zigbee2MQTT and its zigbee-herdsman converters have nothibg to do with ZHA (or zigpy) and its ZHA Device Handlers (which are also known as zha-quirks). Read → Zigbee Guide: How-to add/setup local custom ZHA Device Handlers (also known as ”quirks”) in the ZHA integration