naofireblade / homebridge-neato

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

Switch Status not auto refresh #14

Closed DJay-X closed 6 years ago

DJay-X commented 6 years ago

I noticed that the switches are not showing the live status in Eve App. For Example Neato is doing his scheduled job but I have to pull to refresh to see that the clean switch goes to "on" or the "Dock" switches to away. This mean I can't define any further rules depending on the on/off status because it's not updating automatically.

img_1027

naofireblade commented 6 years ago

Did you defined a refresh intervall in your config? https://github.com/naofireblade/homebridge-neato#advanced

This is off by default because it generates a lot of network traffic and most people don't need it.

DJay-X commented 6 years ago

I missed the advanced setting. Sorry. "refresh": "60" did it for me. Thanks! 👍