hristo-atanasov / Tasmota-IRHVAC

Home Assistant platform for controlling IR Air Conditioners via Tasmota IRHVAC command and compatible hardware
196 stars 67 forks source link

The behaviour of hvac item. Missing features. #1

Closed ltegzes closed 4 years ago

ltegzes commented 4 years ago

In the middle of the hvac card showing the actual temperature measured by the temperature sensor, it would be nice if it would show the temperature format in xx.x format instead of xx. The hvac item doesn't switch on/off the hvac depending on the difference between the set (requred) and the actual temperature. Is this task left for the hvac to do it? If you want to use automation, than for instance issuing the climate.set_temperature the new value lives only a very-very short period and it is overwritten by the graphical setting of the required temperature. The same is valid to the rest of the result of other climate.setxxx commands. The climate.turn_on, climate.turn_off command doesn't work. Beside these things congratulation to you for your work!

hristo-atanasov commented 4 years ago

The behavior of Tasmota Irhvac mimics the regular remote. Everything else can be done trough automations. All services works as intended. Graphical glitches are expected as multiple commands are sent almost in a second and the commands are sent in async manner. Closing this issue, as resolved in the HA Community forum.