iRayanKhan / homebridge-tuya

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

New Device: Tadiran Central Air Conditioner #449

Open yalihart opened 4 months ago

yalihart commented 4 months ago

Describe your device: Tadiran (Tuya Smart) Central Air Conditioner with five modes: Heat, Cool, Auto, Fan (3 fan levels + auto), and Dehumidify (dry). The unit does not have a humidity sensor.

Partial Support? Currently, only Heat and Cool modes are functioning, with on/off capability. Other functionalities like changing fan speed, and setting to auto, dry, or fan modes are not operational.

Device Schema: https://github.com/nitaybz/homebridge-tadiran-ac/blob/master/lib/AirConditionerAccessory.js This includes the humidity sensor which doesn't exist on my unit.

Additional context: The existing plugin for the Tadiran air conditioner reports humidity levels, which the unit doesn't have. Attempting to merge it with another plugin led to partial success but resulted in incorrect information display and appearance issues. The goal is to control all functions of the device through a single accessory in HomeKit.