I am really only experimenting with the capabilities right now, but one of the things I would like to do is to override the built-in switching of the fan blower in response to the aircon’s own temperature sensor and instead based on mine.
So I have the sensors and data, and I have the IR blaster that sends IR commands to the aircon system, I can execute that from the console using bash and it works just fine.
But I can’t really think what kind of controller / interface I would use to send data to the aircon, any suggestions ??
I guess that I just need a series of buttons to increase fan speed, slow it down, switch on and off and increase and reduce the temperature.
I know that aircon IR packets are large and contain all settings in a single blast, I dont need help with that
But what kind of adapter would I need to create ??