You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many people have reported the same issue in the link below, and it appears that this issue has recently started occurring. Specifically, regardless of the value of the parameter, the IR signal transmitted is always the same. This issue only occurs when using the API and does not occur with the iOS app or scene automation. Please refer to the link below for more details: #363
Expected Behavior
Please revert the API server behavior so that, as before, it transmits the infrared code according to the parameter specified when using the API.
Steps To Reproduce
Send the following command and confirm that the air conditioner operates. The response from the API server will indicate success.
Hi, @MrXANA91 This issue has been solved on my side too
Just be careful of one thing : The temperature must be an integer when sent to the API (floating number is not allowed and raise a 190 Internal server error).
I'm not sure It was the case before, since I had to make little changes in my code to handle this
Analysis
Many people have reported the same issue in the link below, and it appears that this issue has recently started occurring. Specifically, regardless of the value of the parameter, the IR signal transmitted is always the same. This issue only occurs when using the API and does not occur with the iOS app or scene automation. Please refer to the link below for more details: #363
Expected Behavior
Please revert the API server behavior so that, as before, it transmits the infrared code according to the parameter specified when using the API.
Steps To Reproduce
Logs
Configuration
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: