JeroenVdb / homebridge-daikin-cloud

This Homebrige plugin connects to the Daikin Cloud and loads all your devices to be controled via Homebridge and Homekit.
https://www.npmjs.com/package/homebridge-daikin-cloud
Apache License 2.0
39 stars 11 forks source link

Support for dry and fanOnly modes as special modes #57

Closed jacoscaz closed 2 months ago

jacoscaz commented 3 months ago

Is your feature request related to a problem? Please describe: HomeKit does not natively support the fanOnly and dry mode.

Describe the solution you'd like: fanOnly and dry mode available as special modes.

Describe alternatives you've considered: None, I had pretty much given up the idea of enabling dry mode (which is the one I use the most) from HomeKit controllers but then I had a look at the code and realized that this might have a chance of working.

Additional context: I'd be happy to have a go at this if a) you think it could work and b) you'd be happy to merge a PR should I succeed in actually making it work.

JeroenVdb commented 3 months ago

Once the dust settles from switching to the new API I can have a go at this.

jacoscaz commented 3 months ago

I'd be happy to help in whichever way you see fit - coding, testing and so on.

JeroenVdb commented 2 months ago

Added an extra switch for dry and fan only operation mode. You can test this here: homebridge-daikin-cloud@2.5.0-beta.0

JeroenVdb commented 2 months ago

fanOnly and dry mode are supported in homebridge-daikin-cloud@2.5.0. If you would find any issues, please create a new issue as there where some other threads about this same request.