hristo-atanasov / Tasmota-IRHVAC

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

Vertical swing level #127

Open bilogic opened 8 months ago

bilogic commented 8 months ago

Is there a way to set the vertical swing level? Is it via supported_swing_list?

Frans1960 commented 6 months ago

I have the same issue with the vertical swing. My remote control has two buttons for the vertical swing one for the auto swing mode and one for the fixed positions. If I press the auto swing button, it goes from Auto to the last fixed position and after pressing the button again it goes from the ast fixed position to Auto . If I press the fixed position button it it send a fixed position.

These are the messages send by by the Auto position button on the remote control: {"IrReceived":{"Protocol":"MITSUBISHI112","Bits":112,"Data":"0x23CB26010024010928000000006B","Repeat":0,"IRHVAC":{"Vendor":"MITSUBISHI112","Model":-1,"Command":"Control","Mode":"Heat","Power":"On","Celsius":"On","Temp":22,"FanSpeed":"Max","SwingV":"Lowest","SwingH":"Auto","Quiet":"Off","Turbo":"Off","Econo":"Off","Light":"Off","Filter":"Off","Clean":"Off","Beep":"Off","Sleep":-1,"iFeel":"Off","SensorTemp":null}}} {"IrReceived":{"Protocol":"MITSUBISHI112","Bits":112,"Data":"0x23CB260100240109000000000043","Repeat":0,"IRHVAC":{"Vendor":"MITSUBISHI112","Model":-1,"Command":"Control","Mode":"Heat","Power":"On","Celsius":"On","Temp":22,"FanSpeed":"Max","SwingV":"Auto","SwingH":"Auto","Quiet":"Off","Turbo":"Off","Econo":"Off","Light":"Off","Filter":"Off","Clean":"Off","Beep":"Off","Sleep":-1,"iFeel":"Off","SensorTemp":null}}} {"IrReceived":{"Protocol":"MITSUBISHI112","Bits":112,"Data":"0x23CB260100200109280000000067","Repeat":0,"IRHVAC":{"Vendor":"MITSUBISHI112","Model":-1,"Command":"Control","Mode":"Heat","Power":"Off","Celsius":"On","Temp":22,"FanSpeed":"Max","SwingV":"Lowest","SwingH":"Auto","Quiet":"Off","Turbo":"Off","Econo":"Off","Light":"Off","Filter":"Off","Clean":"Off","Beep":"Off","Sleep":-1,"iFeel":"Off","SensorTemp":null}}}

These are the messages send by the fixed position button on the remote control: {"IrReceived":{"Protocol":"MITSUBISHI112","Bits":112,"Data":"0x23CB26010024010908000000004B","Repeat":0,"IRHVAC":{"Vendor":"MITSUBISHI112","Model":-1,"Command":"Control","Mode":"Heat","Power":"On","Celsius":"On","Temp":22,"FanSpeed":"Max","SwingV":"Highest","SwingH":"Auto","Quiet":"Off","Turbo":"Off","Econo":"Off","Light":"Off","Filter":"Off","Clean":"Off","Beep":"Off","Sleep":-1,"iFeel":"Off","SensorTemp":null}}} {"IrReceived":{"Protocol":"MITSUBISHI112","Bits":112,"Data":"0x23CB260100240109100000000053","Repeat":0,"IRHVAC":{"Vendor":"MITSUBISHI112","Model":-1,"Command":"Control","Mode":"Heat","Power":"On","Celsius":"On","Temp":22,"FanSpeed":"Max","SwingV":"High","SwingH":"Auto","Quiet":"Off","Turbo":"Off","Econo":"Off","Light":"Off","Filter":"Off","Clean":"Off","Beep":"Off","Sleep":-1,"iFeel":"Off","SensorTemp":null}}} {"IrReceived":{"Protocol":"MITSUBISHI112","Bits":112,"Data":"0x23CB26010024010918000000005B","Repeat":0,"IRHVAC":{"Vendor":"MITSUBISHI112","Model":-1,"Command":"Control","Mode":"Heat","Power":"On","Celsius":"On","Temp":22,"FanSpeed":"Max","SwingV":"Middle","SwingH":"Auto","Quiet":"Off","Turbo":"Off","Econo":"Off","Light":"Off","Filter":"Off","Clean":"Off","Beep":"Off","Sleep":-1,"iFeel":"Off","SensorTemp":null}}} {"IrReceived":{"Protocol":"MITSUBISHI112","Bits":112,"Data":"0x23CB260100240109200000000063","Repeat":0,"IRHVAC":{"Vendor":"MITSUBISHI112","Model":-1,"Command":"Control","Mode":"Heat","Power":"On","Celsius":"On","Temp":22,"FanSpeed":"Max","SwingV":"Low","SwingH":"Auto","Quiet":"Off","Turbo":"Off","Econo":"Off","Light":"Off","Filter":"Off","Clean":"Off","Beep":"Off","Sleep":-1,"iFeel":"Off","SensorTemp":null}}} {"IrReceived":{"Protocol":"MITSUBISHI112","Bits":112,"Data":"0x23CB26010024010928000000006B","Repeat":0,"IRHVAC":{"Vendor":"MITSUBISHI112","Model":-1,"Command":"Control","Mode":"Heat","Power":"On","Celsius":"On","Temp":22,"FanSpeed":"Max","SwingV":"Lowest","SwingH":"Auto","Quiet":"Off","Turbo":"Off","Econo":"Off","Light":"Off","Filter":"Off","Clean":"Off","Beep":"Off","Sleep":-1,"iFeel":"Off","SensorTemp":null}}}

sang131313 commented 5 months ago

The blueprint climate_vane_control_tasmota-irhvac.yaml is a way to set the vertical swing level through a input_select in configraiton.yaml, but when select "off" there is no answer. The other selection will work. image