Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Daikin Air Purifiers #34

Open
jwillemsen opened this issue Feb 13, 2024 · 11 comments
Open

Support for Daikin Air Purifiers #34

jwillemsen opened this issue Feb 13, 2024 · 11 comments
Labels
enhancement New feature or request

Comments

@jwillemsen
Copy link
Owner

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
Copy link

dide0 commented Feb 15, 2024

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
Copy link
Owner Author

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

jwillemsen added a commit that referenced this issue Feb 15, 2024
    * custom_components/daikin_residential_altherma/const.py:
@jwillemsen
Copy link
Owner Author

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
Copy link
Owner Author

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.

jwillemsen added a commit that referenced this issue Feb 15, 2024
Add some sensor configs fir Air Purifiers, see #34
@dide0
Copy link

dide0 commented Feb 16, 2024

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

@jwillemsen
Copy link
Owner Author

Added a different icon for the air purification mode.

@jwillemsen jwillemsen added the enhancement New feature or request label Feb 20, 2024
@jwillemsen
Copy link
Owner Author

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

@norbertjoni
Copy link

I am just looking for this :) I know my weekend plan.

@jwillemsen
Copy link
Owner Author

@norbertjoni that would be great, please also add unit tests, I am using snapshots and mocks to test all sensors and updates

@norbertjoni
Copy link

I added my MC80Z unit and the sensors works fine, I will monitor the data but should be accurate.

Question: the update interval high and low what's the best settings? There is a limitation?

I can control the profile settings selection and off.
I don't have control for Operating mode and can't switch the device yet.

@jwillemsen
Copy link
Owner Author

There is a restriction to the number of calls you can make to the daikin cloud, see the General API Guidelines page on the daikin developer portal.

The sensors all should work, but there is no control yet, that is not implemented because I don't have a daikin air purifier (I do have an altherma and a split AC unit), still waiting on someone to sponsor that @Daikin-Europe ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants