home-assistant / home-assistant.io

:blue_book: Home Assistant User documentation
https://www.home-assistant.io
Other
4.75k stars 7.18k forks source link

It doesn't return the pass #33862

Open masnovita opened 1 month ago

masnovita commented 1 month ago

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

home-assistant[bot] commented 1 month 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!

Code owner commands Code owners of `roomba` can trigger bot actions by commenting: - `@home-assistant close` Closes the feedback. - `@home-assistant rename Awesome new title` Renames the feedback. - `@home-assistant reopen` Reopen the feedback. - `@home-assistant unassign roomba` Removes the current integration label and assignees on the feedback, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information) to the feedback. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information) on the feedback.
masnovita commented 1 month ago

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 "", line 1, in ModuleNotFoundError: No module named 'roombapy.entry_points' docker:/config#

raoulwegat commented 1 month ago

ModuleNotFoundError: No module named 'roombapy.entry_points'

I get this too

deviantintegral commented 3 weeks ago

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.