Skip to content
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

[New device support]: Temperature & Humidity Smart Sensor #22057

Closed
smajl87 opened this issue Apr 3, 2024 · 4 comments · Fixed by Koenkk/zigbee-herdsman-converters#7365
Closed
Labels
new device support New device support request

Comments

@smajl87
Copy link

smajl87 commented Apr 3, 2024

Link

https://allegro.cz/nabidka/mini-zigbee-tuya-senzor-teploty-a-vlhkosti-15115282990

Database entry

{"id":4,"type":"EndDevice","ieeeAddr":"0xa4c1380a1156e1ad","nwkAddr":5648,"manufId":4742,"manufName":"_TZ3000_kkerjand","powerSource":"Battery","modelId":"TS0601","epList":[1],"endpoints":{"1":{"profId":260,"epId":1,"devId":770,"inClusterList":[0,3,1,32,1026,1029],"outClusterList":[25],"clusters":{"genBasic":{"attributes":{"hwVersion":0}},"genPollCtrl":{"attributes":{"checkinInterval":14400}},"genPowerCfg":{"attributes":{"batteryPercentageRemaining":200,"batteryVoltage":30}},"msTemperatureMeasurement":{"attributes":{"measuredValue":2410}},"msRelativeHumidity":{"attributes":{"measuredValue":4126}}},"binds":[{"cluster":32,"type":"endpoint","deviceIeeeAddress":"0x00124b002a453f7e","endpointID":1}],"configuredReportings":[],"meta":{}}},"appVersion":113,"stackVersion":2,"hwVersion":0,"swBuildId":"0122052017","zclVersion":3,"interviewCompleted":true,"meta":{},"lastSeen":1712146071352,"checkinInterval":3600}

Comments

Device paired but "not supported"

External definition

const {identify, battery, temperature, humidity} = require('zigbee-herdsman-converters/lib/modernExtend');

const definition = {
    zigbeeModel: ['TS0601'],
    model: 'TS0601',
    vendor: '_TZ3000_kkerjand',
    description: 'Automatically generated definition',
    extend: [identify(), battery(), temperature(), humidity()],
    meta: {},
};

module.exports = definition;
@smajl87 smajl87 added the new device support New device support request label Apr 3, 2024
@mrskycriper
Copy link
Contributor

mrskycriper commented Apr 8, 2024

Are there any model and/or manufacturers brand on the device or it's box?

@smajl87
Copy link
Author

smajl87 commented Apr 8, 2024

Unfortunately no. See the photos of the whole package content.
IMG_2869
IMG_2870
IMG_2871

@mrskycriper
Copy link
Contributor

Thanks, I'll set the model name as SZT06 V2.0 than. It's better than nothing I suppose.

@smajl87
Copy link
Author

smajl87 commented May 3, 2024

Just returned from vacation, updated z2m and sensor is now operating correctly. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new device support New device support request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants