-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Control of Air Conditioner Not Functioning Properly Since 11/8 (JST) #363
Comments
Hi, My command :
I checked this behavior with v1.0 of the API, but also with v1.1 |
Hi there, I encountered this issue since this morning, 16th November, starting around 10.45 AM. Any command from within Homey results in "Cold, 25". From the Switchbot app it is fine. In the log however, for every request from Homey it states 'Device not found or cannot reach device, try again' (openapi) |
Just chiming in to say I’m having the same issue sending commands to my AC. If I send the “turnOn” or “turnOff” command it works fine but “sandaAll” no longer works. Everything was working fine before and nothing was modified in my code. |
@yyverse could you change the label from question to bug ? @SwitchBot-Wonderlabs could you investigate because this bug blocks our installations, thx 🙏 |
It looks like the openapi issue is solved. My commands seem to work. Fingers crossed off course :-) |
Home Assistant Cloud integration is also impacted. Doing API requests directly does not work either. Issue in Home Assistant : |
Some users reported the issue in Home Assistant but it worked for me. I guess some servers are faulty, others not... |
Still doesn't work for me... In the switchbot app works fine, but not though the api or integration in HA. |
setAll with a decimal in the temperature parameter does not seem to work anymore but if called with an integer it does. So for instance, “20.3,5,2,on” does not work but “20,5,2,on” does. |
I have an issue with controlling A/C temperature through home assistant, it was working until now. But with the switchbot app, all commands are working fine. |
HVAC command started working again 2 or 3 days ago, but "temperature" doesn't work in HA. "“Failed to call service climate/set_temperature. Unknown error”" (translated from FR) |
Can confirm |
I never used decimals and still doesn't work for me. Seems like nothing is called. The HUB doesn't blink when the command is send. |
I just got an email answer from switchbot saying they fixed the issue. But we need to be able to set the temperature and I sent them a bunch of screen capture of what's happening. Hoping they will fix that too in a few days. |
Turn ON/OFF/HEat/Cold works yet setting a different temperature than default triggers climate/set_temperature failure. |
Absolutely. same issue. Still ongoing |
Ok I have some news curl -X POST "https://api.switch-bot.com/v1.0/devices/-YOUR-DEVICE-ID-HERE/commands" And this seems to work perfectly and seems to change the temperature also. Here's the section of the API I dont know how to use GitHub efficiently, how can we contact here the developer of the switchbot cloud integration to fix the issue ? I could make automations to send curl commands, but not very friendly ;) |
It is OK, I am following the conversation, I made a bugfix pull request: home-assistant/core#132231 |
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
Configuration
The text was updated successfully, but these errors were encountered: