Replies: 12 comments 96 replies
-
I have not made any system to link the Faikin together to do something like that - obviously it may be possible, but generally I have assumed that such integration would be done by HA or similar. But if the Daikin API has it, it may be worth considering - do you know what that actually does in practice? |
Beta Was this translation helpful? Give feedback.
-
I'm sorry if I didn't make myself clear. The thing is that the genuine daiking modules (BRP069B4x) allow me to send a REST command to the outdoor unit to limit its power draw. To do this i pass the following command to my B-modules. They seem to pass it on to the outdoor unit because the C-unit, which i can’t control via the local API, respects the imposed restrictions. Based on my own testing the parameters are the following: To be clear you can also set these restriction via the app but using the REST commands via home assistant makes it much more useful. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Just to add here that this feature would be very convenient. My units tend to run the compressor slow and they can't keep up. Being able to ask the compressor to be more aggressive would be very helpful. @MUN0X if you can debug this that'd be great. |
Beta Was this translation helpful? Give feedback.
-
That sounds awesome. Great work |
Beta Was this translation helpful? Give feedback.
-
OK, test release ready for people to try. |
Beta Was this translation helpful? Give feedback.
-
Hi, thank you for adding this feature. Now I can disable the Daikin Wifi Modules in the future. There is also an off and auto mode in the app for demand control and also in the cloud integration. A screenshot attached, how it is looking right now in home assistant - with this integration: https://github.com/jwillemsen/daikin_residential_altherma A second point is, in my opinion the values for demand control could be different for different outdoor units. Is it possible to debug which values are accepted by the outdoor unit? I could set my 4MXM80 to 30% via the web gui and the power consumption is much lower as typically at 40%, which was the minimum at the cloud implementation. |
Beta Was this translation helpful? Give feedback.
-
From my site I would love to see demand control as a sensor here. |
Beta Was this translation helpful? Give feedback.
-
Values reverted means the S21 is not confirming back the setting. It may be that it does not allow some values, or even allow the setting. |
Beta Was this translation helpful? Give feedback.
-
Hi, I forgot one point in the json, the state_topic... to receive updates from faking in HA { |
Beta Was this translation helpful? Give feedback.
-
you set the command topic to: that's the topic HA is sending the updates In my case the message from HA looks like this: Topic: 0C8B9596ABC0/demand |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I currently run a daikin multi-split with 4 units connected to home assistant
3 of them are running on the BRP069B4x module, the 4th one has a BRP069C4x module.
I ordered a faikin module that will replace the C-module to get rid of the cloud dependency.
However the integrated controller with an external BLE sensor makes me wonder whether I should replace my B-modules as well.
I currently have several automations running in Home assistant to change the setpoints of the daikin units based on external temperature sensors. However, it would be nice to have the standalone system of faikin in case Home assistant goes down (or my automation f*cks-up 😊). One of my automations limits the power draw of the outdoor unit depending on the outside temperature to get a smoother temperature control (essentially forcing the compressor frequency down, mostly to 15-20hz). I do this via the “set_demand_control” command in the daikin api.
Is it possible to do this via the Faikin controller as well?
I looked through the manual and the discussions but couldn't find a clear answer
Beta Was this translation helpful? Give feedback.
All reactions