2026-07-17 15:05:03 +02:00
|
|
|
esphome:
|
|
|
|
|
name: gree-ir-blaster
|
|
|
|
|
friendly_name: Gree IR Blaster
|
2026-07-22 16:35:47 +02:00
|
|
|
|
2026-07-17 15:05:03 +02:00
|
|
|
esp8266:
|
|
|
|
|
board: d1_mini
|
2026-07-22 16:35:47 +02:00
|
|
|
|
|
|
|
|
external_components:
|
|
|
|
|
- source:
|
|
|
|
|
type: local
|
|
|
|
|
path: components
|
|
|
|
|
|
2026-07-17 15:05:03 +02:00
|
|
|
wifi:
|
|
|
|
|
ssid: !secret wifi_ssid
|
|
|
|
|
password: !secret wifi_password
|
|
|
|
|
ap:
|
|
|
|
|
ssid: "Gree-IR Fallback"
|
|
|
|
|
password: !secret fallback_password
|
2026-07-22 16:35:47 +02:00
|
|
|
|
2026-07-17 15:05:03 +02:00
|
|
|
logger:
|
|
|
|
|
api:
|
|
|
|
|
ota:
|
|
|
|
|
platform: esphome
|
2026-07-22 16:35:47 +02:00
|
|
|
|
2026-07-17 15:05:03 +02:00
|
|
|
remote_transmitter:
|
2026-07-22 16:35:47 +02:00
|
|
|
id: tx
|
2026-07-17 15:05:03 +02:00
|
|
|
pin: D5
|
|
|
|
|
carrier_duty_percent: 50%
|
2026-07-22 16:35:47 +02:00
|
|
|
|
2026-07-17 15:05:03 +02:00
|
|
|
climate:
|
2026-07-22 16:35:47 +02:00
|
|
|
- platform: gree_ir
|
2026-07-17 15:05:03 +02:00
|
|
|
name: "Klimatyzacja"
|
2026-07-22 16:35:47 +02:00
|
|
|
transmitter_id: tx
|