Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Refined the wording some more

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. The question is how do you know the local IP adress of your Heart?

Step-by-step guide

...

Info

Skip the 1st step if you already know the router's IP address

...

1. Find the default gateway IP address. This is the :

    • 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

...