homebridge-plugins / homebridge-roomba2

Homebridge plugin to connect iRobot Roomba devices with Homebridge/HomeKit.
MIT License
144 stars 17 forks source link

Full bin status/notification? #2

Closed sCrunch021 closed 3 years ago

sCrunch021 commented 3 years ago

Thanks for making this plugin!

Any plans for Roomba bin status to completely replace using the official app?

iRayanKhan commented 3 years ago

I can add this, but not sure how I'd give the notification. Contact sensor again?

sCrunch021 commented 3 years ago

Maybe a bin status wherever possible like battery percentage, plus a contact sensor for the notification if that’s how it works?

iRayanKhan commented 3 years ago

I could just make a bulb that has battery %, I need to learn how to separate battery percentages.

iRayanKhan commented 3 years ago

đŸ‘€ image

sCrunch021 commented 3 years ago

Ayy that’s it

iRayanKhan commented 3 years ago

I'm not entirely sure if the works, if you don't mind testing this, type the following in the command line:

sudo  npm i -g homebridge-roomba2@1.1.0-beta.1

Ignore the errors on install.

Edit: Also add this to your config:

"binContactSensor": true,
sCrunch021 commented 3 years ago

Working for me! Thanks!

FE830C25-691D-4094-91A6-86525FAB45A3

iRayanKhan commented 3 years ago

Sweet! I'll merge it in tonight!