-
Notifications
You must be signed in to change notification settings - Fork 98
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
Support for HY02B05-WIFI #162
Comments
After some testing: DpId 1: Boolean, Switches the device on or off, display clears, I hear the relay clicking when it's heating, same as power button |
Hi, please select HY08WE as model for your thermostat. Following commands fits already to your model Target/Measured temperature and display lock. There should be some unknown MCU messages reported to your mqtt broker. Please report this. |
Check binary WThermostat_1.20b_alpha, I added support for schedules mode (DpId 4). Should be Manual, Auto, Holiday, Hold (acc. to manual: hold temp for 1 h, and then switch back to auto?). Please check |
I now updated the firmware to 1.20l_beta. I still need to add it to MQTT to see if it's functional on that side, but so far it looks good. Yves |
I have these popping up continuously: {"error":"Unknown MCU command: 55 aa 01 07 00 05 0c 05 00 01 00"} |
{"notice":"MCU: 55 aa 01 07 00 05 01 01 00 01 01"} |
I don't have any mqtt topic in '#' that shows me the current temp, nor the set temp. |
Regarding the unknown DpID values, another user (SergyiSviderskii) on tasmota gave me this information: DpId 102: Boolean-relay output (load) |
Hello,
Could you give me some pointers to support the Tuya HY02B05-WIFI Thermostat?
It has an esp based TYWE3S but a PIC16F1947 chip as MCU. Since only VCC,GND, GPI15, RX and TX are connected, most functions will certainly be perfomed by the MCU.
As I understand, Tuya has some standard way of interfacing with the serial, so I assume this will also be the case?
Any pointers in how you solved the support for your existing devices so I can have a jumpstart at supporting this thermostat ?
Thanks,
Yves
The text was updated successfully, but these errors were encountered: