home-assistant / home-assistant.io

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

Update guide instructions for latest Roomba versions #30528

Open MikeBookham opened 11 months ago

MikeBookham commented 11 months ago

Feedback

Please update the guide: https://www.home-assistant.io/integrations/roomba detailing that some version of Roomba, i.e. J7+ need their BLID (username) and the password retrieved manually & cannot be auto configured by pressing the unit's button.

URL

https://www.home-assistant.io/integrations/roomba/

Version

2023.12.4

Additional information

No response

home-assistant[bot] commented 11 months ago

Hey there @pschmitt, @cyr-ius, @shenxn, @xitee1, 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.
github-actions[bot] commented 9 months ago

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.

MikeBookham commented 9 months ago

This issue is still relevant.

wellshill commented 7 months ago

Ditto

brettgoss commented 6 months ago

In roombapy v1.7.0 @Orhideous removed entry_points in favour of using the library as a CLI (https://github.com/pschmitt/roombapy/pull/263 )

As a result, the instructions from manually retrieving your credentials are no longer working.

The current (incorrect) instructions are:

docker exec -it CONTAINER_NAME_OR_ID python -c 'import roombapy.entry_points; roombapy.entry_points.password()' ROOMBA_IP

and I think the updated instructions should be:

docker exec -it CONTAINER_NAME_OR_ID bash -c 'roombapy discover ROOMBA_IP'
github-actions[bot] commented 3 months ago

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.

MikeBookham commented 3 months ago

This issue is still outstanding.

The instructions incorrectly claim that the iRobot Roomba Combo j7+ can be auto-discovered by holding the clean button. This method only reboots the device. To integrate the j7+ with the Roomba integration, users must manually retrieve and input the BLID (username) and password.

github-actions[bot] commented 1 week ago

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.

MikeBookham commented 1 week ago

This issue is still outstanding.

The instructions incorrectly claim that the iRobot Roomba Combo j7+ can be auto-discovered by holding the clean button. This method only reboots the device. To integrate the j7+ with the Roomba integration, users must manually retrieve and input the BLID (username) and password.