SwitchBotAPI icon indicating copy to clipboard operation
SwitchBotAPI copied to clipboard

API Control of Air Conditioner Not Functioning Properly Since 11/8 (JST)

Open yyverse opened this issue 1 year ago • 18 comments

Current Situation

Since last week, starting on November 8th at 5:00 PM JST, I've been unable to control my air conditioner via the API using infrared commands. However, controlling the air conditioner from the SwitchBot app works fine. I kindly request you to investigate this issue.

Logs

My script attempts to operate the air conditioner every 5 minutes, and it has been functioning normally for over a year without any issues like this. I can determine whether the operations are successful by checking the history in the SwitchBot app.

Configuration

The following command is being used:


parameter = "2,1,1,on"
commands = dict(
    command = 'setAll',
    parameter = parameter,
    commandType = 'command',
)
set_commands(deviceId, commands)


### Environment

- OS: Debian GNU/Linux 11 (bullseye)
- Software: Python3.9
- Node: PC
- npm:


### Additional Context

Please assist in identifying and resolving the issue affecting API-based operations.

yyverse avatar Nov 14 '24 00:11 yyverse