is it normal that my ac uses gree for everything and then kelvinator for the timer?
normal use of the thermostat in home assistant produces this
08:33:19.175 CMD: Grp 0, Cmnd 'IRHVAC', Idx 1, Len 324, Data '{"StateMode": "SendStore", "Vendor": "GREE", "Model": "1", "Power": "on", "Mode": "cool", "Celsius": "on", "Temp": 26, "FanSpeed": "min", "SwingV": "auto", "SwingH": "off", "Quiet": "off", "Turbo": "off", "Econo": "off", "Light": "on", "Filter": "off", "Clean": "off", "Beep": "off", "Sleep": 0, "Clock": 1053, "Weekday": 2}'
im getting
08:20:54.705 MQT: tele/tasmota_8C3A30/RESULT = {"IrReceived":{"Protocol":"KELVINATOR","Bits":128,"Data":"0x199A6050002000F0199A606000E001B1","Repeat":0,"IRHVAC":{"Vendor":"KELVINATOR","Model":-1,"Mode":"Cool","Power":"On","Celsius":"On","Temp":26,"FanSpeed":"Auto","SwingV":"Off","SwingH":"Off","Quiet":"Off","Turbo":"Off","Econo":"Off","Light":"On","Filter":"On","Clean":"Off","Beep":"Off","Sleep":-1}}}
when i turn the timer on with the real remote controller
when i try sending a payload to cmnd/tasmota_8C3A30/irhvac with the following data
{"Protocol":"KELVINATOR","Bits":128,"Data":"0x199A6050002000F0199A606000E001B1","Repeat":0,"IRHVAC":{"Vendor":"KELVINATOR","Model":1,"Mode":"Cool","Power":"On","Celsius":"On","Temp":26,"FanSpeed":"Auto","SwingV":"Off","SwingH":"Off","Quiet":"Off","Turbo":"Off","Econo":"Off","Light":"On","Filter":"On","Clean":"Off","Beep":"Off","Sleep":-1}}
turns the unit off, so i thought it might just want the data
so i tried
{"Protocol":"KELVINATOR","Bits":128,"Data":"0x199A6050002000F0199A606000E001B1","Repeat":0}
but everything i send to the unit just turns it off