klausahrenberg / WThermostatBeca

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

Support for MH-1823 with resoldered Wifi module #205

Open aoe1 opened 3 years ago

aoe1 commented 3 years ago

Hi Klaus,

I assume this will not make it into the main repository easily considering the MH-1823 is a WBR3 (RTL8720) thermostat and only accessible to WThermostatBeca when resoldered with an ESP8266 but maybe the DPs will help someone. As for MQTT push, I realized this and updating the desired temperature only worked when schedulesMode was off but there are still some extraneous push statements in the code. I disabled that logic in case schedulesModeByte was NOT_SUPPORTED but there.

Cheers, Alexandr (alexandr@oelzant.at)

b0rder commented 3 years ago

Great work, Alexandr! I am also received today MH-1823 and will follow your path to make this device MQTT-friendly. It seems your reverse engineering stuff very useful.