Skip to content
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

131s Air Purifier Screen on / off error #304

Open
cdnninja opened this issue Feb 17, 2025 · 0 comments
Open

131s Air Purifier Screen on / off error #304

cdnninja opened this issue Feb 17, 2025 · 0 comments

Comments

@cdnninja
Copy link
Contributor

cdnninja commented Feb 17, 2025

I am receiving the following when I run turn_off_display() or turn_on_display():

2025-02-17 13:31:26,447 - DEBUG - =======call_api=============================
2025-02-17 13:31:26,447 - DEBUG - [put] calling '/131airPurifier/v1/device/updateScreen' api
2025-02-17 13:31:26,447 - DEBUG - API call URL:
  https://smartapi.vesync.com/131airPurifier/v1/device/updateScreen
2025-02-17 13:31:26,447 - DEBUG - API call headers:
  {
  "accept-language": "en",
  "accountId": "##_REDACTED_##",
  "appVersion": "2.8.6",
  "content-type": "application/json",
  "tk": "##_REDACTED_##",
  "tz": "Canada/Mountain"
}
2025-02-17 13:31:26,448 - DEBUG - API call json:
  {
  "timeZone": "Canada/Mountain",
  "acceptLanguage": "en",
  "accountID": "##_REDACTED_##",
  "token": "##_REDACTED_##",
  "status": "off"
}
2025-02-17 13:31:26,884 - DEBUG - API response: 

  {
  "code": 4001007,
  "msg": "request parameter invalid",
  "traceId": "1739824287128",
  "result": null
}

This is on a 131s. I am hoping to dig into this with a dev environment at some point but logging for visibility. This command works fine on my humidifier. Mobile app also still works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant