esphome / feature-requests

ESPHome Feature Request Tracker
https://esphome.io/
404 stars 26 forks source link

request DAIKIN Remote Controller for Fancoil (FWEC series) - UART modbus protocol #2582

Open wizardmelon opened 5 months ago

wizardmelon commented 5 months ago

Describe the problem you have/What new integration you would like

Integration for Modbus protocol for Daikin controller series FWEC.

Please describe your use case for this integration and alternatives you've tried:

The controller have uart port that can be used to implement a climate entity. You can control temperature, fan and modes via modbus protocol. I’m not capable to write esphome integrations, so i can’t try to do it by my self, but there are all the registry’s infos on the Controller Manual ( https://daikin.kh.ua/wp-content/uploads/2021/IM-OM_FWEC3A_EN_tcm135-266991.pdf )

Additional context

latonita commented 4 months ago

@wizardmelon there is an option to implement a support yourself, please see https://esphome.io/components/modbus_controller There are several examples on how to read or write params. Not the fancy specific daikin component, but still a good option to control your device.