rospogrigio / daikin_residential

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

set fanDirection not possible #118

Open domerich opened 1 year ago

domerich commented 1 year ago

I have a wall mounted device with a table over it so the top flap should not open when turning on the device. In the app I enable "floorheating on". With home assistant I cannot get it done as I cannot enter the properties in my automation. Basically it is one of 3 settings in vertical airflow control.

  1. stop swing
  2. swing
  3. floor heating <-- I need this

Can anyone help?

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

I tried to set the value manually but not did not work. The flap opens agains the table which makes a funny noise. Not healthy.

45A523CE-73D7-4319-BB46-2F76F7BAA5D9 BDF1A311-C5F7-489D-B9BB-F1869312B6EF

jwillemsen commented 1 year ago

See #105

jwillemsen commented 8 months ago

Do I see correct that you only have a vertical setting, no horizontal in the onecta app?

jwillemsen commented 8 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

jwillemsen commented 6 months ago

I have created a PR for my fork, maybe you can try https://github.com/jwillemsen/daikin_residential_altherma/pull/35 and let me the results there