naofireblade / homebridge-neato

A Neato vacuum robot plugin for homebridge.
MIT License
69 stars 18 forks source link

More than one robot #2

Closed CooperCGN closed 7 years ago

CooperCGN commented 7 years ago

Any chances you're going to support more than one robot?

naofireblade commented 7 years ago

Sure, I will look into that.

CooperCGN commented 7 years ago

That would be awesome, glad I found your plugin :-)

naofireblade commented 7 years ago

Hey I just added support for multiple robots in version 0.4.0. You can update it with

npm update -g homebridge-neato

To be compatible with the recent update you have to move and adapt your config:

"platforms": [
    {
        "platform": "NeatoVacuumRobot",
        "email": "YourEmail",
        "password": "YourPassword",
        "refresh": "0"
    }
]

I would like to hear if it's working for you :) .

CooperCGN commented 7 years ago

Works perfectly. Thank you so much!

naofireblade commented 7 years ago

Great, thanks for your feedback.