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

Failed to set device property “mode” error #69

Open
njuart opened this issue Feb 10, 2021 · 3 comments
Open

Failed to set device property “mode” error #69

njuart opened this issue Feb 10, 2021 · 3 comments

Comments

@njuart
Copy link

njuart commented Feb 10, 2021

Hi, I've created a pretty basic scene to turn on humidifier
image

When I toggle it, it says "failed" on a button (but it turns humidifier on anyway)
image

And I see this error in logs while I'm doing this
image

Any ideas what can it be? Thx

@nt0xa
Copy link
Owner

nt0xa commented Feb 11, 2021

Hey @njuart,

Which model of humidifier do you have? Could you please collect debug logs? You can do it by running homebridge like this:

DEBUG=miio-api* homebridge -D

@njuart
Copy link
Author

njuart commented Feb 11, 2021

Hi, I'm using this one

Smartmi Evaporative Humidifier 2
Model: zhimi.humidifier.ca4
Model №: CJXJSQ04ZM

Also pinned log, hope that's what you need, thx

log.txt

@nt0xa
Copy link
Owner

nt0xa commented Feb 25, 2021

This can be related to #77, try to reset accessory cache:

  1. Add "disabled": true flag to the device config
  2. Restart homebridge and wait for the device to disappear
  3. Remove "disabled" flag from the device config or set it to false
  4. Restart homebridge again

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

2 participants