Lost high fan rate on BRP15B61

Issue #20 resolved
Former user created an issue

Prior to v2.8.0 my BRP15B61 used to have Low, Medium, and High values. After the change to v2.8.0, the only values available are Auto, Low, Medium. I believe the commit https://bitbucket.org/mustang51/pydaikin/commits/9eb562e6138043337296a484ba029d509813edd7 failed to update the fan_rate function to cater for the new element in the array.

See line #96 https://bitbucket.org/mustang51/pydaikin/src/9eb562e6138043337296a484ba029d509813edd7/pydaikin/daikin_airbase.py#lines-96 where non-auto appears to only return Auto, Low, Medium. eg. return fan_rates[:3] should be return fan_rates[:4]

Comments (3)

  1. Log in to comment