Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If your Animus Home Mobile app (iOS or Android) can't find your Heart automatically then you can add the local IP address of your Heart manually.

...

1. Find the default gateway (router) IP address:

    • For Windows: Use the Run dialog (Win + R) and type cmd. Then type the following: ipconfig | findstr "Default Gateway"
    • For MacOS: Open Spotlight (CMD + Spacebar) and type terminal. Then type the following: netstat -nr | grep default
    • For Linux-based OS: Open a terminal (Ctrl + Alt + T on Ubuntu flavours). Then type the following: ip route | grep default

...