Hello everyone,
I Flashed openMqttGateway on a Tuya IR, I successfully switched on and off my television with this : {“hex”:“0x84c”,“protocol_name”:“RC5”,“bits”:12}
Now I want to control my AC Unit,
So I have this when I push ON and OFF :
// ON
home/OpenMQTTGateway_AVATTO_IR/IRtoMQTT {“value”:614835014,“protocol”:-1,“bits”:50,“hex”:“0x24A5A346”,“protocol_name”:“UNKNOWN”,“raw”:}
home/OpenMQTTGateway_AVATTO_IR/IRtoMQTT {“value”:2630044041,“protocol”:-1,“bits”:41,“hex”:“0x9CC34989”,“protocol_name”:“UNKNOWN”,“raw”:}
// OFF
home/OpenMQTTGateway_AVATTO_IR/IRtoMQTT {“value”:4197902752,“protocol”:-1,“bits”:50,“hex”:“0xFA36E9A0”,“protocol_name”:“UNKNOWN”,“raw”:}
home/OpenMQTTGateway_AVATTO_IR/IRtoMQTT {“value”:1245531107,“protocol”:-1,“bits”:41,“hex”:“0x4A3D4BE3”,“protocol_name”:“UNKNOWN”,“raw”:}
// ON
home/OpenMQTTGateway_AVATTO_IR/IRtoMQTT {“value”:614835014,“protocol”:-1,“bits”:50,“hex”:“0x24A5A346”,“protocol_name”:“UNKNOWN”,“raw”:}
home/OpenMQTTGateway_AVATTO_IR/IRtoMQTT {“value”:2630044041,“protocol”:-1,“bits”:41,“hex”:“0x9CC34989”,“protocol_name”:“UNKNOWN”,“raw”:}
// OFF
home/OpenMQTTGateway_AVATTO_IR/IRtoMQTT {“value”:4197902752,“protocol”:-1,“bits”:50,“hex”:“0xFA36E9A0”,“protocol_name”:“UNKNOWN”,“raw”:}
home/OpenMQTTGateway_AVATTO_IR/IRtoMQTT {“value”:1217350774,“protocol”:-1,“bits”:40,“hex”:“0x488F4C76”,“protocol_name”:“UNKNOWN”,“raw”:}
//ON
home/OpenMQTTGateway_AVATTO_IR/IRtoMQTT {“value”:614835014,“protocol”:-1,“bits”:50,“hex”:“0x24A5A346”,“protocol_name”:“UNKNOWN”,“raw”:}
home/OpenMQTTGateway_AVATTO_IR/IRtoMQTT {“value”:2120893734,“protocol”:-1,“bits”:40,“hex”:“0x7E6A4526”,“protocol_name”:“UNKNOWN”,“raw”:}
//OFF
home/OpenMQTTGateway_AVATTO_IR/IRtoMQTT {“value”:4197902752,“protocol”:-1,“bits”:50,“hex”:“0xFA36E9A0”,“protocol_name”:“UNKNOWN”,“raw”:}
home/OpenMQTTGateway_AVATTO_IR/IRtoMQTT {“value”:1245531107,“protocol”:-1,“bits”:41,“hex”:“0x4A3D4BE3”,“protocol_name”:“UNKNOWN”,“raw”:}
The ON and OFF are different, but I have a second line with different code.
I tried this :
{“bits”:50,“hex”:“0x24A5A346”} or
{“value”: 614835014}
or send
{“value”: 614835014} and after {“value”: 2120893734}
But it doesn’t work, do you you have any idea?
Thank you in advance
Edit : bought 2 avarro IR, and one of them is not flashed and work with Smart Life App, and it works with my AC Unit with Carrier and Midea Brand.