-
Notifications
You must be signed in to change notification settings - Fork 507
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
Fixes for Moes Tuya BRT-100 #5701
base: master
Are you sure you want to change the base?
Fixes for Moes Tuya BRT-100 #5701
Conversation
EmJay276
commented
Jan 23, 2022
•
edited
Loading
edited
- Fix resetting the preset after boosting (tuya.cpp - L847)
- Add temperature offset for Moes Tuya BRT-100
- Fix mode return from "off" to "heat" if heatsetpoint is increased on device itself back to >5°C
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, this command was missing, boost was bugged too.
No danger to break something.
I also found another bug when the device was in "fake off" mode. If the temperature was increased on the device itself, the mode won't change from "off" to "heat". fixed with 783605e |
Can I bump this pull request or help merging it somehow? |
They are all on hold. Note that 5733 is just a notification and explanation. It's up to @manup to approve prs. |
Ok thanks!
|
Using DDF is not possible for device that use tuya cluster yet. |
Please merge this. I use the offset value to control the BRT-100 in combination with an external temperature sensor. This is not working now. |
@EmJay276 As Smanar notes: It isnt possible right now :( @jjansen85 Please check my post earlier. IF you really need this, cloning the repo , merging the change and then compile yourself is the faster way. |
Is there any update on this topic? |
There is a PR to support tuya TRV in waiting list. |
…set_BRT-100 # Conflicts: # rest_sensors.cpp
Is there any update? |
Still locked #6054 |
Any Update? Its almost a 3/4 year now for just 3 simple fixes... |
@jjansen85 if you or anyone else is interested, I just compiled a the rest-plugin from the current master branch including my fixes 59d3dc5 Just replace it like described here https://github.com/dresden-elektronik/deconz-rest-plugin#get-and-compile-the-plugin (4.) |
@EmJay276 Thanks for your follow-up, appreciate your efforts! Did not appreciate the fact that it is still not merged into this repository. Therefore, and some other minor issues, I switched to Zigbee2MQTT some months ago. |
Do the BRT-100 work fine with Zigbee2MQTT? I also thought about switching... |
Yes! |
I had issues connecting new lights in 2.19.1, merged 2.19.2-beta, now it works fine. |
Current build 2.19.03 |
Any news here? |
Asked manup to check. |
Hello, there is some problem for this PR, the c++ code is now able to manage tuya TRV, and the direction take by the plugin is more for remove all specific stuff. I assume you have the model "_TZE200_b6wax7g0" ? Do you know how work DDF ? To work this DDF need to be in the "tuya" folder because of relative path of some scripts, else we need to add the script file tuya_trv_preset_set.js (but for the moment this field is not enabled) To start can try with
Somes changes :
And all the stuff with 5°C is not in place, not sure it will be possible yet. |
Thanks @Smanar, I will have a look at the DDF if I find some spare time! |