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]: Tuya Thermostat TRV TS0601_TZE204_ogx8u5z6 #25199

Open
Soulfly999 opened this issue Dec 14, 2024 · 4 comments
Open

[New device support]: Tuya Thermostat TRV TS0601_TZE204_ogx8u5z6 #25199

Soulfly999 opened this issue Dec 14, 2024 · 4 comments
Labels
new device support New device support request

Comments

@Soulfly999
Copy link

Link

https://www.banggood.com/Tuya-Smart-Zigbee3_0-Thermostat-Radiator-Valve-Temperature-Schedule-Setting-Window-Open-Detection-Function-APP-Remote-Voice-Control-Work-with-Alexa-Google-Assistance-p-2020881.html?rmmds=myorder&cur_warehouse=CN

Database entry

{"id":50,"type":"EndDevice","ieeeAddr":"0xa4c1388e0d126e59","nwkAddr":9570,"manufId":4417,"manufName":"_TZE204_ogx8u5z6","powerSource":"Battery","modelId":"TS0601","epList":[1],"endpoints":{"1":{"profId":260,"epId":1,"devId":81,"inClusterList":[0,4,5,61184],"outClusterList":[25,10],"clusters":{"genBasic":{"attributes":{"65487":14400,"65503":"�\u0000\u0000\u0000i\u0006\u0001\u0000\u0000i\u000f\u0001\u0000\u0000i\u0018\u0001\u0000\u0000i!\u0001\u0000\u0000i+\u0001\u0000\u0000i5\u0001\u0000\u0000i?\u0001\u0000\u0000i","65506":56,"65508":0,"appVersion":74,"modelId":"TS0601","manufacturerName":"_TZE204_ogx8u5z6","powerSource":3,"zclVersion":3,"stackVersion":0,"hwVersion":1,"dateCode":""}}},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":74,"stackVersion":0,"hwVersion":1,"dateCode":"","zclVersion":3,"interviewCompleted":true,"meta":{},"lastSeen":1734186010073}

Zigbee2MQTT version

1.42.0

Comments

I need ZM support for the this Tuya TRV please.

External definition

const {} = require('zigbee-herdsman-converters/lib/modernExtend');
// Add the lines below
const fz = require('zigbee-herdsman-converters/converters/fromZigbee');
const tz = require('zigbee-herdsman-converters/converters/toZigbee');
const exposes = require('zigbee-herdsman-converters/lib/exposes');
const reporting = require('zigbee-herdsman-converters/lib/reporting');
const ota = require('zigbee-herdsman-converters/lib/ota');
const utils = require('zigbee-herdsman-converters/lib/utils');
const globalStore = require('zigbee-herdsman-converters/lib/store');
const e = exposes.presets;
const ea = exposes.access;


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

module.exports = definition;

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

Cant see something!?
2024-12-14 15_25_40-Zigbee2MQTT – Home Assistant

@Soulfly999 Soulfly999 added the new device support New device support request label Dec 14, 2024
@Soulfly999
Copy link
Author

Looks like it's the same Tuya TRV TS0601

@redbull-80
Copy link

Hallo, ich habe die selben Thermostate und wünsche mir auch die volle Unterstützung.
Vielen dank im voraus!

Hi, I have the same thermostats and would love to get full support too. Thanks a lot!

@ApunktK
Copy link

ApunktK commented Dec 14, 2024

teilt das ding, je mehr Leute es benötigen, desto schneller bekommen wir es.

@wlfbck
Copy link

wlfbck commented Dec 14, 2024

Feature-wise it seems identical to all the other TS0601, atleast i don't see a difference between what's available here and in the manual that came with it.

@Soulfly999 Soulfly999 changed the title [New device support]: Tuya TRV _TZE204_ogx8u5z6 [New device support]: Tuya Thermostat TRV TS0601_TZE204_ogx8u5z6 Dec 15, 2024
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

No branches or pull requests

4 participants