Hello i have a daikin d-smart acu im having problem with controlling it.
im using esp01m
this my code the code is working the problem is i cant turn off the acu, cooling is working. only the off button is not working.
esphome:
name: family-acu
friendly_name: Family_ACU
esp8266:
board: esp01_1m
# Enable logging
logger:
# Enable Home Assistant API
api:
encryption:
key: "z7oLJwGlsC8U3+C0g7mKXwiy
ota:
- platform: esphome
password: "e1c27386fb"
wifi:
ssid: "wifi"
password: "1234"
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Family-Acu Fallback Hotspot"
password: "tIuyZP39ov2s"
captive_portal:
text_sensor:
- platform: wifi_info
ip_address:
name: "family room ac IP Address"
binary_sensor:
- platform: status
name: "family-room-ac Connect"
remote_receiver:
id: ir_receiver
pin:
number: GPIO14
inverted: True
mode:
input: true
pullup: true
tolerance: 55%
dump: all
remote_transmitter:
id: ir_transmit
pin: GPIO4
carrier_duty_percent: 50%
climate:
- platform: daikin # adjust to match your AC unit!
name: "family-ac"
id: climate_ac
transmitter_id: ir_transmit
receiver_id: ir_receiver
sensor: temp
sensor:
- platform: homeassistant
name: "family-ac-Temp"
entity_id: sensor.office_th_temperature
id: temp
internal: true
- platform: wifi_signal
name: "family-ac WiFi Strength"
update_interval: 60s
- platform: uptime
name: "family-ac Uptime"
switch:
- platform: restart
name: "family-ac reboot"