Motion sensor recognized as smoke sensor

I purchased on Aliexpress this Tuya 2 in 1 Zigbee Mini PIR Motion Detector + Bright Lux Light.

Istantanea_2023-01-26_16-06-02

I paired the device it works (detects motion and the red light comes on) it is displayed like this:

It is also not recognized as a motion sensor, but as a smoke sensor.

Can anyone tell me if it is possible to change any parameters and where?
Thanks

Zigbee devices that do not use standard configuration and parameters (standard ZCL clusters and attributes) will need a custom handler/converter/translator as Python script code in “ZHA Device Handlers” repository to extend custom support for specific non-standard devices (which the ZHA integration then makes use of).

If you can not code that Python script code yourself to write the needed custom handler/converter/translator for adding that specific device to the “ZHA Device Handlers” repository/library then suggest submitting a “device support request” as new issues → https://github.com/zigpy/zha-device-handlers/issues

Without a “device support request” as a new issue posted to the “ZHA Device Handlers” repository/library requesting support for an unsupported device or device feature with Device signature and Diagnostic information the ZHA integration developers will not even know about the device unless they by random chance happened to have bought it themselves.

The reason is why non-standard devices need a custom handler/converter/translator is explained in ZHA integration documentation here → https://www.home-assistant.io/integrations/zha#zha-exception-and-deviation-handling

Zigbee devices that use clusters and attributes that are standard in the official ZCL (Zigbee Cluster Library) do not need custom handlers/converters/translators as explained in the ZHA integration documentation here → https://www.home-assistant.io/integrations/zha#knowing-which-devices-are-supported

PS: Off-topic but FYI, this also works kind of similar for Zigbee2MQTT which also requires a custom handler/converter/translator for specific devices → https://www.zigbee2mqtt.io/advanced/support-new-devices/01_support_new_devices.html

1 Like

I just run into the same issue. Just wondering, was it already reported?

I doubt that anyone bothered with reporting it as then it would probably already be fixed seeing as it has gone 1.5 years now, but do search → Issues · zigpy/zha-device-handlers · GitHub

image