PlusPlus-ua

Results 9 comments of PlusPlus-ua

I've almost completed a quirk for this device. Here is a source code: ``` """Tuya mmw radar occupancy sensor.""" import math from typing import Dict, Optional, Tuple, Union from zigpy.profiles...

> The second question i think its depending of the unit you have configurated is ZHA selecting the type. Have investigated this. It doesn't depend on unit, only on number...

Hi @vietpv89, according to your screenshot, my code is not used. It seems like your ZHA still use file modified as mentioned in https://github.com/zigpy/zha-device-handlers/issues/1645#issuecomment-1192850979 Name of the class in my...

@vietpv89 Do you have any new response?

> Any update on this? Yes, I've updated version. It looks like TuyaAttributesCluster from zhaquirks.tuya.mcu doesn't support float values, so I've changed all settings to int. So, delays measured now...

> Thank you. How would I add this to my HA setup? When I first got these sensors I added a custom quirk called ts0601_motion.py in order to get a...

Hi guys, Credentials of my device is: NAME: Mi Temperature and Humidity Monitor Digital Clock 2 ID: blt.4.1d5tgaqmkgg00 BLE KEY: 19b1c678ab0a8bc3dc77765f059188d4 MAC: A4:C1:38:0E:FD:78 TOKEN: 82d6f34d432d190fdf770494 MODEL: miaomiaoce.sensor_ht.t8 The log: https://drive.google.com/file/d/1ASqeGTChqpIgfw87n-ey8U8BoyXavSZv/view?usp=sharing...

> Some model infos are duplicated now. Can you post all "manufacturer names" (`_TZE200_xxxx`) this code was actually tested with? I've tested this code with '_TZE200_ikvncluo' and '_TZE204_ztc6ggyl', both works...

> I might be wrong, but the only way I know to do so is to add the entities in `zha`, not in a quirk. I think it's definitely better...