mzyy94 / daikin-homekit

Control Daikin Air Conditioner via HomeKit
GNU General Public License v3.0
44 stars 1 forks source link

Doesn't work with iOS16+ #2

Closed TobyOoO closed 1 year ago

TobyOoO commented 1 year ago

iOS 16+ introduced a new version of Home app, and this homekit integration seems not workable with that. The aircon says no response after adding them to Home app.

mzyy94 commented 1 year ago

It was caused by hap-rs library with pairing ID issue (https://github.com/ewilken/hap-rs/issues/90). I've replace it patched version. https://github.com/mzyy94/daikin-homekit/commit/df1954143273ba4767e29ae9a01a7a88b68c2fda Fetch master branch and re-build it, or get latest release please.

mzyy94 commented 1 year ago

Note: Before running a new build, delete all pairing file in your config directory shown in startup logs (daikin_homekit=info).

スクリーンショット 2023-08-13 22 28 42
TobyOoO commented 1 year ago

Thank you! I’ll try it and get back to you.

TobyOoO commented 1 year ago

It works! Thanks for your timely response.