-
Notifications
You must be signed in to change notification settings - Fork 17
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
Error: connect EHOSTUNREACH 192.168.1.4:8883 #122
Comments
@DGHEE123045 It does sound like a connectivity issue between your Homebridge and your Roomba. Perhaps try using ping 192.168.1.16 My Roomba, at least, responds to pings. Maybe there is a setting to prevent members of your WiFi network from communicating with each other. That is sometimes a configuration option. Try pinging your Roomba from different machines, and try pinging from one computer to another to see if this might be the case on your WiFi. |
I have a J7 too and ran into this issue, it's not connectivity (the device pings happily from the homebridge) Googling around I found on the HomeAssistant forums that the J series doesn't support the direct interrogation method, you can only get the password from the device from packet sniffing the app's connection to the device or using the script to get it from the cloud. I'm guessing from issue #124 that this plugin considers the "get-password-cloud" method to be the old way of doing it? however it's probably the easiest for a J series. Reading the issue submitted there I followed what that poster said they'd done:
which returned the BLID and password i could then use in the plugin. TLDR; I'd suggest that this project continues to document both the direct and cloud mechanisms of locating BLID and password as it appears the J series at least (and maybe future newer devices) can only offer this information via the cloud script (the alternative of setting up a packet sniffer or wireshark on iOS at least is a pain). |
@ganewate Thank you. Yes this sounds practical; I will add a section to the documentation for this unless someone PRs it. |
I'm having the same issue with my new i7 Roomba Vacuum. Neither the original instructions, or the Dorito980 seem to work. `> [email protected] get-password-cloud
Authentication error. Please check your credentials. The i7 is available via the iRobot app, which has my correct credentials. |
I'm not sure if I'm not doing something right here, but for the life of me I can't seem to get communication with my j7. I had it set with a static IP, and this morning removed homebridge-roomba2 and reinstalled it through the setup directions again, as I couldn't get past a different issue. Now I can't seem to connect to it at all running the getrobotpwd npm command. I even removed the static IP and had it grab a new one from DHCP, can see that it's on the router, but still nothing.
When I ran the getrobotpwd command, I got this:
I then ran npm audit fix as it recommended above that, and ran the getrobotpwd command again and now get this:
This is from a clean slate, so I'm not sure what's going on here. I just erased the raspberry pi 4 and reinstalled the newest version of openSUSE Tumbleweed yesterday, and while not with this plugin as I only recently got the Roomba, the device previously had an older version of openSUSE running Homebridge before I moved 2 years ago, and this is the first time it's been connected in the new house.
Versions
Homebridge version: 1.5.0
Node: 17.7.1
Homebridge-roomba2: 1.3.1
**Edit: I forgot to mention I had added 8883 and 443 to the firewall to troubleshoot while doing it.
The text was updated successfully, but these errors were encountered: