Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need Help: ESPHome YAML for AG8 Board to Control 4 Gree AC Units with Temperature
#4
I have attached the configuration file and a screenshot, but the entities are not showing up. Could you please complete any missing sections in the configuration file if something was left out?

esphome:
  name: ag8
  friendly_name: ag8_gr
  platformio_options:
    board_build.flash_mode: dio
esp32:
  board: esp32-s3-devkitc-1
  framework:
    type: esp-idf
    sdkconfig_options:
      SOC_RMT_SUPPORT_RX_PINGPONG: "n"
logger:
  hardware_uart: USB_SERIAL_JTAG
api:
  encryption:
    key: "dolIFOGZiGF8GT9wSJVBuoNzVQSHanaieBBbRcj1t48="
ethernet:
  type: W5500
  clk_pin: GPIO42
  mosi_pin: GPIO43
  miso_pin: GPIO44
  cs_pin: GPIO41
  interrupt_pin: GPIO2
  reset_pin: GPIO1
remote_transmitter:
  - id: ir1
    pin: GPIO9
    carrier_duty_percent: 50%
  - id: ir2
    pin: GPIO10
    carrier_duty_percent: 50%
  - id: ir3
    pin: GPIO11
    carrier_duty_percent: 50%
  - id: ir4
    pin: GPIO12
    carrier_duty_percent: 50%
climate:
  # غرفة المجلس (مكيف 1)
  - platform: gree
    id: ac_majles_1
    name: "AC ـ Majles 1"
    model: yan
    transmitter_id: ir1
  # غرفة المجلس (مكيف 2)
  - platform: gree
    id: ac_majles_2
    name: "AC ـ Majles 2"
    model: yan
    transmitter_id: ir2
  # غرفة الطعام
  - platform: gree
    id: ac_dining
    name: "AC _ Dining"
    model: yan
    transmitter_id: ir3
  # المطبخ
  - platform: gree
    id: ac_kitchen
    name: "AC ـ Kitchen"
    model: yan
    transmitter_id: ir4
web_server:
  port: 80

Code:
esphome:
  name: ag8
  friendly_name: ag8_gr
  platformio_options:
    board_build.flash_mode: dio

esp32:
  board: esp32-s3-devkitc-1
  framework:
    type: esp-idf
    sdkconfig_options:
      SOC_RMT_SUPPORT_RX_PINGPONG: "n"

logger:
  hardware_uart: USB_SERIAL_JTAG

api:
  encryption:
    key: "dolIFOGZiGF8GT9wSJVBuoNzVQSHanaieBBbRcj1t48="

ethernet:
  type: W5500
  clk_pin: GPIO42
  mosi_pin: GPIO43
  miso_pin: GPIO44
  cs_pin: GPIO41
  interrupt_pin: GPIO2
  reset_pin: GPIO1


remote_transmitter:
  - id: ir1
    pin: GPIO9
    carrier_duty_percent: 50%
  - id: ir2
    pin: GPIO10
    carrier_duty_percent: 50%
  - id: ir3
    pin: GPIO11
    carrier_duty_percent: 50%
  - id: ir4
    pin: GPIO12
    carrier_duty_percent: 50%

climate:
  # غرفة المجلس (مكيف 1)
  - platform: gree
    id: ac_majles_1
    name: "AC ـ Majles 1"
    model: yan
    transmitter_id: ir1

  # غرفة المجلس (مكيف 2)
  - platform: gree
    id: ac_majles_2
    name: "AC ـ Majles 2"
    model: yan
    transmitter_id: ir2

  # غرفة الطعام
  - platform: gree
    id: ac_dining
    name: "AC _ Dining"
    model: yan
    transmitter_id: ir3

  # المطبخ
  - platform: gree
    id: ac_kitchen
    name: "AC ـ Kitchen"
    model: yan
    transmitter_id: ir4

web_server:
  port: 80


Attached Files Image(s)
   
Reply


Messages In This Thread
RE: Need Help: ESPHome YAML for AG8 Board to Control 4 Gree AC Units with Temperature - by engrezk - 07-31-2025, 02:45 PM

Forum Jump:


Users browsing this thread:
1 Guest(s)