Open masnovita opened 3 months ago
Hey there @pschmitt, @cyr-ius, @shenxn, @xitee1, @orhideous, mind taking a look at this feedback as it has been labeled with an integration (roomba
) you are listed as a code owner for? Thanks!
docker:/config# pip install roombapy --root-user-action ignore Requirement already satisfied: roombapy in /usr/local/lib/python3.11/site-packages (1.8.1) Requirement already satisfied: mashumaro<4.0,>=3.12 in /usr/local/lib/python3.11/site-packages (from roombapy) (3.13.1) Requirement already satisfied: orjson>=3.9.13 in /usr/local/lib/python3.11/site-packages (from roombapy) (3.10.6) Requirement already satisfied: paho-mqtt<1.7.0,>=1.6.1 in /usr/local/lib/python3.11/site-packages (from roombapy) (1.6.1) Requirement already satisfied: typing-extensions>=4.1.0 in /usr/local/lib/python3.11/site-packages (from mashumaro<4.0,>=3.12->roombapy) (4.7.1) docker:/config#
AFTER THIS: docker:/config# python -c 'import roombapy.entry_points; roombapy.entry_points.password()' 192.168.0.208
Traceback (most recent call last):
File "
ModuleNotFoundError: No module named 'roombapy.entry_points'
I get this too
Same here - I ended up installing https://github.com/NickWaterton/Roomba980-Python/ on my Mac to get the password. Also, it was surprising that library got the password without issue from my i7 fine, though Home Assistant couldn't do the same.
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved. If this issue is still relevant, please let us know by leaving a comment 👍 This issue has now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Not stale!
Feedback
docker:/config# python -c 'import roombapy.entry_points; roombapy.entry_points.password()' 192.168.0.208 Roomba have to be on Home Base powered on. Press and hold HOME button until you hear series of tones. Release button, Wi-Fi LED should be flashing Press Enter to continue... hostname=iRobot-F50EB9EA1842431B8E98D14CA5B46757, firmware=sapphire+23.53.6-2024-03-22-545c1b52ecf+Release+24, ip=192.168.0.208, mac=50:14:79:B8:E6:21, robot_name=Gracita rumbales, sku=j715840, capabilities={'binFullDetect': 2, 'addOnHw': 1, 'oMode': 10, 'odoa': 7, 'dockComm': 1, 'maps': 3, 'pmaps': 10, 'mc': 2, 'sem2umf': 2, 'tLine': 2, 'area': 1, 'eco': 1, 'multiPass': 2, 'pp': 0, 'edge': None, 'team': 1, 'pose': 2, 'lang': 2, 'hm': 0, 'rNav': 1, '5ghz': 1, 'prov': 3, 'sched': 2, 'svcConf': 1, 'ota': 2, 'log': 2, 'langOta': 0, 'ns': 1, 'bleLog': 1, 'expectingUserConf': 2, 'idl': 1}, blid=F50EB9EA1842431B8E98D14CA5B46757, password=
URL
https://www.home-assistant.io/integrations/roomba/
Version
2024.7.2
Additional information
No response