So I did a fresh git pull today, and am running the tasmota-ir.bin firmware (can send commands manually just fine)
With the aircon in an Off state:
If I move the temperature slider the aircon beeps
If I hit the heat button the temperature goes back to 16 and the aircon beeps twice and comes on (and seems to be in auto. or fan only)
If I move the temperature back up to 26 it beeps but then the temperature drops to 16 again
If I hit the heat button again it goes back to auto, if I move the temperature it drops to 16 again.
- platform: tasmota_irhvac
name: Loungeroom Samsung IRHvac
command_topic: "cmnd/LoungeIR/irhvac"
state_topic: "tele/LoungeIR/RESULT"
temperature_sensor: "sensor.dummy_temperature"
protocol: "SAMSUNG_AC"
target_temp: 26 #optional - default 26 int value
initial_operation_mode: "auto" # optional - default "off" string value
away_temp: 24 #optional - default 24 int value
precision: 1.0 #optional - default 1.0 float value
supported_modes:
- heat
- cool
- dry
- fan_only
- auto
- "off" #Turns the AC off - Should be quoted and should be always included here
supported_fan_speeds:
- max
- medium
- min
- auto
supported_swing_list:
- "off"
- vertical #up to down
- horizontal # Left to right - remove if your AC does not support it
- both # remove if your AC does not support horizontal
List of commands sent
Message 7 received on cmnd/LoungeIR/irhvac at 11:52 AM:
{
"Vendor": "SAMSUNG_AC",
"Model": "-1",
"Power": "off",
"Mode": "off",
"Celsius": "on",
"Temp": 16,
"FanSpeed": "auto",
"SwingV": "off",
"SwingH": "off",
"Quiet": "off",
"Turbo": "off",
"Econo": "off",
"Light": "off",
"Filter": "off",
"Clean": "off",
"Beep": "off",
"Sleep": -1
}
QoS: 0 - Retain: false
Message 6 received on cmnd/LoungeIR/irhvac at 11:51 AM:
{
"Vendor": "SAMSUNG_AC",
"Model": "-1",
"Power": "on",
"Mode": "auto",
"Celsius": "on",
"Temp": 26,
"FanSpeed": "auto",
"SwingV": "off",
"SwingH": "off",
"Quiet": "off",
"Turbo": "off",
"Econo": "off",
"Light": "off",
"Filter": "off",
"Clean": "off",
"Beep": "off",
"Sleep": -1
}
QoS: 0 - Retain: false
Message 5 received on cmnd/LoungeIR/irhvac at 11:51 AM:
{
"Vendor": "SAMSUNG_AC",
"Model": "-1",
"Power": "on",
"Mode": "heat",
"Celsius": "on",
"Temp": 16,
"FanSpeed": "auto",
"SwingV": "off",
"SwingH": "off",
"Quiet": "off",
"Turbo": "off",
"Econo": "off",
"Light": "off",
"Filter": "off",
"Clean": "off",
"Beep": "off",
"Sleep": -1
}
QoS: 0 - Retain: false
Message 4 received on cmnd/LoungeIR/irhvac at 11:48 AM:
{
"Vendor": "SAMSUNG_AC",
"Model": "-1",
"Power": "off",
"Mode": "off",
"Celsius": "on",
"Temp": 16,
"FanSpeed": "auto",
"SwingV": "off",
"SwingH": "off",
"Quiet": "off",
"Turbo": "off",
"Econo": "off",
"Light": "off",
"Filter": "off",
"Clean": "off",
"Beep": "off",
"Sleep": -1
}
QoS: 0 - Retain: false
Message 3 received on cmnd/LoungeIR/irhvac at 11:48 AM:
{
"Vendor": "SAMSUNG_AC",
"Model": "-1",
"Power": "on",
"Mode": "auto",
"Celsius": "on",
"Temp": 26,
"FanSpeed": "auto",
"SwingV": "off",
"SwingH": "off",
"Quiet": "off",
"Turbo": "off",
"Econo": "off",
"Light": "off",
"Filter": "off",
"Clean": "off",
"Beep": "off",
"Sleep": -1
}
QoS: 0 - Retain: false
Message 2 received on cmnd/LoungeIR/irhvac at 11:47 AM:
{
"Vendor": "SAMSUNG_AC",
"Model": "-1",
"Power": "on",
"Mode": "heat",
"Celsius": "on",
"Temp": 16,
"FanSpeed": "auto",
"SwingV": "off",
"SwingH": "off",
"Quiet": "off",
"Turbo": "off",
"Econo": "off",
"Light": "off",
"Filter": "off",
"Clean": "off",
"Beep": "off",
"Sleep": -1
}
QoS: 0 - Retain: false
Message 1 received on cmnd/LoungeIR/irhvac at 11:47 AM:
{
"Vendor": "SAMSUNG_AC",
"Model": "-1",
"Power": "on",
"Mode": "off",
"Celsius": "on",
"Temp": 26,
"FanSpeed": "auto",
"SwingV": "off",
"SwingH": "off",
"Quiet": "off",
"Turbo": "off",
"Econo": "off",
"Light": "off",
"Filter": "off",
"Clean": "off",
"Beep": "off",
"Sleep": -1
}
QoS: 0 - Retain: false
Message 0 received on cmnd/LoungeIR/irhvac at 11:47 AM:
{
"Vendor": "SAMSUNG_AC",
"Model": "-1",
"Power": "on",
"Mode": "off",
"Celsius": "on",
"Temp": 25,
"FanSpeed": "auto",
"SwingV": "off",
"SwingH": "off",
"Quiet": "off",
"Turbo": "off",
"Econo": "off",
"Light": "off",
"Filter": "off",
"Clean": "off",
"Beep": "off",
"Sleep": -1
}