iRayanKhan / homebridge-tuya

A Homebridge plugin to control Tuya devices locally.
MIT License
380 stars 160 forks source link

Air Conditioner DAITSU with erratic behavior #338

Open AndShezar opened 2 years ago

AndShezar commented 2 years ago

Describe your device AC Split inverter Daitsu DS-18UIDY 9000 BTU (cold/heat function) Wi-Fi control by TUYA Smart App IMG_5BB91A3BB074-1 IMG_CF587ED6AC5A-1 IMG_89AAB6BB3D5E-1

Partial Support? when turning on from homekit, a "beep" sounds and the AC turns on, but homekit keeps showing it off. When pressing for the second time from homekit (AC on) the "beep" sounds and it turns off. This is not always the case, there are times when homekit shows it as on, lets the temperature change, but the AC is off and a few minutes later homekit shows it off. When turning on the AC from TUYA Smart, homekit keeps showing it off.

tuya-homekit

My configuration:

                    "type": "AirConditioner",
                    "name": "AC Daitsu",
                    "id": "33031685500291bdc2a0",
                    "key": "8540d4a5de408ab8",
                    "manufacturer": "Daitsu",
                    "model": "KAPRA14WFGA",
                    "minTemperature": 16,
                    "maxTemperature": 35

Additional context Add any other context about the problem here.

Ready to handle AC Daitsu (AirConditioner:3.3) with signature {"1":false,"2":16,"3":21,"4":"auto","5":"1","8":false,"20":0,"101":false,"102":false,"103":false,"104":false,"105":false}

Any help I would be very grateful.

AndShezar commented 2 years ago

I have 90 percent fixed my errors with this configuration:

                    "type": "AirConditioner",
                    "name": "Aire Acondicionado ",
                    "id": "XXXX",
                    "key": "XXXX",
                    "manufacturer": "Daitsu",
                    "model": "DS-18UIDY",
                    "minTemperature": 16,
                    "maxTemperature": 31,
                    "cmdCool": "cold",
                    "cmdHeat": "hot"