jwillemsen / daikin_onecta

Home Assistant Integration for devices supported by the Daikin Onecta App
https://github.com/jwillemsen/daikin_onecta
GNU General Public License v3.0
174 stars 8 forks source link

Support for Daikin Air Purifiers #34

Open jwillemsen opened 4 months ago

jwillemsen commented 4 months ago

As far as I found on the internet also the Daikin Air Purifiers are controlled using the onecta app, these are currently not supported by this integration. I don't have such a device to test, so user feedback is welcome

dide0 commented 4 months ago

I've got the new MC80Z with the BRP069C4x , works ok except the humidity/fine dust "unit" are not picked up correctly.

config_entry-daikin_residential_altherma-75d2c3ff85bd6312712f202652e71623.json

jwillemsen commented 4 months ago

Thanks for the json, looks you have a airPurificationModes which is not supported and some sensoryData for which configuration is lacking.

jwillemsen commented 4 months ago

I tried to add the configs, maybe you can try this branch and see if that fixes the units, see https://github.com/jwillemsen/daikin_residential_altherma/tree/jwi-purifier

jwillemsen commented 4 months ago

For airPurificationMode very likely a select should be added, see https://github.com/jwillemsen/daikin_residential_altherma/blob/master/custom_components/daikin_residential_altherma/select.py, demandControl is for the AC units.

dide0 commented 4 months ago

With the update , the sensory data is nicely displayed :) image

jwillemsen commented 4 months ago

Added a different icon for the air purification mode.

jwillemsen commented 2 months ago

For control very likely a humidifier entity should be added (see https://developers.home-assistant.io/docs/core/entity/humidifier/)