javicalle
javicalle
@bemble are you extending the `NoManufacturerCluster` in the `MmwRadarManufCluster`?
For the reported behavior I would suspect that the `NoManufacturerCluster` is requiered to update the values. Try changing the definition to: ```python class MmwRadarManufCluster(NoManufacturerCluster, TuyaMCUCluster): ``` You will also need...
I would keep the attributes names from that PR. IMHO the ZHA attributes implementation is the way to go (better than the `TuyaAttributesCluster`) but I would also like to know...
> But I have some problems: I have to restart HA after the device is added to have all the entities displayed. Probably related with the entity initialization. Check the...
Attach the signature without the local quirk applied. I would try to add it in this quirk: https://github.com/zigpy/zha-device-handlers/blob/7745c838f98ac126d64ae4edad62556763b13d2e/zhaquirks/tuya/ts0601_sensor.py#L126
According to Z2M it must be added to the `TuyaMoesCover0601` quirk: * https://github.com/zigpy/zha-device-handlers/blob/9ccb69ad64da9bcbaae28201cc9efa6589565300/zhaquirks/tuya/ts0601_cover.py#L351 Are you able to check it?
I would suggest to add your MODELS_INFO to the `MmwRadarMotion` quirk: https://github.com/zigpy/zha-device-handlers/blob/74b9f043a996da6baca722d1e191d842a31ae198/zhaquirks/tuya/ts0601_motion.py#L342C7-L342C7 Once donde, repair your device and enable the debug logs. Interact with the device and attach the relevant...
From your logs I see that your HA instance is evaluating a `TZE200_s6hzw8g2.MmwRadarMotionGPP` class but the endpoints don't match: ``` 2023-10-03 21:13:40.663 DEBUG (MainThread) [zigpy.quirks.registry] Considering 2023-10-03 21:13:40.663 DEBUG (MainThread)...
Are the `Illuminance` and `Occupancy` sensors working?
I believe that can be added to the `Plug_CB_Metering` quirk: https://github.com/zigpy/zha-device-handlers/blob/aeca76da0ea81ecba5b17e0f7314620cd686faae/zhaquirks/tuya/ts011f_plug.py#L1245-L1253