I’m trying to integrate Daikin FWT05GT (FWT-GT | Daikin ) fan coil unit (with APGS02 remote) with HA. I wanted to use IR for that purpose - I have a working IR transmitter/receiver - Blitzwolf BW-RC1 flashed with ESPHome. Using IR Remote Climate — ESPHome I’ve tried every possible communication related to Daikin:
ir_receiver_pin: GPIO05 # IR Receiver
ir_transmitter_pin: GPIO14 # IR Transmitter
remote_receiver:
- id: ir_receiver
pin:
number: ${ir_receiver_pin}
inverted: True
# dump: all
remote_transmitter:
- id: ir_transmitter
pin: ${ir_transmitter_pin}
carrier_duty_percent: 50%
climate:
- platform: daikin
receiver_id: ir_receiver
transmitter_id: ir_transmitter
name: "Daikin"
supports_heat: false
visual:
min_temperature: 16
max_temperature: 30
sensor: gabinet_temperature
- platform: daikin_brc
receiver_id: ir_receiver
transmitter_id: ir_transmitter
name: "Daikin BRC"
supports_heat: false
visual:
min_temperature: 16
max_temperature: 30
sensor: gabinet_temperature
use_fahrenheit: false # for daikin_brc
- platform: heatpumpir
receiver_id: ir_receiver
transmitter_id: ir_transmitter
name: "HP IR daikin"
protocol: daikin
vertical_default: up
horizontal_default: middle
min_temperature: 16
max_temperature: 30
sensor: gabinet_temperature
- platform: heatpumpir
receiver_id: ir_receiver
transmitter_id: ir_transmitter
name: "HP IR daikin_arc417"
protocol: daikin_arc417
vertical_default: up
horizontal_default: middle
min_temperature: 16
max_temperature: 30
sensor: gabinet_temperature
- platform: heatpumpir
receiver_id: ir_receiver
transmitter_id: ir_transmitter
name: "HP IR daikin_arc480"
protocol: daikin_arc480
vertical_default: up
horizontal_default: middle
min_temperature: 16
max_temperature: 30
sensor: gabinet_temperature
But it doesn’t respond to any commands sent by bw-rc1, meanwhile the supplied remote is working (and bw-rc1 can see commands being send by it). Any ideas?
Hi friend. do you have finded a solution? Thanks
i have readed on another post, that ir commands from esphome not working on daikin, but working if flashed tasmota. you can try?
There’s a specific daikin protocol that you need to manually add to esphome. Mine’s using daikin64 when using tasmota but there’s an issue with inverted command sent if someone used the physical remote.
I’ve moved on to using faikin for direct control that doesn’t rely on ir
1 Like
What is faikin? What are your split model? Fwt-gt? Thanks
Daikin ac generally has a wired controller port for optional wifi modules.
You’ll need to check your ac diagram (open the lid) and check if it’s using S21/S403/CN_WIR port
Then flash faikin or esphome with s21 custom component on an esp8266 and hook it up to the tx/rx of the port.
1 Like
No my unit has not wifi module avaiable.
ferbulous
(Shaq)
October 13, 2024, 10:34am
10
Are you sure about that?
At least from this manual, it’s using CN_WIR
Not have a wifi module, only remote wired. faiking working with cn_wir? It’s a great news!
ferbulous
(Shaq)
October 13, 2024, 11:16am
12
Yes, use faikin-esp8266
I don’t know if anyone makes custom component for CM_WIR if you need to use esphome
I’ve read about faikin as a thing, but was not brave/crazy enough to disassemble it Does my model have the needed port for this?
ferbulous
(Shaq)
October 19, 2024, 10:33pm
14
Yep, it’s not too difficult to remove the casing
1 Like
I didn’t look into it that much then, but is faikin available only as a pre-built device, or are there some instructions so I can make one myself?
Just an esp8266 with jst 2.0 adapter.
Thanks a lot! I have only seen the repo this was forked from. Since I do have some esp32/esp8266 around I’ll definitely try it
ferbulous:
S21/S403/CN_WIR
Fakin wouldn’t work for my AC would it?
I can purchase a USB wifi thing for it ( MWM170B), for about $30 USD, I do have a few D1 Minis (ESP8266) that are only collecting dust. On the diagram I see a few wired controls and wireless control plugs, but nothing that reads S21, S403 or CN_WIR
This is specific to daikin brands.
For your model that’s using an optional usb dongle might wanna look into this
dzonis
October 29, 2024, 10:15am
20
Hello, I am planning to but Daikin FWT05GT, was there a solution to make it wifi compatible?