Apollon77 / daikin-controller-cloud

Connect and Control Daikin Cloud devices
MIT License
98 stars 25 forks source link

Question: Can I use this lib to turn off the leds on the front? #117

Closed apreg closed 1 year ago

apreg commented 1 year ago

Hello, I have an FTXP35N5V1B with a BRP069C4x Wi-Fi unit and the greend light on the front of the indoor unit disturbs me during the night thus I want to turn it off.

ptz0n commented 1 year ago

Can you turn it off using the app? I haven't seen that in the details object. Cover it with some tape?

apreg commented 1 year ago

I cannot turn it off from the ONECTA. Only the gateway led which does not even exist on my model. Covering with tape is ugly to be honest :) I recall seeing a github repo that mentioned some undocumented APIs for turning off the led on older models.

ptz0n commented 1 year ago

That local API is no longer available if you have update the firmware. Cloud only nowadays.

apreg commented 1 year ago

Yes, I know, that's why I asked if it was available in the new one.

Apollon77 commented 1 year ago

"new one" is relative because we just use the same "API" as the Onecta app ... sooo we can basically do what that one can do. Cherck the provided data for data that might be what yopu need and check if they are writable ... but yes would be easier if ONECTA app can also do that

apreg commented 1 year ago

Thank you guys, I'll tinker with it and see.