This repository contains a collection of my custom components for ESPHome.
If you like my work Buy me a coffee.
Use latest ESPHome with external components and add this to your .yaml
definition:
external_components:
- source: github://adwiraguna/esphome-components@main
This climate component allows you to control Samsung AC units by sending an infrared (IR) control signal, just as the unit’s handheld remote controller would. You need to set receiver idle time to above 18ms.
external_components:
- source: github://adwiraguna/esphome-components@main
components: [ samsungac ]
remote_receiver:
id: ir_receiver
pin:
number: GPIO5
inverted: true
tolerance: 55%
idle: 20ms
climate:
- platform: samsungac
name: "Living Room AC"
receiver_id: ir_receiver
Based on IRremoteESP8266