0x5e / homebridge-tuya-platform

Make homebridge-tuya-platform great again.
MIT License
206 stars 58 forks source link

The air conditioner does not turn on #479

Open Altynov opened 3 days ago

Altynov commented 3 days ago

Prerequisite

Cache

Version

v1.7.0-beta.53

Device Infomation JSON File

No response

Device Control Mode

None

Logs

No response

Other Infomations

Hello everyone, can anyone suggest a solution to the problem?

The homekit interface does not have an on/off button, only mode change. But the mode change does not turn on the air conditioner, only when I return to the Off position (it turns the air conditioner on or off depending on the current status) Is it possible to fix this via deviceOverrides?

 {
        "code": "switch_power",
        "custom_name": "",
        "dp_id": 101,
        "time": 1720124211431,
        "type": "bool",
        "value": false
      },
      {
        "code": "mode",
        "custom_name": "",
        "dp_id": 102,
        "time": 1720124210428,
        "type": "enum",
        "value": "4"
      },

Air Frame 1