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

Add econo toggle for stylish #37

Closed viliamcarnoky closed 1 year ago

viliamcarnoky commented 1 year ago

Is your feature request related to a problem? Please describe:

Describe the solution you'd like:

Describe alternatives you've considered:

Additional context:

Terabyte1385 commented 1 year ago

Could you please fill more information about your enhancement report? It ain't gonna happen without some more info about what you're expecting

JeroenVdb commented 1 year ago

@viliamcarnoky I understand that Stylish is not an AC? Could you post the logs with debug mode enabled?

viliamcarnoky commented 1 year ago

It is the BRP069B4x model it is an AC. It supports Econo mode. Also i Dont have the Fan speed control. Ill try to send you the logs.

JeroenVdb commented 1 year ago

Apparently I have a Stylish device example: https://github.com/JeroenVdb/homebridge-daikin-cloud/blob/main/docs/api-response-with-multiple-devices-incl-heatpump.json

This indeed has a econoMode. So I don't know why it's now showing. Have you set the showExtraFeatures option to true?

viliamcarnoky commented 1 year ago

yes

JeroenVdb commented 1 year ago

Ok, then I will need to see the logs :)

viliamcarnoky commented 1 year ago

Im sending you the logs homebridge.log.txt

JeroenVdb commented 1 year ago

@viliamcarnoky the plugin automatically detects the functionalities of the device. In your case Daikin does not report back that there is an econoMode so I guess this is not a functionality of your device. Or Daikin is wrongfully reporting it. I'm afraid I can't do anything.

Terabyte1385 commented 1 year ago

Can you make API calls for econoMode for this model, even if it's not automatically presented by Daikin? If yes maybe you could add an exception for this model with the disclaimer that it won't sync with the Onecta/Daikin app(?)

Edit: are get status calls successful for econoMode, even if Daikin doesn't report the value as supported?