Replies: 1 comment 3 replies
-
Added, thanks! Changes will be available in the dev branch in a few hours from now. Note that the dev branch currently contains breaking changes, see #24198 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
i'v bought CONECTO ZIGBEE TEMP/HUMIDITY SENSOR (LCD)
model: COZIGTHS1
sold by power.fi
z2m reconizes device as TS0601 / _TZE200_zppcgbdj
i think its rebranded device of TS0601 / _TZE200_s1xgth2u
or atleast i got it working by modifying file: ./node_modules/zigbee-herdsman-converters/devices/tuya.js
replaced this line:
fingerprint: [{ modelID: 'TS0601', manufacturerName: '_TZE200_s1xgth2u' }],
with this:
fingerprint: tuya.fingerprint('TS0601', [
'_TZE200_s1xgth2u',
'_TZE200_zppcgbdj',
]),
But im not familiar enough with github to make this modification permanent.
Could someone help with this ?
Also, i have both devices and their picture is wrong, correct picture attached.
Beta Was this translation helpful? Give feedback.
All reactions