Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Lesson13 - integrate KC868-AG to home assistant control air conditioner by IR
#1

   

ESPHome document: https://esphome.io/components/climate/cl...heatpumpir

# Example configuration entry
remote_transmitter:
  pin: GPIO2
  carrier_duty_percent: 50%

climate:
  - platform: mitsubishi     # adjust to match your AC unit!
    name: "Living Room AC"
Reply
#2
(04-06-2022, 07:05 AM)admin Wrote:


ESPHome document: https://esphome.io/components/climate/cl...heatpumpir

# Example configuration entry
remote_transmitter:
  pin: GPIO2
  carrier_duty_percent: 50%

climate:
  - platform: mitsubishi     # adjust to match your AC unit!
    name: "Living Room AC"

This type of code not working in my whirlpool Ac so what should i do? Also i have tried ir remote method but no response from Ac side
Reply
#3
maybe ESPHome library not include your brand "whirlpool" air conditioner. you need to learn from your Ac's IR remote.
other way, you can test the IR function with your TV firstly, whether work well.
Reply
#4
(02-28-2023, 05:38 AM)admin Wrote: maybe ESPHome library not include your brand "whirlpool" air conditioner. you need to learn from your Ac's IR remote.
other way, you can test the IR function with your TV firstly, whether work well.

In my case i have one plus tv and it has  "power off", "sleep", "restart" by long pressing the power off button in remote. so i can't able to power off the tv(power off option cant receive the ir signal).I'm done with the power on operation without any error
Reply
#5
ok, that means KC868-AG send IR work well, now you just need to learn the IR from Air conditioner.
Reply
#6
(02-28-2023, 07:02 AM)admin Wrote: ok, that means KC868-AG send IR work well, now you just need to learn the IR from Air conditioner.

turn off operation of one plus tv ,the  KC868-AG does not receive ir signal from the tv remote. in that case what should i do?
Reply
#7
when learning , you can hold on the remote button long time for a test, sometimes need long time for send IR by remote.
Reply
#8
My Ac remote sending pronto codes and im execute the code in my yaml file but output shows these commands "Ac turning on" and  "empty data".But still no response from ac side. what are the lines im copy from the pronto code for "on operation"? and attached the screen shot of output window and yaml code


Attached Files Image(s)
   

.txt   Whirlpool Ac.txt (Size: 1.31 KB / Downloads: 162)
Reply
#9
if you use KC868-AG by ESPHome, ESPHome IR Remote Climate already supported your brand "Whirlpool". why not directly to use it? i think you not need to learn IR.
you can see here, already included your brand "Whirlpool":
https://esphome.io/components/climate/climate_ir.html
Reply
#10
here is photo.
   
Reply


Forum Jump:


Users browsing this thread:
1 Guest(s)