-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TS0601 PIR Sensor (_TZE200_gjldowol) #8661
base: master
Are you sure you want to change the base?
Conversation
}, | ||
], | ||
zigbeeModel: ['TS0601'], | ||
model: 'TS0601_pir_sensor', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any other model number written on the device or product page?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your follow-up. During the Zigbee2MQTT detection process, the following information is returned:
const definition = {
zigbeeModel: ['TS0601'],
model: 'TS0601',
vendor: '_TZE200_gjldowol',
description: 'Automatically generated definition',
extend: [],
meta: {},
};
module.exports = definition;
However, the model information printed on the device packaging and user manual differs:
- On the packaging: The model is listed as
IH012-RT01
. - In the user manual: The model is listed as
ZM-35ZH-Q
.
This discrepancy makes it difficult to ensure accurate integration with Zigbee2MQTT. Could this be due to vendor-specific modifications to the firmware or a generic implementation for TS0601-based devices?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's use ZM-35ZH-Q
then, _TZE200_gjldowol
is the internal model of the device.
@@ -0,0 +1,57 @@ | |||
import * as exposes from '../lib/exposes'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move this into tuya.ts
and remove this file.
This PR adds support for the TS0601 PIR Sensor (_TZE200_gjldowol).