rospogrigio / localtuya

local handling for Tuya devices
GNU General Public License v3.0
2.84k stars 546 forks source link

I can't switch to heat mode on the MOES BHT-002 thermostat #799

Open MagoPoza opened 2 years ago

MagoPoza commented 2 years ago

The problem

When I try to switch from auto to heat mode from the climate card it does nothing, I can only switch between off and auto

Environment

Steps to reproduce

  1. Integrate the moes BHT-002 thermostat in localtuya
  2. Add the thermostat to a climate card
  3. Switch from auto mode to heat mode

Configuration configuration.yaml or config_flow

Termostato 1 Termostato 2 Termostato 3 Termostato 4

DP du

Provide Home Assistant taceback/logs

Additional information

climate card state attributes

txespirito commented 2 years ago

I have the same problem with a BECA BHT-002 Thermostat . If I try to put the "heat" mode, it always puts the "auto" mode on the thermostat.

ferehcarb commented 2 years ago

Same problem here. Solved by adding an entry to HVAC_MODE_SETS. DP 4 is used to control heat mode (manual or auto) and the DP values must be "1" for manual mode and "0" for auto. "1" and "0" are strings and not boolean, stupid implementation from manufacturer...

MagoPoza commented 2 years ago

Same problem here. Solved by adding an entry to HVAC_MODE_SETS. DP 4 is used to control heat mode (manual or auto) and the DP values must be "1" for manual mode and "0" for auto. "1" and "0" are strings and not boolean, stupid implementation from manufacturer...

Hello, I have tried it and it works perfectly. It would be great if they add it in the next update, thank you very much.