IR Remote Climate - Add support for Camry Portable AC Unit #3261
Unanswered
toczke
asked this question in
Component enhancements
Replies: 1 comment
-
🏷️ I've automatically added the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Component name
climate
Link to component documentation on our website
https://esphome.io/components/climate/climate_ir.html
Describe the enhancement
Add Camry/Adler Europe/Mesko IR codes for an IR Climate Control. Current implementation does not support custom IR codes.
Below you can find IR Codes that I've managed to read using wemos IR Shield.
Use cases
This will add ability to use IR Climate with more AC Units.
Anything else?
platform: template
name: "AC Power Toggle"
icon: "mdi:power"
on_press:
data: "0000 006D 0022 0000 0157 00AE 0014 0017 0015 0017 0016 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0040 0015 0040 0015 0040 0016 0040 0015 0040 0015 0040 0015 0040 0015 0040 0015 0040 0015 0016 0015 0040 0015 0016 0015 0016 0015 0016 0015 0040 0015 0016 0015 0016 0015 0040 0015 0016 0015 0040 0015 0040 0015 0040 0015 0016 0015 0040 0015 0180"
platform: template
name: "AC Mode Switch"
icon: "mdi:sync"
on_press:
data: "0000 006D 0022 0000 0158 00AD 0016 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0040 0016 0040 0016 0040 0015 0040 0015 0040 0015 0040 0015 0040 0016 0040 0015 0040 0015 0016 0015 0016 0015 0040 0016 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0040 0015 0040 0016 0016 0015 0040 0015 0040 0015 0040 0016 0040 0015 0180"
platform: template
name: "Temperature Up"
icon: "mdi:thermometer-plus"
on_press:
data: "0000 006D 0022 0000 0159 00AD 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0040 0016 0040 0015 0041 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0015 0041 0015 0017 0016 0016 0015 0017 0015 0017 0015 0017 0015 0017 0015 0017 0015 0017 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0180"
platform: template
name: "Temperature Down"
icon: "mdi:thermometer-minus"
on_press:
data: "0000 006D 0022 0000 0157 00AD 0015 0017 0015 0017 0014 0017 0015 0017 0015 0017 0015 0017 0015 0017 0015 0017 0014 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0017 0015 0017 0014 0041 0015 0041 0015 0017 0014 0017 0015 0017 0015 0017 0015 0041 0015 0041 0015 0017 0014 0017 0015 0041 0015 0041 0015 0041 0015 0041 0015 0180"
platform: template
name: "Fan Speed"
icon: "mdi:fan"
on_press:
data: "0000 006D 0022 0000 0158 00AD 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0040 0015 0040 0015 0040 0015 0040 0015 0040 0015 0040 0015 0040 0015 0040 0015 0016 0015 0040 0015 0040 0015 0040 0015 0040 0015 0016 0015 0040 0015 0016 0015 0040 0015 0016 0015 0016 0015 0016 0015 0016 0015 0040 0015 0016 0015 0040 0015 0180"
platform: template
name: "Up/Down Oscillation"
icon: "mdi:arrow-up-down"
on_press:
data: "0000 006D 0022 0000 0159 00AC 0016 0015 0017 0014 0016 0015 0016 0015 0016 0015 0016 0015 0017 0014 0016 0016 0017 003F 0017 003F 0016 0040 0017 003F 0017 003F 0017 003F 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0015 0017 0014 0016 0015 0017 003F 0016 0015 0016 0015 0017 0014 0016 0015 0017 003F 0017 003F 0017 003F 0016 0015 0017 003E 0016 0180"
platform: template
name: "Night Mode"
icon: "mdi:weather-night"
on_press:
data: "0000 006D 0022 0000 0158 00AD 0015 0017 0015 0017 0015 0017 0015 0017 0015 0017 0015 0017 0015 0017 0015 0017 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0016 0016 0016 0040 0015 0017 0016 0040 0016 0015 0016 0015 0016 0040 0016 0015 0016 0040 0016 0015 0016 0040 0016 0015 0016 0040 0017 003F 0016 0015 0017 003F 0016 0180"
Beta Was this translation helpful? Give feedback.
All reactions