- Conduct account checks only when needed.
- Introduced sanity checks to avoid complete app failure when configuration files are incomplete.
- Add checks to the manual config that can cause a fatal crash
- Update email and password check to not run when doing manual config
- Added a fallback mechanism to the iRobot login system to first check authentication URL 1, and if it fails, fall back to URL 2
- Catch error when logging in to iRobot to prevent full crash
- Remove preinstall script (unnecessary global install)
- Bugfixes
- Code cleanup
- Prepare for Homebridge v2
- Update user_pmapv_id when a change has been detected (usually when a map update suggestion was accepted, or a re-mapping has happened)
- Preserve region parameters if present to prevent unusable room switches
- When smart map is updated, update region information so that the switches in Homekit keep working
- Cleanup of the code
- No changes
- Update user_pmapv_id when a change has been detected (usually when a map update suggestion was accepted, or a re-mapping has happened)
- Minor bugfix + less logging
- Preserve region parameters if present to prevent unusable room switches
- Update dependencies to fix ID error
- When smart map is updated, update region information (fix attempt 1) so that the switches in Homekit keep working
Release 3.1.0
- Check for presence of bin on Roomba update messages as models such as M6 don't have a bin.
- Improve logging
- Added extra logging for status updates from Roombo
- Code cleanup
- Rework info logging
- Remove unnecessary INFO logging when HomeKit asks for the latest status of the accessory.
- Battery percentage information wrong on M6 investigation
- Experiment: Rework MQTT to prevent spams in the logs (when offline no longer force disconnect and reconnect)
- Add multiroom support for m6
- No longer add m6 as a bad roomba by default
- Update package information for Homebridge verification
- Release of 3.0.0
- Refactor getRoombaCredentials to no longer require a third-party deprecated library
- Add security checks to prevent multiple start events from triggering the Roombo, causing it to not start at all (saving smart map)
- Rework the front UI to redirect to the correct GitHub repo
- Prevent duplicate change of mode on main Accessory (fan)
- Re-introduce scripts
- Automatically update fan mode based on room selection.
- Refactoring of the code
- Updating libraries
- Attempt 1 to fix room by room starting by adding missing "room" context
- Added extra logging for room-by-room debugging
- Refactoring of the code
- Updating documentation
- Refactoring of the code for own usage
- Added extra logging
- Correctly rename everything to V2
- Accepted pull request for i3 room support
- Set program to resume robot if job is already active
- Set program to stop Roomba if room-by-room request received
- Added j7 support (hopefully 🤞)
- Added the ability to manually configure Roomba's instead of using your iRobot credentials
- Improved logging when using manual configuration
- Fixed logic when determining if device supports room-by-room cleaning
- Fixed homebridge crash due to logic error when configuring Roomba's
- Fixed homebridge crash when reading variable ver
- Added support for manually configuring Roomba's instead of entering your Roomba credentials
- Fixed how getRoombas.ts handles unconfigured Roombas to address issues #23 and #34
- Added software version to custom ui
- Fixed Stuck Sensor, Thanks @Ghost108
- Changed on/off logs from debug to info
- Fixed crash when starting second IP sweep
- Removed devices if it fails to find IP
- Fixed homebridge crash on offline
- Fixed typo during Roomba IP discovery. Thanks @rcoletti116
- Set Accessory to not responding in HomeKit when Roomba disconnects
- Added Log for when Roomba is stuck
- Made IP search run again after 5 seconds for up to 5 attempts
- Prevented plugin from adding m6's
- Removed Log Spam When Reconnecting After Connection Drop
- Made Low Battery Warnings Not Appear If Roomba Is Charging
- Removed Broken Status From Device Table In Custom UI
- Removed Status From Table Since It Always Says Online
- Changed Logic For Identifying If Region Is Already Saved
- Added 5 Second Delay Before Reconnecting If The Connection Drops
- Added Support Page In Custom UI
- (Wiki Links Don't Work Yet)
- Re-arranged table
- fixed rooms section in table
- Added custom UI
- Removed Mac Address from devices table
- hid spinner while looking for devices in custom UI
- Fixed menuHome custom UI error
- Started To Work On Custom UI
- Set log added in version 2.0.2 to debug
- Set on/off logs to info
- Added log for when roomba is stuck
- fixed typo in room sync functions when adding new room to existing map
- Fixed error where it wouldn't add new regions
- Added Log When Updating Homekit Rooms
- Made disableMultiRoom default to false in config
- Became A Homebridge Vertified Plugin
- Set Password format to password in Schema
- Made Roomba execute off action 2 after 5 seconds if state dosent change
- Prevented plugin from initilizing if it dosent have an email/password
- Added support for Multiple Rooms
- Made Roomba wait 1 second for scenes when it is turned on
- Added Room-By-Room Abilities On Models That Support It
- Added More Configuation options