-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Device added in Home app but not able to operate #608
Comments
Hi, what does the debug log say? |
[7/8/2024, 2:04:17 PM] Error: listen EADDRINUSE: address already in use :::51116 |
changed port to 8582. even though user and pass are correct still getting this [7/8/2024, 2:10:38 PM] Error: listen EADDRINUSE: address already in use :::51116 [7/8/2024, 2:10:39 PM] [miot] [Mi Air Purifier 2] Error: Missing information required to connect to the MiCloud! Please specify a MiCloud username and password! |
As per log: Error: Missing information required to connect to the MiCloud! Please specify a MiCloud username and password! You did not specify the micloud credentials which are required for this device. |
where shall i mention it? I added devices using MI cloud user and pass. Any place else I need to mention? |
Just check the README, there are dedicated configuration entries for that, which are also available in the ui config interface. |
After putting user and pass [7/8/2024, 3:16:47 PM] [miot] [Light 1] Registering 1 accessories! |
[7/8/2024, 3:16:48 PM] [Homebridge UI] Error: listen EADDRINUSE: address already in use :::8581 |
Seems the micloud credentials entered are not correct. You are getting a login error. |
Issue # 1 - User and password are correct still getting error for ONLY 1 device. Remaining 2 devices not giving user/pass error [7/8/2024, 3:58:30 PM] [miot] [Abhay Purifier] Error: The device with id 287661738 was not found in your MiCloud account on the in server! Please make sure that the specified MiCloud account and country is correct! Issue #2 - [7/8/2024, 3:58:29 PM] [Homebridge UI] Error: listen EADDRINUSE: address already in use :::8581 Issue # 3 - [7/8/2024, 4:00:40 PM] [miot] [Light 1] Poll failed 4 times in a row! Stopping polling and trying to reconnect! Reason: Error: Call to device timed out |
Then I guess you specified the wrong country. You need to specify the correct country which your device is registered on. |
It’s the right country. Any comments on the other 2 issues I mentioned |
Then you would need to re-validate that your device is on the in(India?) server. Issue 2 is not related to the plugin Issue 3, is probably also a device which requires a micloud connection, so you would have to add the forceMiCloud property to that device's micloud configuration. |
Device model
MI Air Purifer 2S, MI LED Smart Color Bulb (B22), MI Home Security Camera Basic 1080p
Device name
Air Purifier, LED Smart bulb,
Does the device require a MiCloud connection?
_Yes
Anything special about the device?
Can be controlled with MI Home app and Alexa. Able to import them in Home app (iOS) via MI Login. But not able to control them via Homebridge or Home App (iOS).
The text was updated successfully, but these errors were encountered: