rospogrigio / daikin_residential

Cloud control of Daikin devices that are supported by Daikin Residential Controller app.
GNU General Public License v3.0
282 stars 39 forks source link

Vertical direction - Floor heating #89

Open rploeg opened 2 years ago

rploeg commented 2 years ago

Hi,

Great plugin! I have a Daikin wall model that has support for vertical 'floor heating airflow'. Would it be possible to add this as an option? This is coming as JSON of the diagnostics file:

}, "fanDirection": { "vertical": { "currentMode": { "value": "stop", "settable": true, "values": [ "stop", "swing", "floorHeatingAirflow" ] } }

JacquesRodrigues commented 2 years ago

I've had the exact some question, is there anything I could provide to help get this option available in a new release?

rospogrigio commented 2 years ago

HA currently supports the swing modes listed here, and they are not customizable: https://developers.home-assistant.io/docs/core/entity/climate/

So, until something new comes out from HA's developers there is no way to introduce this, sorry.

JacquesRodrigues commented 2 years ago

That makes sense! Thank you for your quick feedback.

On another note so far I'm really happy with the integration, thank you for your work on this.

JacquesRodrigues commented 2 years ago

Considering I was not really able to find that feature request, I've supplied a new topic to the HA developers: https://community.home-assistant.io/t/add-new-swing-modes-to-entity-climate/476388.

If anyone would like to upvote, please do! Let's see if it helps.

droscy commented 2 years ago

Hello @rploeg, hello @JacquesRodrigues, I can try to implement the "Floor Heating" the same way I developed the "Comfort Airflow" (PR #29), but I don't have such option in my units, so I have two questions:

Thanks

rploeg commented 2 years ago

That would be great:

  1. No; I don't have a horizontal swing option in my Daikin app for the airco's that have floor heating. There is only a vertical airflow direction (options are: swing off, swing and floor warming)
  2. See attached config_entry-daikin_residential-841584da27e8055fcf36ce927b35.json.txt
droscy commented 2 years ago

Hi @rploeg, could you please try PR #105?

rploeg commented 2 years ago

Just did, created the feedback on the PR

SvilliVanilli commented 1 year ago

I replaced original const.py and daikin_base.py with the updated "Floor heating" ones and it works fine with my Perfera floor standing units (Daikin FVXM35A/RXM35R). I even renamed it in the menu to Floor Warming to match Onecta name. Also tried it in automation and is working fine also. Great thanks for that!

jwillemsen commented 10 months ago

Would be much easier/cleaner when the HA would split swing mode in a separate horizontal and vertical value, see https://community.home-assistant.io/t/split-climate-swing-mode-in-horizontal-and-vertical/655020

jwillemsen commented 10 months ago

See also https://github.com/home-assistant/architecture/discussions/553

jwillemsen commented 10 months ago

Can you try https://github.com/jwillemsen/daikin_residential_altherma/releases/tag/v3.1.0, made some changes to support more swing modes today