Add P1/P2 Mini Multi-Split Support & Update Documentation #87
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds initial support for Daikin P1/P2 mini multi-split indoor units (tested on FDMQ12WVJU9 and FDMQ24WVJU9), updates the README, and makes a handful of related improvements:
New
DaikinSplitUnitfields for P1/P2 split systems:set_point_heat/set_point_coolfallback when API returns65535operating_time(minutes) andequipment_statusenumExtended sensor entities to expose:
Fan speed control
Defined a new
DaikinThermostatFanSpeedenumEnhanced
set_thermostat_fan_speed()to handle P1/P2 mini multi-split mapping:AUTO=0,LOW=1,MEDIUM=3,HIGH=5Note: fan speed commands on these models are currently non-functional—investigation ongoing.
Documentation:
Testing:
Next Steps: