We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://www.emos-shop.at/gosmart-digitales-drathloses-thermometer-egs0101-zigbee
{"id":28,"type":"EndDevice","ieeeAddr":"0xa4c138b8b21c0b91","nwkAddr":33479,"manufId":4417,"manufName":"_TZE204_jygvp6fk","powerSource":"Battery","modelId":"TS0601","epList":[1],"endpoints":{"1":{"profId":260,"epId":1,"devId":81,"inClusterList":[4,5,61184,0],"outClusterList":[25,10],"clusters":{"genBasic":{"attributes":{"65534":0,"modelId":"TS0601","manufacturerName":"_TZE204_jygvp6fk","powerSource":3,"zclVersion":3,"appVersion":73,"stackVersion":0,"hwVersion":1,"dateCode":""}}},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":73,"stackVersion":0,"hwVersion":1,"dateCode":"","zclVersion":3,"interviewCompleted":true,"meta":{"configured":1013852590},"lastSeen":1736616314856}
iobroker v1.10.14 and v1.11.2
The device is runnin under others like this one.
i have added three lines of code in this area:
fingerprint: tuya.fingerprint('TS0601', [
'_TZE200_yjjdcqsq',
'_TZE200_9yapgbuv',
'_TZE200_utkemkbs',
'_TZE204_utkemkbs',
'_TZE204_9yapgbuv',
'_TZE204_upagmta9',
'_TZE200_cirvgep4',
'_TZE200_upagmta9',
'_TZE204_yjjdcqsq',
'_TZE204_cirvgep4',
'_TZE200_jygvp6fk',
'_TZE204_jygvp6fk',
]),
model: 'TS0601_temperature_humidity_sensor_2',
vendor: 'Tuya',
description: 'Temperature and humidity sensor',
fromZigbee: [tuya.fz.datapoints],
toZigbee: [tuya.tz.datapoints],
onEvent: tuya.onEvent({ queryOnDeviceAnnounce: true }),
configure: async (device, coordinatorEndpoint) => {
await tuya.configureMagicPacket(device, coordinatorEndpoint);
// Required to get the device to start reporting
await device.getEndpoint(1).command('manuSpecificTuya', 'dataQuery', {});
},
exposes: [e.temperature(), e.humidity(), tuya.exposes.batteryState(), tuya.exposes.temperatureUnit()],
meta: {
tuyaDatapoints: [
[1, 'temperature', tuya.valueConverter.divideBy10],
[2, 'humidity', tuya.valueConverter.raw],
[3, 'battery_state', tuya.valueConverter.batteryState],
[9, 'temperature_unit', tuya.valueConverter.temperatureUnitEnum],
],
whiteLabel: [
tuya.whitelabel('Tuya', 'ZTH01', 'Temperature and humidity sensor', ['_TZE200_yjjdcqsq', '_TZE204_yjjdcqsq']),
tuya.whitelabel('Tuya', 'SZTH02', 'Temperature and humidity sensor', ['_TZE200_utkemkbs', '_TZE204_utkemkbs']),
tuya.whitelabel('Tuya', 'ZTH02', 'Temperature and humidity sensor', ['_TZE200_9yapgbuv', '_TZE204_9yapgbuv']),
tuya.whitelabel('Tuya', 'ZTH05', 'Temperature and humidity sensor', ['_TZE204_upagmta9', '_TZE200_upagmta9']),
tuya.whitelabel('Tuya', 'ZTH08-E', 'Temperature and humidity sensor', ['_TZE200_cirvgep4', '_TZE204_cirvgep4']),
tuya.whitelabel('Tuya', 'EGS0101', 'Temperature and humidity sensor', ['_TZE200_jygvp6fk', '_TZE204_jygvp6fk']),
the lines are 12,13 and 41.
So, the device is running fine.
i don´t have one.
My changes above make the device working.
The text was updated successfully, but these errors were encountered:
Added!
Changes will be available in the dev branch in a few hours from now.
Sorry, something went wrong.
fix(detect): Detect _TZE204_jygvp6fk as Tuya TS0601_temperature_hum…
_TZE204_jygvp6fk
9605278
…idity_sensor_2 Koenkk/zigbee2mqtt#25753
Thank you very much.
No branches or pull requests
Link
https://www.emos-shop.at/gosmart-digitales-drathloses-thermometer-egs0101-zigbee
Database entry
{"id":28,"type":"EndDevice","ieeeAddr":"0xa4c138b8b21c0b91","nwkAddr":33479,"manufId":4417,"manufName":"_TZE204_jygvp6fk","powerSource":"Battery","modelId":"TS0601","epList":[1],"endpoints":{"1":{"profId":260,"epId":1,"devId":81,"inClusterList":[4,5,61184,0],"outClusterList":[25,10],"clusters":{"genBasic":{"attributes":{"65534":0,"modelId":"TS0601","manufacturerName":"_TZE204_jygvp6fk","powerSource":3,"zclVersion":3,"appVersion":73,"stackVersion":0,"hwVersion":1,"dateCode":""}}},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":73,"stackVersion":0,"hwVersion":1,"dateCode":"","zclVersion":3,"interviewCompleted":true,"meta":{"configured":1013852590},"lastSeen":1736616314856}
Zigbee2MQTT version
iobroker v1.10.14 and v1.11.2
Comments
The device is runnin under others like this one.
i have added three lines of code in this area:
the lines are 12,13 and 41.
So, the device is running fine.
External definition
What does/doesn't work with the external definition?
My changes above make the device working.
The text was updated successfully, but these errors were encountered: