-
Notifications
You must be signed in to change notification settings - Fork 12
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
No Response #1
Comments
First of all, I realized that the token I used was wrong, I had extracted that from an iPhone backup, but I now have installed an Android emulator and obtained it that way. But still, the Homebridge server won't restart after editing the config file. Any help would be appreciated! |
I realize I am only responding to my own posts, but I provide updates in the hope that someone can offer som advice... I have two Homebridge servers running, both with problems with this plugin:
I have managed to add the air purifier to SmartThings and from there to HomeKit, but that way only shows temperature and humidity data as well as a «fan» that allows turning it on and off, but no option to change the mode. I would truly like to get this to work, as the Mi Home app is cumbersome in that the air purifier is region locked to SIngapore and my other devices to China, meaning I must change region to access the air purifier. |
I won't give up! After installing the plugin with sudo -g from terminal on the Synology, I finally managed to restart the Homebridge server and have the six tiles show up. However, all of them say "No response" and I have no clue why that would be... |
If you have reset your homekit? |
Hi clauzewitz, thanks for your feedback. I have so complex a setup with dozens of devices and automations that resetting this is not an option. But I guess one way to test this could be to add a second home in HomeKit and just add the air purifier to that? |
I have a similar problem, my devices shows up and all looking good but when i try to start / stop. It says "turnings off" and the Wheel keeps spinning |
Hi, I have the same issue. I've also tried the main plugin from which this ione is forked, I've noticed v1.4 fails. while 1.2.2 works. |
Turned on debugging to see this: Seems like there is an issue with type: air-purifier not being reported for 2s. |
Line 173 if (device.matches('type:air-purifier')) should be if (device.matches('type:air-purifier') or device.matches('type:miio')). Can someone try? |
Hello, i’ve no response for my air 2s. I try with ‘type:miio’ but nothing change.. |
The real fix is upstream in aholstenson/miio#220 |
https://github.com/LukaszLapaj/miio/ seems to be what i would use instead of the year-old miio library. EDIT: Can confirm that it works. |
Following that link and done "npm install -g miio". But still not responding in Homekit. Which is my error? |
I have this error: |
Hi, I have a couple of questions arising when trying to set up my new Mi Air Purifier 2S:
Any insights into how I could proceed to get this fully running?
The text was updated successfully, but these errors were encountered: