-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 TRV _TZE204_qyr2m29i #24958
Comments
this is the converter that I'm using for that device - I fixed the current setpoint step to 0.5, got the mode displaying correctly (heat/off) and the temp calibration is also working
|
Thanks. Yes, that is better, but the mode is still not working for me (sometimes is does start heating sometimes not). And it is missing manual mode. And TRV position. But we are getting there.. :) |
Hello. How does it look? Do you see hope that the device will be functional via Z2MQTT? |
Thank you very much for your work. Unfortunately, my TRV is not yet supported, but your converter works partially. TS0601 |
I believe that it is only a matter of time, we need the datapoints. I spent about an hour trying, but with no improvement. My only finding is that probably the modes are not on cluster 3, but 1. It seems the TRV is different from the other tuya China TRVs. |
thanks for the work all. I have got to the same point as @JK-SW . Will let you know if I have any more luck! |
where to insert?? |
Hi, here is my config. the minimum I need. But I'm not sure about the battery.
|
Can you tell me where to put this code, in what file and directory? |
In the configuration.yaml file add :
Create a file moes_valve_ZTRV801.js, put the code in it. This file should be placed in the same folder where the configuration.yaml file is. |
thanks, work! :) |
Hi all, I contacted Moes and got the DPIDs and protocol for the "_TZE204_qyr2m29i" version. Hopes this will help you guys...not sure how to get percentage wise the battery report. i need that. so who can add/help |
Hi. Most likely the id in excel does not relate to TZE204_qyr2m29i. |
Could be but i asked especially for this version with this in the manufacturer description "_TZE204_qyr2m29i". But if someone can add the function to read out the battery percentage, i can test it... |
OK, bought a zigbee tuya gateway and followed steps to get DPIDS as described on Find Tuya Data Points got this list out...so who can help with the external converter....i really like to have battery percentage out....on Tuya smart app when i operate the device you can see percentage....but how to get it out in HA (want to have a script that send me a message in HA) 2:"Mode" |
Hi, in my code the battery works and is displayed in % |
new code
|
hi Loodvin, weird, in mine it did not. Your converter gave indeed the most functions but when i used the TRV in Node Red and tried to read out state (which is in payload of the object) the value was incorrect... Converter of SP2FET did that correct.... As i do not understand much how to fix that state i combine yours, the one from SP2FET (regarding climate configuration) and the tuya,js. I see you worked yours as well...will try that...mine is working for me (but yours looks better as i look at climate configuration/setup) here was mine const fz = require('zigbee-herdsman-converters/converters/fromZigbee'); const definition = {
}; module.exports = definition; |
weird upon saving my indent/spaces dissapeared |
WoW, this one is really fully working, many thanks |
After your post with the ID, I went to https://github.com/Koenkk/zigbee-herdsman-converters/blob/master/src/devices/tuya.ts , and |
No, batteries are doing fine now, and the tuya.ts did not have the e This really did the trick, again thanks |
Thank you for your work. It works perfectly for me |
@loodvin one thing i noticed. in HA the climate card works beautiful, but on a Tile card with entity state set to shown.....it shows "unknown -" while for my other thermostat (other brand) it does not Do you know how to fix? |
@pimvanelsen have you tried that? |
@loodvin, @pimvanelsen, thank you for your excellent work. |
Hi. I don't need this function. I haven't tested it or used it. I copied the code from what was already written before me. I'll try to come up with something. |
Thanks guys, you are awesome. The last code works perfect for me (I dont use itegrated scheduler though). It is even more feature rich than my previous, same looking, already supported TRV. Thanks again! |
I use OH and facing the same problem, the schedules for days did not work in any preset mode. |
I tried everything related to the schedule, but nothing worked. I'll try again after the new year, but I don't have the device in my hands right now. |
Thanks for your effort.
I have two other TRVs-models. Both are z2m supported devices.
On the Sonoff TRVZB the system mode 'auto‘ activates the schedule. When you make changes in the schedule you have to save it with an ‚apply‘-button in the z2m-details menu.
On the Bosch Radiator thermostat II there is an operating mode ’schedule’, but this mode does not work with z2m (yet). That works only with the original Bosch zigbee coordinator and the Bosch smart home app.
I hope it is not the same with the Moes TRV802Z like with the Bosch.
…
Am 28.12.2024 um 19:03 schrieb loodvin ***@***.***>:
I tried everything related to the schedule, but nothing worked. I'll try again after the new year, but I don't have the device in my hands right now.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
I use the z2m web gui and switching to "Auto" sets the current heating setpoint temperature to the "Eco" preset temperature |
I updated today to v2.0.0 the valves are detected in a correct way. setting the mode to auto, the device sets the temperature set point to holiday temperature |
Link
https://www.aliexpress.com/item/1005006068601747.html
Database entry
{"id":41,"type":"EndDevice","ieeeAddr":"0xa4c1388b262e637a","nwkAddr":37682,"manufId":4417,"manufName":"_TZE204_qyr2m29i","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,"65506":56,"65508":1,"65534":0,"modelId":"TS0601","appVersion":74,"manufacturerName":"_TZE204_qyr2m29i","powerSource":3,"zclVersion":3,"stackVersion":0,"hwVersion":1,"dateCode":""}}},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":74,"stackVersion":0,"hwVersion":1,"dateCode":"","zclVersion":3,"interviewCompleted":true,"meta":{"configured":332242049},"lastSeen":1732877903634}
Zigbee2MQTT version
1.41.0
Comments
I bought one TRV from the page, and it was _TZE204_rtrmfadk - working great. So I bought some more from the same seller, and all are _TZE204_qyr2m29i. They look absolutely same, but does NOT work with the same converter. The best I could find is this.
External definition
What does/doesn't work with the external definition?
Works:
Child lock state
Current heating setpoint (but only in 1C step, not 0.5C)
Local temperature
NOT WORK
System mode (does something, but completely wrong)
Running state (empty)
Local temperature calibration (works, but indicates step 1C, actually changes in step of 0.1C, and is limited to -0.9..0.9
Missing:
manual mode
Position
battery %
MAX/MIN temperature
Window detection
Preset
System mode
Mode (comfort/eco)
The text was updated successfully, but these errors were encountered: