esphome / feature-requests

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

Support for Daikin BRC1H519W BLE controller #772

Open pacomm opened 4 years ago

pacomm commented 4 years ago

Describe the problem you have/What new integration you would like Add support for Daikin BRC1H519W BLE controller https://www.daikin.eu/en_us/products/BRC1H519W7.html

Please describe your use case for this integration and alternatives you've tried: It would be use to control the air conditioner with a esp32 and integrate in Home Assistant

Additional context

pacomm commented 4 years ago

When the the device is paired it's recognized as UE878 RF MODULE

pacomm commented 3 years ago

A little light and many thanks to this man, but I don't have the necessary knowledge ...

https://github.com/blafois/Daikin-Madoka-BRC1H-BLE-Reverse

frigi83 commented 2 years ago

There is a python library to comunicate with the Madoka: https://github.com/mduran80/pymadoka

The same guy as submitted a custom component to control the Madoka: https://github.com/mduran80/daikin_madoka the downside of this solution is that use the bluetooth of the host.

olbjan commented 2 years ago

Amazing to see this, I would also appreciate if this was added to ESPHome as we have multiple Madoka Units spread over our office and it will be impossible to reach all of them from the central Home Assistant instance via Bluetooth.

mario-tux commented 1 year ago

Something is moving... https://community.home-assistant.io/t/daikin-madoka-brc1h-bluetooth-custom-component/268594/80

UPDATE: I’ve tested it on a ESP32 and it works very well! The only missing feature is the fan speed management. Great work!