You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The same commands and same roomba device are working when using an IP address, tested on two different devices.
Name resolution works and can ping via hostname (I've tested everything on the same machine, which is a Win10 with Python 3.9).
I assume this is intended or a limitation in the code, would it be possible to:
Implement queries by hostname (preferred), or
Ensure with a regex to accept only IP formats
The text was updated successfully, but these errors were encountered:
When trying to use roombapy, with hostnames (e.g. Roomba-BLID.domain or iRobot-BLID.domain) instead of IP address the commands have different results:
roomba-password
returnsException: cannot find roomba
roomba-discovery
returnsNone
roomba-connect
returnsException: cannot find roomba
The same commands and same roomba device are working when using an IP address, tested on two different devices.
Name resolution works and can ping via hostname (I've tested everything on the same machine, which is a Win10 with Python 3.9).
I assume this is intended or a limitation in the code, would it be possible to:
The text was updated successfully, but these errors were encountered: