Segway Navimow

Very welcome!

Yes. In the meantime I’ve discovered that “docked” is useless (redundant) so the canonical requests would be:

- Navimow i105 battery level
- is Navimow i105 running

I’ve started with a 5-minute interval, along with a condition on sun elevation, as the mower won’t do anything when it’s dark anyways. Something like:

condition: numeric_state
entity_id: sun.sun
attribute: elevation
above: -15

Currently running this, and it works fine so far.

Now regarding the commands that I send out, the relevant ones are:

  • start
  • dock
  • pause
  • resume

If you have any questions let me know :wink:

PS: here’s what it currently looks like:

4 Likes