klausahrenberg / WThermostatBeca

Replaces original Tuya firmware on Beca thermostat with ESP8266 wifi module
395 stars 96 forks source link

Serial Printing response from IC #300

Open rassalrich opened 1 year ago

rassalrich commented 1 year ago

Hi, I am trying to serial print the changes reported from IC. I know it is reported each 5 seconds or 5 minutes whenever there is any change, I checked the Tuya Data Sheet and I can see there isn't any command to check the current temperature from the Thermostat. But I tried to serial print everything which is received by my MCU, but it isn't printing anything. I could get full control over the Thermo using my code, I am only stuck with Readback, need some help here