Koenkk / zigbee2mqtt

Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
https://www.zigbee2mqtt.io
GNU General Public License v3.0
11.97k stars 1.67k forks source link

[New device support]: Smart home radiator valves TRV-705ZB (BEOK Controls) #24247

Open mrumskiy opened 1 week ago

mrumskiy commented 1 week ago

Link

https://www.beok-controls.com/thermostatic-radiator-valve/zigbee-trv-actuator/zigbee-smart-home-radiator-valves.html

Database entry

{"id":19,"type":"EndDevice","ieeeAddr":"0xa4c138dd1abf3cbc","nwkAddr":26479,"manufId":4417,"manufName":"_TZE284_ltwbm23f","powerSource":"Battery","modelId":"TS0601","epList":[1],"endpoints":{"1":{"profId":260,"epId":1,"devId":81,"inClusterList":[4,5,61184,0,60672],"outClusterList":[25,10],"clusters":{"genBasic":{"attributes":{"65487":14400,"65503":"b��.\u0011","65506":56,"65508":0,"modelId":"TS0601","manufacturerName":"_TZE284_ltwbm23f","powerSource":3,"zclVersion":3,"appVersion":77,"stackVersion":0,"hwVersion":1,"dateCode":""}}},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":77,"stackVersion":0,"hwVersion":1,"dateCode":"","zclVersion":3,"interviewCompleted":true,"meta":{},"lastSeen":1728223302713}

Zigbee2MQTT version

1.40.2

Comments

I tried to add this new device but appears in the list as not supported yet. Please include this device in the list of supported devices

External definition

const definition = {
    zigbeeModel: ['TS0601'],
    model: 'TS0601',
    vendor: '_TZE284_ltwbm23f',
    description: 'Automatically generated definition',
    extend: [],
    meta: {},
};

module.exports = definition;

What does/doesn't work with the external definition?

It shows that the device is Not supported

larryson309 commented 1 week ago

Hi, I have the same wish! Thanks for it!

dobmeierr commented 1 week ago

Hello, i have the same unsupperted device

24167