-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Vertical direction - Floor heating #89
Comments
I've had the exact some question, is there anything I could provide to help get this option available in a new release? |
HA currently supports the swing modes listed here, and they are not customizable: So, until something new comes out from HA's developers there is no way to introduce this, sorry. |
That makes sense! On another note so far I'm really happy with the integration, thank you for your work on this. |
Considering I was not really able to find that feature request, I've supplied a new topic to the HA developers: If anyone would like to upvote, please do! |
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 |
That would be great:
|
Just did, created the feedback on the PR |
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! |
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 |
See also home-assistant/architecture#553 |
Can you try https://github.com/jwillemsen/daikin_residential_altherma/releases/tag/v3.1.0, made some changes to support more swing modes today |
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"
]
}
}
The text was updated successfully, but these errors were encountered: