bloomkd46

Results 140 comments of bloomkd46

This is a known bug. I will be releasing version 3 soon which will fix this.

Please try the latest beta: [![npm](https://img.shields.io/npm/v/homebridge-irobot/beta?label=beta)](https://github.com/bloomkd46/homebridge-iRobot/wiki/Beta-Version)

I will definitely look into this. Additionally you can view your Roomba IP, blid, and password in plugins -> homebridge-iRobot settings -> devices

I have released a beta release with these features. please try it out and let me know if you have any suggestions. PS let me know if you need help...

It just reconnects after 5 seconds when the Roomba is disconnected which occurs after the Roomba goes offline ```javascript async configureRoomba() { this.roomba = null; this.accessory.context.connected = false; this.roomba =...

That's the weird part. I'm wondering if it isn't fully disconnecting. I am planning on making it so that if it fails to reconnect it will wait a longer period...

This line is what connects to the robot and connection remains until Roomba goes offline or you call `roomba.end()` ```javascript this.roomba = new dorita980.Local(this.device.blid, this.device.password, this.device.ip, this.device.info.ver !== undefined ?...

I’ve actually been trying to develop a plug-in v3.0 which will only connect to the Roomba’s when requested by HomeKit. It would also take advantage of other Roomba features. Ex....

Please try the latest beta: [![npm](https://img.shields.io/npm/v/homebridge-irobot/beta?label=beta)](https://github.com/bloomkd46/homebridge-iRobot/wiki/Beta-Version)

Please try the latest beta: [![npm](https://img.shields.io/npm/v/homebridge-irobot/beta?label=beta)](https://github.com/bloomkd46/homebridge-iRobot/wiki/Beta-Version)