Skip to content

Advanced Features

WhyLev edited this page Aug 31, 2026 · 1 revision

✨ Advanced Features

← Back to Services & Control · Next: Troubleshooting


🗺️ Camera Streaming & Map

  • Camera sets is_streaming = true when mower is in states 500–799
  • Map updates automatically on position change (>5px) or state transition

🧱 Adaptive Stuck Detection

  • Binary sensor: binary_sensor.indego_<serial>_mower_stuck
  • Timeouts: 60s (normal), 70s (border-cut), 120s (mapping/spot-mowing)
  • Grace period: 60 seconds at session start
  • Attributes: stuck_since, stuck_x, stuck_y

☀️ SmartMowing Weather Forecast

  • Entity: weather.indego_<serial>_smartmowing_forecast

🔁 Multi-Mower Support

  • Add the integration multiple times
  • Use the mower_serial parameter in services

⚙️ Polling & Performance

Data Interval
State polling immediate (230s long-poll)
General data every 10 minutes
Position every 60 seconds
Map update on movement or state change
Retry strategy 0s → 10s → 30s → 60s backoff

🔑 OAuth2 Token Management

  • Tokens refreshed every 12 hours
  • Required scope: openid profile email offline_access https://prodindego.onmicrosoft.com/indego-mobile-api/Indego.Mower.User

⚡ Energy Dashboard Support

  • Battery discharge sensor with device_class: energy and state_class: total_increasing

Next step: running into problems? Check Troubleshooting.

Clone this wiki locally