Replies: 3 comments 16 replies
-
Hi, I have tried the faikin on three models so far none of which are on the supported list (I will be going to add them to list when I work out how). All three have worked (except for powerful mode). I guess first check if it has a S21 port or S403 or X50 as per the instructions. After that the only thing you can do is try it then update the list. Good thing is the faikin is reasonably cheap. |
Beta Was this translation helpful? Give feedback.
-
I was trying to access t the pcb but was impossible to me. I open some plastics and see some connector, but the pcb is located in a so difficult side to get a proper view.... It's a pitty I will try again, but not sure at all... |
Beta Was this translation helpful? Give feedback.
-
Hi there!! I could try a little bit more I am trying to get it working for both units (FTXS35K3V1B and FTXS325K3V1B) as ypou alreasdy know FTXS35K3V1B: apparently it is working like a charm using its S21 connector🥳 🥳 🥳
using this configuration for the unit with S403 connector I have some problems apparently related with the data. The esp32 is running so pins for Vcc and GND should be okay, but the Tx and Rx maybe are the ones failing. These are the ESPHome logs:
For a yaml template like this: external_components:
- source: github://joshbenner/esphome-daikin-s21@main
components: [ daikin_s21 ]
uart:
- id: s21_uart
tx_pin: GPIO21
rx_pin: GPIO20
baud_rate: 2400
data_bits: 8
parity: EVEN
stop_bits: 2
# The base UART communication hub.
daikin_s21:
tx_uart: s21_uart
rx_uart: s21_uart
climate:
- name: $upper_devicename
platform: daikin_s21
visual:
temperature_step: 1.0
# Optional HA sensor used to alter setpoint.
room_temperature_sensor: room_temp # See homeassistant sensor below
# Optional additional sensors.
sensor:
- platform: daikin_s21
inside_temperature:
name: $upper_devicename Inside Temperature
outside_temperature:
name: $upper_devicename Outside Temperature
coil_temperature:
name: $upper_devicename Coil Temperature
fan_speed:
name: $upper_devicename Fan Speed
- platform: homeassistant
id: room_temp
entity_id: sensor.zb_salon_sensor_temperature
unit_of_measurement: °C Someone who has some ligth on this? |
Beta Was this translation helpful? Give feedback.
-
I was checking the list deepely but I am not so sure if the K3V1B version should be supproted or not. How can I check it?
Beta Was this translation helpful? Give feedback.
All reactions