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

Missing options #25

Closed mfscorp closed 1 month ago

mfscorp commented 1 year ago

Hi Jeroen, Im missing several options in homekit and homebridge Is it possible to get this added / changed?

Operation (Stand) : Ventilator Dry (drogen) IMG_1873 IMG_1876

Vent speed: silent unit inside ability to adjust speed is not in homekit present when tiles(streamer & powerfull) are grouped in the unit: IMG_1874

But when i display(ungroup) streamer and power mode in seperate tiles then i see vent adjustment slider and "zwenken": IMG_1877 IMG_1881 (1) IMG_1882

Would like to see horizontal and vertical directional blower (zwenken) as separate buttons : IMG_1879

Econo mode?: called "vraagbesturing": IMG_1880

units: Modelname: BRP069B4X Firmware versions: 1_14_68 Advanced features is enabled: Schermafbeelding 2022-12-18 192408

Hope i dun ask to much, i respect the work you put into it. if you need anything then let me know what i can do ,

best regards

zalves commented 1 year ago

Hello!

First off thanks for this plug in! I've just installed on my homebridge docker.

I also miss the ventilation feature being missing. I use my unit most of the time on ventilation only and change it heating and cooling form time to time.

Hope you have the time and it's possible.

Kind regards

JeroenVdb commented 1 year ago

About the operation mode: HomeKit/Homebridge does not support dry or ventilator mode so I'm afraid I can't add this. Same for handling horizontal and vertical swing mode, not possible via HomeKit.

About the fan speed and swing mode not showing when extra features are group: this is also a HomeKit shortcoming. I'm happy you found out it works this way because other people also had this problem.

About vraagbesturing I can check if it is possible to add an extra tile for this. Could you post the complete debug part that is logged when Homebridge is started? It is between these lines:

---------- Daikin info for debugging reasons --------------------
<debug logs>
---------- End Daikin info for debugging reasons ---------------
mfscorp commented 1 year ago

Hi Jeroen Sorry for the late reply back,

homebridge.log.txt

best regards

Terabyte1385 commented 1 year ago

About the operation mode: HomeKit/Homebridge does not support dry or ventilator mode so I'm afraid I can't add this. Same for handling horizontal and vertical swing mode, not possible via HomeKit.

Maybe add switches for unsupported HomeKit properties (dry mode, ventilator mode, etc.). It's not the cleanest solution as HomeKit would still be technically reporting that it's either cooling or heating but it's better than not having the option in my opinion. Up to you, @JeroenVdb.

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. Econo mode was already added.

JeroenVdb commented 1 month 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.