[RELEASE] Remotec ZXT-120 AC IR Controller (2015)

@marcusqzy are you using celsius as your ST app default. If so then look at this section of the device code. You need to comment out two lines and uncomment two lines as the instruction in the device code state. Sorry this is a dumb limitation of the ST system, I can’t dynamically select the correct sliders so you have to manually alter the code.

VERY GLAD you have this working now. This is a tricky device to configure, you can imagine how much fun it was to write the device code for it :slight_smile:

Also if you have an Amazon Echo, Google Home or other HA device and want to be able to turn on Cool, Heat or Dry modes. Check out this Smart App. It creates Virtual buttons in ST mapped to the “Cool”, “Heat” and “Dry” modes in the ZXT-120. The buttons are “Stateless” meaning if you say On when the device thinks the cool button is already on it still sends the command. This is important because the ZXT-120 doesn’t have a method of knowing the current state of your AC unit. This allow you to voice command your AC with commands like “Alexa, turn on Bedroom Cool”, “Alexa, turn on Bedroom Heat”, “OK Google, turn on Bedroom Cool” etc.

If you want to use this you need to install my stateless virtual button device code first as a DEVICE and then install the mapper as a smart app.