Home Assistant presence detection from Route10 with Custom Integration

Hi everyone,

I wrote a hacky half-assed custom integration for Home Assistant to login into my Route10 and get connected devices so I can use wifi devices to tell if someone is home.

You can get the integration at GitHub - marcusds/homeassistant-arp_ssh: Gets devices conencted to a router or something using the arp command connecting via SSH

If you need help I will do my best to help, but no promises.

Probably for the best if you are experienced with Home Assistant if you want to try this.

You need to add a public SSH key to your router and then reference the private one in a location available to the integration in Home Assistant.

5 Likes

Clever. I’m currently running HA. Ill explore this time-permitting.

Thank you.

I’ve updated to make install a lot easier (and updates dead simple), just follow the automatic install instructions at homeassistant-arp_ssh/README.md at main · marcusds/homeassistant-arp_ssh · GitHub

I am an HA user too, will have a look over the weekend. Big thanks for doing this