Open MikeBookham opened 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!
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.
This issue is still relevant.
Ditto
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'
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.
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.
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.
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.
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